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

1234

/external/chromium_org/third_party/pexpect/
H A Dfdpexpect.py91 def terminate (self, force=False): member in class:fdspawn
/external/lldb/test/pexpect-2.4/
H A Dfdpexpect.py75 def terminate (self, force=False): member in class:fdspawn
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DApplicationLifetime.java44 public static void terminate(boolean restart) { method in class:ApplicationLifetime
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_callUserDestroyRoutines.c53 std::terminate; member in class:std
200 * the application has set up it's own terminate
205 terminate ();
H A Dptw32_threadStart.c102 std::terminate; member in class:std
118 terminate ();
254 * can run the user's terminate function, which may call
272 * We want to run the user's terminate function if supplied.
308 * terminate routine. We get control back within this block
/external/chromium_org/v8/tools/testrunner/local/
H A Dpool.py101 self.terminate()
121 def terminate(self): member in class:Pool
/external/deqp/framework/delibs/decpp/
H A DdeProcess.cpp55 void Process::terminate (void) function in class:de::Process
/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/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorker.cpp102 void Worker::terminate() function in class:blink::Worker
110 terminate();
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseThread.cpp78 void DatabaseThread::terminate() function in class:blink::DatabaseThread
86 WTF_LOG(StorageAPI, "DatabaseThread %p was asked to terminate\n", this);
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DCythonize.py27 def terminate(self): pass member in class:_FakePool
104 pool.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()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb323 def terminate method in class:ANTLR3.Profile.Profiler
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DPacketDispatcher.java180 public void terminate() { method in class:PacketDispatcher.EventsSynchronyzer
435 public void terminate() { method in class:PacketDispatcher.CommandsSynchronyzer
616 eventsSynchronyzer.terminate();
617 commandsSynchronyzer.terminate();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorker.cpp99 void ServiceWorker::terminate(ExceptionState& exceptionState) function in class:blink::ServiceWorker
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmessage_pool.py134 worker.terminate()
219 def terminate(self): member in class:_Worker
225 super(_Worker, self).terminate()
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java83 public void terminate() { method in class:SkiaSampleView
/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc71 " if (term) terminate();"
94 " if (term) terminate();"
107 v8::FunctionCallback terminate,
110 global->Set(v8::String::NewFromUtf8(isolate, "terminate"),
111 v8::FunctionTemplate::New(isolate, terminate));
122 // Test that a single thread of JavaScript execution can terminate
142 // Test that a single thread of JavaScript execution can terminate
281 " if (term) terminate();"
332 " if (term) terminate();"
347 // Test that a single thread of JavaScript execution can terminate
105 CreateGlobalTemplate( v8::Isolate* isolate, v8::FunctionCallback terminate, v8::FunctionCallback doloop) argument
[all...]
/external/deqp/execserver/
H A DxsPosixTestProcess.cpp249 void PosixTestProcess::terminate (void) function in class:xs::PosixTestProcess
259 printf("PosixTestProcess::terminate(): Failed to kill process: %s\n", e.what());
321 terminate();
/external/deqp/framework/common/
H A DtcuTestContext.hpp70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } argument
82 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
/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/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java83 public void terminate() { method in class:SkiaSampleView
/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

Completed in 5180 milliseconds

1234