Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/external/linux-kselftest/tools/testing/selftests/powerpc/
Dharness.c28 bool terminated; in run_test() local
48 terminated = false; in run_test()
58 if (terminated) { in run_test()
65 terminated = true; in run_test()
/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueParser.java331 boolean terminated = false; in parseNameValuePair()
345 terminated = true; in parseNameValuePair()
352 terminated = true; in parseNameValuePair()
359 if (terminated) { in parseNameValuePair()
376 terminated = true; in parseNameValuePair()
404 if (terminated) { in parseNameValuePair()
/external/toolchain-utils/crosperf/
Dbenchmark_run_unittest.py208 br.terminated = True
221 br.terminated = False
274 self.assertFalse(br.terminated)
282 self.assertTrue(br.terminated)
301 self.assertFalse(br.terminated)
309 self.assertTrue(br.terminated)
319 br.terminated = True
322 br.terminated = False
Dbenchmark_run.py42 self.terminated = False
120 if self.terminated:
150 self.terminated = True
163 if self.terminated:
/external/autotest/client/bin/
Dprespawner.py53 self.terminated = False
78 while not self.terminated:
102 self.terminated = True
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py226 terminated = self.DoBinarySearch()
228 if not terminated:
281 terminated = False
282 while self.search_cycles < self.iterations and not terminated:
296 terminated = self.binary_search.SetStatus(status)
298 if terminated:
300 if not terminated:
303 return terminated
Dbinary_search_perforce.py415 terminated = False
423 while not terminated and num_tries > 0:
433 terminated = p4gccbs.SetStatus(status)
437 if not terminated:
/external/libxml2/result/HTML/
D758606.html.sax3 SAX.error: Comment not terminated
8 SAX.error: DOCTYPE improperly terminated
D758606.html.err1 ./test/HTML/758606.html:1: HTML parser error : Comment not terminated
14 ./test/HTML/758606.html:2: HTML parser error : DOCTYPE improperly terminated
D758606_2.html.sax3 SAX.error: Comment not terminated
12 SAX.error: DOCTYPE improperly terminated
D758606_2.html.err1 ./test/HTML/758606_2.html:1: HTML parser error : Comment not terminated
14 ./test/HTML/758606_2.html:2: HTML parser error : DOCTYPE improperly terminated
/external/autotest/client/site_tests/apmanager_CheckAPProcesses/
Dcontrol12 Verify the required processes (hostapd and dnsmasq) are started/terminated
13 when an AP service is started/terminated.
/external/v8/tools/testrunner/local/
Dpool.py79 self.terminated = False
172 if self.terminated:
174 self.terminated = True
/external/toolchain-utils/automation/common/
Dcommand_executer.py224 self.terminated = False
227 self.terminated = True
230 return self.terminated
/external/oj-libjdwp/src/share/npt/
DREADME.txt29 /* After all uses is done, it can be terminated, however, if the
32 * you will need to wait here until all those threads have terminated.
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java84 listener.terminated(from); in terminatedCallback()
195 terminated(NEW);
346 terminated(previous);
460 private void terminated(final State from) {
/external/e2fsprogs/tests/f_baddotdir/
Dexpect.120 '.' directory entry in directory inode 17 is not NULL terminated
23 '..' directory entry in directory inode 17 is not NULL terminated
/external/skqp/docs/
Dmarkup.bmh9 # comments may terminated by linefeed or double hash ## <- end of comment
14 Keywords are terminated by double hash and may be labeled
/external/skia/docs/
Dmarkup.bmh9 # comments may terminated by linefeed or double hash ## <- end of comment
14 Keywords are terminated by double hash and may be labeled
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java394 boolean terminated = trimline.endsWith(";");
395 if (terminated) {
415 if (terminated) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java392 boolean terminated = trimline.endsWith(";");
393 if (terminated) {
413 if (terminated) {
/external/junit/src/main/java/org/junit/internal/runners/
DMethodRoadie.java71 boolean terminated = service.awaitTermination(timeout, in runWithTimeout()
73 if (!terminated) { in runWithTimeout()
/external/ipsec-tools/
Dmain.c140 static void terminated() in terminated() function
174 atexit(terminated); in main()
/external/valgrind/gdbserver_tests/
Dnlgone_abrt.stdoutB.exp5 Program terminated with signal SIGABRT, Aborted.
/external/valgrind/none/tests/x86-solaris/
Dcoredump_single_thread_sse.post.exp4 status: process terminated by SIGSEGV (Segmentation Fault), addr=........

12345678910>>...22