HomeSort by relevance Sort by last modified time
    Searched refs:terminated (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdoutB.exp 5 Program terminated with signal SIGABRT, Aborted.
  /external/linux-kselftest/tools/testing/selftests/powerpc/
harness.c 28 bool terminated; local
48 terminated = false;
58 if (terminated) {
65 terminated = true;
  /frameworks/base/services/core/java/com/android/server/
SystemServerInitThreadPool.java 78 boolean terminated;
80 terminated = sInstance.mService.awaitTermination(SHUTDOWN_TIMEOUT_MILLIS,
87 if (!terminated) {
  /external/valgrind/none/tests/amd64-solaris/
coredump_single_thread_sse.post.exp 5 status: process terminated by SIGSEGV (Segmentation Fault), addr=........
coredump_single_thread.post.exp 5 status: process terminated by SIGSEGV (Segmentation Fault), addr=........
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread_sse.post.exp 5 status: process terminated by SIGSEGV (Segmentation Fault), addr=........
coredump_single_thread.post.exp 5 status: process terminated by SIGSEGV (Segmentation Fault), addr=........
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
scanner_test.go 275 {"0123456789. /* foobar", "comment not terminated", 12, 1}, // valid float constant
276 {"0123456789e0 /*\nfoobar", "comment not terminated", 13, 1}, // valid float constant
289 {`'\377' /*`, "comment not terminated", 7, 1}, // valid octal escape
295 {`"`, "string not terminated", 0, 1},
296 {`"foo`, "string not terminated", 0, 1},
297 {"`", "string not terminated", 0, 1},
298 {"`foo", "string not terminated", 0, 1},
299 {"/*/", "comment not terminated", 0, 1},
300 {"/*\n\nfoo", "comment not terminated", 0, 1},
301 {"/*\n\nfoo", "comment not terminated", 0, 1}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner_test.go 275 {"0123456789. /* foobar", "comment not terminated", 12, 1}, // valid float constant
276 {"0123456789e0 /*\nfoobar", "comment not terminated", 13, 1}, // valid float constant
289 {`'\377' /*`, "comment not terminated", 7, 1}, // valid octal escape
295 {`"`, "string not terminated", 0, 1},
296 {`"foo`, "string not terminated", 0, 1},
297 {"`", "string not terminated", 0, 1},
298 {"`foo", "string not terminated", 0, 1},
299 {"/*/", "comment not terminated", 0, 1},
300 {"/*\n\nfoo", "comment not terminated", 0, 1},
301 {"/*\n\nfoo", "comment not terminated", 0, 1}
    [all...]
  /external/autotest/client/bin/
prespawner.py 53 self.terminated = False
78 while not self.terminated:
102 self.terminated = True
  /external/parameter-framework/upstream/tools/coverage/
aplog2coverage.sh 124 sort --key=2 --field-separator=. --numeric-sort --zero-terminated --reverse |
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 331 boolean terminated = false;
345 terminated = true;
352 terminated = true;
359 if (terminated) {
376 terminated = true;
404 if (terminated) {
  /external/v8/tools/testrunner/local/
pool.py 79 self.terminated = False
172 if self.terminated:
174 self.terminated = True
  /external/toolchain-utils/crosperf/
benchmark_run_unittest.py 206 # Second test: No cached result found; test run was "terminated" for some
209 br.terminated = True
222 br.terminated = False
276 self.assertFalse(br.terminated)
284 self.assertTrue(br.terminated)
304 self.assertFalse(br.terminated)
312 self.assertTrue(br.terminated)
323 br.terminated = True
326 br.terminated = False
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 36 * <li>{@linkplain State#TERMINATED TERMINATED}
43 * and {@link State#TERMINATED} states are terminal states, once a service enters either of these
80 * {@linkplain State#NEW new}, it is {@linkplain State#TERMINATED terminated} without having been
94 * {@code State#TERMINATED} when this method is called then this will throw an
110 * {@code State#TERMINATED} when this method is called then this will throw an
118 * Waits for the {@link Service} to reach the {@linkplain State#TERMINATED terminated state}.
128 * {@link Service.State#TERMINATED terminated} or {@link Service.State#FAILED failed}) for no
288 public void terminated(State from) {} method in class:Service.Listener
    [all...]
AbstractService.java 27 import static com.google.common.util.concurrent.Service.State.TERMINATED;
82 return new Callback<Listener>("terminated({from = " + from + "})") {
84 listener.terminated(from);
194 snapshot = new StateSnapshot(TERMINATED);
195 terminated(NEW);
207 case TERMINATED:
255 checkCurrentState(TERMINATED);
264 checkCurrentState(TERMINATED);
328 * the service to transition from {@link State#STOPPING} to {@link State#TERMINATED}.
345 snapshot = new StateSnapshot(TERMINATED);
    [all...]
  /external/junit/src/main/java/org/junit/internal/runners/
MethodRoadie.java 71 boolean terminated = service.awaitTermination(timeout,
73 if (!terminated) {
  /external/toolchain-utils/binary_search_tool/
binary_search_state.py 226 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:
299 self.l.LogOutput('Terminated!', print_to_console=self.verbose)
300 if not terminated:
303 return terminated
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 33 // StringByteSlice converts a string to a NUL-terminated []byte,
46 // ByteSliceFromString returns a NUL-terminated slice of bytes
60 // StringBytePtr returns a pointer to a NUL-terminated array of bytes.
67 // BytePtrFromString returns a pointer to a NUL-terminated array of
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug274.go 9 // terminated with a semicolon. No semicolon is present for the labeled
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 33 // StringByteSlice converts a string to a NUL-terminated []byte,
46 // ByteSliceFromString returns a NUL-terminated slice of bytes
60 // StringBytePtr returns a pointer to a NUL-terminated array of bytes.
67 // BytePtrFromString returns a pointer to a NUL-terminated array of
  /prebuilts/go/linux-x86/test/fixedbugs/
bug274.go 9 // terminated with a semicolon. No semicolon is present for the labeled
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
reparse_windows.go 36 // substitute name string. If this string is null-terminated,
56 // substitute name string. If this string is null-terminated,
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
reparse_windows.go 36 // substitute name string. If this string is null-terminated,
56 // substitute name string. If this string is null-terminated,
  /external/toolchain-utils/automation/common/
command_executer.py 47 self._logger.warning('Command has been already terminated!')
224 self.terminated = False
227 self.terminated = True
230 return self.terminated

Completed in 1889 milliseconds

1 2 3 4 5 6 7 8 91011>>