/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
SDL_systimer.c | 124 more and more cases of wait-for-something are covered. 163 if (!e) /* Wait for AsyncTimer event */
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fb3dfx.c | 30 /* Wait for vertical retrace */ 37 /* wait until we're past the start */
|
SDL_fbmatrox.c | 30 /* Wait for vertical retrace - taken from the XFree86 Matrox driver */ 41 /* wait until we're past the start */
|
/external/qemu/ |
migration.c | 110 /* amount of nanoseconds we are willing to wait for migration to be down. 317 dprintf("wait for unfreeze\n");
|
/external/webkit/WebCore/manual-tests/ |
cursor.html | 30 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: wait">wait</div>
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
executive.py | 87 # Use our own custom wait loop because Popen ignores a tee'd 162 exit_code = process.wait()
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
chromium_win.py | 152 stderr=subprocess.PIPE).wait() 155 stderr=subprocess.PIPE).wait()
|
/external/wpa_supplicant/ |
ctrl_iface.h | 85 * wpa_supplicant_ctrl_iface_wait - Wait for ctrl_iface monitor 88 * Wait until the first message from an external program using the control
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface.h | 85 * wpa_supplicant_ctrl_iface_wait - Wait for ctrl_iface monitor 88 * Wait until the first message from an external program using the control
|
/frameworks/base/awt/java/awt/ |
EventQueueCore.java | 110 wait(); method 245 wait(timeout);
|
/frameworks/base/core/java/android/accounts/ |
AccountManagerFuture.java | 27 * complete, to wait for its completion, and to retrieve the result of 105 * @param timeout the maximum time to wait
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleHello.java | 34 public static final int CHUNK_WAIT = type("WAIT"); 172 * Send up a WAIT chunk. The only currently defined value for "reason"
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LoadTestsAutoTest.java | 191 // Wait until done. 195 this.wait();
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
ImfBaseTestCase.java | 36 * The amount of time we are willing to wait for the IME to appear after a user action 99 // Wait until the EditText pops above the IME or until we hit the timeout.
|
/packages/apps/Browser/tests/src/com/android/browser/ |
JNIBindingsTestApp.java | 200 wait(); method 213 wait(); method
|
/packages/apps/Gallery3D/res/values/ |
strings.xml | 67 <string name="running_face_detection">Please wait\u2026</string> 73 <string name="wallpaper">Setting wallpaper, please wait\u2026</string>
|
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
PicasaService.java | 127 // Wait for the sync to complete. 128 sSyncPending.wait();
|
/sdk/jarutils/src/com/android/jarutils/ |
KeystoreHelper.java | 208 // before the thread have filled the arrays, so we wait for both threads and the 223 // since we're waiting for the output thread above, we should never actually wait
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
AdbWrapper.java | 144 * @param waitforReaders if true, this will wait for the reader threads.
204 // before the thread have filled the arrays, so we wait for both threads and the
|
/system/core/libcutils/ |
zygote.c | 178 newargv[0] = "--peer-wait"; 187 // Wait for socket to close
|
/system/extras/tests/memtest/ |
memtest.cpp | 154 printf("memcpy() performance test is running, please wait...\n"); 209 printf("memcpy() validation test is running, please wait...\n"); 279 printf("memset() performance test is running, please wait...\n"); 325 printf("memset() validation test is running, please wait...\n"); 417 printf("memcmp() performance test is running, please wait...\n"); 470 printf("memcmp() validation test is running, please wait...\n"); 529 printf("strlen() performance test is running, please wait...\n"); 693 printf("\nEstimating the CPU frequency, please wait...\n");
|
/system/extras/tests/sdcard/ |
testcase.h | 40 // Takes care of forking child processes and wait for them. 105 // Fork the children, run the test and wait for them to complete.
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_OAL.h | 81 virtual tiUINT32 Wait ( tiUINT32 uTime ) = 0; 93 tiUINT32 Wait ( tiUINT32 uTime );
|
/build/tools/dexpreopt/ |
dexpreopt.py | 173 timeout: The number of seconds to wait for data, or zero for no timeout. 228 timeout: How long to wait, in seconds. No timeout if it evaluates to False. 298 timeout: How long to wait, in seconds. No timeout if it evaluates to False. 306 # Wait until the console is ready and the first prompt appears. 319 prompt: The prompt to wait for. If None, uses ep.prompt. 320 timeout: How many seconds to wait for the prompt. Waits forever 392 timeout: The number of seconds to wait for the command to complete, 420 timeout: The number of seconds to wait for the command to complete, 450 timeout: The number of seconds to wait for the command to complete, 573 timeout: The number of seconds to wait for the command to complete [all...] |
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 786 fprintf(stderr, "\n\ndsa_make_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 823 fprintf(stderr, "\n\nrsa_make_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 849 fprintf(stderr, "\n\nrsa_encrypt_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 869 fprintf(stderr, "\n\nrsa_decrypt_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 889 fprintf(stderr, "\n\nrsa_sign_hash says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 907 fprintf(stderr, "\n\nrsa_verify_hash says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 947 fprintf(stderr, "\n\nkatja_make_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 968 fprintf(stderr, "\n\nkatja_encrypt_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 984 fprintf(stderr, "\n\nkatja_decrypt_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)); 1043 fprintf(stderr, "\n\necc_make_key says %s, wait...no it should say %s...damn you!\n", error_to_string(err), error_to_string(CRYPT_OK)) [all...] |