Searched refs:loop (Results 251 - 275 of 1427) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/jpeg-6b/
H A DAndroid.mk27 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc513 "Schedule late conservative for #%d:%s is B%d at loop depth %d, "
518 // into enclosing loop pre-headers until they would preceed their
527 // Try to hoist to the pre-header of the loop header.
534 " hoist to pre-header B%d of loop header B%d, depth would be %d\n",
784 // Computes loop membership from the backedges of the control flow graph.
791 // Compute loop membership starting from backedges.
792 // O(max(loop_depth) * max(|loop|)
812 // Propagate loop membership backwards. All predecessors of M up to the
813 // loop header H are members of the loop to
869 LoopInfo* loop = &loops[i]; local
988 LoopInfo* loop = entry->IsLoopHeader() ? &loops[entry->loop_end_] : NULL; local
[all...]
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DTestThread.java17 * message loop on that thread.
71 Looper.loop();
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_service_unittest.cc60 base::MessageLoopForIO loop; local
72 loop.RunUntilIdle();
77 base::MessageLoopForIO loop; local
128 loop.RunUntilIdle();
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl_browsertest.cc99 void OnTestImageAvailable(base::RunLoop* loop, const GURL& url, argument
104 loop->Quit();
134 void OnImageAvailable(base::RunLoop* loop, const GURL& url, argument
149 loop->Quit();
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher_unittest.cc26 base::MessageLoopForUI loop; local
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js45 // Map of sounds that play in a continuous loop while an event is happening
125 function playSound(id, loop) {
140 if (loop)
141 sound.loop = loop;
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory.h29 // Initialize and bind to the loop, which becomes the thread that
31 // on any thread, but must be called with the same loop every time.
34 scoped_refptr<base::MessageLoopProxy> loop) = 0;
/external/chromium_org/mojo/examples/apptest/
H A Dexample_apptest.cc78 mojo::RunLoop loop; local
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBufferSourceNode.h71 // and with how it's described in the specification, the proper attribute name is .loop
73 bool loop() const { return m_isLooping; } function in class:blink::FINAL
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectDiscontinuity.cpp25 bool DetectLoopDiscontinuity::visitLoop(Visit visit, TIntermLoop *loop) argument
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dctx.c245 unsigned int loop = 0; local
247 while (loop++ < BN_CTX_POOL_SIZE) {
263 unsigned int loop = 0; local
271 while (loop++ < BN_CTX_POOL_SIZE) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S13 @ 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.
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_impl.h44 const bool loop = false,
49 virtual int32_t StartPlayingVideoFile(const char* fileName, const bool loop,
111 // greater than zero. If loop is true the file will be played until
123 const bool loop = false,
134 // greater than zero. If loop is true the file will be played until
147 bool loop,
/external/chromium_org/third_party/webrtc/modules/utility/interface/
H A Dfile_player.h53 bool loop,
91 bool /*loop*/,
/external/chromium_org/v8/src/
H A Dhydrogen-flow-engine.h107 // 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h55 int n; // number of entries in loop
61 } loop[kMaxLoopSize]; member in struct:__sanitizer::DDReport
/external/openssl/crypto/bn/asm/
H A Dvia-mont.pl202 &loop (&label("sub")); # doesn't affect CF!
220 &loop (&label("copy"));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandlerThread.java36 Looper.loop();
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S13 @ 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.
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java76 Looper.loop();
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.cc57 bool loop, FileFormats format,
64 "loop=%d, format=%d, volumeScaling=%5.3f, startPointMs=%d,"
66 channel, fileNameUTF8, loop, format, volumeScaling,
84 loop,
169 bool loop,
176 "loop=%d, mixWithMicrophone=%d, format=%d, "
178 channel, fileNameUTF8, loop, mixWithMicrophone, format,
194 loop,
226 loop,
54 StartPlayingFileLocally( int channel, const char fileNameUTF8[1024], bool loop, FileFormats format, float volumeScaling, int startPointMs, int stopPointMs) argument
167 StartPlayingFileAsMicrophone(int channel, const char fileNameUTF8[1024], bool loop, bool mixWithMicrophone, FileFormats format, float volumeScaling) argument
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_config_service_unittest.cc153 base::MessageLoopForUI loop; local
162 loop.RunUntilIdle();
178 loop.RunUntilIdle();
189 loop.RunUntilIdle();
197 //base::MessageLoopForUI loop;
224 //base::MessageLoopForUI loop;
252 //base::MessageLoopForUI loop;
268 //loop.RunUntilIdle();
276 base::MessageLoopForUI loop; local
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc353 scoped_refptr<MessageLoopProxy> loop) {
357 info.loop = loop;
378 info.loop->PostTask(
402 info.loop->PostTask(
350 AddRoute( int route_id, base::WeakPtr<IPC::Listener> listener, scoped_refptr<MessageLoopProxy> loop) argument
/external/chromium_org/rlz/lib/
H A Dfinancial_ping.cc304 // Run a blocking event loop to match the win inet implementation.
309 base::RunLoop loop;
310 FinancialPingUrlFetcherDelegate delegate(loop.QuitClosure());
329 base::WeakPtrFactory<base::RunLoop> weak(&loop);
341 FROM_HERE, loop.QuitClosure(), kTimeout);
343 loop.Run();

Completed in 9018 milliseconds

<<11121314151617181920>>