/bionic/libc/kernel/common/linux/sunrpc/ |
svc.h | 19 #include <linux/wait.h>
|
/cts/tests/tests/app/src/android/app/cts/ |
CTSActivityTestCaseBase.java | 46 mSync.wait();
|
/cts/tests/tests/os/src/android/os/cts/ |
RemoteCallbackListTest.java | 129 mSync.wait(); 166 mSync.wait(); 169 // sleep some time to wait for onCallbackDied called. 185 mSync.wait();
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoReceiveSmsPermissionTest.java | 36 // time to wait for sms to get delivered - currently 2 minutes 55 // so test needs to wait to determine if it actual receives an SMS 69 receiver.wait(WAIT_TIME); 71 Log.w(LOG_TAG, "wait for sms interrupted");
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
TextToSpeechTest.java | 43 /** maximum time to wait for tts to be initialized */ 45 /** maximum time to wait for speech call to be complete */ 67 wait(TTS_INIT_MAX_WAIT_TIME); 98 wait(TTS_SPEECH_MAX_WAIT_TIME);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ChronometerTest.java | 171 // so we need sleep a moment to wait wait this time. The sleep code shouldn't 187 // so we need sleep a moment to wait wait this time. The sleep code shouldn't
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmServer.java | 131 * For a DDM-aware application, we want to wait until the app has had 146 * waiting for it, wait a bit. 151 mHandlerMap.wait(1000); // 1.0 sec 157 /* timed out, don't wait again */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyWaitEvent.java | 37 System.out.println("Wait Event for " + mWaitTime + " milliseconds");
|
/development/simulator/app/ |
MessageStream.h | 101 * If "wait" is true, read() blocks until a message arrives. Only 104 bool read(Pipe* pPipe, bool wait); 161 bool recv(Message* pMsg, bool wait) { return pMsg->read(mReadPipe, wait); }
|
Semaphore.h | 50 bool adjust(int adj, bool wait);
|
/development/testrunner/ |
errors.py | 28 """We sent a command and had to wait too long for response."""
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
WaitingThread.java | 41 * a thread needs to wait. Instances are not re-used, except if the 42 * waiting thread experiences a spurious wakeup and continues to wait. 69 * @param cond the condition for which to wait 87 * @return the condition on which to wait, never <code>null</code>
|
/external/bluetooth/bluez/compat/ |
dund.h | 38 int dun_open_connection(int sk, char *pppd, char **pppd_opts, int wait);
|
/external/grub/stage2/ |
stage1_5.c | 33 grub_printf ("\n\nGRUB loading, please wait...\n");
|
/external/guava/src/com/google/common/util/concurrent/ |
TimeLimiter.java | 68 * callers are willing to wait on each method call to the proxy 70 * callers are willing to wait on each method call to the proxy 89 * @param timeoutDuration with timeoutUnit, the maximum length of time to wait 90 * @param timeoutUnit with timeoutDuration, the maximum length of time to wait
|
/external/junit/src/junit/extensions/ |
ActiveTestSuite.java | 55 wait(); method
|
/external/kernel-headers/original/linux/ |
android_alarm.h | 41 #define ANDROID_ALARM_WAIT _IO('a', 1) // ack last alarm and wait for next
|
ipc.h | 26 #define IPC_NOWAIT 00004000 /* return error on wait */
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_semaphore.h | 82 * Makes the thread to wait on the Semaphore 89 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait(); 92 * Makes the thread to wait on the Semaphore, with a timeout. 102 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Wait(uint32 timeout_msec);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_systhread_c.h | 46 #define Wait WaitPPC
|
/external/quake/res/values/ |
strings.xml | 27 <string name="quake_customDownloadText">Please wait while the Quake data files are copied to your SD card.</string>
|
/external/quake/src/com/android/quake/ |
PreconditionActivityHelper.java | 15 * // And in the wait activity:
|
/external/webkit/WebCore/manual-tests/ |
accidental-strict-mode.html | 4 <li> Click on PDF link below. Wait for PDF to fully load.
|
link-cursor-auto.html | 21 <span style="cursor: wait;"><a href="#">This is the link</a></span>
|
/frameworks/base/awt/com/android/internal/awt/ |
AndroidNativeEventQueue.java | 67 eventMonitor.wait(1000);
|