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

1 2 3 4 5 6 7

  /system/connectivity/shill/net/
netlink_attribute_unittest.cc 47 // An un-terminated ByteString should yield a terminated string.
55 // A terminated ByteString should also work correctly.
56 ByteString terminated(std::string("hello"), true);
57 EXPECT_EQ(6, terminated.GetLength());
58 EXPECT_TRUE(attr.InitFromValue(terminated));
64 terminated.Append(ByteString(3));
65 EXPECT_EQ(9, terminated.GetLength());
66 EXPECT_TRUE(attr.InitFromValue(terminated));
  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdoutB.exp 5 Program terminated with signal SIGABRT, Aborted.
  /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=........
  /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/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...]
AbstractScheduledService.java 275 * service {@linkplain Service.State#TERMINATED terminates} or
276 * {@linkplain Service.State#TERMINATED fails}. Subclasses may override this method to supply a
283 * service {@linkplain Service.State#TERMINATED terminates} or
284 * {@linkplain Service.State#TERMINATED fails}.
299 @Override public void terminated(State from) {
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 69 boolean terminated= service.awaitTermination(timeout,
71 if (!terminated)
  /external/v8/test/mjsunit/regress/
regress-2825.js 8 // Variable definitions for i0 through i3 are each terminated with \r.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 387 boolean terminated = trimline.endsWith(";");
388 if (terminated) {
407 // we are terminated if i is not at the end, or the line ends with a ;
408 if (terminated) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 385 boolean terminated = trimline.endsWith(";");
386 if (terminated) {
405 // we are terminated if i is not at the end, or the line ends with a ;
406 if (terminated) {
  /external/ipsec-tools/
main.c 141 static void terminated() function
187 atexit(terminated);
  /external/valgrind/none/tests/solaris/
coredump_many_threads.post.exp 5 status: process terminated by SIGSEGV (Segmentation Fault), addr=........
  /external/autotest/client/common_lib/
pexpect.py 151 Note that lines are terminated by CR/LF (\\r\\n) combination even on
371 be None. If the child was terminated abnormally with a signal then
390 self.terminated = True
564 self.terminated = False
657 the child is terminated (SIGKILL is sent if the child ignores SIGHUP
    [all...]
  /external/libvorbis/doc/
05-comment.tex 36 contents themselves are not null terminated. In addition to the vector
217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
  /external/zlib/src/contrib/pascal/
zlibpas.pas 58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
  /external/vboot_reference/
Android.mk 169 @echo '0}; /* null-terminated */' >> $@_t
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 104 * excess threads will be terminated if they have been idle for more
231 * Additionally, method {@link #terminated} can be overridden to perform
233 * fully terminated.
337 * TIDYING: All tasks have terminated, workerCount is zero,
339 * will run the terminated() hook method
340 * TERMINATED: terminated() has completed
354 * TIDYING -> TERMINATED
355 * When the terminated() hook method has completed
358 * state reaches TERMINATED
697 terminated(); method
2001 protected void terminated() { } method in class:ThreadPoolExecutor
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.12.613/
kotlin-gradle-plugin-core-0.12.613.jar 

Completed in 834 milliseconds

1 2 3 4 5 6 7