Searched refs:loop (Results 201 - 225 of 1427) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A DantRun.bat33 rem Slurp the command line arguments. This loop allows for an unlimited number
38 :loop label
42 goto loop
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM_synth_constants_gnu.inc124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
/external/sonivox/arm-wt-22k/lib_src/
H A DARM_synth_constants_gnu.inc124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_unittest.cc138 scoped_ptr<base::RunLoop> loop(new base::RunLoop());
144 base::Unretained(loop.get())));
148 loop->Run();
154 scoped_ptr<base::RunLoop> loop(new base::RunLoop());
159 base::Unretained(loop.get())));
160 loop->Run();
166 scoped_ptr<base::RunLoop> loop(new base::RunLoop());
171 base::Unretained(loop.get())));
172 loop->Run();
178 scoped_ptr<base::RunLoop> loop(ne
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S15 ! If there are less than 16 bytes to copy use the byte copy loop
49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned
50 ! copy loop as appropriate.
55 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop
74 ! If there are any remaining bytes use the byte copy loop, otherwise we are done
91 ! if there is no mis-alignment after all, use the aligned copy loop
102 BLT $Lunaligned_1_2_3 ! use 1-3 byte mis-alignment loop
103 BZ $Lunaligned_4 ! use 4 byte mis-alignment loop
114 ! Move data 4 bytes before we enter the main loop
179 ! address of the remaining bytes, and fall through to the byte copy loop
[all...]
/external/chromium_org/third_party/codesighs/
H A Dmsmap2tsv.c836 ** If the object loop broke early, we break too.
1551 ** A match did not occur, bail out of read loop.
1694 unsigned loop = 0; local
1696 for(loop = 0; loop < inModule->mSymbolCount; loop++)
1698 CLEANUP(inModule->mSymbols[loop].mObject);
1699 CLEANUP(inModule->mSymbols[loop].mSymbol);
1703 for(loop = 0; loop < inModul
1872 int loop = 0; local
2095 int loop = 0; local
[all...]
H A Dmaptsvdifftool.c1079 int loop = 0; local
1104 for(loop = 1; loop < inArgc && 0 == retval; loop++)
1111 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop]))
1115 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop]))
1127 if(loop + 1 < inArgc)
1129 loop++;
1132 current->mValue = inArgv[loop];
1148 ERROR_REPORT(retval, inArgv[loop], "Unknow
1264 int loop = 0; local
[all...]
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win_unittest.cc58 // Used to terminate a loop from a different thread than the loop belongs to.
59 // |loop| should be a MessageLoopProxy.
60 ACTION_P(QuitLoop, loop) {
61 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
389 base::MessageLoopForUI loop;
408 QuitLoop(loop.message_loop_proxy()),
412 loop.PostDelayedTask(FROM_HERE, base::MessageLoop::QuitClosure(),
414 loop.Run();
593 base::MessageLoopForUI loop;
[all...]
H A Daudio_low_latency_input_win_unittest.cc33 ACTION_P3(CheckCountAndPostQuitTask, count, limit, loop) {
35 loop->PostTask(FROM_HERE, base::MessageLoop::QuitClosure());
372 base::MessageLoopForUI loop; local
393 .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop));
395 loop.Run();
413 .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop));
415 loop.Run();
429 .WillRepeatedly(CheckCountAndPostQuitTask(&count, 10, &loop));
431 loop.Run();
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server_unittest.cc271 scoped_ptr<base::MessageLoop> loop; variable
273 loop.reset(new base::MessageLoopForIO);
282 if (!loop)
283 loop.reset(new base::MessageLoopForIO);
288 new TestURLRequestContextGetter(loop->message_loop_proxy()));
290 loop->Run();
295 loop.reset();
/external/chromium_org/base/
H A Dobserver_list_unittest.cc116 loop_ = new MessageLoop(); // Fire up a message loop.
211 MessageLoop loop; local
241 MessageLoop loop; local
283 // Add c when there's a loop.
284 MessageLoop loop; local
294 // Now add a when there's a loop.
297 // Remove c when there's a loop.
309 // Removing should always succeed with or without a loop.
313 MessageLoop loop; local
347 MessageLoop loop; local
371 MessageLoop loop; local
423 MessageLoop* loop = new MessageLoop; local
456 MessageLoop loop; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c93 struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1]; local
95 loop->Breaks, loop->BreakCount, loop->BreaksReserved, 1);
97 memcpy(&loop->Breaks[loop->BreakCount++], &s->R, sizeof(s->R));
236 /* Mark all sources in the loop body as used before doing
275 struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1]; local
276 for(i = 0; i < loop->BreakCount; i++) {
277 or_updatemasks(&s.R, &s.R, &loop
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c93 struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1]; local
95 loop->Breaks, loop->BreakCount, loop->BreaksReserved, 1);
97 memcpy(&loop->Breaks[loop->BreakCount++], &s->R, sizeof(s->R));
236 /* Mark all sources in the loop body as used before doing
275 struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1]; local
276 for(i = 0; i < loop->BreakCount; i++) {
277 or_updatemasks(&s.R, &s.R, &loop
[all...]
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dblocking_login_browsertest.cc68 void CopyLockResult(base::RunLoop* loop, argument
72 loop->Quit();
163 base::RunLoop loop; local
167 base::Bind(&CopyLockResult, &loop, &result));
168 loop.Run();
H A Ddevice_cloud_policy_store_chromeos_unittest.cc31 void CopyLockResult(base::RunLoop* loop, argument
35 loop->Quit();
60 base::RunLoop loop; variable
66 base::Bind(&CopyLockResult, &loop, &result));
67 loop.Run();
/external/chromium_org/components/wifi/
H A Dwifi_test.cc101 base::MessageLoopForIO loop; local
132 base::MessageLoopForIO loop; local
135 wifi_service_->Initialize(loop.message_loop_proxy());
193 loop.message_loop_proxy(),
226 loop.message_loop_proxy(),
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_sad_sse2.asm53 .loop:
76 jg .loop
96 .loop:
119 jg .loop
142 .loop:
165 jg .loop
188 .loop:
209 jg .loop
232 .loop:
257 jg .loop
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc139 rep->loop[i].thr_ctx = unique_tid;
140 rep->loop[i].mtx_ctx0 = m0->ctx;
141 rep->loop[i].mtx_ctx1 = m1->ctx;
142 rep->loop[i].stk[0] = stk_to;
143 rep->loop[i].stk[1] = stk_from;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_sad_sse2.asm53 .loop:
76 jg .loop
96 .loop:
119 jg .loop
142 .loop:
165 jg .loop
188 .loop:
209 jg .loop
232 .loop:
257 jg .loop
[all...]
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc21 base::RunLoop* loop)
22 : runner_(loop) {
23 DCHECK(loop);
20 TemplateURLServiceObserver(TemplateURLService* service, base::RunLoop* loop) argument
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl_win_browsertest.cc79 base::RunLoop loop; local
81 base::Unretained(this), loop.QuitClosure()));
82 loop.Run();
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permissions_unittest.cc66 base::RunLoop loop; variable
67 gallery_prefs_->EnsureInitialized(loop.QuitClosure());
68 loop.Run();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dl10n_util_unittest.cc36 base::MessageLoop loop; local
38 StartLoadingMachineStatistics(loop.message_loop_proxy(), false);
39 loop.RunUntilIdle();
/external/chromium_org/components/variations/
H A Dvariations_http_header_provider_unittest.cc165 base::MessageLoop loop; local
187 base::MessageLoop loop; local
206 base::MessageLoop loop; local
223 // Run the message loop to make sure OnFieldTrialGroupFinalized is called for
/external/chromium_org/content/renderer/device_sensors/
H A Ddevice_light_event_pump_unittest.cc100 base::MessageLoopForUI loop; local
115 base::MessageLoopForUI loop; local
128 base::MessageLoopForUI loop; local

Completed in 3238 milliseconds

1234567891011>>