HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 326 - 350 of 1308) sorted by null

<<11121314151617181920>>

  /external/jetty/src/java/org/eclipse/jetty/util/
URIUtil.java 82 loop:
98 break loop; local
111 break loop; local
227 loop:
234 break loop; local
617 loop:
628 break loop; local
  /external/libbrillo/brillo/message_loops/
glib_message_loop.h 42 // Called by the GLib's main loop when is time to call the callback scheduled
47 // Called by the GLib's main loop when the watched source |source| is
53 // Called by the GLib's main loop when the scheduled callback is removed due
65 GlibMessageLoop* loop; member in struct:brillo::GlibMessageLoop::ScheduledTask
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
Ogg.java 53 protected void loop () { method in class:Ogg.Music
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
Ogg.java 53 protected void loop () { method in class:Ogg.Music
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 135 MachineLoop *loop = nullptr; local
163 // Get loop info for mi.
166 loop = Loops.getLoopFor(mbb);
167 isExiting = loop ? loop->isLoopExiting(mbb) : false;
176 // Give extra weight to what looks like a loop induction variable update.
  /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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 36 Looper.loop();
  /external/skia/src/opts/
SkOpts_sse41.cpp 75 static void loop(int n, uint32_t* t, const Dst dst, const Src src, const Cov cov, Fn&& fn) { function in namespace:sk_sse41
81 // Writing this as a single while-loop helps hoist loop invariants from fn.
170 // This lets us hoist (s*255+128) and inv(alphas(s)) out of the loop.
176 loop(n, tgt, dst, src, cov, adapt([=](__m128i d, __m128i, __m128i) {
189 loop(w, dst, (const SkPMColor*)dst, src, cov,
202 loop(w, dst, (const SkPMColor*)dst, src, cov,
  /external/strace/qemu_multiarch_testing/
make-hdc-img.sh 28 mount -o loop hdc.img hdc.img.dir
  /external/v8/src/crankshaft/
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 DCHECK(member->loop_information()->parent_loop() == loop);
    [all...]
  /external/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/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
LooperExecutor.java 40 Looper.loop();
  /external/webrtc/webrtc/modules/media_file/
media_file.h 58 // greater than zero. If loop is true the file will be played until
71 const bool loop = false,
  /external/webrtc/webrtc/modules/utility/include/
file_player.h 52 bool loop,
90 bool /*loop*/,
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 205 bool loop,
245 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
257 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
267 if (_fileModule.StartPlayingAudioFile(fileName, notification, loop,
file_player_impl.h 39 bool loop,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 76 Looper.loop();
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 104 bool loop();
  /frameworks/base/core/tests/coretests/src/android/os/
TestHandlerThread.java 85 Looper.loop();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 57 Looper.loop();
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 77 Looper.loop();
  /ndk/sources/host-tools/make-3.81/
makefile.com 76 $ loop:
82 $ goto loop
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
PackageIconLoaderTest.java 77 Looper.loop();
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CameraThread.java 64 Looper.loop();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.h 116 struct loop;

Completed in 2260 milliseconds

<<11121314151617181920>>