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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/shell/
in_process_dynamic_service_runner_unittest.cc 14 base::MessageLoop loop; local
  /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/
application_runner.cc 26 RunLoop loop; local
29 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 () () () ()
return_void_at_end_of_loop_lower_return.opt_test 5 # Test that a return of void at the end of a loop is properly
11 ((loop () () () ()
return_void_at_end_of_loop_lower_return_and_break.opt_test 5 # Test that a return of void at the end of a loop is properly
11 ((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/mojo/python/tests/
async_wait_unittest.py 16 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/
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 169 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/
status_change_checker.cc 32 base::MessageLoop* loop = base::MessageLoop::current(); local
33 base::MessageLoop::ScopedNestableTaskAllower allow(loop);
34 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 303 milliseconds

12 3 4 5 6 7 8 91011>>