Searched refs:loop (Results 76 - 100 of 1427) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc36 pp::MessageLoop loop = pp::MessageLoop::GetCurrent(); local
39 loop.PostWork(c, delay_milliseconds_);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBufferSourceNode.idl34 attribute boolean loop;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DLoopInfo.cpp94 // Here we assume all the operations are valid, because the loop node is
142 : loop(NULL)
147 : loop(node)
159 return iter->loop;
190 TIntermLoop *loop = findLoop(symbol); local
191 return loop && loop->getUnrollFlag();
201 void TLoopStack::push(TIntermLoop *loop) argument
203 TLoopInfo info(loop);
H A DForLoopUnroll.cpp14 // If a sampler array index is also the loop index,
15 // 1) if the index type is integer, mark the loop for unrolling;
43 // Check if loop index type is integer.
59 // The loop is fully processed - no need to visit children.
67 TIntermLoop *loop = mLoopStack.findLoop(symbol);
68 if (loop)
76 loop->setUnrollFlag(true);
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_breaks_3.opt_test5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
H A Dlower_breaks_5.opt_test5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
H A Dlower_guarded_conditional_break.opt_test5 # Normally a conditional break at the end of a loop isn't
13 ((loop () () () ()
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dfile_wrapper.h38 bool loop = false,
47 bool loop = false) = 0;
81 // called with |loop| == true or |readOnly| == true.
/external/chromium_org/ui/wm/public/
H A Ddispatcher_client.cc25 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local
26 base::MessageLoopForUI::ScopedNestableTaskAllower allow_nested(loop);
/external/compiler-rt/test/tsan/
H A Dsignal_errno.cc24 static __attribute__((noinline)) void loop() { function
40 loop();
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_3.opt_test5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
H A Dlower_breaks_5.opt_test5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
H A Dlower_guarded_conditional_break.opt_test5 # Normally a conditional break at the end of a loop isn't
13 ((loop () () () ()
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor_unittest.cc16 void QuitLoop(base::RunLoop* loop, bool* output, bool success) { argument
17 loop->Quit();
41 base::RunLoop loop; local
43 extractor->Extract(&source, base::Bind(&QuitLoop, &loop, &extracted));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_subpixel_bilinear_sse2.asm144 .loop:
149 jnz .loop
169 .loop:
174 jnz .loop
195 .loop:
202 jnz .loop
222 .loop:
227 jnz .loop
247 .loop:
252 jnz .loop
[all...]
H A Dvp9_subpixel_bilinear_ssse3.asm122 .loop:
127 jnz .loop
147 .loop:
152 jnz .loop
173 .loop:
179 jnz .loop
199 .loop:
204 jnz .loop
224 .loop:
229 jnz .loop
[all...]
/external/chromium_org/third_party/skia/bench/
H A DPremulAndUnpremulAlphaOpsBench.cpp49 for (int loop = 0; loop < loops; ++loop) {
H A DWritePixelsBench.cpp59 for (int loop = 0; loop < loops; ++loop) {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_linux-inl.h84 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) { argument
85 if (loop != 0) {
91 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_linux-inl.h73 void SpinLockDelay(volatile Atomic32 *w, int32 value, int loop) { argument
74 if (loop != 0) {
79 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_subpixel_bilinear_sse2.asm144 .loop:
149 jnz .loop
169 .loop:
174 jnz .loop
195 .loop:
202 jnz .loop
222 .loop:
227 jnz .loop
247 .loop:
252 jnz .loop
[all...]
H A Dvp9_subpixel_bilinear_ssse3.asm122 .loop:
127 jnz .loop
147 .loop:
152 jnz .loop
173 .loop:
179 jnz .loop
199 .loop:
204 jnz .loop
224 .loop:
229 jnz .loop
[all...]
/external/skia/bench/
H A DPremulAndUnpremulAlphaOpsBench.cpp49 for (int loop = 0; loop < loops; ++loop) {
H A DWritePixelsBench.cpp61 for (int loop = 0; loop < loops; ++loop) {
/external/vixl/examples/
H A Dsum-array.cc39 Label loop, end; local
48 __ Bind(&loop);
54 __ Cbnz(w1, &loop);

Completed in 720 milliseconds

1234567891011>>