Home
last modified time | relevance | path

Searched refs:looping (Results 1 – 25 of 74) sorted by relevance

123

/external/python/cpython2/Misc/Vim/
Dvim_syntax.py28 looping = ('for', 'while') variable
84 if kw not in (looping + conditionals + boolean_ops +
92 ("Repeat", "pythonRepeat", "keyword", looping),
/external/vboot_reference/firmware/lib/
Dvboot_audio.c261 int looping = 1; in VbAudioLooping() local
273 looping = 0; in VbAudioLooping()
289 return looping; in VbAudioLooping()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaPlayer.java416 private boolean looping; field in ShadowMediaPlayer
787 return looping; in isLooping()
796 public void setLooping(boolean looping) { in setLooping() argument
798 this.looping = looping; in setLooping()
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dtf_op_stats.proto94 // Result proto for looping-related metrics.
166 // The result for the looping-related metrics.
167 optional LoopingResult looping = 4; field
/external/autotest/client/samples/
Dcontrol.fs11 creating loopback partitions instead of using real disk partitions, looping.
Dcontrol.fs_options11 instead of using real disk partitions, looping and tags.
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
Dloop.ll1 ; Test some complicated looping constructs to ensure that they
/external/llvm/test/Transforms/LoopDeletion/
Dsimplify-then-delete.ll4 ; Indvars and loop deletion should be able to eliminate all looping
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
Dsimplify-then-delete.ll4 ; Indvars and loop deletion should be able to eliminate all looping
/external/curl/tests/data/
Dtest2567 looping HTTP Location: following with --max-redirs
/external/libavc/common/arm/
Dih264_inter_pred_filters_luma_vert_a9q.s198 b loop_16 @ looping if height = 8 or 16
247 b loop_8 @looping if height == 8 or 16
Dih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s265 b loop_16 @ looping if height = 8 or 16
349 b loop_8 @looping if height == 8 or 16
435 b loop_4 @looping if height == 8 or 16
Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s238 b loop_16 @ looping if height = 8 or 16
293 b loop_8 @looping if height == 8 or 16
Dih264_inter_pred_luma_vert_qpel_a9q.s212 b loop_16 @ looping if height = 8 or 16
268 b loop_8 @looping if height == 8 or 16
Dih264_inter_pred_filters_luma_horz_a9q.s210 b loop_8 @looping if height =8 or 16
Dih264_inter_pred_luma_horz_qpel_a9q.s224 b loop_8 @looping if height == 8 or 16
Dih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s376 bgt loop_16_lowhalf @ looping if height =16
605 bgt loop_16_highhalf @ looping if height = 8 or 16
/external/tensorflow/tensorflow/contrib/pi_examples/
DREADME.md61 You should see it looping over camera frames as they come in, and printing the top labels
/external/llvm/test/CodeGen/X86/
Dextractelement-load.ll50 ; This case could easily end up inf-looping in the DAG combiner due to an
/external/python/cpython3/Doc/library/
Dxml.dom.pulldom.rst18 responsible for explicitly pulling events from the stream, looping over those
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst562 When looping through dictionaries, the key and corresponding value can be
572 When looping through a sequence, the position index and corresponding value can
618 It is sometimes tempting to change a list while you are looping over it;
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst611 When looping through a sequence, the position index and corresponding value can
657 When looping through dictionaries, the key and corresponding value can be
667 It is sometimes tempting to change a list while you are looping over it;
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt122 v5616 v5677 n-i-bz memcheck/tests/zeropage de-looping fix
/external/pdfium/skia/
DBUILD.gn173 "/wd4390", # ';'empty statement found in looping;is it what was intended?
/external/python/cpython2/Doc/library/
Dshutil.rst43 *length* value means to copy the data without looping over the source data in

123