Home
last modified time | relevance | path

Searched refs:WAIT (Results 1 – 25 of 34) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatus004Test.java93 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
97 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus005()
98 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus005()
DStatus003Test.java94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
98 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT) in testStatus004()
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")"); in testStatus004()
/external/toybox/toys/pending/
Dinit.c36 #define WAIT 0x02 macro
306 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
309 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
478 run_action_from_list(WAIT); in init_main()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceThreadTest.java103 private static boolean WAIT = true; field in ICUServiceThreadTest
114 WAIT = false; in runThreads()
118 WAIT = true; in runThreads()
142 while (WAIT) { in run()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceThreadTest.java107 private static boolean WAIT = true; field in ICUServiceThreadTest
118 WAIT = false; in runThreads()
122 WAIT = true; in runThreads()
146 while (WAIT) { in run()
/external/compiler-rt/test/asan/TestCases/Posix/
Dwait.cc18 #if defined(WAIT) in main()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java48 public static final byte WAIT = 4; field in JDWPConstants.ThreadStatus
67 case WAIT: in getName()
/external/webrtc/webrtc/base/
Dgunit.h23 #define WAIT(ex, timeout) \ macro
Dthread_unittest.cc574 WAIT(called.get(), kWaitTimeout); in TEST_F()
Dsslstreamadapter_unittest.cc761 WAIT(false, 2000); in TestTransfer()
/external/webrtc/webrtc/libjingle/xmpp/
Dpingtask_unittest.cc98 WAIT(false, ping_timeout_millis / 2); in TEST_F()
/external/webrtc/talk/app/webrtc/
Ddtmfsender_unittest.cc291 WAIT(false, 200); in TEST_F()
305 WAIT(false, 200); in TEST_F()
/external/webrtc/webrtc/p2p/stunprober/
Dstunprober_unittest.cc102 WAIT(stopped_, 1000); in RunProber()
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc1171 WAIT((best_connection = ep1_ch1()->best_connection()) != NULL, 2000); in TEST_F()
1187 WAIT(ep2_ch1()->best_connection() != NULL, 2000); in TEST_F()
1213 WAIT(ep1_ch1()->best_connection() != NULL, 2000); in TEST_F()
1230 WAIT((best_connection = ep2_ch1()->best_connection()) != NULL, 2000); in TEST_F()
1233 WAIT(ep1_ch1()->writable(), 2000); in TEST_F()
1247 WAIT((best_connection = ep2_ch1()->best_connection()) != NULL, 1000); in TEST_F()
1249 WAIT(ep2_ch1()->best_connection() != best_connection, 1000); in TEST_F()
1487 WAIT(cricket::IceGatheringState::kIceGatheringComplete == in TEST_F()
2228 WAIT(conn3->pruned(), 1000); in TEST_F()
Drelayport_unittest.cc122 WAIT(relay_server_->HasConnection(kRelayTcpAddr), kTimeoutMs); in TestConnectUdp()
Dport_unittest.cc578 WAIT(!ch2->remote_address().IsNil(), kTimeout); in ConnectStartedChannels()
804 WAIT(!ch2.remote_address().IsNil(), kTimeout); in TestConnectivity()
833 WAIT(ch2.conn()->write_state() == Connection::STATE_WRITABLE, kTimeout); in TestConnectivity()
882 WAIT(!ch2.remote_address().IsNil(), kTimeout); in TestConnectivity()
2283 WAIT(!ch2.remote_address().IsNil(), kTimeout); in TEST_F()
Dturnport_unittest.cc407 WAIT(!turn_unknown_address_, kTimeout); in TestTurnConnection()
/external/libvncserver/rfb/
Drfb.h73 #define WAIT(cond,mutex) (rfbLog("%s:%d WAIT(%s,%s)\n",__FILE__,__LINE__,#cond,#mutex), pthread_con…
87 #define WAIT(cond,mutex) pthread_cond_wait(&(cond),&(mutex)) macro
100 #define WAIT(cond,mutex) this_is_unsupported
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsTest.java160 || threadStatus == JDWPConstants.ThreadStatus.WAIT) { in testAllThreads002()
/external/autotest/server/site_tests/cellular_StaleModemReboot/
Dcontrol45 WAIT DELAY STATES (Waits for a maximum of 120 seconds for the modem to get
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java864 WAIT, // recover by waiting enumConstant
870 private MachineState mState = MachineState.WAIT;
897 mState = MachineState.WAIT; in onExecutionProgressed()
906 case WAIT: // not a valid stratedy for connection refusal, fallthrough in recoverConnectionRefused()
946 case WAIT: in recoverComLinkKilled()
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt44 - QUERY_(BY_REGION_)(NO_)WAIT
/external/iproute2/doc/
Dss.sgml62 <tt/TIME-WAIT/ and <tt/SYN-RECV/ are skipped too.
123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/)
252 <item>1. List all the tcp sockets in state <tt/FIN-WAIT-1/ for our apache
358 in states <tt/LISTEN/, <tt/TIME-WAIT/, <tt/SYN_RECV/
/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc859 WAIT(candidates_.size() > 0, 2000); in TEST_F()
1399 WAIT(candidate_allocation_done_, 1000); in TEST_F()
/external/libvncserver/libvncserver/
Dmain.c476 WAIT(cl->updateCond, cl->updateMutex); in clientOutput()

12