Home
last modified time | relevance | path

Searched refs:classPath (Results 1 – 25 of 52) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java46 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 …]
DUnknownClassProto.java42 @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()
DClassProto.java65 @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 …]
DPrimitiveProto.java43 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()
DCustomInlineMethodResolver.java52 @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()
DMethodAnalyzer.java81 @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/jarjar/src/main/com/tonicsystems/jarjar/
DPathClass.java21 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/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
DSuperclassChainTest.java60 …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/icu/icu4j/perf-tests/
Dcollationperf.pl43 $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/proguard/src/proguard/wtk/
DProGuardObfuscator.java66 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/proguard/src/proguard/ant/
DConfigurationTask.java331 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/
DCustomMethodInlineTableTest.java75 …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()
DMethodAnalyzerTest.java84 … 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/emma/tools/java/com/vladium/tools/
DClassDep.java51 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/proguard/src/proguard/
DInputReader.java133 ClassPath classPath, in readInput() argument
137 classPath, in readInput()
139 classPath.size(), in readInput()
148 ClassPath classPath, in readInput() argument
155 ClassPathEntry entry = classPath.get(index); in readInput()
DOutputWriter.java97 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()
DClassPath.java70 public boolean addAll(ClassPath classPath) in addAll() argument
72 return classPathEntries.addAll(classPath.classPathEntries); in addAll()
/external/vogar/src/vogar/target/
DClassPathScanner.java49 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/smali/baksmali/src/test/java/org/jf/baksmali/
DFieldGapOrderTest.java48 … 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/javassist/src/main/javassist/scopedpool/
DScopedClassPool.java41 protected LoaderClassPath classPath; field in ScopedClassPool
86 classPath = new LoaderClassPath(cl); in ScopedClassPool()
87 this.insertClassPath(classPath); in ScopedClassPool()
119 this.removeClassPath(classPath); in close()
120 classPath.close(); in close()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java117 String classPath = "android.widget." + localName; in startElement() local
119 potentialClass = sValidationClassLoader.loadClass(classPath); in startElement()
127 if (mExclusionList.contains(classPath)) { in startElement()
130 mExclusionList.add(classPath); in startElement()
/external/proguard/src/proguard/gui/
DClassPathPanel.java207 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/
DAnalysisArguments.java67 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/
DClassPathIterator.java43 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/
DCharsetProviderICU.java89 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()

123