Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 25 of 59) sorted by relevance

123

/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java55 preload(firstVisible + visibleCount, true); in onScroll()
57 preload(firstVisible, false); in onScroll()
92 private void preload(int start, boolean increasing) { in preload() method in ListPreloader
97 preload(start, start + (increasing ? maxPreload : -maxPreload)); in preload()
100 private void preload(int from, int to) { in preload() method in ListPreloader
DGenericRequestBuilder.java694 public Target<TranscodeType> preload(int width, int height) { in preload() method in GenericRequestBuilder
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dcopymem16x16_v6.asm24 ;preload
25 pld [r0, #31] ; preload for next 16x16 block
91 pld [r0, #31] ; preload for next 16x16 block
124 pld [r0, #31] ; preload for next 16x16 block
153 pld [r0, #31] ; preload for next 16x16 block
177 pld [r0, #31] ; preload for next 16x16 block
Dfilter_v6.asm124 add r4, r2, #18 ; preload next low
196 pld [r0, r11] ; preload next low
217 add r4, r2, #10 ; preload next low
289 pld [r0, r11] ; preload next low
443 add r7, r2, r3 ; preload next low
520 add r11, r12, r3 ; preload next low
Dbilinearfilter_v6.asm34 add r7, r2, r4 ; preload next row
100 pld [r0, r9] ; preload next row
Dsixtappredict8x4_v6.asm38 add r3, r1, #10 ; preload next low
116 …add r11, r1, #18 ; preload next low. adding back block width(=8), which is …
Dcopymem8x4_v6.asm24 ;preload
Dcopymem8x8_v6.asm24 ;preload
Dsimpleloopfilter_v6.asm257 pld [src, #23] ; preload for next block
/external/iputils/
Dping_common.c27 int preload; variable
313 preload = atoi(optarg); in common_options()
314 if (preload <= 0) { in common_options()
318 if (preload > MAX_DUP_CHK) in common_options()
319 preload = MAX_DUP_CHK; in common_options()
320 if (uid && preload > 3) { in common_options()
483 tokens = interval*(preload-1); in pinger()
494 if (ntokens < MININTERVAL && in_flight() >= preload) in pinger()
498 if (ntokens > interval*preload) in pinger()
499 ntokens = interval*preload; in pinger()
[all …]
Dping_common.h145 extern int preload;
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dvp8_memcpy_neon.asm25 ;pld [r1] ;preload pred data
51 …;pld [r1] ;preload pred data -- need to adjust for real devi…
/external/vboot_reference/tests/
Dtest_using_qemu.sh27 sudo chroot ${SYSROOT} ${QEMU_RUN} -drop-ld-preload \
/external/llvm/test/MC/ARM/
Dthumb2-ldrb-ldrh.s5 @ preload hints).
/external/valgrind/docs/internals/
Dm_replacemalloc.txt4 'preload' shared object, which goes into the client's area of memory, and
Dmultiple-architectures.txt72 Each tool will then be built twice, along with any preload library
73 for the tool and the core preload libraries. At install time one
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_reconintra_neon.asm351 ; preload 8 left
427 ; preload 8 left into r12
493 vld1.8 {d18}, [r3]! ; preload 8 left into r12
522 ; preload 8 left pixels
622 vld1.8 {d0}, [r3]! ; preload 8 left pixels
/external/v8/src/
Djsregexp.cc3951 PreloadState preload; in Emit() local
3952 preload.init(); in Emit()
3962 &preload, in Emit()
3971 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace); in Emit()
3977 &preload); in Emit()
3999 preload.preload_characters_, in Emit()
4008 PreloadState* preload, in EmitGreedyLoop() argument
4041 preload); in EmitGreedyLoop()
4107 PreloadState* preload) { in EmitChoices() argument
4109 SetUpPreLoad(compiler, trace, preload); in EmitChoices()
[all …]
/external/valgrind/
DMakefile.all.am126 # These flags are used for building the preload shared objects (PSOs).
130 # -mpreferred-stack-boundary flag to build the preload shared
/external/iputils/doc/
Dping.sgml22 <arg choice="opt">-l <replaceable/preload/</arg>
66 effectively not more than one (or more, if preload is set) unanswered probe
157 <term><option>-l <replaceable/preload/</option></term>
159 If <replaceable/preload/ is specified,
161 Only the super-user may select preload more than 3.
/external/libvpx/libvpx/vp8/common/ppc/
Dsad_altivec.asm58 ;# preload a line of data before getting into the loop
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleEmitter.java1089 public void preload(RenderManager rm, ViewPort vp) { in preload() method in ParticleEmitter
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderManager.java730 gm.getMaterial().preload(this); in preloadScene()
/external/libogg/
Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
7506 test "$preload" = yes \
7893 if test "$preload" = yes && test -f "$symfileobj"; then
/external/libopus/
Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
8702 test "$preload" = yes \
9097 if test "$preload" = yes && test -f "$symfileobj"; then

123