/external/deqp/framework/opengl/wrapper/ |
D | glwInitFunctions.cpp | 35 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/ |
D | CacheEvictionTest.java | 44 IdentityLoader<Object> loader = identityLoader(); in testEviction_setMaxSegmentSize() local 54 IdentityLoader<Object> loader = identityLoader(); in testEviction_setMaxSegmentWeight() local 65 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxSizeOneSegment() local 80 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeightOneSegment() local 97 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxSize() local 116 IdentityLoader<Integer> loader = identityLoader(); in testEviction_maxWeight() local 136 IdentityLoader<Object> loader = identityLoader(); in testEviction_overflow() local 150 IdentityLoader<Integer> loader = identityLoader(); in testUpdateRecency_onGet() local 163 IdentityLoader<Integer> loader = identityLoader(); in testUpdateRecency_onInvalidate() local 180 IdentityLoader<Integer> loader = identityLoader(); in testEviction_lru() local [all …]
|
D | CacheExpirationTest.java | 52 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiration_expireAfterWrite() local 64 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiration_expireAfterAccess() local 73 private void checkExpiration(LoadingCache<String, Integer> cache, WatchedCreatorLoader loader, in checkExpiration() 101 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiringGet_expireAfterWrite() local 113 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testExpiringGet_expireAfterAccess() local 122 private void runExpirationTest(LoadingCache<String, Integer> cache, WatchedCreatorLoader loader, in runExpirationTest() 188 CacheLoader<Integer, AtomicInteger> loader = new CacheLoader<Integer, AtomicInteger>() { in testRemovalListener_expireAfterWrite() local 215 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterWrite() local 227 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterAccess() local 239 WatchedCreatorLoader loader = new WatchedCreatorLoader(); in testRemovalScheduler_expireAfterBoth() local [all …]
|
D | CacheLoadingTest.java | 165 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testReload() local 212 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testRefresh() local 272 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testRefresh_getIfPresent() local 376 CacheLoader<Integer, Integer> loader = bulkLoader(backingLoader); in testBulkLoad_loadAll() local 421 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testBulkLoad_extra() local 457 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testBulkLoad_clobber() local 494 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testBulkLoad_clobberNullValue() local 532 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testBulkLoad_clobberNullKey() local 570 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testBulkLoad_partial() local 655 CacheLoader<Object, Object> loader = new CacheLoader<Object, Object>() { in testReloadNull() local [all …]
|
/external/emma/core/java12/com/vladium/util/ |
D | ResourceLoader.java | 37 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/ |
D | ftgloadr.c | 73 FT_GlyphLoader loader = NULL; in FT_GlyphLoader_New() local 88 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() 186 FT_GlyphLoader_Adjust_Subglyphs( FT_GlyphLoader loader ) in FT_GlyphLoader_Adjust_Subglyphs() 201 FT_GlyphLoader_CheckPoints( FT_GlyphLoader loader, in FT_GlyphLoader_CheckPoints() 281 FT_GlyphLoader_CheckSubGlyphs( FT_GlyphLoader loader, in FT_GlyphLoader_CheckSubGlyphs() 312 FT_GlyphLoader_Prepare( FT_GlyphLoader loader ) in FT_GlyphLoader_Prepare() [all …]
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | MergeMojo.java | 83 final ExecFileLoader loader = new ExecFileLoader(); in executeMerge() local 89 private void load(final ExecFileLoader loader) in load() 113 private void save(final ExecFileLoader loader) in save()
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | MergeTask.java | 65 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/libexif/libexif/ |
D | exif-loader.c | 330 ExifLoader *loader; in exif_loader_new_mem() local 347 exif_loader_ref (ExifLoader *loader) in exif_loader_ref() 354 exif_loader_free (ExifLoader *loader) in exif_loader_free() 369 exif_loader_unref (ExifLoader *loader) in exif_loader_unref() 378 exif_loader_reset (ExifLoader *loader) in exif_loader_reset() 391 exif_loader_get_data (ExifLoader *loader) in exif_loader_get_data() 407 exif_loader_get_buf (ExifLoader *loader, const unsigned char **buf, in exif_loader_get_buf() 427 exif_loader_log (ExifLoader *loader, ExifLog *log) in exif_loader_log()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.cpp | 35 void initCore (Functions* dst, const FunctionLoader* loader) in initCore() 40 void initExtensions (Functions* dst, const FunctionLoader* loader) in initExtensions()
|
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/ |
D | Merge.java | 44 final ExecFileLoader loader = loadExecutionData(out); in execute() local 53 final ExecFileLoader loader = new ExecFileLoader(); in loadExecutionData() local
|
D | Report.java | 82 final ExecFileLoader loader = loadExecutionData(out); in execute() local 91 final ExecFileLoader loader = new ExecFileLoader(); in loadExecutionData() local 131 final ExecFileLoader loader, final PrintWriter out) in writeReports()
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyObjectInputStream.java | 56 public void setClassLoader(ClassLoader loader) in setClassLoader() 98 private ClassLoader loader; field in ProxyObjectInputStream
|
D | FactoryHelper.java | 133 public static Class toClass(ClassFile cf, ClassLoader loader) in toClass() 145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) in toClass() 177 ClassLoader loader, Object[] args) in toClass2()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue47/ |
D | ReadOnlyPropertiesTest.java | 33 Yaml loader = new Yaml(); in testBean1() local 48 Yaml loader = new Yaml(); in testBean2() local
|
/external/caliper/caliper/src/test/java/com/google/caliper/config/ |
D | CaliperConfigLoaderTest.java | 64 CaliperConfigLoader loader = new CaliperConfigLoader(optionsMock); in loadOrCreate_configFileExistsNoOverride() local 73 CaliperConfigLoader loader = new CaliperConfigLoader(optionsMock); in loadOrCreate_configFileExistsWithOverride() local
|
/external/freetype/src/pfr/ |
D | pfrgload.c | 41 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/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | SubclassBytecodeGenerator.java | 41 private final SubclassLoader loader; field in SubclassBytecodeGenerator 53 public SubclassBytecodeGenerator(SubclassLoader loader) { in SubclassBytecodeGenerator() 61 …protected SubclassBytecodeGenerator(SubclassLoader loader, Implementation readReplace, ElementMatc… in SubclassBytecodeGenerator()
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_source_encoding.py | 93 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/freetype/src/truetype/ |
D | ttgload.c | 122 tt_get_metrics( TT_Loader loader, in tt_get_metrics() 184 tt_get_metrics_incr_overrides( TT_Loader loader, in tt_get_metrics_incr_overrides() 262 TT_Access_Glyph_Frame( TT_Loader loader, in TT_Access_Glyph_Frame() 288 TT_Forget_Glyph_Frame( TT_Loader loader ) in TT_Forget_Glyph_Frame() 298 TT_Load_Glyph_Header( TT_Loader loader ) in TT_Load_Glyph_Header() 559 TT_Load_Composite_Glyph( TT_Loader loader ) in TT_Load_Composite_Glyph() 781 TT_Hint_Glyph( TT_Loader loader, in TT_Hint_Glyph() 910 TT_Process_Simple_Glyph( TT_Loader loader ) in TT_Process_Simple_Glyph() 1084 TT_Process_Composite_Component( TT_Loader loader, in TT_Process_Composite_Component() 1253 TT_Process_Composite_Glyph( TT_Loader loader, in TT_Process_Composite_Glyph() [all …]
|
/external/freetype/src/autofit/ |
D | afloader.c | 32 af_loader_init( AF_Loader loader, in af_loader_init() 44 af_loader_reset( AF_Loader loader, in af_loader_reset() 73 af_loader_done( AF_Loader loader ) in af_loader_done() 90 af_loader_embolden_glyph_in_slot( AF_Loader loader, in af_loader_embolden_glyph_in_slot() 214 af_loader_load_glyph( AF_Loader loader, in af_loader_load_glyph() 599 af_loader_compute_darkening( AF_Loader loader, in af_loader_compute_darkening()
|
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/ |
D | AnnotationTest$TestClassLoader.class | ... .ClassLoader {
private final String className
private final ClassLoader loader
public void <init> (java.lang. ... |
D | ExtendedAnnotationTest$TestClassLoader.class | ... .ClassLoader {
private final String className
private final ClassLoader loader
public void <init> (java.lang. ... |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | JavaBeanTimeStampTest.java | 39 Yaml loader = new Yaml(); in testLoadDefaultJavaSqlTimestamp() local 55 Yaml loader = new Yaml(); in testLoadDefaultJavaSqlTimestampNoGlobalTag() local
|
/external/freetype/src/type1/ |
D | t1load.c | 692 T1_Loader loader ) in parse_blend_axis_types() 768 T1_Loader loader ) in parse_blend_design_positions() 867 T1_Loader loader ) in parse_blend_design_map() 964 T1_Loader loader ) in parse_weight_vector() 1035 T1_Loader loader ) in parse_buildchar() 1058 T1_Loader loader, in t1_load_keyword() 1177 T1_Loader loader ) in parse_private() 1241 T1_Loader loader ) in t1_parse_font_matrix() 1297 T1_Loader loader ) in parse_encoding() 1525 T1_Loader loader ) in parse_subrs() [all …]
|