HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 226 - 250 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/apps/
engine.c 296 int loop, res, num = sk_OPENSSL_STRING_num(cmds); local
303 for(loop = 0; loop < num; loop++)
307 cmd = sk_OPENSSL_STRING_value(cmds, loop);
  /external/dbus/bus/
bus.c 56 DBusLoop *loop; member in struct:BusContext
125 return _dbus_loop_add_watch (context->loop,
139 _dbus_loop_remove_watch (context->loop,
161 return _dbus_loop_add_timeout (context->loop,
174 _dbus_loop_remove_timeout (context->loop,
719 context->loop = _dbus_loop_new ();
720 if (context->loop == NULL)
1077 if (context->loop)
1079 _dbus_loop_unref (context->loop);
1080 context->loop = NULL
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 153 * goto loop
154 * loop:
165 * br endcond, loop, endloop
179 (* Make the new basic block for the loop header, inserting after current
181 let loop_bb = append_block context "loop" the_function in
190 (* Within the loop, the variable is defined equal to the PHI node. If it
198 (* Emit the body of the loop. This, like any other expr, can change the
215 * the body of the loop mutates the variable. *)
224 (* Create the "after loop" block and insert it. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 103 (* Make the new basic block for the loop header, inserting after current
107 let loop_bb = append_block context "loop" the_function in
119 (* Within the loop, the variable is defined equal to the PHI node. If it
127 (* Emit the body of the loop. This, like any other expr, can change the
149 (* Create the "after loop" block and insert it. *)
  /external/v8/test/mjsunit/
array-iteration.js 55 // Only loop through initial part of array eventhough elements are
97 // Only loop through initial part of array eventhough elements are
138 // Only loop through initial part of array eventhough elements are
176 // Only loop through initial part of array eventhough elements are
213 // Only loop through initial part when elements are added.
for-in.js 89 // Test outside a loop and in a loop for multiple iterations.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the
97 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting
103 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting
167 #define EDGE_IRREDUCIBLE_LOOP 128 /* Part of irreducible loop. */
169 #define EDGE_LOOP_EXIT 512 /* Exit of a loop. */
188 struct loop;
236 /* Innermost loop containing the block. */
237 struct loop *loop_father;
260 /* The loop depth of this block. */
320 /* Set for blocks in an irreducible loop by loop analysis. *
    [all...]
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_variance8x8_armv6.asm 26 mov r12, #8 ; set loop counter to 8 (=block height)
30 loop label
83 bne loop
  /external/v8/src/mips/
codegen-mips.cc 108 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
157 // Prepare for conversion loop.
191 __ bind(&loop);
233 __ Branch(&loop, lt, t3, Operand(t2));
251 Label entry, loop, convert_hole, gc_required, only_change_map; local
275 // Prepare for conversion loop.
298 __ bind(&loop);
329 __ Branch(&loop, lt, a3, Operand(t1));
  /external/v8/src/x64/
codegen-x64.cc 172 // If C2 is set, computation only has partial result. Loop to
299 Label loop, entry, convert_hole; local
338 // Conversion loop.
339 __ bind(&loop);
360 __ j(not_sign, &loop);
375 Label loop, entry, convert_hole, gc_required, only_change_map; local
397 // Prepare for conversion loop.
411 __ bind(&loop);
449 __ j(not_sign, &loop);
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 123 // Class that will notify message loop when file is written.
126 explicit BookmarksObserver(MessageLoop* loop) : loop_(loop) {
127 DCHECK(loop);
bookmark_index_unittest.cc 225 MessageLoop loop(MessageLoop::TYPE_DEFAULT);
226 BrowserThread ui_thread(BrowserThread::UI, &loop);
227 BrowserThread file_thread(BrowserThread::FILE, &loop);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb 132 // this rule used to generate an infinite loop in DFA.predict
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 98 MessageLoop* loop = MessageLoop::current(); local
108 loop->PostTask(FROM_HERE, NewRunnableMethod(host.get(),
111 loop->Run();
387 MessageLoop* loop = MessageLoop::current(); local
396 loop->PostTask(FROM_HERE, NewRunnableMethod(host.get(),
403 loop->Run();
682 MessageLoop* loop = MessageLoop::current(); local
691 loop->PostTask(FROM_HERE, NewRunnableMethod(
700 loop->Run();
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_unittest.cc 102 MessageLoop loop; local
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.h 276 bool PlayRingbackTone(bool play, bool loop);
312 loop(l),
316 bool loop; member in struct:cricket::VoiceChannel::PlayRingbackToneMessageData
345 bool PlayRingbackTone_w(bool play, bool loop);
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
  /external/strace/linux/
ioctlent.sh 67 lookup_ioctls 4C linux/loop.h
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 46 M4OSA_Bool loop) ;
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 409 status_t MidiFile::setLooping(int loop)
416 loop = loop ? -1 : 0;
417 if (EAS_SetRepeat(mEasData, mEasHandle, loop) != EAS_SUCCESS) {
  /frameworks/base/core/java/android/os/
Looper.java 24 * Class used to run a message loop for a thread. Threads by default do
25 * not have a message loop associated with them; to create one, call
26 * {@link #prepare} in the thread that is to run the loop, and then
27 * {@link #loop} to have it process messages until the loop is stopped.
29 * <p>Most interaction with a message loop is through the
33 * using the separation of {@link #prepare} and {@link #loop} to create an
49 * Looper.loop();
68 * this looper, before actually starting the loop. Be sure to call
69 * {@link #loop()} after calling this method, and end it by callin
111 public static void loop() { method in class:Looper
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSyncManager.java 92 Looper.loop();
144 * the queue to break the sync loop
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 83 virtual status_t setLooping(int loop) {return OK;}
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 429 int32_t loop = 0; local
430 if (msg->findInt32(WHATPARAM_LOOP_LOOPING, &loop)) {
431 if (loop) {
438 (void) mPlayer->setLooping(loop);
  /bionic/libc/stdlib/
qsort.c 90 loop: SWAPINIT(a, es);
158 goto loop;

Completed in 1966 milliseconds

1 2 3 4 5 6 7 8 91011>>