Home
last modified time | relevance | path

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

12345

/external/skia/modules/particles/include/
DSkParticleEffect.h133 void start(double now, bool looping, SkPoint position, SkVector heading, float scale,
137 void start(double now, bool looping) { in start() argument
138 this->start(now, looping, in start()
/external/llvm-project/llvm/test/Transforms/LoopPredication/
Dunswitch-exit-loop.ll17 br label %looping
19 looping:
22 br label %looping
/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-avoid-goto.rst7 with looping constructs. Only forward jumps in nested loops are accepted.
17 should be replaced with `C/C++` looping constructs.
/external/cldr/tools/scripts/build/bin-build/
Dbootloop.sh3 echo looping running bitten ${BUILDER_NAME}
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/
Dashr.ll48 ;; Non looping test case.
64 ; looping case where loop has exactly one block
Dsext.ll81 ;; Non looping test case.
109 ;; Non looping negative test case.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaPlayer.java417 private boolean looping; field in ShadowMediaPlayer
798 return looping;
807 protected void setLooping(boolean looping) {
809 this.looping = looping;
/external/skia/resources/sksl/shared/
DStaticSwitchWithContinue.sksl10 // A looping construct is required for continue.
/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/oboe/samples/iolib/
DREADME.md24 … data that plays through it's `SampleBuffer` and then provides silence, (i.e. a non-looping sample)
/external/llvm-project/llvm/test/Transforms/LoopDeletion/
Dsimplify-then-delete.ll4 ; Indvars and loop deletion should be able to eliminate all looping
/external/llvm/test/Transforms/LoopDeletion/
Dsimplify-then-delete.ll4 ; Indvars and loop deletion should be able to eliminate all looping
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
DREADME13 by looping the switch ports together. For example:
/external/curl/tests/data/
Dtest2567 looping HTTP Location: following with --max-redirs
/external/fmtlib/doc/bootstrap/mixins/
Dgrid-framework.less77 // Basic looping in LESS
/external/llvm-project/llvm/test/Transforms/ObjCARC/
Dcontract-catchswitch.ll28 ; Dummy nested catchswitch to test looping through the dominator tree.
/external/e2fsprogs/doc/RelNotes/
Dv1.43.4.txt39 an error instead looping forever or crashing.
/external/skia/modules/particles/src/
DSkParticleEffect.cpp262 void SkParticleEffect::start(double now, bool looping, SkPoint position, SkVector heading, in start() argument
268 fLooping = looping; in start()
/external/mesa3d/docs/relnotes/
D6.5.3.rst78 branching/looping, etc.
/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
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/
Dwg_comparisons_equal.amber118 # 2048 bytes from looping

12345