Home
last modified time | relevance | path

Searched defs:loader (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/external/deqp/framework/opengl/wrapper/
DglwInitFunctions.cpp35 void initES20 (Functions* gl, const FunctionLoader* loader) in initES20()
40 void initES30 (Functions* gl, const FunctionLoader* loader) in initES30()
45 void initES31 (Functions* gl, const FunctionLoader* loader) in initES31()
50 void initES32 (Functions* gl, const FunctionLoader* loader) in initES32()
55 void initGL30Core (Functions* gl, const FunctionLoader* loader) in initGL30Core()
60 void initGL31Core (Functions* gl, const FunctionLoader* loader) in initGL31Core()
65 void initGL32Core (Functions* gl, const FunctionLoader* loader) in initGL32Core()
70 void initGL33Core (Functions* gl, const FunctionLoader* loader) in initGL33Core()
75 void initGL40Core (Functions* gl, const FunctionLoader* loader) in initGL40Core()
80 void initGL41Core (Functions* gl, const FunctionLoader* loader) in initGL41Core()
[all …]
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java42 IdentityLoader<Object> loader = identityLoader(); in testEviction_setMaxSegmentSize() local
50 IdentityLoader<Object> loader = identityLoader(); in testEviction_setMaxSegmentWeight() local
59 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxSizeOneSegment() local
72 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeightOneSegment() local
90 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxSize() local
110 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight() local
135 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight_zero() local
193 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight_entryTooBig() local
244 IdentityLoader<Object> loader = identityLoader(); in testEviction_overflow() local
259 IdentityLoader<Integer> loader = identityLoader(); in testUpdateRecency_onGet() local
[all …]
DCacheExpirationTest.java52 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiration_expireAfterWrite() local
65 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiration_expireAfterAccess() local
77 WatchedCreatorLoader loader, in checkExpiration()
104 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiringGet_expireAfterWrite() local
117 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiringGet_expireAfterAccess() local
129 WatchedCreatorLoader loader, in runExpirationTest()
194 CacheLoader<Integer, AtomicInteger> loader = in testRemovalListener_expireAfterWrite() local
224 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterWrite() local
237 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterAccess() local
250 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterBoth() local
[all …]
DCacheLoadingTest.java163 CacheLoader<Object, Object> loader = in testReload() local
211 CacheLoader<Object, Object> loader = in testRefresh() local
273 CacheLoader<Object, Object> loader = in testRefresh_getIfPresent() local
380 CacheLoader<Integer, Integer> loader = bulkLoader(backingLoader); in testBulkLoad_loadAll() local
425 CacheLoader<Object, Object> loader = in testBulkLoad_extra() local
462 CacheLoader<Object, Object> loader = in testBulkLoad_clobber() local
500 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullValue() local
540 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullKey() local
580 CacheLoader<Object, Object> loader = in testBulkLoad_partial() local
670 CacheLoader<Object, Object> loader = in testReloadNull() local
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java42 IdentityLoader<Object> loader = identityLoader(); in testEviction_setMaxSegmentSize() local
50 IdentityLoader<Object> loader = identityLoader(); in testEviction_setMaxSegmentWeight() local
59 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxSizeOneSegment() local
72 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeightOneSegment() local
90 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxSize() local
110 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight() local
135 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight_zero() local
193 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight_entryTooBig() local
244 IdentityLoader<Object> loader = identityLoader(); in testEviction_overflow() local
259 IdentityLoader<Integer> loader = identityLoader(); in testUpdateRecency_onGet() local
[all …]
DCacheExpirationTest.java52 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiration_expireAfterWrite() local
65 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiration_expireAfterAccess() local
77 WatchedCreatorLoader loader, in checkExpiration()
104 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiringGet_expireAfterWrite() local
117 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiringGet_expireAfterAccess() local
129 WatchedCreatorLoader loader, in runExpirationTest()
194 CacheLoader<Integer, AtomicInteger> loader = in testRemovalListener_expireAfterWrite() local
224 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterWrite() local
237 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterAccess() local
250 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterBoth() local
[all …]
DCacheLoadingTest.java163 CacheLoader<Object, Object> loader = in testReload() local
211 CacheLoader<Object, Object> loader = in testRefresh() local
273 CacheLoader<Object, Object> loader = in testRefresh_getIfPresent() local
380 CacheLoader<Integer, Integer> loader = bulkLoader(backingLoader); in testBulkLoad_loadAll() local
425 CacheLoader<Object, Object> loader = in testBulkLoad_extra() local
462 CacheLoader<Object, Object> loader = in testBulkLoad_clobber() local
500 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullValue() local
540 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullKey() local
580 CacheLoader<Object, Object> loader = in testBulkLoad_partial() local
670 CacheLoader<Object, Object> loader = in testReloadNull() local
[all …]
/external/freetype/src/base/
Dftgloadr.c72 FT_GlyphLoader loader = NULL; in FT_GlyphLoader_New() local
87 FT_GlyphLoader_Rewind( FT_GlyphLoader loader ) in FT_GlyphLoader_Rewind()
105 FT_GlyphLoader_Reset( FT_GlyphLoader loader ) in FT_GlyphLoader_Reset()
128 FT_GlyphLoader_Done( FT_GlyphLoader loader ) in FT_GlyphLoader_Done()
143 FT_GlyphLoader_Adjust_Points( FT_GlyphLoader loader ) in FT_GlyphLoader_Adjust_Points()
166 FT_GlyphLoader_CreateExtra( FT_GlyphLoader loader ) in FT_GlyphLoader_CreateExtra()
190 FT_GlyphLoader_Adjust_Subglyphs( FT_GlyphLoader loader ) in FT_GlyphLoader_Adjust_Subglyphs()
205 FT_GlyphLoader_CheckPoints( FT_GlyphLoader loader, in FT_GlyphLoader_CheckPoints()
293 FT_GlyphLoader_CheckSubGlyphs( FT_GlyphLoader loader, in FT_GlyphLoader_CheckSubGlyphs()
324 FT_GlyphLoader_Prepare( FT_GlyphLoader loader ) in FT_GlyphLoader_Prepare()
[all …]
/external/emma/core/java12/com/vladium/util/
DResourceLoader.java37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in loadClass() local
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in getResource() local
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in getResourceAsStream() local
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); in getResources() local
86 public static Class loadClass (final String name, final ClassLoader loader) in loadClass()
92 public static URL getResource (final String name, final ClassLoader loader) in getResource()
100 public static InputStream getResourceAsStream (final String name, final ClassLoader loader) in getResourceAsStream()
108 public static Enumeration getResources (final String name, final ClassLoader loader) in getResources()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DSimpleServiceLoaderTest.java46 ClassLoader loader = in loadOnce() local
90 ClassLoader loader = in blankLinesAndComments() local
105 ClassLoader loader = in loadTwiceFromSameLoader() local
138 ClassLoader loader = loaderForJarWithEntries(CharSequence.class.getName()); in noProviders() local
147 ClassLoader loader = in classNotFound() local
160 ClassLoader loader = loaderForJarWithEntries(CharSequence.class.getName(), "java.lang.Thread"); in wrongTypeClass() local
172 ClassLoader loader = loaderForJarWithEntries("java.lang.System", "java.lang.System"); in couldNotConstruct() local
184 ClassLoader loader = in brokenLoader() local
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationProxy.java46 ClassLoader loader = annotationType.getClassLoader(); in create() local
59 private final ClassLoader loader; field in TurbineAnnotationProxy
64 ModelFactory factory, ClassLoader loader, Class<?> annotationType, AnnoInfo anno) { in TurbineAnnotationProxy()
117 Class<?> returnType, ModelFactory factory, ClassLoader loader, Const value) { in constValue()
134 Class<?> returnType, ModelFactory factory, ClassLoader loader, ArrayInitValue value) { in constArrayValue()
153 private static Object constEnumValue(ClassLoader loader, EnumConstantValue value) { in constEnumValue()
164 ModelFactory factory, ClassLoader loader, TurbineAnnotationValue value) { in constAnnotationValue()
/external/libexif/libexif/
Dexif-loader.c349 ExifLoader *loader; in exif_loader_new_mem() local
366 exif_loader_ref (ExifLoader *loader) in exif_loader_ref()
373 exif_loader_free (ExifLoader *loader) in exif_loader_free()
388 exif_loader_unref (ExifLoader *loader) in exif_loader_unref()
397 exif_loader_reset (ExifLoader *loader) in exif_loader_reset()
410 exif_loader_get_data (ExifLoader *loader) in exif_loader_get_data()
426 exif_loader_get_buf (ExifLoader *loader, const unsigned char **buf, in exif_loader_get_buf()
446 exif_loader_log (ExifLoader *loader, ExifLog *log) in exif_loader_log()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DMergeMojo.java81 final ExecFileLoader loader = new ExecFileLoader(); in executeMerge() local
87 private void load(final ExecFileLoader loader) in load()
110 private void save(final ExecFileLoader loader) in save()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp177 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
191 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
212 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
250 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
277 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
299 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
327 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
353 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
388 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DMergeTask.java66 final ExecFileLoader loader = new ExecFileLoader(); in execute() local
72 private void load(final ExecFileLoader loader) { in load()
96 private void save(final ExecFileLoader loader) { in save()
/external/javassist/src/main/javassist/util/proxy/
DDefinePackageHelper.java36 abstract Package definePackage(ClassLoader loader, String name, String specTitle, in definePackage()
45 Package definePackage(ClassLoader loader, String name, String specTitle, in definePackage()
73 Package definePackage(ClassLoader loader, String name, String specTitle, in definePackage()
110 Package definePackage(ClassLoader loader, String name, String specTitle, in definePackage()
164 public static void definePackage(String className, ClassLoader loader) in definePackage()
DDefineClassHelper.java38 ClassLoader loader, ProtectionDomain protectionDomain) in defineClass()
44 ClassLoader loader, ProtectionDomain protectionDomain) in defineClass()
68 ClassLoader loader, ProtectionDomain protectionDomain) in defineClass()
138 ClassLoader loader, ProtectionDomain protectionDomain) in defineClass()
171 ClassLoader loader, ProtectionDomain protectionDomain) in defineClass()
206 ClassLoader loader, ProtectionDomain protectionDomain) in defineClass()
258 public static Class<?> toClass(String className, Class<?> neighbor, ClassLoader loader, in toClass()
/external/freetype/src/truetype/
Dttgload.c151 tt_get_metrics( TT_Loader loader, in tt_get_metrics()
220 tt_get_metrics_incremental( TT_Loader loader, in tt_get_metrics_incremental()
298 TT_Access_Glyph_Frame( TT_Loader loader, in TT_Access_Glyph_Frame()
321 TT_Forget_Glyph_Frame( TT_Loader loader ) in TT_Forget_Glyph_Frame()
331 TT_Load_Glyph_Header( TT_Loader loader ) in TT_Load_Glyph_Header()
597 TT_Load_Composite_Glyph( TT_Loader loader ) in TT_Load_Composite_Glyph()
827 TT_Hint_Glyph( TT_Loader loader, in TT_Hint_Glyph()
950 TT_Process_Simple_Glyph( TT_Loader loader ) in TT_Process_Simple_Glyph()
1184 TT_Process_Composite_Component( TT_Loader loader, in TT_Process_Composite_Component()
1353 TT_Process_Composite_Glyph( TT_Loader loader, in TT_Process_Composite_Glyph()
[all …]
/external/freetype/src/pfr/
Dpfrgload.c41 FT_GlyphLoader loader ) in pfr_glyph_init()
81 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_close_contour() local
130 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_line_to() local
166 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_curve_to() local
205 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_move_to() local
564 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_load_compound() local
743 FT_GlyphLoader loader = glyph->loader; in pfr_glyph_load_rec() local
/external/freetype/src/autofit/
Dafloader.c31 af_loader_init( AF_Loader loader, in af_loader_init()
43 af_loader_reset( AF_Loader loader, in af_loader_reset()
72 af_loader_done( AF_Loader loader ) in af_loader_done()
89 af_loader_embolden_glyph_in_slot( AF_Loader loader, in af_loader_embolden_glyph_in_slot()
210 af_loader_load_glyph( AF_Loader loader, in af_loader_load_glyph()
589 af_loader_compute_darkening( AF_Loader loader, in af_loader_compute_darkening()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DSimpleServiceLoader.java48 public static <T> ImmutableList<T> load(Class<? extends T> service, ClassLoader loader) { in load()
53 Class<? extends T> service, ClassLoader loader, Optional<Pattern> allowedMissingClasses) { in load()
85 ClassLoader loader, in providerClassesFromUrl()
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py93 def load(self, loader): argument
107 def load(self, loader): argument
149 def load(self, loader, module_name): argument
163 def load(self, loader, module_name): argument
/external/deqp/framework/egl/wrapper/
DeglwFunctions.cpp35 void initCore (Functions* dst, const FunctionLoader* loader) in initCore()
40 void initExtensions (Functions* dst, const FunctionLoader* loader) in initExtensions()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java61 WholeBundle(String baseName, String localeID, ClassLoader loader, in WholeBundle()
73 ClassLoader loader; field in ICUResourceBundle.WholeBundle
115 public static final ULocale getFunctionalEquivalent(String baseName, ClassLoader loader, in getFunctionalEquivalent()
521 public static Set<String> getAvailableLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getAvailableLocaleNameSet()
539 public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getFullLocaleNameSet()
555 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader, in getAvailableULocales()
580 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) { in getAvailableULocales()
588 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader, in getAvailableLocales()
613 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { in getAvailableLocales()
792 private static Set<String> createFullLocaleNameSet(String baseName, ClassLoader loader) { in createFullLocaleNameSet()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java57 WholeBundle(String baseName, String localeID, ClassLoader loader, in WholeBundle()
69 ClassLoader loader; field in ICUResourceBundle.WholeBundle
111 public static final ULocale getFunctionalEquivalent(String baseName, ClassLoader loader, in getFunctionalEquivalent()
516 public static Set<String> getAvailableLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getAvailableLocaleNameSet()
534 public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getFullLocaleNameSet()
550 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader, in getAvailableULocales()
575 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) { in getAvailableULocales()
583 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader, in getAvailableLocales()
608 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { in getAvailableLocales()
787 private static Set<String> createFullLocaleNameSet(String baseName, ClassLoader loader) { in createFullLocaleNameSet()
[all …]

12345678910>>...15