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

1234567891011>>

/external/chromium_org/content/test/data/indexeddb/
H A Dcallback_accounting.js26 function loop() {
28 transaction.objectStore('store').get(0).onsuccess = loop;
31 loop();
/external/chromium_org/base/timer/
H A Dhi_res_timer_manager_unittest.cc19 base::MessageLoop loop; local
35 for (int loop = 2; loop >= 0; --loop) {
/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 () () () ()
H A Dreturn_void_at_end_of_loop_lower_return_and_break.opt_test5 # Test that a return of void at the end of a loop is properly
11 ((loop () () () ()
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dmem_clr.c67 size_t loop = len, ctr = cleanse_ctr; local
68 while(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 () () () ()
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 () () () ()
/external/openssl/crypto/
H A Dmem_clr.c67 size_t loop = len, ctr = cleanse_ctr; local
68 while(loop--)
/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.cc191 base::MessageLoop loop(base::MessageLoop::TYPE_IO);
192 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
193 loop.PostTask(FROM_HERE, base::Bind(&DoReportIsSent));
194 loop.RunUntilIdle();
198 base::MessageLoop loop(base::MessageLoop::TYPE_IO);
199 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
200 loop.PostTask(FROM_HERE, base::Bind(&DoMockReportIsSent));
201 loop.RunUntilIdle();
205 base::MessageLoop loop(base::MessageLoop::TYPE_IO);
206 content::TestBrowserThread io_thread(BrowserThread::IO, &loop);
[all...]
/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/chromium_org/chrome/browser/policy/
H A Dconfiguration_policy_pref_store_test.cc41 base::RunLoop loop; local
42 loop.RunUntilIdle();
/external/chromium_org/media/base/
H A Dbind_to_loop.h56 const scoped_refptr<base::MessageLoopProxy>& loop,
58 loop->PostTask(FROM_HERE, base::Bind(cb));
66 const scoped_refptr<base::MessageLoopProxy>& loop,
68 loop->PostTask(FROM_HERE, base::Bind(cb, internal::TrampolineForward(a1)));
76 const scoped_refptr<base::MessageLoopProxy>& loop,
78 loop->PostTask(FROM_HERE, base::Bind(cb, internal::TrampolineForward(a1),
87 const scoped_refptr<base::MessageLoopProxy>& loop,
89 loop->PostTask(FROM_HERE, base::Bind(cb, internal::TrampolineForward(a1),
98 const scoped_refptr<base::MessageLoopProxy>& loop,
101 loop
55 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void()>& cb) argument
65 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1)>& cb, A1 a1) argument
75 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1, A2)>& cb, A1 a1, A2 a2) argument
86 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1, A2, A3)>& cb, A1 a1, A2 a2, A3 a3) argument
97 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1, A2, A3, A4)>& cb, A1 a1, A2 a2, A3 a3, A4 a4) argument
110 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1, A2, A3, A4, A5)>& cb, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) argument
124 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1, A2, A3, A4, A5, A6)>& cb, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) argument
139 Run( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<void(A1, A2, A3, A4, A5, A6, A7)>& cb, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) argument
154 BindToLoop( const scoped_refptr<base::MessageLoopProxy>& loop, const base::Callback<T>& cb) argument
[all...]
/external/grub/docs/
H A Dboot.S72 loop: hlt label
73 jmp loop

Completed in 769 milliseconds

1234567891011>>