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

<<11121314151617181920>>

/external/chromium_org/sync/test/accounts_client/
H A Dtest_accounts_client.cc138 base::MessageLoop* loop = base::MessageLoop::current(); local
140 new URLRequestContextGetter(loop->message_loop_proxy()));
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DMakefile.in58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
H A DCollPerf.pl77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
/external/grub/stage2/
H A Dfsys_ffs.c189 /* main loop to find destination inode */
190 loop:
233 /* loop for reading a the entries in a directory */
288 /* go back to main loop at top of function */
289 goto loop;
H A Dfsys_ufs2.c214 /* main loop to find destination inode */
215 loop:
258 /* loop for reading a the entries in a directory */
309 /* go back to main loop at top of function */
310 goto loop;
/external/icu4c/test/perf/collationperf/
H A DMakefile.in58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
H A DCollPerf.pl77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
/external/libpcap/
H A Dpcap-septel.c71 * error occured, or -2 if we were told to break out of the loop.
98 loop:
103 * we were told to break out of the loop.
118 /* a couter is added here to avoid an infinite loop
135 goto loop ;
/external/libselinux/src/
H A Davc_sidtab.c87 loop:
96 goto loop; /* find the newly inserted node */
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml46 (* Run the main "interpreter loop" now. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml50 (* Run the main "interpreter loop" now. *)
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_mastergain_gnu.s72 loop: label
95 BGT loop
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s72 loop: label
95 BGT loop
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc118 bool loop, bool text)
183 _looping = loop;
117 OpenFile(const char *fileNameUTF8, bool readOnly, bool loop, bool text) argument
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c85 loop: SWAPINIT(a, es);
153 goto loop;
/external/chromium_org/chrome/common/mac/
H A Dmock_launchd.h31 MockLaunchd(const base::FilePath& file, base::MessageLoop* loop,
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBufferSourceNode.h72 // and with how it's described in the specification, the proper attribute name is .loop
74 bool loop() const { return m_isLooping; } function in class:WebCore::AudioBufferSourceNode
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h104 struct radeon_llvm_loop loop[RADEON_LLVM_MAX_LOOP_DEPTH]; member in struct:radeon_llvm_context
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_analysis.h40 * 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
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
107 * Hash table containing all variables accessed in this loop
[all...]
/external/dnsmasq/src/
H A Dutil.c70 int r; int i; int loop; local
75 for (loop = 0;loop < 2;++loop) {
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm26 .loop:
57 jl .loop
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h104 struct radeon_llvm_loop loop[RADEON_LLVM_MAX_LOOP_DEPTH]; member in struct:radeon_llvm_context
/external/mesa3d/src/glsl/
H A Dloop_analysis.h40 * 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
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
107 * Hash table containing all variables accessed in this loop
[all...]

Completed in 706 milliseconds

<<11121314151617181920>>