Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/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/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/auto/value/src/test/java/com/google/auto/value/processor/
DSimpleServiceLoaderTest.java44 ClassLoader loader = in loadOnce() local
59 ClassLoader loader = in blankLinesAndComments() local
74 ClassLoader loader = in loadTwiceFromSameLoader() local
107 ClassLoader loader = loaderForJarWithEntries(CharSequence.class.getName()); in noProviders() local
116 ClassLoader loader = in classNotFound() local
129 ClassLoader loader = loaderForJarWithEntries(CharSequence.class.getName(), "java.lang.Thread"); in wrongTypeClass() local
141 ClassLoader loader = loaderForJarWithEntries("java.lang.System", "java.lang.System"); in couldNotConstruct() local
153 ClassLoader loader = in brokenLoader() local
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationProxy.java45 ClassLoader loader = annotationType.getClassLoader(); in create() local
58 private final ClassLoader loader; field in TurbineAnnotationProxy
63 ModelFactory factory, ClassLoader loader, Class<?> annotationType, AnnoInfo anno) { in TurbineAnnotationProxy()
116 Class<?> returnType, ModelFactory factory, ClassLoader loader, Const value) { in constValue()
133 Class<?> returnType, ModelFactory factory, ClassLoader loader, ArrayInitValue value) { in constArrayValue()
151 private static Object constEnumValue(ClassLoader loader, EnumConstantValue value) { in constEnumValue()
162 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.java80 final ExecFileLoader loader = new ExecFileLoader(); in executeMerge() local
86 private void load(final ExecFileLoader loader) in load()
110 private void save(final ExecFileLoader loader) in save()
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DMergeTask.java65 final ExecFileLoader loader = new ExecFileLoader(); in execute() local
71 private void load(final ExecFileLoader loader) { in load()
95 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/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/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/truetype/
Dttgload.c151 tt_get_metrics( TT_Loader loader, in tt_get_metrics()
213 tt_get_metrics_incr_overrides( TT_Loader loader, in tt_get_metrics_incr_overrides()
291 TT_Access_Glyph_Frame( TT_Loader loader, in TT_Access_Glyph_Frame()
314 TT_Forget_Glyph_Frame( TT_Loader loader ) in TT_Forget_Glyph_Frame()
324 TT_Load_Glyph_Header( TT_Loader loader ) in TT_Load_Glyph_Header()
590 TT_Load_Composite_Glyph( TT_Loader loader ) in TT_Load_Composite_Glyph()
818 TT_Hint_Glyph( TT_Loader loader, in TT_Hint_Glyph()
941 TT_Process_Simple_Glyph( TT_Loader loader ) in TT_Process_Simple_Glyph()
1175 TT_Process_Composite_Component( TT_Loader loader, in TT_Process_Composite_Component()
1344 TT_Process_Composite_Glyph( TT_Loader loader, in TT_Process_Composite_Glyph()
[all …]
/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/freetype/src/type1/
Dt1load.c789 T1_Loader loader ) in parse_blend_axis_types()
871 T1_Loader loader ) in parse_blend_design_positions()
977 T1_Loader loader ) in parse_blend_design_map()
1086 T1_Loader loader ) in parse_weight_vector()
1163 T1_Loader loader ) in parse_buildchar()
1200 T1_Loader loader, in t1_load_keyword()
1325 T1_Loader loader ) in parse_private()
1391 T1_Loader loader ) in t1_parse_font_matrix()
1461 T1_Loader loader ) in parse_encoding()
1705 T1_Loader loader ) in parse_subrs()
[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()
468 public static Set<String> getAvailableLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getAvailableLocaleNameSet()
486 public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getFullLocaleNameSet()
502 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader, in getAvailableULocales()
527 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) { in getAvailableULocales()
535 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader, in getAvailableLocales()
560 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { in getAvailableLocales()
739 private static Set<String> createFullLocaleNameSet(String baseName, ClassLoader loader) { in createFullLocaleNameSet()
[all …]
/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()
473 public static Set<String> getAvailableLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getAvailableLocaleNameSet()
491 public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) { in getFullLocaleNameSet()
507 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader, in getAvailableULocales()
532 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) { in getAvailableULocales()
540 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader, in getAvailableLocales()
565 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { in getAvailableLocales()
744 private static Set<String> createFullLocaleNameSet(String baseName, ClassLoader loader) { in createFullLocaleNameSet()
[all …]
/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()
213 af_loader_load_glyph( AF_Loader loader, in af_loader_load_glyph()
598 af_loader_compute_darkening( AF_Loader loader, in af_loader_compute_darkening()
/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

12345678910>>...14