Searched refs:pause (Results 1 - 25 of 133) sorted by relevance

123456

/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dcleantic.cmd37 pause
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dpause.c35 static char sccsid[] = "@(#)pause.c 8.1 (Berkeley) 6/4/93";
39 __FBSDID("$FreeBSD: src/lib/libc/gen/pause.c,v 1.8 2009/12/05 19:31:38 ed Exp $");
45 * Backwards compatible pause.
55 __weak_reference(__pause, pause);
/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dfile.h57 int pause(void);
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/commpage/
H A Dfifo_queues.s106 pause // SMT-friendly backoff
129 pause
135 pause
174 pause
180 pause
251 pause // SMT-friendly backoff
274 pause
280 pause
320 pause
326 pause
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dexecve.c64 pause();
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dwidget.py28 def pause(): function
29 s2.pause()
50 Button(f0, bitmap='snackPause', command=pause).pack(side='left')
/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_pause.c90 DCETHREAD_SYSCALL(int, pause());
/macosx-10.10.1/ntp-92/util/
H A Dtestrs6000.c37 pause();
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py19 self.failUnlessResultIsBOOL(NSSound.pause)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nssound.py19 self.assertResultIsBOOL(NSSound.pause)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nssound.py24 self.assertResultIsBOOL(NSSound.pause)
/macosx-10.10.1/groff-38/groff/arch/djgpp/
H A Dt-groff.bat24 pause
31 pause
38 pause
45 pause
50 pause
55 pause
/macosx-10.10.1/dtrace-147/test/tst/common/usdt/
H A Dtst.dlclose1.ksh111 pause(); function
125 syscall::pause:entry
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Ddo_tests.pl15 my $pause = 0;
18 # process the command line args to see if they wanted us to pause
23 { $pause=1; }
512 if ($pause)
523 # the NLM already being loaded. This additional pause is to
583 if ($pause)
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddbiterator.h84 isc_result_t (*pause)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatConsole.h29 - (void) pause;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatConsole.h29 - (void) pause;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVChatConsole.h29 - (void) pause;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslServer.cpp245 bool pause,
463 if(pause) {
492 if(pause) {
509 if(pause) {
534 if(pause) {
544 if(pause) {
723 bool pause = false; local
876 pause = true;
1014 pause,
221 sslServe( otSocket listenSock, unsigned short portNum, SSLProtocol tryVersion, const char *acceptedProts, CFArrayRef serverCerts, char *password, CFArrayRef encryptServerCerts, bool allowExpired, bool allowAnyRoot, bool allowExpiredRoot, bool disableCertVerify, char *anchorFile, bool replaceAnchors, char cipherRestrict, SSLAuthenticate authenticate, unsigned char *dhParams, unsigned dhParamsLen, CFArrayRef acceptableDNList, bool resumableEnable, uint32_t sessionCacheTimeout, bool disableAnonCiphers, bool silent, bool pause, SSLProtocol *negVersion, SSLCipherSuite *negCipher, SSLClientCertificateState *certState, Boolean *sessionWasResumed, unsigned char *sessionID, size_t *sessionIDLength, CFArrayRef *peerCerts, char **argv) argument
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslServer/
H A DsslServer.cpp239 CSSM_BOOL pause,
456 if(pause) {
485 if(pause) {
502 if(pause) {
527 if(pause) {
537 if(pause) {
734 CSSM_BOOL pause = CSSM_FALSE; local
887 pause = CSSM_TRUE;
1013 pause,
215 sslServe( otSocket listenSock, unsigned short portNum, SSLProtocol tryVersion, const char *acceptedProts, CFArrayRef serverCerts, char *password, CFArrayRef encryptServerCerts, CSSM_BOOL allowExpired, CSSM_BOOL allowAnyRoot, CSSM_BOOL allowExpiredRoot, CSSM_BOOL disableCertVerify, char *anchorFile, CSSM_BOOL replaceAnchors, char cipherRestrict, SSLAuthenticate authenticate, unsigned char *dhParams, unsigned dhParamsLen, CFArrayRef acceptableDNList, CSSM_BOOL resumableEnable, uint32 sessionCacheTimeout, CSSM_BOOL disableAnonCiphers, CSSM_BOOL silent, CSSM_BOOL pause, SSLProtocol *negVersion, SSLCipherSuite *negCipher, SSLClientCertificateState *certState, Boolean *sessionWasResumed, unsigned char *sessionID, size_t *sessionIDLength, CFArrayRef *peerCerts, char **argv) argument
/macosx-10.10.1/Security-57031.1.35/sslViewer/
H A DsslServer.cpp246 bool pause,
464 if(pause) {
493 if(pause) {
510 if(pause) {
535 if(pause) {
545 if(pause) {
723 bool pause = false; local
875 pause = true;
1018 pause,
222 sslServe( otSocket listenSock, unsigned short portNum, SSLProtocol tryVersion, const char *acceptedProts, CFArrayRef serverCerts, char *password, CFArrayRef encryptServerCerts, bool allowExpired, bool allowAnyRoot, bool allowExpiredRoot, bool disableCertVerify, char *anchorFile, bool replaceAnchors, char cipherRestrict, SSLAuthenticate authenticate, unsigned char *dhParams, unsigned dhParamsLen, CFArrayRef acceptableDNList, bool resumableEnable, uint32_t sessionCacheTimeout, bool disableAnonCiphers, bool silent, bool pause, SSLProtocol *negVersion, SSLCipherSuite *negCipher, SSLClientCertificateState *certState, Boolean *sessionWasResumed, unsigned char *sessionID, size_t *sessionIDLength, CFArrayRef *peerCerts, char **argv) argument
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h88 #define _pause pause
161 #define __pause pause
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.cpp44 IOCDBlockStorageDevice::audioPause(bool pause) argument
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWDCLProgram.h93 virtual IOReturn pause ();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDebuggerDashboardView.css60 -webkit-animation-name: pulse-pause-button;
68 @-webkit-keyframes pulse-pause-button {

Completed in 277 milliseconds

123456