Searched refs:Wait (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DMonitor.h19 virtual void Wait();
H A DMonitor.cpp7 void Monitor::Wait() function in class:Monitor
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DProgram.cpp35 return prg.Wait(path, secondsToWait, ErrMsg);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dnssilckt.h180 Wait = 15, enumerator in enum:__anon3607
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dnssilckt.h180 Wait = 15, enumerator in enum:__anon4042
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dnssilckt.h180 Wait = 15, enumerator in enum:__anon4164
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dnssilckt.h180 Wait = 15, enumerator in enum:__anon4286
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DProgram.h94 int Wait
134 /// prg.Wait(..);
135 /// @see Execute, Wait
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h112 virtual int Wait() = 0;
119 // than a function pointer or functor, or else Wait and Passed could
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/macosx-10.10/vim-55/runtime/syntax/
H A Dncf.vim58 syn match ncfSetCommandsNum "\(Directory Cache Allocation Wait Time\)\s*="
93 syn match ncfSetCommandsNum "\(New Service Process Wait Time\)\s*="
199 syn match ncfSetCommandsTime "\(File Delete Wait Time\)\s*="
200 syn match ncfSetCommandsTime "\(Minimum File Delete Wait Time\)\s*="
202 syn match ncfSetCommandsTime "\(New Packet Receive Buffer Wait Time\)\s*="
203 syn match ncfSetCommandsTime "\(TTS Backout File Truncation Wait Time\)\s*="
204 syn match ncfSetCommandsTime "\(TTS UnWritten Cache Wait Time\)\s*="
205 syn match ncfSetCommandsTime "\(Turbo FAT Re-Use Wait Time\)\s*="
H A Dframescript.vim208 \ Wait
H A Dfvwm.vim100 \ TogglePage Wait Warp WindowFont WindowList
181 \ UnsetEnv Wait DestroyModuleConfig KillModule
/macosx-10.10/vim-55/runtime/autoload/
H A Ddecada.vim60 \ 'Make_Command' : 'ACS COMPILE /Wait /Log /NoPreLoad /Optimize=Development /Debug %<',
/macosx-10.10/WebCore-7600.1.25/platform/
H A DCursor.h87 Wait, enumerator in enum:WebCore::Cursor::Type
H A DCursor.cpp65 case Cursor::Wait:
288 DEPRECATED_DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Wait));
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DMultipartHandle.cpp139 // Don't have the header closing string. Wait for more data.
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DCursorMac.mm94 case Cursor::Wait:
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl104 after cancel $ftp(Wait)
134 set ftp(Wait) [after [expr $ftp(Timeout) * 1000] [namespace current]::Timeout]
164 after cancel $ftp(Wait)
1971 after cancel $ftp(Wait)
1972 set ftp(Wait) [after [expr $ftp(Timeout) * 1000] [namespace current]::Timeout]
2092 catch {after cancel $ftp(Wait)}
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DCursorGtk.cpp99 case Cursor::Wait:
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc299 Program::Wait(const sys::Path &path,
322 // Parent process: Wait for the child process to terminate.
335 // Wait for child to die
392 *ErrMsg = "Program::Wait is not implemented on this platform yet!";
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc576 virtual int Wait();
598 int WindowsDeathTest::Wait() { function in class:testing::internal::WindowsDeathTest
602 // Wait until the child either signals that it has acquired the write end
744 virtual int Wait();
762 int ForkingDeathTest::Wait() { function in class:testing::internal::ForkingDeathTest
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl124 after cancel $ftp(Wait)
154 set ftp(Wait) [after [expr {$ftp(Timeout) * 1000}] [list [namespace current]::Timeout $s]]
193 catch {after cancel $ftp(Wait)}
2505 catch {after cancel $ftp(Wait)}
2506 set ftp(Wait) [after [expr {$ftp(Timeout) * 1000}] [namespace current]::Timeout $s]
2754 catch {after cancel $ftp(Wait)}
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DProgram.inc333 Program::Wait(const Path &path,
344 // Wait for the process to terminate.
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzkbd176 Do not type ahead! Wait at least one second after pressing each key for
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DCursorWin.cpp156 case Cursor::Wait:

Completed in 431 milliseconds

12