Searched
full:loop (Results
301 -
325 of
3512) sorted by null
<<11121314151617181920>>
/hardware/ril/mock-ril/src/cpp/ |
node_object_wrap.h | 74 /* Ref() marks the object as being attached to an event loop. 84 /* Unref() marks an object as detached from the event loop. This is its
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 39 // Do one less iteration in the loop so the last element is added out of the 40 // loop. This is done so the comma is not placed after the last item.
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarUpgradeReceiver.java | 59 // crash and burn we don't want to get into a loop doing so. 75 // possibly end up in a reboot loop.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsUpgradeReceiver.java | 58 // crash and burn we don't want to get into a loop doing so. 75 // possibly end up in a reboot loop.
|
/sdk/anttasks/src/com/android/ant/ |
AidlExecTask.java | 93 // now loop on all the source folders to find all the aidl to compile 103 // loop through the results of the file set
|
/system/core/include/cutils/ |
selector.h | 47 * SelectableFd fields should only be modified from the selector loop. 110 * The selectable fd should only be modified from the selector loop thread.
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 58 * we start a looper, which will queueIdle (Looper.loop()) if idleHanlder list has element, 87 * removeIdleHandler, there should be no element in idleHanlder list. So the Looper.loop() 191 // Looper.loop() will set mResult true. 194 // If mActionFlag is false, addIdleHandler and remove it, then Looper.loop()
|
/external/chromium/base/ |
message_pump_default.cc | 66 // loop wakes up.
|
spin_wait.h | 29 // Since tests generally have a 5 second watch dog timer, this spin loop is
|
/external/chromium/net/base/ |
test_completion_callback.h | 19 // NOTE: Since this runs a message loop to wait for the completion callback,
|
/external/chromium/net/disk_cache/ |
stress_cache.cc | 6 // cache. The main application starts a copy of itself on a loop, checking the 11 // infinite loop, and another one to asynchronously kill the process. 59 // Main loop for the master process. 74 // This thread will loop forever, adding and removing entries from the cache.
|
/external/chromium/net/tools/fetch/ |
fetch_server.cc | 38 MessageLoop loop; local
|
/external/chromium/third_party/icu/source/i18n/ |
unesctrn.cpp | 178 // Loop over the forms in spec[]. Exit this loop when we 179 // match one of the specs. Exit the outer loop if a 264 // loop that is traversing the forms in
|
/external/dropbear/libtommath/etc/ |
drprime.c | 29 /* now loop */
|
/external/icu4c/i18n/ |
unesctrn.cpp | 178 // Loop over the forms in spec[]. Exit this loop when we 179 // match one of the specs. Exit the outer loop if a 264 // loop that is traversing the forms in
|
/external/icu4c/samples/translit/answers/ |
main_2.cpp | 46 // Loop over various months
|
/external/jpeg/ |
Android.mk | 42 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
|
/external/kernel-headers/original/linux/ |
plist.h | 156 * @pos1: the type * to use as a loop counter. 166 * @pos1: the type * to use as a loop counter. 176 * @pos: the type * to use as a loop counter. 187 * @pos: the type * to use as a loop counter.
|
/external/libvpx/examples/ |
decode_to_md5.txt | 5 This example builds upon the simple decoder loop to show how checksums
|
/external/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 57 orr r2, r2, #0x4 ; construct loop counter. width=8=4x2 83 tst r2, #0xff ; test loop counter 145 orr r2, r2, #2 ; loop counter 181 add sp, sp, #12 ; updata src for next loop (20-8)
|
/external/libvpx/vp8/decoder/arm/armv6/ |
dequantize_v6.asm | 28 mov r12, #2 ;loop counter
|
/external/oprofile/daemon/ |
init.c | 3 * Daemon set up and main loop for 2.6 196 * opd_do_read - enter processing loop 210 /* loop to handle EINTR */ 354 /* simple sleep-then-process loop */
|
/external/qemu/telephony/ |
sysdeps.h | 76 /** main loop (may return immediately on some platform)
|
/external/v8/test/mjsunit/ |
const-redecl.js | 212 // Test that const inside loop behaves correctly. 213 var loop = "for (var i = 0; i < 3; i++) { const x = i; }"; variable 214 TestAll(0, loop, "x"); 215 TestAll(0, "var a,b,c,d,e,f,g,h; " + loop, "x");
|
/external/v8/test/mjsunit/regress/ |
regress-259.js | 29 // infinite loop (with no normal exits) in the try block.
|
Completed in 1460 milliseconds
<<11121314151617181920>>