HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 351 - 375 of 789) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 199 // Only one destroy loop, since only one inner init list is directly inited.
214 // Only one destroy loop, since only one inner init list is directly inited.
290 void loop(X &x1, X &x2) { function in namespace:rdar13325066
318 // Destruction loop for underlying array.
335 // Destruction loop for underlying array.
357 // Destruction loop for underlying array.
  /external/freetype/src/otvalid/
otvgpos.c 177 FT_Int loop; local
184 for ( loop = 7; loop >= 0; loop-- )
187 res += ( format >> loop ) & 1;
  /external/libchrome/base/timer/
timer_unittest.cc 40 #if !defined(OS_IOS) // iOS does not allow direct running of the UI loop.
204 MessageLoop loop(message_loop_type);
220 MessageLoop loop(message_loop_type);
241 MessageLoop loop(message_loop_type);
250 MessageLoop loop(message_loop_type);
259 MessageLoop loop(message_loop_type);
295 MessageLoop loop(message_loop_type);
310 MessageLoop loop(message_loop_type);
339 MessageLoop loop(message_loop_type);
370 MessageLoop loop(message_loop_type)
414 MessageLoop loop; local
551 MessageLoop loop; local
594 MessageLoop loop; local
609 MessageLoop loop; local
621 MessageLoop loop; local
636 MessageLoop loop; local
646 MessageLoop loop; local
659 MessageLoop loop; local
696 MessageLoop loop; local
712 MessageLoop loop; local
    [all...]
  /external/libhevc/common/x86/
ihevc_16x16_itrans_recon_sse42_intr.c 171 WORD32 loop = 0; local
190 loop = 1;
193 loop = 2;
197 for(i = 0; i < loop; i++)
    [all...]
ihevc_itrans_recon_16x16_ssse3_intr.c 175 WORD32 loop = 0; local
196 loop = 1;
199 loop = 2;
203 for(i = 0; i < loop; i++)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 518 base::MessageLoop loop; local
591 base::MessageLoop loop; local
732 base::RunLoop loop; local
733 ptr->Ping(base::Bind(&SetFlagAndRunClosure, &called, loop.QuitClosure()));
734 loop.Run();
  /external/libvncserver/libvncclient/
tls_openssl.c 365 uint8_t loop=0; local
388 for (loop=0;loop<count;loop++)
390 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
391 t=rfbClientSwap32IfLE(tAuth[loop]);
392 rfbClientLog("%d) Received security type %d\n", loop, t);
403 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
405 if (!WriteToRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
407 tAuth[loop]=t
    [all...]
  /external/libxcam/tests/
test-image-blend.cpp 49 static int loop = 0; variable
70 "\t--loop, optional, how many loops need to run for performance test, default 0; \n"
184 {"loop", required_argument, NULL, 'l'},
217 loop = atoi(optarg);
253 printf ("loop count:%d\n", loop);
386 } while (i < loop);
test-image-stitching.cpp 157 "\t--loop optional, how many loops need to run for performance test, default: 1\n"
185 int loop = 1; local
231 {"loop", required_argument, NULL, 'l'},
323 loop = atoi(optarg);
400 printf ("loop count:\t\t%d\n", loop);
495 while (loop--) {
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 147 static int loop; variable
186 "-r time Run time (ms) to busy loop the threads (20)\n"
227 if (loop >= nr_runs)
232 rec.x = loop;
235 rec.x = loop;
238 rec.x = loop;
474 for (loop = 0; loop < nr_runs; loop++) {
479 ftrace_write("Loop %d now=%lld\n", loop, now)
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 509 nir_loop *loop = nir_loop_create(this->shader); local
510 nir_builder_cf_insert(&b, &loop->cf_node);
512 b.cursor = nir_after_cf_list(&loop->body);
514 b.cursor = nir_after_cf_node(&loop->cf_node);
    [all...]
lower_jumps.cpp 32 * 3. Replace all "break" with a single conditional one at the end of the loop
42 * Continues are lowered by adding a per-loop "execute flag", initialized to
43 * true, that when cleared inhibits all execution until the end of the loop.
46 * at the end of the loop, and trigger the unique "break".
54 * a dummy loop and using break.
86 * - It assumes it is always possible for control to flow from a loop
88 * is not true (since all execution paths through the loop might
101 * continue to the top of the innermost enclosing loop, break out
109 * continue to the top of the innermost enclosing loop, break out
116 * continue to the top of the innermost enclosing loop, break ou
164 ir_loop* loop; member in struct:__anon29208::loop_record
274 struct loop_record loop; member in struct:__anon29208::ir_lower_jumps_visitor
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_control_flow.c 35 * 1. Each then statement, else statement, or loop body must have at least one
37 * 2. Each if-statement and loop must have one basic block before it and one
153 * link_non_block_to_block(), don't worry about if the loop header has
157 nir_loop *loop = nir_cf_node_as_loop(node); local
159 nir_block *loop_header_block = nir_loop_first_block(loop);
305 nir_loop *loop = nir_cf_node_as_loop(parent); local
307 nir_block *head_block = nir_loop_first_block(loop);
436 /* walk up the control flow tree to find the innermost enclosed loop */
464 nir_loop *loop = nearest_loop(&block->cf_node); local
467 nir_block *first_block = nir_loop_first_block(loop);
647 nir_loop *loop = nir_cf_node_as_loop(node); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 468 struct nvfx_loop_entry loop; local
741 loop.cont_target = idx;
742 loop.brk_target = finst->Label.Label + 1;
743 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
746 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry);
749 reloc.target = loop.cont_target;
755 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
758 reloc.target = loop.cont_target;
764 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
767 reloc.target = loop.brk_target
    [all...]
  /external/syslinux/com32/lua/src/
lvm.c 100 ci->u.l.savedpc <= L->oldpc || /* when jump back (loop), or when */
134 int loop; local
135 for (loop = 0; loop < MAXTAGLOOP; loop++) {
155 luaG_runerror(L, "loop in gettable");
160 int loop; local
161 for (loop = 0; loop < MAXTAGLOOP; loop++)
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc 531 Label loop(this, arraysize(merged_variables), merged_variables);
532 Goto(&loop);
533 Bind(&loop);
606 Goto(&loop); member in namespace:v8::internal
    [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 641 WhileStatement* loop = factory()->NewWhileStatement(nullptr, nopos); local
649 loop->Initialize(condition, body);
652 block_->statements()->Add(loop, zone());
  /external/v8/src/x87/
deoptimizer-x87.cc 209 Label loop, done; local
221 __ bind(&loop);
229 __ j(not_zero, &loop, Label::kNear);
334 // Outer loop state: eax = current FrameDescription**, edx = one past the
341 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc 522 int loop = 0; local
531 loop++;
532 } while (loop < 98);
579 int loop = 0; local
587 loop++;
588 } while (loop < 98);
624 int loop = 0; local
633 loop++;
634 } while (loop < 98);
1480 int loop = 0; local
1530 int loop = 0; local
1781 int loop = 0; local
1829 int loop = 0; local
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 204 // Exit the renderer loop.
217 Looper.loop();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 96 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 144 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 286 loop(); method
290 private void loop() { method in class:Transport.ReaderThread
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 161 // it is strictly verboten to call those methods outside of the event loop
403 int32_t loop; local
404 CHECK(msg->findInt32(WHATPARAM_LOOP_LOOPING, &loop));
406 if (loop) {
  /frameworks/wilhelm/tests/sandbox/
reverb.c 225 bool loop = false; local
271 } else if (!strcmp(arg, "--loop")) {
272 loop = true;
282 "--player-name=I3DL2 --loop filename\n", prog);
422 if (loop) {
633 if (loop) {

Completed in 837 milliseconds

<<11121314151617181920>>