Searched defs:preload (Results 1 - 11 of 11) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java55 preload(firstVisible + visibleCount, true);
57 preload(firstVisible, false);
92 private void preload(int start, boolean increasing) { method in class:ListPreloader
97 preload(start, start + (increasing ? maxPreload : -maxPreload));
100 private void preload(int from, int to) { method in class:ListPreloader
H A DGenericRequestBuilder.java694 public Target<TranscodeType> preload(int width, int height) { method in class:GenericRequestBuilder
/external/iputils/
H A Dping_common.c27 int preload; variable
313 preload = atoi(optarg);
314 if (preload <= 0) {
315 fprintf(stderr, "ping: bad preload value, should be 1..%d\n", MAX_DUP_CHK);
318 if (preload > MAX_DUP_CHK)
319 preload = MAX_DUP_CHK;
320 if (uid && preload > 3) {
321 fprintf(stderr, "ping: cannot set preload to value > 3\n");
480 /* Check that packets < rate*time + preload */
483 tokens = interval*(preload
[all...]
/external/kmod/testsuite/
H A Dtestsuite.c178 char *preload = NULL; local
197 tmp = realloc(preload, preloadlen + 2 + ldpreloadlen);
202 preload = tmp;
205 preload[preloadlen++] = ' ';
206 memcpy(preload + preloadlen, ldpreload, ldpreloadlen);
208 preload[preloadlen] = '\0';
211 if (preload != NULL)
212 setenv("LD_PRELOAD", preload, 1);
214 free(preload);
/external/v8/src/regexp/
H A Djsregexp.cc2472 // We are attempting to preload the minimum number of characters
3547 // We can't preload 3 characters because there is no machine instruction
3992 PreloadState preload; local
3993 preload.init();
4003 &preload,
4012 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace);
4018 &preload);
4040 preload.preload_characters_,
4049 PreloadState* preload,
4082 preload);
4046 EmitGreedyLoop(RegExpCompiler* compiler, Trace* trace, AlternativeGenerationList* alt_gens, PreloadState* preload, GreedyLoopState* greedy_loop_state, int text_length) argument
4145 EmitChoices(RegExpCompiler* compiler, AlternativeGenerationList* alt_gens, int first_choice, Trace* trace, PreloadState* preload) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 247 milliseconds