/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.h | 110 // in fact just purge them forever on startup.
|
/external/chromium/net/disk_cache/ |
stress_cache.cc | 90 // This thread will loop forever, adding and removing entries from the cache.
|
/external/iproute2/ip/ |
ipaddress.c | 80 fprintf(stderr, "LFT := forever | SECONDS\n"); 441 if (strcmp(argv, "forever") == 0) 616 sprintf(buf, "valid_lft forever"); 620 sprintf(buf+strlen(buf), " preferred_lft forever");
|
/external/libvpx/examples/includes/geshi/geshi/ |
blitzbasic.php | 60 'Type','Forever','For','Or','And','AppTitle','Case','Goto','Gosub','Step','Stop','Int','Last','False','Then','To','True','Until','Float',
|
rebol.php | 70 'foreach','forever','forskip','func','function','halt','has','if',
|
/external/llvm/include/llvm/Support/ |
Program.h | 99 ///< this function will wait until the child finishes or forever if
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 305 BEGIN DONE; /* Don't keep matching this rule forever. */
|
/external/openssh/ |
ssh-agent.1 | 104 Without this option the default maximum lifetime is forever.
|
/external/webkit/Source/WebCore/workers/ |
WorkerThread.cpp | 229 // Ensure that tasks are being handled by thread event loop. If script execution weren't forbidden, a while(1) loop in JS could keep the thread alive forever.
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
main.c | 263 // If not animating, we will block forever waiting for events.
|
/frameworks/av/include/media/ |
AudioSystem.h | 176 // Timeout for synchronous record start. Prevents from blocking the record thread forever
|
/frameworks/base/media/java/android/media/ |
AsyncPlayer.java | 160 * @param looping Whether the audio should loop forever.
|
/frameworks/wilhelm/tests/sandbox/ |
multiplay.c | 118 int playTimeInMilliseconds = 0; // default to run forever
|
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 113 // and forever.
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 52 * Android keeps 10 SSLSessions forever.
|
/dalvik/vm/jdwp/ |
JdwpAdb.cpp | 112 * do anything that might block forever. 180 * Block forever, waiting for a debugger to connect to us. Called from the 221 * connect() will fail. We loop here forever waiting for it
|
/external/chromium/net/spdy/ |
spdy_session_unittest.cc | 395 MockRead(false, ERR_IO_PENDING) // Stall forever. 483 MockRead(false, ERR_IO_PENDING) // Stall forever. 584 MockRead(false, ERR_IO_PENDING) // Stall forever.
|
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 639 << "us; epoll will wait forever for events."; 640 // If timeout_in_us is < 0 we are supposed to Wait forever. This means we 642 // Wait(-1000/1000) == Wait(-1) == Wait forever.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AdbHelper.java | 350 * wait forever for command output and never throw. 646 * @param timeout The timeout value. A timeout of zero means "wait forever". 697 * @param timeout The timeout value. A timeout of zero means "wait forever".
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
smeSm.c | 637 * (one on each band). To find country IE we use passive scan forever, to find the desired SSID we 825 * Possible scenarios - D disabled - WSC PB off - scan forever with supplied intervals 826 * - D enabled - country unknown - WSC PB off - scan forever with supplied intervals [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
PresetReverbTest.java | 354 Looper.loop(); // Blocks forever until Looper.quit() is called.
|
VisualizerTest.java | 315 Looper.loop(); // Blocks forever until Looper.quit() is called.
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpRequestExecutor.java | 214 // 100-continue response forever. On timeout, send the entity.
|
/external/bluetooth/glib/gio/ |
gioscheduler.c | 116 * those threads forever. */
|
/external/bluetooth/glib/glib/ |
gpoll.c | 96 * @timeout: amount of time to wait, in milliseconds, or -1 to wait forever
|