HomeSort by relevance Sort by last modified time
    Searched refs:WAIT (Results 26 - 50 of 77) sorted by null

12 3 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 478 WAIT, /* The post dial string playback is waiting for a
508 if (getPostDialState() == PostDialState.WAIT) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java 192 PhoneNumberUtils.WAIT), mImsCT, mForeGroundCall, false);
205 assertEquals(Connection.PostDialState.WAIT, mConnectionUT.getPostDialState());
ImsPhoneCallTrackerTest.java 411 mCTUT.sendDtmf(PhoneNumberUtils.WAIT, null);
413 verify(mSecondImsCall, times(1)).sendDtmf(eq(PhoneNumberUtils.WAIT), (Message) isNull());
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java 112 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
160 || threadStatus == JDWPConstants.ThreadStatus.WAIT) {
  /external/webrtc/webrtc/p2p/base/
relayport_unittest.cc 122 WAIT(relay_server_->HasConnection(kRelayTcpAddr), kTimeoutMs);
157 // Wait until relayport is ready.
195 // Wait until relayport is ready.
p2ptransportchannel_unittest.cc 184 const std::string& rt2, const std::string& rp2, int wait)
187 remote_proto2(rp2), connect_wait(wait) {
498 // Create the channels and wait for them to connect.
548 // Destroy the channels, and wait for them to be fully cleaned up.
    [all...]
port_unittest.cc 578 WAIT(!ch2->remote_address().IsNil(), kTimeout);
612 // Wait for both OnClose are delivered.
678 // Wait for channel's outgoing TCPConnection connected.
804 WAIT(!ch2.remote_address().IsNil(), kTimeout);
833 WAIT(ch2.conn()->write_state() == Connection::STATE_WRITABLE, kTimeout);
    [all...]
turnport_unittest.cc 407 WAIT(!turn_unknown_address_, kTimeout);
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 238 WAIT(acl_state_changed);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 847 WAIT, // recover by waiting
853 private MachineState mState = MachineState.WAIT;
880 mState = MachineState.WAIT;
889 case WAIT: // not a valid stratedy for connection refusal, fallthrough
929 case WAIT:
930 // First failure, just try to wait and try again
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 59 * 'w' --- GSM wait character
62 public static final char WAIT = ';';
113 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
117 || c == WILD || c == WAIT || c == PAUSE;
121 * post-dial string (eg this is PAUSE or WAIT)
125 return c == PAUSE || c == WAIT;
205 * separators (pause or wait), but without non-dialable characters.
338 c = WAIT;
374 wIndex = a.indexOf(WAIT);
983 } else if (c == WAIT) {
    [all...]
  /external/libvncserver/rfb/
rfb.h 73 #define WAIT(cond,mutex) (rfbLog("%s:%d WAIT(%s,%s)\n",__FILE__,__LINE__,#cond,#mutex), pthread_cond_wait(&(cond),&(mutex)))
87 #define WAIT(cond,mutex) pthread_cond_wait(&(cond),&(mutex))
100 #define WAIT(cond,mutex) this_is_unsupported
304 /** this is the amount of milliseconds to wait at least before sending
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 877 WAIT, // recover by waiting
883 private MachineState mState = MachineState.WAIT;
910 mState = MachineState.WAIT;
919 case WAIT: // not a valid stratedy for connection refusal, fallthrough
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 166 %token WAIT
531 | WAIT
1098 OPC(WAIT),
    [all...]
  /external/webrtc/webrtc/base/
thread_unittest.cc 353 // Asynchronously invoke SetAndInvokeSet on |thread1| and wait until
458 // Wait for the call to begin.
459 ASSERT_TRUE(invoke_started_.Wait(kWaitTimeout));
475 // Wait for the call to begin.
476 ASSERT_TRUE(invoke_started_.Wait(kWaitTimeout));
574 WAIT(called.get(), kWaitTimeout);
640 // Wait for the call to begin.
641 ASSERT_TRUE(invoke_started_.Wait(kWaitTimeout));
657 // Wait for the call to begin.
658 ASSERT_TRUE(invoke_started_.Wait(kWaitTimeout))
    [all...]
sslstreamadapter_unittest.cc 459 void SetHandshakeWait(int wait) {
460 handshake_wait_ = wait;
576 // Wait for the client to close
761 WAIT(false, 2000);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 73 mGSMTestHandler.wait();
94 // wait until we get phone in both voice and data service
    [all...]
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc     [all...]
  /external/ImageMagick/MagickCore/
vms.h 763 #define lib$wait LIB$WAIT
    [all...]
  /external/libvncserver/libvncserver/
main.c 476 WAIT(cl->updateCond, cl->updateMutex);
482 /* OK, now, to save bandwidth, wait a little while for more
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 555 // BT does want PAUSE/WAIT conversion while it doesn't want the
562 // wait
566 .replace(PhoneNumberUtils.PAUSE, 'p').replace(PhoneNumberUtils.WAIT,
    [all...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
VCardEntry.java     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 676 #define WAIT CHOICE(wait, wait, wait)
698 #define FCLEX CHOICE(fclex, wait; fnclex, wait; fclex)
730 #define FINIT CHOICE(finit, wait; fninit, wait; finit)
    [all...]

Completed in 1812 milliseconds

12 3 4