Searched defs:terminate (Results 1 - 25 of 73) sorted by relevance

123

/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DKernel.java64 public void terminate() throws InterruptedException; method in interface:Kernel
/external/webkit/Source/WebCore/storage/
H A DLocalStorageThread.cpp81 void LocalStorageThread::terminate() function in class:WebCore::LocalStorageThread
85 // Even in weird, exceptional cases, don't wait on a nonexistent thread to terminate.
/external/webkit/Source/WebCore/storage/wince/
H A DLocalStorageThreadWinCE.cpp71 void LocalStorageThread::terminate() function in class:WebCore::LocalStorageThread
/external/webkit/Source/WebKit2/Shared/
H A DChildProcess.cpp75 terminate();
78 void ChildProcess::terminate() function in class:WebKit::ChildProcess
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DMsgMgr.java56 * @param terminate Flag indicating whether to terminate this process
62 public void message(SourceLocator srcLctr, String msg, boolean terminate) throws TransformerException argument
73 if (terminate)
/external/nist-sip/java/javax/sip/
H A DTransaction.java25 void terminate() throws ObjectInUseException; method in interface:Transaction
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestlock.c32 void terminate(int sig) function
34 signal(SIGINT, terminate);
98 signal(SIGINT, terminate);
/external/webkit/Source/WebCore/workers/
H A DWorker.cpp108 void Worker::terminate() function in class:WebCore::Worker
121 terminate();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb201 def terminate() method in class:ANTLR3.Debug.EventHub
203 listener.terminate()
H A Dsocket.rb95 def terminate method in class:ANTLR3.Debug.EventSocketProxy
96 transmit 'terminate'
306 name == :terminate and raise StopIteration
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb323 def terminate method in class:ANTLR3.Profile.Profiler
H A Ddebug.rb253 @state.rule_invocation_stack.empty? and @debug_listener.terminate
544 # terminate
598 def terminate( ) method in class:ANTLR3.Debug.EventListener
692 :semantic_predicate, :set_token_boundaries, :terminate
/external/ipsec-tools/
H A Dmain.c136 static void terminate(int signal) function
178 signal(SIGHUP, terminate);
179 signal(SIGINT, terminate);
180 signal(SIGTERM, terminate);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpKernel.java105 public void terminate() throws InterruptedException method in class:UdpKernel
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dnfc_hal_api.h65 tHAL_API_TERMINATE *terminate; member in struct:__anon7403
110 ** Description Called to terminate NFC HAL
/external/libnfc-nci/src/hal/include/
H A Dnfc_hal_api.h65 tHAL_API_TERMINATE *terminate; member in struct:__anon7483
110 ** Description Called to terminate NFC HAL
/external/v8/test/cctest/
H A Dtest-thread-termination.cc73 " if (term) terminate();"
96 " if (term) terminate();"
109 v8::InvocationCallback terminate,
112 global->Set(v8::String::New("terminate"),
113 v8::FunctionTemplate::New(terminate));
121 // Test that a single thread of JavaScript execution can terminate
141 // Test that a single thread of JavaScript execution can terminate
335 " if (term) terminate();"
108 CreateGlobalTemplate( v8::InvocationCallback terminate, v8::InvocationCallback doloop) argument
/external/webkit/Source/WebCore/fileapi/
H A DFileReader.cpp60 terminate();
76 terminate();
158 terminate();
167 void FileReader::terminate() function in class:WebCore::FileReader
H A DFileReaderLoader.cpp70 terminate();
104 terminate();
107 void FileReaderLoader::terminate() function in class:WebCore::FileReaderLoader
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginProcessProxy.cpp123 void PluginProcessProxy::terminate() function in class:WebKit::PluginProcessProxy
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3debugeventlistener.h244 * terminate
282 void (*terminate) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DBlankDebugEventListener.java59 public void terminate() {} method in class:BlankDebugEventListener
H A DDebugEventHub.java217 public void terminate() { method in class:DebugEventHub
220 listener.terminate();
H A DDebugEventListener.java195 * terminate
232 public void terminate(); method in interface:DebugEventListener
H A DDebugEventRepeater.java70 public void terminate() { listener.terminate(); } method in class:DebugEventRepeater

Completed in 399 milliseconds

123