Home
last modified time | relevance | path

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

12345678910>>...23

/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.java164 CacheLoader<Object, Object> loader = in testReload() local
212 CacheLoader<Object, Object> loader = in testRefresh() local
274 CacheLoader<Object, Object> loader = in testRefresh_getIfPresent() local
381 CacheLoader<Integer, Integer> loader = bulkLoader(backingLoader); in testBulkLoad_loadAll() local
426 CacheLoader<Object, Object> loader = in testBulkLoad_extra() local
463 CacheLoader<Object, Object> loader = in testBulkLoad_clobber() local
501 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullValue() local
537 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullKey() local
573 CacheLoader<Object, Object> loader = in testBulkLoad_partial() local
644 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.java164 CacheLoader<Object, Object> loader = in testReload() local
212 CacheLoader<Object, Object> loader = in testRefresh() local
274 CacheLoader<Object, Object> loader = in testRefresh_getIfPresent() local
381 CacheLoader<Integer, Integer> loader = bulkLoader(backingLoader); in testBulkLoad_loadAll() local
426 CacheLoader<Object, Object> loader = in testBulkLoad_extra() local
463 CacheLoader<Object, Object> loader = in testBulkLoad_clobber() local
501 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullValue() local
537 CacheLoader<Object, Object> loader = in testBulkLoad_clobberNullKey() local
573 CacheLoader<Object, Object> loader = in testBulkLoad_partial() local
644 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()
309 FT_GlyphLoader_CheckSubGlyphs( FT_GlyphLoader loader, in FT_GlyphLoader_CheckSubGlyphs()
340 FT_GlyphLoader_Prepare( FT_GlyphLoader loader ) in FT_GlyphLoader_Prepare()
[all …]
/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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue468/
DNonAsciiAnchorTest.java24 Yaml loader = new Yaml(); in testNonAsciiAnchor() local
30 Yaml loader = new Yaml(); in testUnderscore() local
36 Yaml loader = new Yaml(); in testSmile() local
43 Yaml loader = new Yaml(); in testAlpha() local
62 Yaml loader = new Yaml(); in loadWith() 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/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp186 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
200 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
221 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
259 TestAsyncLoader loader("feature_linearized_loading.pdf"); in TEST_F() local
286 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
308 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
337 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
368 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
406 TestAsyncLoader loader("linearized.pdf"); in TEST_F() local
415 TestAsyncLoader loader("bug_1324189.pdf"); in TEST_F() local
[all …]
/external/grpc-grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc242 static const auto* loader = JsonObjectLoader<CidrRange>().Finish(); in JsonLoader() local
264 static const auto* loader = JsonObjectLoader<SafeRegexMatch>() in JsonLoader() local
277 static const auto* loader = JsonObjectLoader<RangeMatch>() in JsonLoader() local
292 static const auto* loader = JsonObjectLoader<HeaderMatch>().Finish(); in JsonLoader() local
371 static const auto* loader = JsonObjectLoader<StringMatch>().Finish(); in JsonLoader() local
425 static const auto* loader = in JsonLoader() local
436 static const auto* loader = JsonObjectLoader<Metadata>() in JsonLoader() local
449 static const auto* loader = JsonObjectLoader<PermissionList>() in JsonLoader() local
473 static const auto* loader = JsonObjectLoader<Permission>().Finish(); in JsonLoader() local
575 static const auto* loader = JsonObjectLoader<PrincipalList>() in JsonLoader() local
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/rbac/
Drbac_service_config_parser.cc243 static const auto* loader = JsonObjectLoader<CidrRange>().Finish(); in JsonLoader() local
265 static const auto* loader = JsonObjectLoader<SafeRegexMatch>() in JsonLoader() local
278 static const auto* loader = JsonObjectLoader<RangeMatch>() in JsonLoader() local
293 static const auto* loader = JsonObjectLoader<HeaderMatch>().Finish(); in JsonLoader() local
372 static const auto* loader = JsonObjectLoader<StringMatch>().Finish(); in JsonLoader() local
426 static const auto* loader = in JsonLoader() local
437 static const auto* loader = JsonObjectLoader<Metadata>() in JsonLoader() local
450 static const auto* loader = JsonObjectLoader<PermissionList>() in JsonLoader() local
474 static const auto* loader = JsonObjectLoader<Permission>().Finish(); in JsonLoader() local
576 static const auto* loader = JsonObjectLoader<PrincipalList>() in JsonLoader() local
[all …]
/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/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/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_bootstrap_grpc.cc56 static const auto* loader = in JsonLoader() local
71 static const auto* loader = in JsonLoader() local
87 static const auto* loader = in JsonLoader() local
121 static const auto* loader = in JsonLoader() local
205 static const auto* loader = in JsonLoader() local
240 static const auto* loader = in JsonLoader() 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/grpc-grpc/test/core/json/
Djson_object_loader_test.cc58 static const auto* loader = in TYPED_TEST_P() local
156 static const auto* loader = in TYPED_TEST_P() local
256 static const auto* loader = in TYPED_TEST_P() local
348 static const auto* loader = in TEST() local
423 static const auto* loader = in TEST() local
492 static const auto* loader = in TEST() local
586 static const auto* loader = in TEST() local
659 static const auto* loader = in TEST() local
732 static const auto* loader = in TEST() local
820 static const auto* loader = in TEST() local
[all …]
/external/grpc-grpc/src/core/ext/xds/
Dxds_bootstrap_grpc.cc69 static const auto* loader = in JsonLoader() local
84 static const auto* loader = in JsonLoader() local
124 static const auto* loader = in JsonLoader() local
138 static const auto* loader = in JsonLoader() local
225 static const auto* loader = in JsonLoader() local
270 static const auto* loader = in JsonLoader() local
/external/freetype/src/truetype/
Dttgload.c150 tt_get_metrics( TT_Loader loader, in tt_get_metrics()
202 tt_get_metrics_incremental( TT_Loader loader, in tt_get_metrics_incremental()
280 TT_Access_Glyph_Frame( TT_Loader loader, in TT_Access_Glyph_Frame()
303 TT_Forget_Glyph_Frame( TT_Loader loader ) in TT_Forget_Glyph_Frame()
313 TT_Load_Glyph_Header( TT_Loader loader ) in TT_Load_Glyph_Header()
550 TT_Load_Composite_Glyph( TT_Loader loader ) in TT_Load_Composite_Glyph()
780 TT_Hint_Glyph( TT_Loader loader, in TT_Hint_Glyph()
885 TT_Process_Simple_Glyph( TT_Loader loader ) in TT_Process_Simple_Glyph()
1035 TT_Process_Composite_Component( TT_Loader loader, in TT_Process_Composite_Component()
1204 TT_Process_Composite_Glyph( TT_Loader loader, in TT_Process_Composite_Glyph()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue426/
DNullDuplicateKeyTest.java25 Yaml loader = new Yaml(); in testDuplicateKeyIsAllowed() local
34 Yaml loader = new Yaml(options); in testDuplicateKeyIsNotAlowed() local

12345678910>>...23