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

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 34 mov r5, #8 ; loop count
36 loop label
85 subs r5, r5, #1 ; decrement loop counter
88 bne loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 40 mov r9, #4 ; loop count
55 subs r9, r9, #1 ; decrement loop counter
84 mov r4, #8 ; loop count
125 subs r4, r4, #1 ; update loop counter
131 mov r4, #8 ; loop count
170 subs r4, r4, #1 ; update loop counter
191 loop label
261 subs r4, r4, #1 ; update loop counter
264 bne loop
  /ndk/tests/device/test-stlport/jni/
Android.mk 17 # This test enters an infinit loop for unknown reasons!
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
TestThread.java 17 * message loop on that thread.
71 Looper.loop();
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_service_unittest.cc 60 base::MessageLoopForIO loop; local
72 loop.RunUntilIdle();
77 base::MessageLoopForIO loop; local
112 loop.RunUntilIdle();
  /external/chromium_org/chrome/browser/ui/panels/
panel_mouse_watcher_unittest.cc 26 base::MessageLoopForUI loop; local
  /external/chromium_org/chrome/common/mac/
mock_launchd.h 31 MockLaunchd(const base::FilePath& file, base::MessageLoop* loop,
  /external/chromium_org/content/test/data/indexeddb/
version_change_crash.js 57 (function loop() { store.put(0, 0).onsuccess = loop; }());
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerRunLoop.cpp 75 static PassOwnPtr<TickleDebuggerQueueTask> create(WorkerRunLoop* loop)
77 return adoptPtr(new TickleDebuggerQueueTask(loop));
86 explicit TickleDebuggerQueueTask(WorkerRunLoop* loop) : m_loop(loop) { }
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.h 69 // and with how it's described in the specification, the proper attribute name is .loop
71 bool loop() const { return m_isLooping; } function in class:WebCore::FINAL
74 // Loop times in seconds.
  /external/chromium_org/third_party/angle/src/compiler/translator/
DetectDiscontinuity.cpp 25 bool DetectLoopDiscontinuity::visitLoop(Visit visit, TIntermLoop *loop)
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.h 40 * Fill in loop control fields
42 * Based on analysis of loop variables, this function tries to remove sequences
43 * in the loop of the form
51 * altogether. For example, if it is provable that one loop exit condition will
64 * Tracking for all variables used in a loop
74 * Loop whose variable state is being tracked by this structure
76 ir_loop *loop; member in class:loop_variable_state
84 * Variables whose values are constant within the body of the loop
91 * Induction variables for this loop
98 * Simple if-statements that lead to the termination of the loop
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
via-mont.pl 202 &loop (&label("sub")); # doesn't affect CF!
220 &loop (&label("copy"));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 13 @ Contains a function for the core loop in the normalized lattice MA
46 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
47 @ Leftover samples after the loop, in r6:
54 @ First r5 iterations in a loop.
56 LOOP:
91 bgt LOOP
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
file_player.h 53 bool loop,
91 bool /*loop*/,
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
all_page_actions.py 13 from telemetry.page.actions.loop import LoopAction
  /external/chromium_org/v8/src/
hydrogen-flow-engine.h 107 // Apply loop effects before analyzing loop body.
139 // Computes and caches the loop effects for the loop which has the given
140 // block as its loop header.
144 if (effects != NULL) return effects; // Already analyzed this loop.
150 HLoopInformation* loop = block->loop_information();
151 int end = loop->GetLastBackEdge()->block_id();
156 // Recursively compute and cache the effects of the nested loop.
157 ASSERT(member->loop_information()->parent_loop() == loop);
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-260.js 28 // We should not compile the bodies of function literals in loop
29 // conditions twice, even in cases where the loop condition is
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 55 int n; // number of entries in loop
61 } loop[kMaxLoopSize]; member in struct:__sanitizer::DDReport
  /external/doclava/res/assets/templates/
hierarchy.cs 28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?>
  /external/mesa3d/src/glsl/
loop_analysis.h 40 * Fill in loop control fields
42 * Based on analysis of loop variables, this function tries to remove sequences
43 * in the loop of the form
51 * altogether. For example, if it is provable that one loop exit condition will
64 * Tracking for all variables used in a loop
74 * Loop whose variable state is being tracked by this structure
76 ir_loop *loop; member in class:loop_variable_state
84 * Variables whose values are constant within the body of the loop
91 * Induction variables for this loop
98 * Simple if-statements that lead to the termination of the loop
    [all...]
  /external/openssl/crypto/bn/asm/
via-mont.pl 202 &loop (&label("sub")); # doesn't affect CF!
220 &loop (&label("copy"));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 36 Looper.loop();
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 13 @ Contains a function for the core loop in the normalized lattice MA
53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
54 @ Leftover samples after the loop, in r6:
61 @ First r5 iterations in a loop.
63 LOOP:
98 bgt LOOP
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 76 Looper.loop();

Completed in 1676 milliseconds

<<11121314151617181920>>