Searched refs:once (Results 251 - 275 of 451) sorted by relevance

<<111213141516171819

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dsession.c102 static dispatch_once_t once; local
110 dispatch_once(&once, ^{
/macosx-10.10.1/vim-55/runtime/indent/
H A Deiffel.vim36 " Only define the function once.
H A Djava.vim23 " Only define the function once.
H A Doccam.vim19 " Only define the function once
H A Dperl6.vim49 " Only define the function once.
H A Dpov.vim19 " Only define the function once.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprolog.vim57 syn keyword prologKeyword compound once write
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DUnionFind.pm125 vertices once you have 'unioned' them. This means that if you
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DUnionFind.pm125 vertices once you have 'unioned' them. This means that if you
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DEmail.pm155 given or whether it stores them up and sends them all at once. The
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DResurrector.pm160 subsequently loaded modules are examined) but once the compilation
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A DHeimCredCoder.m179 static dispatch_once_t once;
180 dispatch_once(&once, ^{
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.h53 #pragma once
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/storage/
H A Dstorage.m34 static dispatch_once_t once;
38 dispatch_once( &once, ^
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspector.mm71 static dispatch_once_t once;
72 dispatch_once(&once, ^{
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dlwresd.c36 #include <isc/once.h>
73 static isc_once_t once = ISC_ONCE_INIT; variable
771 RUNTIME_CHECK(isc_once_do(&once, initialize_mutex) == ISC_R_SUCCESS);
862 RUNTIME_CHECK(isc_once_do(&once, initialize_mutex) == ISC_R_SUCCESS);
/macosx-10.10.1/libauto-186/
H A DBitmap.h26 #pragma once
H A DStatistics.h25 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDService.h20 #pragma once
/macosx-10.10.1/sudo-73/src/
H A Ddef_data.h160 once, enumerator in enum:def_tupple
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dchangelog.vim161 " Position the cursor once we've done all the funky substitution.
214 " Reposition cursor once we're done.
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dlibisc.mak161 -@erase "$(INTDIR)\once.obj"
228 "$(INTDIR)\once.obj" \
398 -@erase "$(INTDIR)\once.obj"
399 -@erase "$(INTDIR)\once.sbr"
497 "$(INTDIR)\once.sbr" \
585 "$(INTDIR)\once.obj" \
907 SOURCE=.\once.c
912 "$(INTDIR)\once.obj" : $(SOURCE) "$(INTDIR)"
918 "$(INTDIR)\once.obj" "$(INTDIR)\once
[all...]
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dlibisc.mak158 -@erase "$(INTDIR)\once.obj"
225 "$(INTDIR)\once.obj" \
389 -@erase "$(INTDIR)\once.obj"
390 -@erase "$(INTDIR)\once.sbr"
488 "$(INTDIR)\once.sbr" \
574 "$(INTDIR)\once.obj" \
894 SOURCE=.\once.c
899 "$(INTDIR)\once.obj" : $(SOURCE) "$(INTDIR)"
905 "$(INTDIR)\once.obj" "$(INTDIR)\once
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinherit.test284 test inherit-3.7 {"configure" will change several variables at once} {
574 test inherit-8.1 {cannot inherit from the same base class more than once} {
581 } {1 {class "::test_mi_foobar" inherits base class "::test_mi_base" more than once:

Completed in 337 milliseconds

<<111213141516171819