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

123456

/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_utils.cc15 base::Callback<bool()> terminate) {
21 while (!timeout_called && (terminate.is_null() || !terminate.Run()))
12 MessageLoopRunUntil( MessageLoop* loop, base::TimeDelta timeout, base::Callback<bool()> terminate) argument
/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/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmultiprocessing_shim.py39 def terminate(self): member in class:ProcessShim
43 self._proc.terminate()
/external/nist-sip/java/javax/sip/
H A DTransaction.java25 void terminate() throws ObjectInUseException; method in interface:Transaction
/external/v8/tools/testrunner/local/
H A Dpool.py146 self.terminate()
166 def terminate(self): member in class:Pool
/external/deqp/framework/common/
H A DtcuTestContext.hpp70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } argument
86 bool m_terminateAfter; //!< Should tester terminate after execution of the current test
/external/libdrm/tests/planetest/
H A Dplanetest.c19 static int terminate = 0; variable
23 terminate = 1;
92 while (!terminate) {
H A Datomictest.c19 static int terminate = 0; variable
23 terminate = 1;
109 while (!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/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/ipsec-tools/
H A Dmain.c136 static void terminate(int signal) function
183 signal(SIGHUP, terminate);
184 signal(SIGINT, terminate);
185 signal(SIGTERM, terminate);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
244 while(!terminate) {
299 * Stop this server instance and wait for it to terminate.
304 terminate = true;
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
223 while(!terminate) {
276 * Stop this server instance and wait for it to terminate.
281 terminate = true;
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
224 while(!terminate) {
277 * Stop this server instance and wait for it to terminate.
282 terminate = true;
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
241 while(!terminate) {
294 * Stop this server instance and wait for it to terminate.
299 terminate = true;
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
241 while(!terminate) {
294 * Stop this server instance and wait for it to terminate.
299 terminate = true;
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
244 while(!terminate) {
297 * Stop this server instance and wait for it to terminate.
302 terminate = true;
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
244 while(!terminate) {
297 * Stop this server instance and wait for it to terminate.
302 terminate = true;
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java149 private volatile boolean terminate = false; field in class:StubFtpServer
244 while(!terminate) {
299 * Stop this server instance and wait for it to terminate.
304 terminate = true;
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java91 private volatile boolean terminate = false; field in class:AbstractFtpServer
147 while (!terminate) {
200 * Stop this server instance and wait for it to terminate.
205 terminate = true;
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java91 private volatile boolean terminate = false; field in class:AbstractFtpServer
147 while (!terminate) {
200 * Stop this server instance and wait for it to terminate.
205 terminate = true;
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java112 private volatile boolean terminate = false; field in class:AbstractFtpServer
168 while (!terminate) {
221 * Stop this server instance and wait for it to terminate.
226 terminate = true;

Completed in 910 milliseconds

123456