Searched defs:preload (Results 1 - 10 of 10) 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/v8/src/regexp/
H A Djsregexp.cc2446 // We are attempting to preload the minimum number of characters
3496 // We can't preload 3 characters because there is no machine instruction
3934 PreloadState preload; local
3935 preload.init();
3945 &preload,
3954 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace);
3960 &preload);
3982 preload.preload_characters_,
3991 PreloadState* preload,
4024 preload);
3988 EmitGreedyLoop(RegExpCompiler* compiler, Trace* trace, AlternativeGenerationList* alt_gens, PreloadState* preload, GreedyLoopState* greedy_loop_state, int text_length) argument
4087 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 195 milliseconds