Searched refs:loop (Results 26 - 50 of 1427) sorted by relevance

1234567891011>>

/external/chromium_org/media/audio/
H A Dscoped_task_runner_observer.cc27 base::MessageLoop* loop = base::MessageLoop::current(); local
29 loop->AddDestructionObserver(this);
31 loop->RemoveDestructionObserver(this);
40 // The message loop's thread has already terminated, so no need to wait.
/external/chromium_org/v8/test/promises-aplus/lib/
H A Dglobal.js48 function loop() {
55 PostMicrotask(loop);
57 PostMicrotask(loop);
/external/chromium_org/mojo/shell/
H A Din_process_dynamic_service_runner_unittest.cc14 base::MessageLoop loop; local
/external/chromium_org/third_party/skia/src/views/unix/
H A Dskia_unix.cpp21 window->loop();
/external/skia/src/views/unix/
H A Dskia_unix.cpp21 window->loop();
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_runner.cc26 RunLoop loop; local
29 loop.Run();
/external/chromium_org/ppapi/nacl_irt/
H A Dplugin_main.cc33 base::MessageLoop loop; local
57 loop.Run();
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_breaks_1.opt_test5 # If a loop contains an unconditional break at the bottom of
11 ((loop () () () ()
H A Dremove_continue_at_end_of_loop.opt_test6 # loop is removed.
11 ((loop () () () ()
H A Dlower_breaks_2.opt_test5 # If a loop contains a conditional break at the bottom of it,
11 ((loop () () () ()
H A Dlower_breaks_4.opt_test5 # If a loop contains a conditional break at the bottom of it,
11 ((loop () () () ()
H A Dreturn_non_void_at_end_of_loop_lower_nothing.opt_test5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
H A Dreturn_non_void_at_end_of_loop_lower_return.opt_test5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
H A Dreturn_non_void_at_end_of_loop_lower_return_and_break.opt_test5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
H A Dreturn_void_at_end_of_loop_lower_nothing.opt_test5 # Test that a return of void at the end of a loop is properly
11 ((loop () () () ()
H A Dreturn_void_at_end_of_loop_lower_return.opt_test5 # Test that a return of void at the end of a loop is properly
11 ((loop () () () ()
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_1.opt_test5 # If a loop contains an unconditional break at the bottom of
11 ((loop () () () ()
H A Dremove_continue_at_end_of_loop.opt_test6 # loop is removed.
11 ((loop () () () ()
/external/openssl/crypto/
H A Dmem_clr.c67 size_t loop = len, ctr = cleanse_ctr; local
68 while(loop--)
/external/chromium_org/mojo/python/tests/
H A Dasync_wait_unittest.py16 self.loop = system.RunLoop()
27 self.loop = None
36 self.loop.PostDelayedTask(self._WriteToHandle, 0)
37 self.loop.RunUntilIdle()
45 self.loop.PostDelayedTask(self.cancel, 0)
/external/chromium_org/third_party/codesighs/
H A Dnm2tsv.c283 int loop = 0; local
308 for(loop = 1; loop < inArgc && 0 == retval; loop++)
315 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
319 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
331 if(loop + 1 < inArgc)
333 loop++;
336 current->mValue = inArgv[loop];
352 ERROR_REPORT(retval, inArgv[loop], "Unknow
456 int loop = 0; local
[all...]
/external/chromium_org/chrome/browser/net/
H A Dchrome_fraudulent_certificate_reporter_unittest.cc169 base::MessageLoopForIO loop; local
170 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
171 loop.PostTask(FROM_HERE, base::Bind(&DoReportIsSent));
172 loop.RunUntilIdle();
176 base::MessageLoopForIO loop; local
177 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
178 loop.PostTask(FROM_HERE, base::Bind(&DoMockReportIsSent));
179 loop.RunUntilIdle();
183 base::MessageLoopForIO loop; local
184 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dstatus_change_checker.cc32 base::MessageLoop* loop = base::MessageLoop::current(); local
33 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
34 loop->Run();
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dloop.js11 loop(mediaElements[i], loopCount);
15 function loop(element, loopCount) { function
40 element.loop = true;
42 // Dispatch willLoopEvent to measure loop time.
/external/vixl/examples/
H A Dfactorial.cc37 Label loop, end; local
44 __ Bind(&loop);
47 __ Cbnz(x1, &loop);

Completed in 601 milliseconds

1234567891011>>