/external/webkit/WebKit/gtk/tests/ |
testwebresource.c | 32 GMainLoop* loop; variable 174 g_main_loop_quit(loop); 186 loop = g_main_loop_new(NULL, TRUE); 201 g_main_loop_run(loop); 214 g_main_loop_unref(loop); 228 g_main_loop_quit(loop); 233 g_main_loop_quit(loop); 247 loop = g_main_loop_new(NULL, TRUE); 261 g_main_loop_run(loop); 265 g_main_loop_run(loop); [all...] |
testloading.c | 63 GMainLoop *loop; member in struct:__anon8291 75 fixture->loop = g_main_loop_new(NULL, TRUE); 88 g_main_loop_unref(fixture->loop); 109 g_main_loop_quit(fixture->loop); 165 g_main_loop_run(fixture->loop); 191 g_main_loop_quit(fixture->loop); 220 g_main_loop_run(fixture->loop); 266 g_main_loop_quit(fixture->loop); 289 g_main_loop_run(fixture->loop); 312 g_main_loop_quit(fixture->loop); [all...] |
testdownload.c | 27 GMainLoop* loop; variable 76 g_main_loop_quit(loop); 154 loop = g_main_loop_new(NULL, TRUE); 156 g_main_loop_run(loop); 164 g_main_loop_unref(loop);
|
testhittestresult.c | 32 static GMainLoop* loop; variable 62 loop = g_main_loop_new(NULL, TRUE); 69 g_main_loop_unref(loop); 95 g_main_loop_quit(loop); 112 g_main_loop_run(loop);
|
testkeyevents.c | 36 GMainLoop* loop; member in struct:__anon8290 61 fixture->loop = g_main_loop_new(NULL, TRUE); 72 g_main_loop_unref(fixture->loop); 93 g_main_loop_quit(fixture->loop); 139 g_main_loop_run(fixture->loop);
|
/external/clearsilver/cs/ |
test_func.cs | 12 <?cs loop:x = 0, 20, 2 ?> 14 <?cs /loop ?>
|
/external/libpng/ |
TODO | 24 Investigate pre-incremented loop counters and other loop constructions.
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_sysevents.h | 28 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */ 44 #ifdef __OS2__ /* The OS/2 event loop runs in a separate thread */
|
/external/qemu/telephony/ |
test1.c | 45 printf("entering event loop\n"); 47 printf("exiting event loop\n" );
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
mkskel.tpu | 16 LOOP 21 LOOP
|
/external/zlib/contrib/ada/ |
read.adb | 89 for J in Item'First .. Last loop 97 end loop; 116 loop 117 for Level in ZLib.Compression_Level'Range loop 134 loop 145 end loop; 150 end loop; 155 end loop;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
cfghooks.h | 116 /* A hook for duplicating loop in CFG, currently this is used 117 in loop versioning. */ 118 bool (*cfg_hook_duplicate_loop_to_header_edge) (struct loop *, edge, 123 /* Add condition to new basic block and update CFG used in loop 127 /* Update the PHI nodes in case of loop versioning. */ 137 E->dest (only in tree-ssa loop versioning. */ 170 extern bool cfg_hook_duplicate_loop_to_header_edge (struct loop *loop, edge,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
cfghooks.h | 116 /* A hook for duplicating loop in CFG, currently this is used 117 in loop versioning. */ 118 bool (*cfg_hook_duplicate_loop_to_header_edge) (struct loop *, edge, 123 /* Add condition to new basic block and update CFG used in loop 127 /* Update the PHI nodes in case of loop versioning. */ 137 E->dest (only in tree-ssa loop versioning. */ 170 extern bool cfg_hook_duplicate_loop_to_header_edge (struct loop *loop, edge,
|
/system/vold/ |
Loop.h | 21 #include <linux/loop.h> 25 class Loop {
|
VolumeManager.cpp | 39 #include "Loop.h" 333 if (Loop::createImageFile(asecFileName, numImgSectors + 1)) { 346 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) { 347 SLOGE("ASEC loop device creation failed (%s)", strerror(errno)); 361 Loop::destroyByDevice(loopDevice); 381 Loop::destroyByDevice(loopDevice); 392 Loop::destroyByDevice(loopDevice); 403 Loop::destroyByDevice(loopDevice); 419 Loop::destroyByDevice(loopDevice); 432 Loop::destroyByDevice(loopDevice) [all...] |
/system/core/init/ |
builtins.c | 32 #include <linux/loop.h> 319 } else if (!strncmp(source, "loop@", 5)) { 320 int mode, loop, fd; local 330 sprintf(tmp, "/dev/block/loop%d", n); 331 loop = open(tmp, mode); 332 if (loop < 0) { 336 /* if it is a blank loop device */ 337 if (ioctl(loop, LOOP_GET_STATUS, &info) < 0 && errno == ENXIO) { 338 /* if it becomes our loop device */ 339 if (ioctl(loop, LOOP_SET_FD, fd) >= 0) [all...] |
/external/dbus/bus/ |
dir-watch-kqueue.c | 44 static DBusLoop *loop = NULL; variable 77 _dbus_loop_remove_watch (loop, watch, _kqueue_watch_callback, NULL); 107 loop = bus_context_get_loop (context); 120 if (!_dbus_loop_add_watch (loop, watch, _kqueue_watch_callback, 123 _dbus_warn ("Unable to add reload watch to main loop");
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_lowvideo.h | 87 /* Called by windows message loop when application is activated */ 90 /* Called by windows message loop when system palette is available */ 93 /* Called by windows message loop when the system palette changes */ 96 /* Called by windows message loop when a portion of the screen needs update */ 99 /* Called by windows message loop when the message isn't handled */
|
/external/bluetooth/glib/glib/ |
gmain.c | 4 * gmain.c: Main loop abstraction, timeouts, and idle functions 144 /* this pipe is used to wake up the main loop when a source is added. 406 g_error ("Cannot create pipe main loop wake-up: %s\n", 523 * for main loop functions when a main loop is not explicitly 549 /* Hooks for adding to the main loop */ 676 /* Now wake up the main loop if it is waiting in the poll() */ 759 * is a positive integer which is unique within a particular main loop 1019 * Sets the priority of a source. While the main loop is being 2529 GMainLoop *loop; local [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 26 // Warning -- makes test run infinite loop!!! 156 // Special infinite loop test mode for finding hard to reproduce errors 158 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp)); 321 // We go through this loop until we achieve a match or until 322 // the maximum loop count is reached. We record the points at 325 int loop; local 328 for(loop = 0; loop < DEPTH; ++loop) { 329 if (loop > 0) [all...] |
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 26 // Warning -- makes test run infinite loop!!! 161 // Special infinite loop test mode for finding hard to reproduce errors 163 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp)); 326 // We go through this loop until we achieve a match or until 327 // the maximum loop count is reached. We record the points at 330 int loop; local 333 for(loop = 0; loop < DEPTH; ++loop) { 334 if (loop > 0) [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcmdata.h | 83 EAS_I32 loopLocation; /* file location where loop starts */ 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ 87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */ 89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */ 90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */ 92 EAS_I32 bytesLeftLoop; /* count of bytes left in stream, value at start of loop */ 102 S_DECODER_STATE decoderLLoop; /* left (mono) ADPCM state, value at start of loop */ 103 S_DECODER_STATE decoderRLoop; /* right ADPCM state, value at start of loop */ 118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start * [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcmdata.h | 83 EAS_I32 loopLocation; /* file location where loop starts */ 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ 87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */ 89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */ 90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */ 92 EAS_I32 bytesLeftLoop; /* count of bytes left in stream, value at start of loop */ 102 S_DECODER_STATE decoderLLoop; /* left (mono) ADPCM state, value at start of loop */ 103 S_DECODER_STATE decoderRLoop; /* right ADPCM state, value at start of loop */ 118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start * [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 83 EAS_I32 loopLocation; /* file location where loop starts */ 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ 87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */ 89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */ 90 EAS_I32 samplesTilLoop; /* samples left to play until top of loop */ 92 EAS_I32 bytesLeftLoop; /* count of bytes left in stream, value at start of loop */ 102 S_DECODER_STATE decoderLLoop; /* left (mono) ADPCM state, value at start of loop */ 103 S_DECODER_STATE decoderRLoop; /* right ADPCM state, value at start of loop */ 118 EAS_U8 msBitCountLoop; /* count keeps track of MS bits, value at loop start * [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_PollingLoop.c | 22 * \brief HCI polling loop Management Routines. * 93 /* Information structure for the polling loop Gate */ 95 /* Current running Sequence of the polling loop Management */ 97 /* Next running Sequence of the polling loop Management */ 99 /* Pointer to the polling loop pipe information */ 119 * The phHciNfc_Recv_Pl_Response function interprets the received polling loop 127 * polling loop gate. 131 * \retval NFCSTATUS_PENDING Polling loop gate Response to be received 133 * \retval NFCSTATUS_SUCCESS Polling loop gate Response received 229 * \brief Initialisation of polling loop Gate and Establish the Session [all...] |