/external/opencore/android/ |
android_audio_output.cpp | 192 while (iAudioThreadReturnSem->Wait() != OsclProcStatus::SUCCESS_ERROR) 253 while (iAudioThreadTermSem->Wait() != OsclProcStatus::SUCCESS_ERROR) 276 while (iAudioThreadCreatedSem->Wait() != OsclProcStatus::SUCCESS_ERROR) 397 // wait for signal from MIO thread 398 LOGV("wait for signal"); 399 iAudioThreadSem->Wait(); 444 LOGV("wait"); 445 iAudioThreadSem->Wait(); 469 // if queue is empty, wait for more work 472 LOGV("queue is empty, wait for more work") [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 90 // Wait for network connectivity state: CONNECTING, CONNECTED, SUSPENDED, 94 // In case the broadcast is already sent out, no need to wait 100 assertFalse("Wait for network state timeout", true); 102 Log.v(LOG_TAG, "Wait for the connectivity state for network: " + networkType + 106 cmActivity.connectivityObject.wait(STATE_TRANSITION_SHORT_TIMEOUT); 122 // Wait for Wifi state: WIFI_STATE_DISABLED, WIFI_STATE_DISABLING, WIFI_STATE_ENABLED, 131 assertFalse("Wait for Wifi state timeout", true); 133 Log.v(LOG_TAG, "Wait for wifi state to be: " + expectedState); 136 cmActivity.wifiObject.wait(5*1000); 257 // Wait for the Wifi state to be DISABLE [all...] |
/system/extras/tests/bionic/libc/bionic/ |
test_cond.c | 37 static pthread_cond_t wait = PTHREAD_COND_INITIALIZER; variable 44 pthread_cond_wait(&wait, &lock); 58 pthread_cond_signal(&wait);
|
/system/extras/tests/bionic/libc/common/ |
test_semaphore.c | 54 printf( "thread 1: could not wait for semaphore: %s\n", strerror(errno) ); 74 printf( "thread 2: could not wait for semaphore: %s\n", strerror(errno) ); 95 printf( "thread 3: could not wait for semaphore: %s\n", strerror(errno) );
|
/dalvik/libcore/luni-kernel/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/ |
ThreadsTest.java | 173 /** whether {@link #amount} is milliseconds to wait in an 174 * absolute fashion (<code>true</code>) or nanoseconds to wait 178 /** amount to wait (see above) */ 226 * Wait for the test to complete and return the duration. 229 * wait for the test to complete 236 wait(maxWaitMillis);
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
WriteOnlyFileChannel.java | 109 boolean shared, boolean wait) throws IOException { 113 return super.basicLock(position, size, shared, wait);
|
/dalvik/vm/native/ |
java_lang_Object.c | 86 * public void wait(long ms, int ns) throws InterruptedException 106 { "wait", "(JI)V",
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ProgressBar3.java | 69 dialog.setMessage("Please wait while loading..."); 76 dialog.setMessage("Please wait while loading...");
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
DeviceConnector.java | 29 * The maximum time to wait for a device to be connected. 101 wait(waitTime);
|
/development/tools/ |
make_key | 66 wait 67 wait
|
/external/e2fsprogs/lib/ss/ |
list_rqs.c | 16 #include <sys/wait.h> 82 wait(&waitb);
|
/external/guava/src/com/google/common/util/concurrent/ |
Executors.java | 48 * adding a shutdown hook to wait for their completion. 55 * @param terminationTimeout how long to wait for the executor to 75 * does so by using daemon threads and adding a shutdown hook to wait for 83 * @param terminationTimeout how long to wait for the executor to 102 * Add a shutdown hook to wait for thread completion in the given 108 * @param terminationTimeout how long to wait for the executor to finish 135 * adding a shutdown hook to wait for their completion. 155 * and adding a shutdown hook to wait for their completion.
|
/external/kernel-headers/original/linux/ |
poll.h | 9 #include <linux/wait.h> 47 wait_queue_t wait; member in struct:poll_table_entry
|
/external/ppp/pppd/plugins/ |
passprompt.c | 13 #include <sys/wait.h> 88 /* now wait for child to exit */
|
/external/webkit/WebCore/manual-tests/ |
bugzilla-6821.html | 19 Move the mouse over the text “Hover here” until it disappears and “Wait” appears, then DO NOT MOVE the mouse 51 <span id="c" onmouseover="hoveredC()">Hover here<br><span style="background: black;"> Wait </span></span>
|
/external/webkit/WebKit/mac/Misc/ |
WebNSNotificationCenterExtras.m | 43 - (void)postNotificationOnMainThreadWithName:(NSString *)name object:(id)object userInfo:(NSDictionary *)userInfo waitUntilDone:(BOOL)wait 55 [[self class] performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait];
|
/external/webkit/WebKit/qt/tests/ |
util.h | 52 // Will try to wait for the condition while allowing event processing 66 // Will try to wait for the condition while allowing event processing
|
/frameworks/base/core/java/android/os/ |
HandlerThread.java | 75 // If the thread has been started, wait until the looper has been created. 79 wait(); method
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 85 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE); 87 Log.v(TAG, "runTestOnMethod: wait was interrupted."); 161 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE); 163 Log.v(TAG, "callMediaPlayerMethodUnderTestInState: wait is interrupted in state " + state); 293 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE); 295 Log.v(TAG, "setMediaPlayerToPlaybackCompletedState: wait was interrupted."); 317 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE); 319 Log.v(TAG, "setMediaPlayerToErrorState: wait was interrupted.");
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GSMTestHandler.java | 68 this.wait(); 101 this.wait(FAIL_TIMEOUT_MILLIS);
|
/packages/inputmethods/LatinIME/java/res/xml/ |
kbd_phone_symbols.xml | 47 <!-- Wait is a semicolon. --> 48 <Key android:codes="59" android:keyLabel="Wait"/>
|
/system/netd/ |
main.cpp | 24 #include <sys/wait.h> 125 pid_t pid = wait(NULL);
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Common/ |
TI_OAL.cpp | 105 TI_OSEvent::Wait(tiUINT32 uTime) 110 return m_pWrapEvent->Wait(uTime);
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset1.h | 123 * -# WAIT 15 sec. 223 * -# WAIT 15 sec. 344 * -# WAIT 3 sec. 709 * -# WAIT 7 sec. 780 * -# WAIT 5 sec. 784 * -# WAIT 10 sec. 867 * -# WAIT 10 sec. 869 * -# WAIT 5 sec 871 * -# WAIT 10 sec. 953 * -# WAIT 20 sec [all...] |
/bionic/libc/kernel/common/linux/ |
relay.h | 17 #include <linux/wait.h>
|