/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ArrayProto.java | 46 protected final ClassPath classPath; field in ArrayProto 50 public ArrayProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ArrayProto() argument 51 this.classPath = classPath; in ArrayProto() 69 @Nonnull @Override public ClassPath getClassPath() { return classPath; } in getClassPath() 108 return classPath.getClass("Ljava/lang/Object;"); in getCommonSuperclass() 112 TypeProto thisClass = classPath.getClass(elementType); in getCommonSuperclass() 113 TypeProto otherClass = classPath.getClass(((ArrayProto)other).elementType); in getCommonSuperclass() 121 return classPath.getClass(makeArrayType(mergedClass.getType(), dimensions)); in getCommonSuperclass() 125 return classPath.getClass(makeArrayType("Ljava/lang/Object;", dimensions)); in getCommonSuperclass() 138 return classPath.getClass("Ljava/lang/Object;"); in getCommonSuperclass() [all …]
|
D | UnknownClassProto.java | 42 @Nonnull protected final ClassPath classPath; field in UnknownClassProto 44 public UnknownClassProto(@Nonnull ClassPath classPath) { in UnknownClassProto() argument 45 this.classPath = classPath; in UnknownClassProto() 49 @Nonnull @Override public ClassPath getClassPath() { return classPath; } in getClassPath() 61 return classPath.getClass("Ljava/lang/Object;"); in getCommonSuperclass() 74 return classPath.getClass("Ljava/lang/Object;").getFieldByOffset(fieldOffset); in getFieldByOffset() 80 return classPath.getClass("Ljava/lang/Object;").getMethodByVtableIndex(vtableIndex); in getMethodByVtableIndex() 84 return classPath.getClass("Ljava/lang/Object;").findMethodIndexInVtable(method); in findMethodIndexInVtable()
|
D | ClassProto.java | 65 @Nonnull protected final ClassPath classPath; field in ClassProto 73 public ClassProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ClassProto() argument 77 this.classPath = classPath; in ClassProto() 82 @Nonnull @Override public ClassPath getClassPath() { return classPath; } in getClassPath() 93 return classPath.getClassDef(type); 125 if (!classPath.isArt() || classPath.oatVersion < 72) { in getInterfaces() 147 interfaceDef = classPath.getClassDef(interfaceType); 155 … ClassProto interfaceProto = (ClassProto) classPath.getClass(interfaceType); 184 … ClassProto superclassProto = (ClassProto) classPath.getClass(superclass); 220 ClassProto superclassProto = (ClassProto) classPath.getClass(superclass); [all …]
|
D | PrimitiveProto.java | 43 protected final ClassPath classPath; field in PrimitiveProto 46 public PrimitiveProto(@Nonnull ClassPath classPath, @Nonnull String type) { in PrimitiveProto() argument 47 this.classPath = classPath; in PrimitiveProto() 52 @Nonnull @Override public ClassPath getClassPath() { return classPath; } in getClassPath()
|
D | CustomInlineMethodResolver.java | 52 @Nonnull private final ClassPath classPath; field in CustomInlineMethodResolver 55 public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull String inlineTable) { in CustomInlineMethodResolver() argument 56 this.classPath = classPath; in CustomInlineMethodResolver() 84 …public CustomInlineMethodResolver(@Nonnull ClassPath classPath, @Nonnull File inlineTable) throws … in CustomInlineMethodResolver() argument 85 this(classPath, Files.toString(inlineTable, Charset.forName("UTF-8"))); in CustomInlineMethodResolver() 120 TypeProto typeProto = classPath.getClass(className); in parseAndResolveInlineMethod()
|
D | MethodAnalyzer.java | 81 @Nonnull private final ClassPath classPath; field in MethodAnalyzer 99 public MethodAnalyzer(@Nonnull ClassPath classPath, @Nonnull Method method, in MethodAnalyzer() argument 101 this.classPath = classPath; in MethodAnalyzer() 136 return classPath; in getClassPath() 157 classPath.getClass(method.getDefiningClass()))); in analyze() 161 classPath.getClass(method.getDefiningClass()))); in analyze() 296 RegisterType.getRegisterType(classPath, parameter)); in propagateParameterTypes() 1111 …resultRegisterType = RegisterType.getRegisterType(classPath, ((MethodReference)reference).getRetur… 1113 resultRegisterType = RegisterType.getRegisterType(classPath, (TypeReference)reference); 1131 classPath.getClass("Ljava/lang/Throwable;")); [all …]
|
/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 62 TypeProto objectClassProto = classPath.getClass("Ljava/lang/Object;"); in testGetSuperclassChain() 63 TypeProto oneClassProto = classPath.getClass("Ltest/one;"); in testGetSuperclassChain() 64 TypeProto twoClassProto = classPath.getClass("Ltest/two;"); in testGetSuperclassChain() 65 TypeProto threeClassProto = classPath.getClass("Ltest/three;"); in testGetSuperclassChain() 91 …ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain_Unresolved() local 93 TypeProto unknownClassProto = classPath.getUnknownClass(); in testGetSuperclassChain_Unresolved() 94 TypeProto oneClassProto = classPath.getClass("Ltest/one;"); in testGetSuperclassChain_Unresolved() 95 TypeProto twoClassProto = classPath.getClass("Ltest/two;"); in testGetSuperclassChain_Unresolved() 96 TypeProto threeClassProto = classPath.getClass("Ltest/three;"); in testGetSuperclassChain_Unresolved()
|
/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() argument 25 this.classPath = classPath; in PathClass() 30 return classPath; in getClassPath() 38 return classPath + "!" + className; in toString()
|
/external/proguard/src/proguard/wtk/ |
D | ProGuardObfuscator.java | 66 String classPath, in run() argument 82 configuration.libraryJars = classPath(classPath); in run() 113 private ClassPath classPath(String classPathString) in classPath() method in ProGuardObfuscator 115 ClassPath classPath = new ClassPath(); in classPath() local 134 classPath.add(classPathEntry); in classPath() 140 return classPath; in classPath()
|
/external/icu/icu4j/perf-tests/ |
D | collationperf.pl | 43 $classPath = "out\\lib\\icu4j-perf-tests.jar;..\\icu4j.jar"; 45 $classPath = "out/lib/icu4j-perf-tests.jar:../icu4j.jar"; 78 …$iStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -… 80 …doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -… 90 …$wStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -… 92 …doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -…
|
/external/turbine/java/com/google/turbine/options/ |
D | TurbineOptions.java | 30 private final ImmutableList<String> classPath; field in TurbineOptions 50 ImmutableList<String> classPath, in TurbineOptions() argument 68 this.classPath = checkNotNull(classPath, "classPath must not be null"); in TurbineOptions() 93 public ImmutableList<String> classPath() { in classPath() method in TurbineOptions 94 return classPath; in classPath() 201 private final ImmutableList.Builder<String> classPath = ImmutableList.builder(); field in TurbineOptions.Builder 222 classPath.build(), in build() 246 public Builder addClassPathEntries(Iterable<String> classPath) { in addClassPathEntries() argument 247 this.classPath.addAll(classPath); in addClassPathEntries()
|
/external/proguard/src/proguard/ant/ |
D | ConfigurationTask.java | 331 private ClassPath extendClassPath(ClassPath classPath, in extendClassPath() argument 335 if (classPath == null) in extendClassPath() 337 classPath = new ClassPath(); in extendClassPath() 340 classPathElement.appendClassPathEntriesTo(classPath, in extendClassPath() 343 return classPath; in extendClassPath() 347 private ClassPath extendClassPath(ClassPath classPath, in extendClassPath() argument 352 if (classPath == null) in extendClassPath() 354 classPath = new ClassPath(); in extendClassPath() 357 classPath.addAll(additionalClassPath); in extendClassPath() 360 return classPath; in extendClassPath()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CustomMethodInlineTableTest.java | 75 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Virtual() local 77 …InlineMethodResolver inlineMethodResolver = new CustomInlineMethodResolver(classPath, "Lblah;->bla… in testCustomMethodInlineTable_Virtual() 78 …MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, inlineMethodResolver, false); in testCustomMethodInlineTable_Virtual() 104 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Static() local 106 …InlineMethodResolver inlineMethodResolver = new CustomInlineMethodResolver(classPath, "Lblah;->bla… in testCustomMethodInlineTable_Static() 107 …MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, inlineMethodResolver, false); in testCustomMethodInlineTable_Static() 133 …ClassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART… in testCustomMethodInlineTable_Direct() local 135 …InlineMethodResolver inlineMethodResolver = new CustomInlineMethodResolver(classPath, "Lblah;->bla… in testCustomMethodInlineTable_Direct() 136 …MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, inlineMethodResolver, false); in testCustomMethodInlineTable_Direct()
|
D | MethodAnalyzerTest.java | 84 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingEqz_art() local 85 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false); in testInstanceOfNarrowingEqz_art() 115 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingEqz_dalvik() local 116 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false); in testInstanceOfNarrowingEqz_dalvik() 147 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingNez_art() local 148 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false); in testInstanceOfNarrowingNez_art() 178 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile)); in testInstanceOfNarrowingNez_dalvik() local 179 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false); in testInstanceOfNarrowingNez_dalvik() 211 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56); in testInstanceOfNarrowingAfterMove_art() local 212 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false); in testInstanceOfNarrowingAfterMove_art() [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | SyntheticRepository.java | 46 public static SyntheticRepository getInstance(final ClassPath classPath) { in getInstance() argument 47 SyntheticRepository rep = instances.get(classPath); in getInstance() 49 rep = new SyntheticRepository(classPath); in getInstance() 50 instances.put(classPath, rep); in getInstance()
|
/external/emma/tools/java/com/vladium/tools/ |
D | ClassDep.java | 51 final URL [] classPath; in main() local 54 classPath = new URL [tokenizer.countTokens ()]; in main() 58 classPath [i] = new File (tokenizer.nextToken ()).toURL (); in main() 75 final ClassDep _this = new ClassDep (rootSet, classPath); in main() 99 public ClassDep (final String [] rootSet, final URL [] classPath) in ClassDep() argument 104 if (classPath == null) in ClassDep() 108 m_classPath = classPath; in ClassDep()
|
/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() argument 54 for (String entry : classPath) { in createDexFiles() 70 classPath = getClassPath(); in ClassPathScanner() 72 classFinder = new ApkClassFinder(createDexFiles(classPath)); in ClassPathScanner() 113 for (String entry : classPath) { in findClasses() 288 String classPath = System.getProperty("java.class.path"); in getClassPath() local 290 return classPath.split(Pattern.quote(separator)); in getClassPath()
|
/external/proguard/src/proguard/ |
D | InputReader.java | 157 ClassPath classPath, in readInput() argument 161 classPath, in readInput() 163 classPath.size(), in readInput() 172 ClassPath classPath, in readInput() argument 179 ClassPathEntry entry = classPath.get(index); in readInput()
|
D | OutputWriter.java | 97 ClassPath classPath, in writeOutput() argument 108 DataEntryWriterFactory.createDataEntryWriter(classPath, in writeOutput() 177 classPath, in writeOutput() 187 …throw (IOException)new IOException("Can't write [" + classPath.get(fromOutputIndex).getName() + "]… in writeOutput()
|
D | ClassPath.java | 70 public boolean addAll(ClassPath classPath) in addAll() argument 72 return classPathEntries.addAll(classPath.classPathEntries); in addAll()
|
/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 49 ClassProto classProto = (ClassProto)classPath.getClass("LGapOrder;"); in testOldOrder() 62 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 67); in testNewOrder() local 63 ClassProto classProto = (ClassProto)classPath.getClass("LGapOrder;"); in testNewOrder()
|
/external/proguard/src/proguard/gui/ |
D | ClassPathPanel.java | 207 public void setClassPath(ClassPath classPath) in setClassPath() argument 211 if (classPath != null) in setClassPath() 213 for (int index = 0; index < classPath.size(); index++) in setClassPath() 215 listModel.addElement(classPath.get(index)); in setClassPath() 236 ClassPath classPath = new ClassPath(); in getClassPath() local 239 classPath.add((ClassPathEntry)listModel.get(index)); in getClassPath() 242 return classPath; in getClassPath()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | AnalysisArguments.java | 67 public List<String> classPath = Lists.newArrayList(); field in AnalysisArguments 129 resolver = new ClassPathResolver(filteredClassPathDirectories, classPath, dexFile); in loadClassPathForDexFile() 133 ImmutableList.<String>of(), ImmutableList.<String>of(), classPath, dexFile); in loadClassPathForDexFile() 135 … resolver = new ClassPathResolver(filteredClassPathDirectories, bootClassPath, classPath, dexFile); in loadClassPathForDexFile()
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | ClassPathIterator.java | 43 public ClassPathIterator(String classPath) throws IOException { in ClassPathIterator() argument 44 this(new File(System.getProperty("user.dir")), classPath, null); in ClassPathIterator() 47 public ClassPathIterator(File parent, String classPath, String delim) throws IOException { in ClassPathIterator() argument 51 StringTokenizer st = new StringTokenizer(classPath, delim); in ClassPathIterator()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetProviderICU.java | 89 public final Charset charsetForName(String charsetName, String classPath) { in charsetForName() argument 90 return charsetForName(charsetName, classPath, null); in charsetForName() 102 public Charset charsetForName(String charsetName, String classPath, ClassLoader loader) { in charsetForName() argument 105 cs = new CharsetMBCS(charsetName, charsetName, new String[0], classPath, loader); in charsetForName()
|