Searched
full:loop (Results
326 -
350 of
3512) sorted by null
<<11121314151617181920>>
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/ |
do_while.js | 24 Description: 'This tests the new do_while loop'
|
/external/webkit/WebCore/platform/ |
ThreadTimers.h | 59 SharedTimer* m_sharedTimer; // External object, can be a run loop on a worker thread. Normally set/reset by worker thread.
|
/external/webkit/WebCore/platform/mac/ |
EventLoopMac.mm | 33 // FIXME: Should this use NSRunLoopCommonModes? Switching to NSRunLoopCommonModes causes Safari to hang in a tight loop.
|
/external/webkit/WebCore/platform/network/cf/ |
LoaderRunLoopCF.cpp | 43 // Must add a source to the run loop to prevent CFRunLoopRun() from exiting.
|
/external/webkit/WebKit/chromium/public/ |
WebMediaPlayerAction.h | 41 Loop
|
/external/zlib/contrib/asm586/ |
README.586 | 24 partial register in the inner loop).
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 64 Looper.loop();
|
TestHandlerThread.java | 85 Looper.loop();
|
/frameworks/base/media/jni/soundpool/ |
android_media_SoundPool.cpp | 77 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop, 83 return ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate); 153 int loop) 158 ap->setLoop(channelID, loop);
|
/frameworks/base/media/libmediaplayerservice/ |
MidiFile.h | 50 virtual status_t setLooping(int loop);
|
/libcore/luni/src/main/java/java/util/ |
Random.java | 123 int rand = 0, count = 0, loop = 0; local 125 if (loop == 0) { 127 loop = 3; 129 loop--;
|
/system/core/adb/ |
fdevent.h | 63 /* loop forever, handling events.
|
/system/core/toolbox/ |
rm.c | 81 /* loop over the file/directory args */
|
/system/extras/tests/cpueater/ |
cpueater.c | 16 * Simple cpu eater busy loop. Runs as a daemon. prints the child PID to
|
/bionic/libc/arch-arm/bionic/ |
strlen.c | 58 // loop for each word, testing if it contains a zero byte 59 // if so, exit the loop and update the length. 60 // We need to process 32 bytes per loop to schedule PLD properly
|
/bionic/libc/bionic/ |
realpath.c | 79 * if it is a symlink, read in the value and loop. 85 loop: 114 goto loop;
|
/external/bluetooth/glib/gio/tests/ |
sleepy-stream.c | 227 static GMainLoop *loop; variable 245 g_main_loop_quit (loop); 274 g_main_loop_run (loop = g_main_loop_new (NULL, FALSE));
|
/external/chromium/base/ |
mac_util_unittest.mm | 97 EXPECT_TRUE(out.empty()) << "loop: " << i; 121 EXPECT_FALSE(out.empty()) << "loop: " << i; 123 out.value().c_str()) << "loop: " << i;
|
/external/chromium/third_party/icu/source/i18n/ |
name2uni.cpp | 160 // the loop. If any other character is found, exit the 161 // loop. If the limit is reached, exit the loop.
|
/external/icu4c/i18n/ |
name2uni.cpp | 160 // the loop. If any other character is found, exit the 161 // loop. If the limit is reached, exit the loop.
|
/external/libvpx/vp8/common/ |
blockd.h | 97 MB_LVL_ALT_LF = 1, // Use alternate loop filter value... 254 // Per frame flags that define which MB level features (such as quantizer or loop filter level) 260 // mode_based Loop filter adjustment
|
/external/openssl/crypto/bf/asm/ |
bf-586.pl | 64 # &mov($tmp1,&wparam(0)); In last loop 82 # &mov($tmp1,&wparam(0)); In last loop 127 } # In last loop
|
/external/proguard/src/proguard/optimize/evaluation/ |
VariableOptimizer.java | 117 // Loop over all variables. 198 // Loop over all instructions. 226 // Loop over all instructions.
|
/external/qemu/ |
qemu-common.h | 93 * invoked. This can create an infinite loop if a bottom half handler 94 * schedules itself. qemu_bh_schedule_idle() avoids this infinite loop by 95 * ensuring that the bottom half isn't executed until the next main loop
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmengine.h | 59 /* sine table is always a power of 2 - saves cycles in inner loop */ 74 EAS_I16 op1Out; /* op1 output for feedback loop */ 75 EAS_I16 op3Out; /* op3 output for feedback loop */
|
Completed in 573 milliseconds
<<11121314151617181920>>