HomeSort by relevance Sort by last modified time
    Searched full:loop (Results 151 - 175 of 3512) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/glib/tests/
mainloop-test.c 43 GMainLoop *loop; member in struct:_AddrData
115 g_main_loop_quit (addr_data->loop);
157 addr_data.loop = g_main_loop_new (context, FALSE);
171 g_main_loop_run (addr_data.loop);
178 g_main_loop_unref (addr_data.loop);
  /external/chromium/base/
message_pump.h 44 // The Run method is called to enter the message pump's run loop.
51 // The anatomy of a typical run loop:
84 // Notice that the run loop cycles between calling DoInternalWork, DoWork,
89 // Notice also that after each callout to foreign code, the run loop checks
104 // Quit immediately from the most recently entered run loop. This method may
time_win_unittest.cc 52 // This is a tight loop; we could have looped faster than our
79 for (int loop = 0; loop < 4096; loop++) {
111 // Loop for a bit getting timers quickly. We want to
  /external/grub/util/
grub-image 99 # This requires running as root, and using the loop device.
101 while test -e /dev/loop$i; do
102 if /sbin/losetup /dev/loop$i $image; then
109 mount /dev/loop$i $bootdir
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"
grub-image.in 99 # This requires running as root, and using the loop device.
101 while test -e /dev/loop$i; do
102 if /sbin/losetup /dev/loop$i $image; then
109 mount /dev/loop$i $bootdir
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 255 /* This loop type is a normal forward playing loop which is continually
263 ULONG ulType; /* Loop Type */
264 ULONG ulStart; /* Start of loop in samples */
265 ULONG ulLength; /* Length of loop in samples */
ARM-E_interpolate_loop_gnu.s 78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
ARM_synth_constants_gnu.inc 124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
  /frameworks/base/media/java/android/media/
SoundPool.java 53 * <p>Sounds can be looped by setting a non-zero loop value. A value of -1
54 * causes the sound to loop forever. In this case, the application must
279 * streams is exceeded. A loop value of -1 means loop forever,
280 * a value of 0 means don't loop, other values indicate the
291 * @param loop loop mode (0 = no loop, -1 = loop forever)
296 int priority, int loop, float rate)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
scale_sig_neon.s 40 BEQ LOOP
43 BEQ LOOP
45 BEQ LOOP
66 LOOP:
129 BGT LOOP
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 88 * Loop through the top-level structure coming from the Exchange server
107 // Loop here through the remaining xml
110 // Ignore these tags, since we've only got one collection syncing in this loop
161 // If we don't have a new sync key, ignore moreAvailable (or we'll loop)
179 userLog("Changes found to ping loop mailbox ", mMailbox.mDisplayName, ": will ping.");
  /system/core/libpixelflinger/
col32cb16blend_neon.S 67 // This loop processes 16 pixels per iteration. In the comments, references to
107 subs r3, r3, #1 // decrement loop counter
112 bne 1b // if count != 0, loop
131 subs r3, r3, #1 // decrement loop counter
147 bne 3b // if count != 0, loop
  /external/kernel-headers/original/linux/
list.h 358 * @pos: the &struct list_head to use as a loop cursor.
367 * @pos: the &struct list_head to use as a loop cursor.
380 * @pos: the &struct list_head to use as a loop cursor.
389 * @pos: the &struct list_head to use as a loop cursor.
399 * @pos: the type * to use as a loop cursor.
410 * @pos: the type * to use as a loop cursor.
432 * @pos: the type * to use as a loop cursor.
446 * @pos: the type * to use as a loop cursor.
458 * @pos: the type * to use as a loop cursor.
471 * @pos: the type * to use as a loop cursor
    [all...]
loop.h 5 * include/linux/loop.h
73 * Loop flags
116 * Loop filter types
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8Image.c 275 | (loop x1) | (loop x2) | (loop x3) |
287 (loop y1)| | | |
297 (loop y2)| | | |
310 (loop y3)| | |
334 1. parse all pixels in "loop y1"
335 1.a. parse all pixels in "loop x1"
336 1.b. parse all pixels in "loop x2"
337 1.c. parse all pixels in "loop x3
    [all...]
  /external/chromium/net/url_request/
url_request_unittest.h 479 // Creates and returns a new HTTPTestServer. If |loop| is non-null, requests
480 // are serviced on it, otherwise a new thread and message loop are created.
483 MessageLoop* loop) {
484 return CreateServerWithFileRootURL(document_root, std::wstring(), loop);
489 MessageLoop* loop,
492 return CreateServerWithFileRootURL(document_root, std::wstring(), loop,
500 MessageLoop* loop) {
501 return CreateServerWithFileRootURL(document_root, file_root_url, loop,
522 MessageLoop* loop,
527 test_server->loop_ = loop;
553 MessageLoop* loop = loop_; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 78 ADD pLoopEnd, pLoopEnd, #1 @ need loop end to equal last sample + 1
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
ARM_synth_constants_gnu.inc 124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
  /external/webkit/WebKitTools/mangleme/
tags.h 23 { "BGSOUND", "SRC", "LOOP", "onLoad", "STYLE", 0 },
43 { "IMG", "ALIGN", "ALT", "SRC", "BORDER", "DYNSRC", "HEIGHT", "HSPACE", "ISMAP", "LOOP", "LOWSRC", "START", "UNITS", "USEMAP", "WIDTH", "VSPACE", "onLoad", "STYLE", 0 },
49 { "MARQUEE", "ALIGN", "BEHAVIOR", "BGCOLOR", "DIRECTION", "HEIGHT", "HSPACE", "LOOP", "SCROLLAMOUNT", "SCROLLDELAY", "WIDTH", "VSPACE", "onLoad", "STYLE", 0 },
  /external/zlib/contrib/ada/
test.adb 134 loop
155 end loop;
169 loop
174 end loop;
224 for K in 0 .. D loop
229 end loop;
239 for J in 1 .. Buffer_Count loop
243 end loop;
293 loop
296 for Level in ZLib.Compression_Level'Range loop
    [all...]
  /frameworks/base/media/libstagefright/foundation/
ALooper.cpp 40 return mLooper->loop();
94 } while (loop());
172 bool ALooper::loop() { function in class:android::ALooper
  /external/libvpx/vp8/common/arm/armv6/
bilinearfilter_v6.asm 32 mov r12, r3 ; outer-loop counter
33 sub r2, r2, r4 ; src increment for height loop
53 mov lr, r4, lsr #2 ; 4-in-parellel loop counter
112 mov lr, r4, lsr #2 ; loop counter
156 mov r12, r4 ; outer-loop counter = width, since we work on transposed data matrix
166 mov lr, r3, lsr #2 ; loop counter
  /bionic/libc/arch-x86/string/
strcat.S 17 * NOTE: I've unrolled the loop eight times: large enough to make a
37 L1: movb (%edx),%al /* unroll loop, but not too much */
strncmp.S 10 * NOTE: I've unrolled the loop eight times: large enough to make a
21 jmp L2 /* Jump into the loop! */
  /bootable/diskinstaller/libdiskconfig/
diskutils.c 78 /* skip the write loop if we're testing */
97 LOGE("Exited read/write loop without setting flag! WTF?!");

Completed in 655 milliseconds

1 2 3 4 5 67 8 91011>>