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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_factory_test.py 79 msg.loop.loop.mandatory = 2
80 msg.loop.loop.loop.loop.mandatory = 4
  /external/chromium_org/base/files/
file_path_watcher.h 57 // message loop. Since it can also be called more than once, it should
65 void set_message_loop(base::MessageLoopProxy* loop) {
66 message_loop_ = loop;
97 // the same loop. Returns true on success.
  /external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store_test.cc 50 base::RunLoop loop; local
51 loop.RunUntilIdle();
  /external/chromium_org/content/child/
worker_task_runner.h 34 // loop is stopping. This observer will not get notified when other threads
39 void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
40 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
  /external/chromium_org/ppapi/tests/extensions/background_keepalive/
background.cc 36 pp::MessageLoop loop = pp::MessageLoop::GetCurrent(); local
39 loop.PostWork(c, delay_milliseconds_);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.idl 34 attribute boolean loop;
  /external/chromium_org/third_party/angle/src/compiler/translator/
LoopInfo.cpp 94 // 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)
203 TLoopInfo info(loop);
ForLoopUnroll.cpp 14 // 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/
lower_breaks_3.opt_test 5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
lower_breaks_5.opt_test 5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
lower_guarded_conditional_break.opt_test 5 # Normally a conditional break at the end of a loop isn't
13 ((loop () () () ()
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
file_impl.h 35 bool loop = false,
41 bool loop = false) OVERRIDE;
  /external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/
busy.js 26 function loop() { function
31 timerId = window.setTimeout(loop, 50);
36 timerId = window.setTimeout(loop, 50);
49 loop();
  /external/chromium_org/ui/wm/public/
dispatcher_client.cc 25 base::MessageLoopForUI* loop = base::MessageLoopForUI::current(); local
26 base::MessageLoopForUI::ScopedNestableTaskAllower allow_nested(loop);
  /external/compiler-rt/test/tsan/
signal_errno.cc 24 static __attribute__((noinline)) void loop() { function
40 loop();
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_breaks_3.opt_test 5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
lower_breaks_5.opt_test 5 # If a loop contains a conditional break at the bottom of it,
12 ((loop () () () ()
lower_guarded_conditional_break.opt_test 5 # Normally a conditional break at the end of a loop isn't
13 ((loop () () () ()
  /ndk/sources/android/support/src/musl-multibyte/
mbrtowc.c 35 loop:
44 goto loop;
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor_unittest.cc 16 void QuitLoop(base::RunLoop* loop, bool* output, bool success) {
17 loop->Quit();
41 base::RunLoop loop; local
43 extractor->Extract(&source, base::Bind(&QuitLoop, &loop, &extracted));
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphOutput.h 20 virtual void visitLoop(TGraphLoop* loop);
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 38 bool loop = false,
73 // called with |loop| == true or |readOnly| == true.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-opts.h 37 loop, enumerator in enum:stringop_alg
  /system/vold/
Loop.h 21 #include <linux/loop.h>
25 class Loop {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_subpixel_bilinear_sse2.asm 144 .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...]

Completed in 1836 milliseconds

1 2 34 5 6 7 8 91011>>