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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 467 struct nvfx_loop_entry loop; local
753 loop.cont_target = idx;
754 loop.brk_target = finst->Label.Label + 1;
755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
758 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry);
761 reloc.target = loop.cont_target;
767 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
770 reloc.target = loop.cont_target;
776 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
779 reloc.target = loop.brk_target
    [all...]
  /external/mesa3d/src/glsl/
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
162 ir_loop* loop; member in struct:loop_record
272 struct loop_record loop; member in struct:ir_lower_jumps_visitor
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ClearKeySystemTest.java 249 Looper.loop(); // Blocks forever until Looper.quit() is called.
MediaDrmMockTest.java 678 Looper.loop(); // Blocks forever until Looper.quit() is called.
756 Looper.loop(); // Blocks forever until Looper.quit() is called.
PresentationSyncTest.java 308 Looper.loop();
311 Log.d(TAG, "loop exiting after " + durationNanos +
StreamingMediaPlayerTest.java 346 Looper.loop();
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 176 base::RunLoop* loop,
179 loop->Quit();
183 base::RunLoop loop; local
189 base::Bind(&QuitLoopOnAutoEnrollmentProgress, state, &loop)));
190 loop.Run();
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 246 base::RunLoop loop; local
247 observer.set_callback_for_import_end(loop.QuitClosure());
248 loop.Run();
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util_unittest.cc 159 base::RunLoop loop; local
163 loop.QuitClosure());
164 loop.Run();
584 base::RunLoop loop; local
589 &loop,
596 loop.Run();
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 162 base::RunLoop loop; local
163 gallery_prefs_->EnsureInitialized(loop.QuitClosure());
164 loop.Run();
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc 123 // Sets closure for the observer so that it can end the loop.
128 // Actually stops the message loop so that the test can proceed.
315 base::RunLoop loop; local
316 print_preview_observer_->set_quit_closure(loop.QuitClosure());
318 loop.Run();
320 // Need to check whether the save was successful. Ending the loop only
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 374 base::MessageLoop loop; local
1051 base::MessageLoop loop; local
1110 base::MessageLoop loop; local
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 229 // So have a polling loop, check every 200ms, timeout at 30s.
742 base::RunLoop loop; variable
747 &loop));
748 loop.Run();
752 void DidGetCertDatabase(base::RunLoop* loop, net::NSSCertDatabase* cert_db) {
754 loop->Quit();
    [all...]
  /external/chromium_org/media/audio/android/
audio_android_unittest.cc 37 ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) {
39 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
421 base::MessageLoopForUI* loop() { return loop_.get(); } function in class:media::AudioAndroidOutputTest
500 DoAll(CheckCountAndPostQuitTask(&count, num_callbacks, loop()),
507 loop()->Run();
655 CheckCountAndPostQuitTask(&count, num_callbacks, loop()));
661 loop()->Run();
    [all...]
  /external/chromium_org/net/udp/
udp_socket_win.cc 121 // Make sure the message loop is not watching this object anymore.
723 DWORD loop = 0; local
729 reinterpret_cast<const char*>(&loop), sizeof(loop));
  /external/chromium_org/third_party/codesighs/
codesighs.c 317 unsigned loop = 0; local
319 for(loop = 0; loop < inOptions->mMatchClassCount; loop++)
321 if(NULL != strstr(segClass, inOptions->mMatchClasses[loop]))
330 if(loop == inOptions->mMatchClassCount)
341 unsigned loop = 0; local
343 for(loop = 0; loop < inOptions->mMatchScopeCount; loop++
365 unsigned loop = 0; local
389 unsigned loop = 0; local
413 unsigned loop = 0; local
437 unsigned loop = 0; local
567 unsigned loop = 0; local
607 int loop = 0; local
971 unsigned loop = 0; local
1029 int loop = 0; local
    [all...]
msdump2symdb.c 870 int loop = 0; local
895 for(loop = 1; loop < inArgc && 0 == retval; loop++)
902 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
906 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
918 if(loop + 1 < inArgc)
920 loop++;
923 current->mValue = inArgv[loop];
939 ERROR_REPORT(retval, inArgv[loop], "Unknown command line switch.")
1043 int loop = 0; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 90 FT_Long loop; member in struct:TT_GraphicsState_
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 593 return NULL; // should not loop around
714 const SkOpAngle* loop = this; local
719 const SkOpSegment* lSegment = loop->fSegment;
724 double lStart = lSegment->span(loop->fStart).fT;
728 double lEnd = lSegment->span(loop->fEnd).fT;
732 } while ((loop = loop->fNext) != first);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 111 Looper.loop();
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 41 // A View that closes the Widget and exits the current message-loop when it
126 // initiates a nested message-loop when it receives a mouse-press event.
135 // Start a nested loop.
140 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); variable
141 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
346 // a nested loop (like a menu does). The View in |second| terminates the
347 // nested loop and closes the widget.
350 // dispatched after the nested loop starts.
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 538 { Label loop, entry; local
541 __ bind(&loop);
545 __ b(lt, &loop);
639 Label loop, entry; local
641 __ bind(&loop);
646 __ b(ge, &loop);
751 // Copy arguments to the stack in a loop.
755 Label loop, entry; local
759 __ bind(&loop);
765 __ b(ne, &loop);
1166 { Label loop; local
1328 Label entry, loop; local
    [all...]
  /external/chromium_org/v8/src/ia32/
builtins-ia32.cc 314 { Label loop, entry; local
318 __ bind(&loop);
323 __ j(below, &loop);
408 Label loop, entry; local
411 __ bind(&loop);
415 __ j(greater_equal, &loop);
507 // Copy arguments to the stack in a loop.
508 Label loop, entry; local
511 __ bind(&loop);
517 __ j(not_equal, &loop);
846 { Label loop; local
997 Label entry, loop; local
    [all...]
codegen-ia32.cc 114 // edx - loop count (number of 64 byte chunks)
123 Label loop, move_last_31, move_last_63; local
126 __ bind(&loop);
127 // Main loop. Copy in 64 byte chunks.
141 __ j(not_zero, &loop);
268 // dst is now aligned. Main copy loop.
274 // Copy loop for aligned source and destination.
285 // Copy loop for unaligned source and aligned destination.
301 // dst is now aligned, src can't be. Main copy loop.
334 // dst is now aligned. Main copy loop
567 Label loop, entry, convert_hole, gc_required, only_change_map; local
693 Label loop, entry, convert_hole, gc_required, only_change_map, success; local
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 556 { Label loop, entry; local
564 __ bind(&loop);
568 __ Branch(&loop, less, a2, Operand(t6));
660 Label loop, entry; local
662 __ bind(&loop);
669 __ Branch(&loop, greater_equal, a3, Operand(zero_reg));
770 // Copy arguments to the stack in a loop.
773 Label loop, entry; local
779 __ bind(&loop);
785 __ Branch(&loop, ne, s0, Operand(t2))
1188 { Label loop; local
1345 Label entry, loop; local
    [all...]

Completed in 1658 milliseconds

1 2 3 4 5 6 7 8 91011>>