| /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/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
| D | MethodAnalyzerTest.java | 84 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingEqz_art() local 115 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingEqz_dalvik() local 147 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingNez_art() local 178 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingNez_dalvik() local 211 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingAfterMove_art() local 246 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingAfterMove_dalvik() local
|
| D | CustomMethodInlineTableTest.java | 75 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Virtual() local 104 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Static() local 133 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Direct() local
|
| /external/proguard/src/proguard/wtk/ |
| D | ProGuardObfuscator.java | 66 String classPath, in run() 113 private ClassPath classPath(String classPathString) in classPath() method in ProGuardObfuscator 115 ClassPath classPath = new ClassPath(); in classPath() 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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
| D | CustomInlineMethodResolver.java | 52 @Nonnull private final ClassPath classPath; field in CustomInlineMethodResolver 55 public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull String inlineTable) { in CustomInlineMethodResolver() 84 …mInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull File inlineTable) throws IOException { in CustomInlineMethodResolver()
|
| D | UnknownClassProto.java | 42 @Nonnull protected final ClassPath classPath; field in UnknownClassProto 44 public UnknownClassProto(@Nonnull ClassPath classPath) { in UnknownClassProto()
|
| D | PrimitiveProto.java | 43 protected final ClassPath classPath; field in PrimitiveProto 46 public PrimitiveProto(@Nonnull ClassPath classPath, @Nonnull String type) { in PrimitiveProto()
|
| D | ArrayProto.java | 46 protected final ClassPath classPath; field in ArrayProto 50 public ArrayProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ArrayProto()
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/ |
| D | CustomInlineMethodResolver.java | 54 @Nonnull private final ClassPath classPath; field in CustomInlineMethodResolver 57 public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull String inlineTable) { in CustomInlineMethodResolver() 86 …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()
|
| /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/smali/baksmali/src/test/java/org/jf/baksmali/ |
| D | FieldGapOrderTest.java | 48 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 66); in testOldOrder() local 62 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 67); in testNewOrder() local
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| D | PathClass.java | 21 private String classPath; field in PathClass 24 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/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/ |
| D | SuperclassChainTest.java | 60 …ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain() local 91 …ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain_Unresolved() local
|
| /external/cronet/build/android/bytecode/java/org/chromium/bytecode/ |
| D | TraceEventAdder.java | 67 protected boolean shouldRewriteClass(String classPath) { in shouldRewriteClass() 103 protected ClassVisitor getClassVisitorForClass(String classPath, ClassVisitor delegate) { in getClassVisitorForClass()
|
| D | ByteCodeRewriter.java | 43 protected abstract boolean shouldRewriteClass(String classPath); in shouldRewriteClass() 57 String classPath, ClassVisitor delegate); in getClassVisitorForClass()
|
| /external/angle/build/android/bytecode/java/org/chromium/bytecode/ |
| D | TraceEventAdder.java | 67 protected boolean shouldRewriteClass(String classPath) { in shouldRewriteClass() 103 protected ClassVisitor getClassVisitorForClass(String classPath, ClassVisitor delegate) { in getClassVisitorForClass()
|
| D | ByteCodeRewriter.java | 43 protected abstract boolean shouldRewriteClass(String classPath); in shouldRewriteClass() 57 String classPath, ClassVisitor delegate); in getClassVisitorForClass()
|
| /external/proguard/src/proguard/ |
| D | InputReader.java | 157 ClassPath classPath, in readInput() 172 ClassPath classPath, in readInput()
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
| D | ClassPathIterator.java | 43 public ClassPathIterator(String classPath) throws IOException { in ClassPathIterator() 47 public ClassPathIterator(File parent, String classPath, String delim) throws IOException { in ClassPathIterator()
|