HomeSort by relevance Sort by last modified time
    Searched refs:WAITING (Results 1 - 12 of 12) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/
StreamConsumer.java 43 WAITING,
58 state = State.WAITING;
70 changeState(State.CONSUMING, State.WAITING);
92 Log.error("Client of StreamConsumer was interrupted while waiting for output?");
106 changeState(State.FINISHED, State.WAITING);
132 changeState(State.WAITING, State.SHOULD_STOP_CONSUMING);
154 while (checkState(State.WAITING)) {
159 Log.error("StreamConsumer caught InterruptedException while waiting for work");
  /development/tools/bugreport/src/com/android/bugreport/stacks/
LockSnapshot.java 26 public static final int WAITING = 2;
30 public static final int ANY = LOCKED | WAITING | SLEEPING | BLOCKED;
ThreadSnapshotParser.java 63 " - waiting on \\<0x([0-9a-fA-F]{1,16})\\> \\(a (?:(.+)\\.)?([^.]+)\\)");
65 " - waiting to lock \\<0x([0-9a-fA-F]{1,16})\\> \\(a (?:(.+)\\.)?([^.]+)\\)");
67 " - waiting to lock \\<0x([0-9a-fA-F]{1,16})\\> \\(a (?:(.+)\\.)?([^.]+)\\)"
70 " - waiting to lock an unknown object");
237 lock.type = LockSnapshot.WAITING;
326 + (ls.type == LockSnapshot.LOCKED ? "locked" : "waiting")
  /external/grpc-grpc/src/core/ext/filters/client_channel/
channel_connectivity.cc 58 WAITING,
97 case WAITING:
135 "Timed out waiting for connection state change");
141 case WAITING:
225 w->phase = WAITING;
  /external/autotest/client/site_tests/cellular_GobiDormancyDance/
cellular_GobiDormancyDance.py 22 WAITING = 3
108 print 'Waiting for registration...'
121 self.state = State.WAITING
122 print 'Waiting for dormancy...'
125 if self.state != State.WAITING:
126 print 'Dormant while not in state Waiting; ignoring.'
  /external/scapy/scapy/layers/
tftp.py 149 raise self.WAITING()
151 # WAITING
153 def WAITING(self):
157 @ATMT.receive_condition(WAITING)
165 @ATMT.receive_condition(WAITING, prio=1)
171 @ATMT.timeout(WAITING, 3)
173 raise self.WAITING()
195 raise self.WAITING()
  /external/guava/guava-tests/test/com/google/common/base/
SuppliersTest.java 276 case WAITING:
302 "timed out waiting for other threads to block" +
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 357 } else if (lock.type == LockSnapshot.WAITING) {
358 lockHdf.setValue("type", "waiting");
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 724 * thread to enter a wait state: BLOCKED, WAITING, or TIMED_WAITING.
731 s == Thread.State.WAITING ||
746 * state: BLOCKED, WAITING, or TIMED_WAITING.
    [all...]
  /bionic/tests/
pthread_test.cpp 290 // If thread 2 is already waiting to join thread 1...
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar 
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java     [all...]

Completed in 1226 milliseconds