| /external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/ |
| D | MethodAnalyzerTest.java | 87 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingEqz_art() local 118 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingEqz_dalvik() local 150 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingNez_art() local 181 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingNez_dalvik() local 214 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingAfterMove_art() local 249 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingAfterMove_dalvik() local
|
| D | CustomMethodInlineTableTest.java | 82 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Virtual() local 113 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Static() local 144 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Direct() local
|
| /external/turbine/javatests/com/google/turbine/binder/ |
| D | ClassPathBinderTest.java | 80 private final ClassPath classPath; field in ClassPathBinderTest 82 public ClassPathBinderTest(ClassPath classPath) { in ClassPathBinderTest() 231 ClassPath classPath = ClassPathBinder.bindClasspath(ImmutableList.of(path)); in resources() local 248 ClassPath classPath = FileManagerClassBinder.adapt(fileManager, StandardLocation.CLASS_PATH); in resourcesFileManager() local
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/ |
| D | CustomInlineMethodResolver.java | 55 @Nonnull private final ClassPath classPath; field in CustomInlineMethodResolver 58 public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull String inlineTable) { in CustomInlineMethodResolver() 87 …mInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull File inlineTable) throws IOException { in CustomInlineMethodResolver()
|
| D | UnknownClassProto.java | 41 @Nonnull protected final ClassPath classPath; field in UnknownClassProto 43 public UnknownClassProto(@Nonnull ClassPath classPath) { in UnknownClassProto()
|
| D | PrimitiveProto.java | 42 protected final ClassPath classPath; field in PrimitiveProto 45 public PrimitiveProto(@Nonnull ClassPath classPath, @Nonnull String type) { in PrimitiveProto()
|
| D | ArrayProto.java | 45 protected final ClassPath classPath; field in ArrayProto 49 public ArrayProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ArrayProto()
|
| D | AnalyzedMethodUtil.java | 60 ClassPath classPath = type.getClassPath(); in canAccess() local
|
| D | ClassProto.java | 77 @Nonnull protected final ClassPath classPath; field in ClassProto 85 public ClassProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ClassProto()
|
| /external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/ |
| D | FieldGapOrderTest.java | 47 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 66); in testOldOrder() local 61 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 67); in testNewOrder() local
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| D | PathClass.java | 20 private final String classPath; field in PathClass 23 public PathClass(String classPath, String className) { in PathClass()
|
| /external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/util/ |
| D | SuperclassChainTest.java | 59 …ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain() local 90 …ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain_Unresolved() local
|
| /external/angle/build/android/bytecode/java/org/chromium/bytecode/ |
| D | TraceEventAdder.java | 94 protected boolean shouldRewriteClass(String classPath) { in shouldRewriteClass() 142 protected ClassVisitor getClassVisitorForClass(String classPath, ClassVisitor delegate) { in getClassVisitorForClass()
|
| D | ByteCodeRewriter.java | 52 protected abstract boolean shouldRewriteClass(String classPath); in shouldRewriteClass() 64 String classPath, ClassVisitor delegate); in getClassVisitorForClass()
|
| /external/cronet/build/android/bytecode/java/org/chromium/bytecode/ |
| D | TraceEventAdder.java | 94 protected boolean shouldRewriteClass(String classPath) { in shouldRewriteClass() 142 protected ClassVisitor getClassVisitorForClass(String classPath, ClassVisitor delegate) { in getClassVisitorForClass()
|
| D | ByteCodeRewriter.java | 52 protected abstract boolean shouldRewriteClass(String classPath); in shouldRewriteClass() 64 String classPath, ClassVisitor delegate); in getClassVisitorForClass()
|
| /external/emma/tools/java/com/vladium/tools/ |
| D | ClassDep.java | 51 final URL [] classPath; in main() local 99 public ClassDep (final String [] rootSet, final URL [] classPath) in ClassDep()
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
| D | ClassPathIterator.java | 58 public ClassPathIterator(String classPath) throws IOException { in ClassPathIterator() 62 public ClassPathIterator(File parent, String classPath, String delim) throws IOException { in ClassPathIterator()
|
| /external/vogar/src/vogar/target/ |
| D | ClassPathScanner.java | 49 private final String[] classPath; field in ClassPathScanner 52 private static Map<String, DexFile> createDexFiles(String[] classPath) { in createDexFiles() 288 String classPath = System.getProperty("java.class.path"); in getClassPath() local
|
| /external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
| D | PathSearchingVirtualMachine.java | 44 List<String> classPath(); in classPath() method
|
| /external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
| D | CharsetProviderICU.java | 89 public final Charset charsetForName(String charsetName, String classPath) { in charsetForName() 102 public Charset charsetForName(String charsetName, String classPath, ClassLoader loader) { in charsetForName()
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
| D | SyntheticRepository.java | 46 public static SyntheticRepository getInstance(final ClassPath classPath) { in getInstance()
|
| /external/aws-sdk-java-v2/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/ |
| D | OptionalDependencyLoaderUtil.java | 50 private static void requireClass(String classPath, String module, String feature) { in requireClass()
|
| /external/auto/value/src/test/java/com/google/auto/value/processor/ |
| D | GuavaCollectionBuildersTest.java | 58 ClassPath classPath = ClassPath.from(getClass().getClassLoader()); in testImmutableBuilders() local
|
| /external/sdk-platform-java/java-shared-dependencies/dependency-convergence-check/src/test/java/com/google/cloud/ |
| D | DependencyConvergenceTest.java | 88 ImmutableList<ClassPathEntry> classPath = result.getClassPath(); in assertConvergence() local
|