/external/python/cpython2/Misc/Vim/ |
D | vim_syntax.py | 28 looping = ('for', 'while') variable 84 if kw not in (looping + conditionals + boolean_ops + 92 ("Repeat", "pythonRepeat", "keyword", looping),
|
/external/vboot_reference/firmware/lib/ |
D | vboot_audio.c | 261 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/ |
D | ShadowMediaPlayer.java | 416 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/ |
D | tf_op_stats.proto | 94 // Result proto for looping-related metrics. 166 // The result for the looping-related metrics. 167 optional LoopingResult looping = 4; field
|
/external/autotest/client/samples/ |
D | control.fs | 11 creating loopback partitions instead of using real disk partitions, looping.
|
D | control.fs_options | 11 instead of using real disk partitions, looping and tags.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/ |
D | loop.ll | 1 ; Test some complicated looping constructs to ensure that they
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | simplify-then-delete.ll | 4 ; Indvars and loop deletion should be able to eliminate all looping
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | simplify-then-delete.ll | 4 ; Indvars and loop deletion should be able to eliminate all looping
|
/external/curl/tests/data/ |
D | test25 | 67 looping HTTP Location: following with --max-redirs
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_filters_luma_vert_a9q.s | 198 b loop_16 @ looping if height = 8 or 16 247 b loop_8 @looping if height == 8 or 16
|
D | ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s | 265 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
|
D | ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s | 238 b loop_16 @ looping if height = 8 or 16 293 b loop_8 @looping if height == 8 or 16
|
D | ih264_inter_pred_luma_vert_qpel_a9q.s | 212 b loop_16 @ looping if height = 8 or 16 268 b loop_8 @looping if height == 8 or 16
|
D | ih264_inter_pred_filters_luma_horz_a9q.s | 210 b loop_8 @looping if height =8 or 16
|
D | ih264_inter_pred_luma_horz_qpel_a9q.s | 224 b loop_8 @looping if height == 8 or 16
|
D | ih264_inter_pred_luma_horz_hpel_vert_qpel_a9q.s | 376 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/ |
D | README.md | 61 You should see it looping over camera frames as they come in, and printing the top labels
|
/external/llvm/test/CodeGen/X86/ |
D | extractelement-load.ll | 50 ; This case could easily end up inf-looping in the DAG combiner due to an
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.pulldom.rst | 18 responsible for explicitly pulling events from the stream, looping over those
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 562 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/ |
D | datastructures.rst | 611 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/ |
D | 3_1_BUGSTATUS.txt | 122 v5616 v5677 n-i-bz memcheck/tests/zeropage de-looping fix
|
/external/pdfium/skia/ |
D | BUILD.gn | 173 "/wd4390", # ';'empty statement found in looping;is it what was intended?
|
/external/python/cpython2/Doc/library/ |
D | shutil.rst | 43 *length* value means to copy the data without looping over the source data in
|