HomeSort by relevance Sort by last modified time
    Searched refs:looping (Results 1 - 16 of 16) sorted by null

  /external/cldr/tools/scripts/build/bin-build/
bootloop.sh 3 echo looping running bitten ${BUILDER_NAME}
  /cts/tests/tests/media/libmediandkjni/
native_media_source.h 38 Source(int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping)
43 mLooping(looping),
69 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping,
native_media_decoder_source.cpp 28 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate);
60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping,
63 DecoderSource *d = new DecoderSource(w, h, colorFormat, fps, looping, regulateFeedingRate);
70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate)
71 : Source(w, h, colorFormat, fps, looping),
  /external/skia/modules/particles/include/
SkParticleEffect.h 46 void start(double now, bool looping = false);
  /external/vboot_reference/firmware/lib/
vboot_audio.c 261 int looping = 1; local
273 looping = 0;
289 return looping;
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 28 looping = ('for', 'while') variable
84 if kw not in (looping + conditionals + boolean_ops +
92 ("Repeat", "pythonRepeat", "keyword", looping),
  /external/skia/modules/particles/src/
SkParticleEffect.cpp 41 void SkParticleEffect::start(double now, bool looping) {
45 fLooping = looping;
150 // Mark effect as dead if we've reached the end (and are not looping)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaPlayer.java 417 private boolean looping; field in class:ShadowMediaPlayer
798 return looping;
807 protected void setLooping(boolean looping) {
809 this.looping = looping;
    [all...]
  /external/libavc/common/arm/
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
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
ih264_inter_pred_filters_luma_horz_a9q.s 210 b loop_8 @looping if height =8 or 16
ih264_inter_pred_luma_horz_qpel_a9q.s 224 b loop_8 @looping if height == 8 or 16
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
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
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]

Completed in 1472 milliseconds