Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt115 val loader = URLClassLoader(arrayOf(url), null) in Test rewriting the bytecode for one of the public annotations() constant
152 val loader = URLClassLoader(arrayOf(url), null) in Test rewriting the bytecode for one of the public annotations in a jar file() constant
/tools/security/fuzzing/orphans/libexif/
Dlibexif_fuzzer.cpp53 ExifLoader *loader = exif_loader_new(); in LLVMFuzzerTestOneInput() local