Home
last modified time | relevance | path

Searched refs:ClassPath (Results 1 – 25 of 88) sorted by relevance

1234

/external/guava/android/guava-tests/test/com/google/common/reflect/
DClassPathTest.java29 import com.google.common.reflect.ClassPath.ClassInfo;
30 import com.google.common.reflect.ClassPath.ResourceInfo;
74 assertThat(ClassPath.Scanner.getClassPathEntries(new URLClassLoader(new URL[0], null)).keySet()) in testClassPathEntries_emptyURLClassLoader_noParent()
83 assertThat(ClassPath.Scanner.getClassPathEntries(classloader)) in testClassPathEntries_URLClassLoader_noParent()
93 assertThat(ClassPath.Scanner.getClassPathEntries(child)) in testClassPathEntries_URLClassLoader_withParent()
103 assertThat(ClassPath.Scanner.getClassPathEntries(child)) in testClassPathEntries_duplicateUri_parentWins()
109 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(null) {})).isEmpty(); in testClassPathEntries_notURLClassLoader_noParent()
116 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(parent) {})) in testClassPathEntries_notURLClassLoader_withParent()
126 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(parent) {})) in testClassPathEntries_notURLClassLoader_withParentAndGrandParent()
135 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(parent) {})) in testClassPathEntries_notURLClassLoader_withGrandParent()
[all …]
/external/guava/guava-tests/test/com/google/common/reflect/
DClassPathTest.java36 import com.google.common.reflect.ClassPath.ClassInfo;
37 import com.google.common.reflect.ClassPath.ResourceInfo;
81 assertThat(ClassPath.Scanner.getClassPathEntries(new URLClassLoader(new URL[0], null)).keySet()) in testClassPathEntries_emptyURLClassLoader_noParent()
90 assertThat(ClassPath.Scanner.getClassPathEntries(classloader)) in testClassPathEntries_URLClassLoader_noParent()
100 assertThat(ClassPath.Scanner.getClassPathEntries(child)) in testClassPathEntries_URLClassLoader_withParent()
110 assertThat(ClassPath.Scanner.getClassPathEntries(child)) in testClassPathEntries_duplicateUri_parentWins()
116 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(null) {})).isEmpty(); in testClassPathEntries_notURLClassLoader_noParent()
123 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(parent) {})) in testClassPathEntries_notURLClassLoader_withParent()
133 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(parent) {})) in testClassPathEntries_notURLClassLoader_withParentAndGrandParent()
142 assertThat(ClassPath.Scanner.getClassPathEntries(new ClassLoader(parent) {})) in testClassPathEntries_notURLClassLoader_withGrandParent()
[all …]
/external/javassist/src/main/javassist/
DClassPoolTail.java36 ClassPath path;
38 ClassPathList(ClassPath p, ClassPathList n) { in ClassPathList()
44 final class DirClassPath implements ClassPath {
86 final class JarDirClassPath implements ClassPath {
130 final class JarClassPath implements ClassPath {
212 public synchronized ClassPath insertClassPath(ClassPath cp) { in insertClassPath()
217 public synchronized ClassPath appendClassPath(ClassPath cp) { in appendClassPath()
232 public synchronized void removeClassPath(ClassPath cp) { in removeClassPath()
246 public ClassPath appendSystemPath() { in appendSystemPath()
253 public ClassPath insertClassPath(String pathname) in insertClassPath()
[all …]
DClassPool.java911 public ClassPath appendSystemPath() { in appendSystemPath()
924 public ClassPath insertClassPath(ClassPath cp) { in insertClassPath()
937 public ClassPath appendClassPath(ClassPath cp) { in appendClassPath()
953 public ClassPath insertClassPath(String pathname) in insertClassPath()
971 public ClassPath appendClassPath(String pathname) in appendClassPath()
982 public void removeClassPath(ClassPath cp) { in removeClassPath()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DSyntheticRepository.java36 …private static final Map<ClassPath, SyntheticRepository> instances = new HashMap<>(); // CLASSPATH…
38 private SyntheticRepository(final ClassPath path) { in SyntheticRepository()
43 return getInstance(ClassPath.SYSTEM_CLASS_PATH); in getInstance()
46 public static SyntheticRepository getInstance(final ClassPath classPath) { in getInstance()
DClassPath.java43 public class ClassPath { class
45 public static final ClassPath SYSTEM_CLASS_PATH = new ClassPath(getClassPath());
58 private ClassPath parent;
60 public ClassPath(final ClassPath parent, final String class_path) { in ClassPath() method in ClassPath
70 public ClassPath(final String class_path) { in ClassPath() method in ClassPath
101 public ClassPath() { in ClassPath() method in ClassPath
126 if (o instanceof ClassPath) { in equals()
127 final ClassPath cp = (ClassPath)o; in equals()
DClassPathRepository.java36 private ClassPath _path = null;
39 public ClassPathRepository(final ClassPath path) { in ClassPathRepository()
153 public ClassPath getClassPath() { in getClassPath()
DMemorySensitiveClassPathRepository.java38 private ClassPath _path = null;
41 public MemorySensitiveClassPathRepository(final ClassPath path) { in MemorySensitiveClassPathRepository()
160 public ClassPath getClassPath() { in getClassPath()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java75ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Virtual()
104ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Static()
133ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Direct()
DMethodAnalyzerTest.java84ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingEqz_art()
115 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingEqz_dalvik()
147ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingNez_art()
178 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingNez_dalvik()
211ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingAfterMove_art()
246 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingAfterMove_dalvik()
/external/smali/baksmali/src/test/java/org/jf/baksmali/
DFieldGapOrderTest.java35 import org.jf.dexlib2.analysis.ClassPath;
48ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 66); in testOldOrder()
62ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 67); in testNewOrder()
/external/proguard/src/proguard/
DConfigurationChecker.java51 ClassPath programJars = configuration.programJars; in check()
52 ClassPath libraryJars = configuration.libraryJars; in check()
54 ClassPath systemJars = configuration.systemJars; in check()
84 ClassPath systemAndLibraryJars = new ClassPath(); in check()
181 private void checkConflicts(ClassPath classPath1, in checkConflicts()
182 ClassPath classPath2) in checkConflicts()
DConfiguration.java58 public ClassPath systemJars;
63 public ClassPath programJars;
68 public ClassPath libraryJars;
DClassPath.java31 public class ClassPath class
70 public boolean addAll(ClassPath classPath) in addAll()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassPath.java52 public class ClassPath { class
66 public ClassPath(ClassProvider... classProviders) throws IOException { in ClassPath() method in ClassPath
76 public ClassPath(Iterable<ClassProvider> classProviders) throws IOException { in ClassPath() method in ClassPath
89 …public ClassPath(@Nonnull Iterable<? extends ClassProvider> classProviders, boolean checkPackagePr… in ClassPath() method in ClassPath
138 return new ArrayProto(ClassPath.this, type);
140 return new ClassProto(ClassPath.this, type);
DPrimitiveProto.java43 protected final ClassPath classPath;
46 public PrimitiveProto(@Nonnull ClassPath classPath, @Nonnull String type) { in PrimitiveProto()
52 @Nonnull @Override public ClassPath getClassPath() { return classPath; } in getClassPath()
DUnknownClassProto.java42 @Nonnull protected final ClassPath classPath;
44 public UnknownClassProto(@Nonnull ClassPath classPath) { in UnknownClassProto()
49 @Nonnull @Override public ClassPath getClassPath() { return classPath; } in getClassPath()
/external/proguard/src/proguard/wtk/
DProGuardObfuscator.java85 configuration.programJars = new ClassPath(); in run()
113 private ClassPath classPath(String classPathString) in classPath()
115 ClassPath classPath = new ClassPath(); in classPath()
/external/auto/value/src/test/java/com/google/auto/value/processor/
DGuavaCollectionBuildersTest.java21 import com.google.common.reflect.ClassPath;
58 ClassPath classPath = ClassPath.from(getClass().getClassLoader()); in testImmutableBuilders()
59 ImmutableSet<ClassPath.ClassInfo> classes = classPath.getAllClasses(); in testImmutableBuilders()
61 for (ClassPath.ClassInfo classInfo : classes) { in testImmutableBuilders()
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DAnalysisArguments.java37 import org.jf.dexlib2.analysis.ClassPath;
49 import static org.jf.dexlib2.analysis.ClassPath.NOT_ART;
84 public ClassPath loadClassPathForDexFile(@Nonnull File dexFileDir, @Nonnull DexFile dexFile, in loadClassPathForDexFile()
90 public ClassPath loadClassPathForDexFile(@Nonnull File dexFileDir, @Nonnull DexFile dexFile, in loadClassPathForDexFile()
141 … return new ClassPath(resolver.getResolvedClassProviders(), checkPackagePrivateAccess, oatVersion); in loadClassPathForDexFile()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
DSuperclassChainTest.java38 import org.jf.dexlib2.analysis.ClassPath;
60ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain()
91ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain_Unresolved()
/external/guava/guava-gwt/test/com/google/common/
DGwtTestSuite.java19 import com.google.common.reflect.ClassPath;
20 import com.google.common.reflect.ClassPath.ClassInfo;
37 : ClassPath.from(GwtTestSuite.class.getClassLoader()).getTopLevelClasses()) { in suite()
/external/proguard/src/proguard/ant/
DConfigurationTask.java331 private ClassPath extendClassPath(ClassPath classPath, in extendClassPath()
337 classPath = new ClassPath(); in extendClassPath()
347 private ClassPath extendClassPath(ClassPath classPath, in extendClassPath()
348 ClassPath additionalClassPath) in extendClassPath()
354 classPath = new ClassPath(); in extendClassPath()
/external/turbine/javatests/com/google/turbine/testing/
DTestClassPaths.java24 import com.google.turbine.binder.ClassPath;
49 public static final ClassPath TURBINE_BOOTCLASSPATH = getTurbineBootclasspath();
51 private static ClassPath getTurbineBootclasspath() { in getTurbineBootclasspath()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/
DChannelAndServerBuilderTest.java22 import com.google.common.reflect.ClassPath;
23 import com.google.common.reflect.ClassPath.ClassInfo;
55 ClassPath.from(loader).getTopLevelClassesRecursive("io.grpc"); in params()

1234