Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 25 of 60) 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/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/valgrind/solaris/
Dvgpreload-solaris.mapfile1 # Mapfile used for linking Valgrind preload libraries
8 # run under Valgrind, due to preload libraries containing symbols
/external/kmod/testsuite/
Dtestsuite.c178 char *preload = NULL; in test_export_environ() local
197 tmp = realloc(preload, preloadlen + 2 + ldpreloadlen); in test_export_environ()
202 preload = tmp; in test_export_environ()
205 preload[preloadlen++] = ' '; in test_export_environ()
206 memcpy(preload + preloadlen, ldpreload, ldpreloadlen); in test_export_environ()
208 preload[preloadlen] = '\0'; in test_export_environ()
211 if (preload != NULL) in test_export_environ()
212 setenv("LD_PRELOAD", preload, 1); in test_export_environ()
214 free(preload); in test_export_environ()
/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/conscrypt/
DAndroid.bp89 // preload ASAN runtime is resolved. Without that, clients are getting runtime
/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/vpx_dsp/arm/
Dintrapred_neon_asm.asm349 ; preload 8 left
424 ; preload 8 left into r12
490 vld1.8 {d18}, [r3]! ; preload 8 left into r12
518 ; preload 8 left pixels
618 vld1.8 {d0}, [r3]! ; preload 8 left pixels
/external/v8/src/regexp/
Djsregexp.cc3993 PreloadState preload; in Emit() local
3994 preload.init(); in Emit()
4004 &preload, in Emit()
4013 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace); in Emit()
4019 &preload); in Emit()
4041 preload.preload_characters_, in Emit()
4050 PreloadState* preload, in EmitGreedyLoop() argument
4083 preload); in EmitGreedyLoop()
4150 PreloadState* preload) { in EmitChoices() argument
4152 SetUpPreLoad(compiler, trace, preload); in EmitChoices()
[all …]
/external/valgrind/
DMakefile.all.am128 # These flags are used for building the preload shared objects (PSOs).
132 # -mpreferred-stack-boundary flag to build the preload shared
/external/boringssl/
DAndroid.bp128 // preload ASAN runtime is resolved. Without that, clients are getting runtime
/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/gemmlowp/meta/
DREADME28 memory preload hint operations are inserted into the kernel to hide memory
/external/clang/tools/scan-build-py/
DREADME.md85 The 2. mode is available only on FreeBSD and Linux. Where library preload
/external/modp_b64/
Dcommon.mk788 -drop-ld-preload \
/external/minijail/
Dcommon.mk788 -drop-ld-preload \
/external/libnetfilter_conntrack/build-aux/
Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
8708 test "$preload" = yes \
9103 if test "$preload" = yes && test -f "$symfileobj"; then
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
Dltmain.sh5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
8708 test "$preload" = yes \
9103 if test "$preload" = yes && test -f "$symfileobj"; then
/external/google-tv-pairing-protocol/cpp/
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/libcap-ng/libcap-ng-0.7/
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
/external/libnetfilter_conntrack/
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

123