| /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 | 42     IdentityLoader<Object> loader = identityLoader();  in testEviction_setMaxSegmentSize()  local50     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 …]
 
 | 
| D | CacheExpirationTest.java | 52     WatchedCreatorLoader loader = new WatchedCreatorLoader();  in testExpiration_expireAfterWrite()  local65     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 …]
 
 | 
| D | CacheLoadingTest.java | 163     CacheLoader<Object, Object> loader =  in testReload()  local211     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/ | 
| D | CacheEvictionTest.java | 42     IdentityLoader<Object> loader = identityLoader();  in testEviction_setMaxSegmentSize()  local50     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 …]
 
 | 
| D | CacheExpirationTest.java | 52     WatchedCreatorLoader loader = new WatchedCreatorLoader();  in testExpiration_expireAfterWrite()  local65     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 …]
 
 | 
| D | CacheLoadingTest.java | 163     CacheLoader<Object, Object> loader =  in testReload()  local211     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/ | 
| D | ResourceLoader.java | 37         final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);  in loadClass()  local48         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 | 72     FT_GlyphLoader  loader = NULL;  in FT_GlyphLoader_New()  local87   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/ | 
| D | SimpleServiceLoaderTest.java | 46     ClassLoader loader =  in loadOnce()  local90     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/ | 
| D | TurbineAnnotationProxy.java | 46     ClassLoader loader = annotationType.getClassLoader();  in create()  local59   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/pdfium/fpdfsdk/ | 
| D | fpdf_dataavail_embeddertest.cpp | 178   TestAsyncLoader loader("feature_linearized_loading.pdf");  in TEST_F()  local192   TestAsyncLoader loader("feature_linearized_loading.pdf");  in TEST_F()  local
 213   TestAsyncLoader loader("feature_linearized_loading.pdf");  in TEST_F()  local
 251   TestAsyncLoader loader("feature_linearized_loading.pdf");  in TEST_F()  local
 278   TestAsyncLoader loader("linearized.pdf");  in TEST_F()  local
 300   TestAsyncLoader loader("linearized.pdf");  in TEST_F()  local
 326   TestAsyncLoader loader("linearized.pdf");  in TEST_F()  local
 352   TestAsyncLoader loader("linearized.pdf");  in TEST_F()  local
 387   TestAsyncLoader loader("linearized.pdf");  in TEST_F()  local
 396   TestAsyncLoader loader("bug_1324189.pdf");  in TEST_F()  local
 [all …]
 
 | 
| /external/libexif/libexif/ | 
| D | exif-loader.c | 349 	ExifLoader *loader;  in exif_loader_new_mem()  local366 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/ | 
| D | MergeMojo.java | 81 		final ExecFileLoader loader = new ExecFileLoader();  in executeMerge()  local87 	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/ | 
| D | MergeTask.java | 66 		final ExecFileLoader loader = new ExecFileLoader();  in execute()  local72 	private void load(final ExecFileLoader loader) {  in load()
 96 	private void save(final ExecFileLoader loader) {  in save()
 
 | 
| /external/javassist/src/main/javassist/util/proxy/ | 
| D | DefinePackageHelper.java | 36         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()
 
 | 
| D | DefineClassHelper.java | 38                                       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/ | 
| D | ttgload.c | 151   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()
 1160   TT_Process_Composite_Component( TT_Loader    loader,  in TT_Process_Composite_Component()
 1329   TT_Process_Composite_Glyph( TT_Loader  loader,  in TT_Process_Composite_Glyph()
 [all …]
 
 | 
| /external/freetype/src/pfr/ | 
| D | pfrgload.c | 41                   FT_GlyphLoader  loader )  in pfr_glyph_init()80     FT_GlyphLoader  loader  = glyph->loader;  in pfr_glyph_close_contour()  local
 129     FT_GlyphLoader  loader  = glyph->loader;  in pfr_glyph_line_to()  local
 165     FT_GlyphLoader  loader  = glyph->loader;  in pfr_glyph_curve_to()  local
 204     FT_GlyphLoader  loader  = glyph->loader;  in pfr_glyph_move_to()  local
 563     FT_GlyphLoader  loader = glyph->loader;  in pfr_glyph_load_compound()  local
 742       FT_GlyphLoader  loader = glyph->loader;  in pfr_glyph_load_rec()  local
 
 | 
| /external/freetype/src/autofit/ | 
| D | afloader.c | 31   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()
 586   af_loader_compute_darkening( AF_Loader  loader,  in af_loader_compute_darkening()
 
 | 
| /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/auto/value/src/main/java/com/google/auto/value/processor/ | 
| D | SimpleServiceLoader.java | 48   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/ | 
| D | test_source_encoding.py | 93     def load(self, loader):  argument107     def load(self, loader):  argument
 149     def load(self, loader, module_name):  argument
 163     def load(self, loader, module_name):  argument
 
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ | 
| D | ICUResourceBundle.java | 58         WholeBundle(String baseName, String localeID, ClassLoader loader,  in WholeBundle()70         ClassLoader loader;  field in ICUResourceBundle.WholeBundle
 112     public static final ULocale getFunctionalEquivalent(String baseName, ClassLoader loader,  in getFunctionalEquivalent()
 517     public static Set<String> getAvailableLocaleNameSet(String bundlePrefix, ClassLoader loader) {  in getAvailableLocaleNameSet()
 535     public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) {  in getFullLocaleNameSet()
 551     public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader,  in getAvailableULocales()
 576     public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) {  in getAvailableULocales()
 584     public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader,  in getAvailableLocales()
 609     public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) {  in getAvailableLocales()
 788     private static Set<String> createFullLocaleNameSet(String baseName, ClassLoader loader) {  in createFullLocaleNameSet()
 [all …]
 
 | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ | 
| D | ICUResourceBundle.java | 62         WholeBundle(String baseName, String localeID, ClassLoader loader,  in WholeBundle()74         ClassLoader loader;  field in ICUResourceBundle.WholeBundle
 116     public static final ULocale getFunctionalEquivalent(String baseName, ClassLoader loader,  in getFunctionalEquivalent()
 522     public static Set<String> getAvailableLocaleNameSet(String bundlePrefix, ClassLoader loader) {  in getAvailableLocaleNameSet()
 540     public static Set<String> getFullLocaleNameSet(String bundlePrefix, ClassLoader loader) {  in getFullLocaleNameSet()
 556     public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader,  in getAvailableULocales()
 581     public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) {  in getAvailableULocales()
 589     public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader,  in getAvailableLocales()
 614     public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) {  in getAvailableLocales()
 793     private static Set<String> createFullLocaleNameSet(String baseName, ClassLoader loader) {  in createFullLocaleNameSet()
 [all …]
 
 |