HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 26 - 50 of 1772) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/audio/
scoped_task_runner_observer.cc 27 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/base/timer/
hi_res_timer_manager_unittest.cc 19 base::MessageLoop loop; local
34 // Loop a few times to test power toggling.
35 for (int loop = 2; loop >= 0; --loop) {
  /external/chromium_org/third_party/skia/src/views/unix/
skia_unix.cpp 21 window->loop();
  /external/skia/src/views/unix/
skia_unix.cpp 21 window->loop();
  /external/chromium_org/mojo/public/cpp/application/lib/
mojo_main_chromium.cc 14 base::MessageLoop loop; local
20 loop.Run();
  /external/chromium_org/mojo/services/network/
main.cc 17 // The IO message loop allows us to use net::URLRequest on this thread.
18 base::MessageLoopForIO loop; local
28 loop.Run();
  /external/chromium_org/ppapi/nacl_irt/
plugin_main.cc 33 base::MessageLoop loop; local
57 loop.Run();
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_breaks_1.opt_test 5 # If a loop contains an unconditional break at the bottom of
11 ((loop () () () ()
remove_continue_at_end_of_loop.opt_test 6 # loop is removed.
11 ((loop () () () ()
lower_breaks_2.opt_test 5 # If a loop contains a conditional break at the bottom of it,
11 ((loop () () () ()
lower_breaks_4.opt_test 5 # If a loop contains a conditional break at the bottom of it,
11 ((loop () () () ()
return_non_void_at_end_of_loop_lower_nothing.opt_test 5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
return_non_void_at_end_of_loop_lower_return.opt_test 5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
return_non_void_at_end_of_loop_lower_return_and_break.opt_test 5 # Test that a non-void return at the end of a loop is
11 ((loop () () () ()
return_void_at_end_of_loop_lower_nothing.opt_test 5 # Test that a return of void at the end of a loop is properly
11 ((loop () () () ()
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_clr.c 67 size_t loop = len, ctr = cleanse_ctr; local
68 while(loop--)
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_1.opt_test 5 # If a loop contains an unconditional break at the bottom of
11 ((loop () () () ()
remove_continue_at_end_of_loop.opt_test 6 # loop is removed.
11 ((loop () () () ()
  /external/openssl/crypto/
mem_clr.c 67 size_t loop = len, ctr = cleanse_ctr; local
68 while(loop--)
  /external/chromium_org/third_party/codesighs/
nm2tsv.c 283 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], "Unknown command line switch.")
456 int loop = 0; local
    [all...]
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 188 base::MessageLoopForIO loop; local
189 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
190 loop.PostTask(FROM_HERE, base::Bind(&DoReportIsSent));
191 loop.RunUntilIdle();
195 base::MessageLoopForIO loop; local
196 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
197 loop.PostTask(FROM_HERE, base::Bind(&DoMockReportIsSent));
198 loop.RunUntilIdle();
202 base::MessageLoopForIO loop; local
203 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
status_change_checker.cc 36 base::MessageLoop* loop = base::MessageLoop::current(); local
37 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
38 loop->Run();
  /external/vixl/examples/
factorial.cc 37 Label loop, end; local
44 __ Bind(&loop);
47 __ Cbnz(x1, &loop);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
loop.h 5 ** loop.h **
12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
47 * this structure contains all the informations of a loop generated or to be
49 * - if the loop has not been processed yet (it is not a result of a call to
53 * - if the loop comes as a result of a cloog_loop_generate call, the domain
54 * describes the constraints (guards and loop bounds) for only one dimension
58 * point to be considered being the lower bound of the loop), inner may differ
60 * the loop.
67 int otl; /**< Loop is executed at most once. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
loop.h 5 ** loop.h **
12 * CLooG : the Chunky Loop Generator (experimental) *
32 * CLooG, the Chunky Loop Generator *
47 * this structure contains all the informations of a loop generated or to be
49 * - if the loop has not been processed yet (it is not a result of a call to
53 * - if the loop comes as a result of a cloog_loop_generate call, the domain
54 * describes the constraints (guards and loop bounds) for only one dimension
58 * point to be considered being the lower bound of the loop), inner may differ
60 * the loop.
67 int otl; /**< Loop is executed at most once. *
    [all...]

Completed in 1081 milliseconds

12 3 4 5 6 7 8 91011>>