Searched refs:terminate (Results 101 - 125 of 216) sorted by relevance

123456789

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctftools.h441 void terminate(char *, ...);
H A Ddump.c879 terminate("Cannot open temp file %s for writing", dstname);
1184 terminate("%s: Can't open direct string table\n", filename);
1195 terminate("%s: Can't open direct string table\n", filename);
1297 terminate("Couldn't rename temp file %s to %s", tmpname,
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DHTMLparser.h163 int terminate);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py191 self.childTask.terminate()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py191 self.childTask.terminate()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DHTMLparser.h163 int terminate);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A DAsyncPythonInterpreter.py191 self.childTask.terminate()
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp1089 userClient->terminate();
1106 if (!isInactive()) { // Iterate through and terminate each user client
1117 audioDebugIOLog ( 3, " will invoke userClient->terminate ()\n" );
1118 userClient->terminate();
1119 audioDebugIOLog ( 3, " completed userClient->terminate ()\n" );
1352 stream->terminate();
1370 stream->terminate();
2493 defaultAudioControl->terminate();
2531 control->terminate();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp330 terminate();
757 _device->terminate();
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSITargetProberAppDelegate.m144 [ NSApp terminate: self ];
/macosx-10.10.1/WebKit-7600.1.25/mac/Panels/
H A DWebAuthenticationPanel.m303 if (theAction == @selector(terminate:)) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp475 terminate();
596 // We know that the web process is going to terminate so disconnect it from the context.
730 ChildProcessProxy::terminate();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DSignals.inc154 // we crash in our signal handler that the program will terminate immediately
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DProgram.inc344 // Wait for the process to terminate.
351 MakeErrMsg(ErrMsg, "Failed to terminate timed-out program.");
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpostfix-script161 $INFO waiting for the Postfix mail system to terminate
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drolodex244 application to terminate
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drolodex244 application to terminate
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxpm.vim46 " Only when there is no slash, it would terminate the pattern.
H A Dxpm2.vim58 " Only when there is no slash, it would terminate the pattern.
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp354 fs->terminate( kIOServiceRequired );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcssmclient.h312 void terminate() { deactivate(); } function in class:Security::CssmClient::CssmImpl
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcssmclient.h312 void terminate() { deactivate(); } function in class:Security::CssmClient::CssmImpl
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A Dmdsapi.cpp287 aMDSSession->terminate (); // Even if terminate throws the MDSSession object will be deleted.
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/
H A DWebProcess.h268 virtual void terminate() override;
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_trace.c304 if (state) goto terminate;
311 if (state) goto terminate;
315 terminate:

Completed in 332 milliseconds

123456789