Home
last modified time | relevance | path

Searched defs:classPath (Results 1 – 25 of 45) sorted by relevance

12

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java84 … 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
DCustomMethodInlineTableTest.java75 …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/
DProGuardObfuscator.java66 String classPath, in run()
113 private ClassPath classPath(String classPathString) in classPath() method in ProGuardObfuscator
115 ClassPath classPath = new ClassPath(); in classPath() local
/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
62 … ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 67); in testNewOrder() local
/external/jarjar/src/main/com/tonicsystems/jarjar/
DPathClass.java21 private String classPath; field in PathClass
24 public PathClass(String classPath, String className) { in PathClass()
DStringDumper.java28 public void run(String classPath, PrintWriter pw) throws IOException { in run()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DCustomInlineMethodResolver.java52 @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()
DUnknownClassProto.java42 @Nonnull protected final ClassPath classPath; field in UnknownClassProto
44 public UnknownClassProto(@Nonnull ClassPath classPath) { in UnknownClassProto()
DPrimitiveProto.java43 protected final ClassPath classPath; field in PrimitiveProto
46 public PrimitiveProto(@Nonnull ClassPath classPath, @Nonnull String type) { in PrimitiveProto()
DArrayProto.java46 protected final ClassPath classPath; field in ArrayProto
50 public ArrayProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ArrayProto()
DMethodAnalyzer.java81 @Nonnull private final ClassPath classPath; field in MethodAnalyzer
99 public MethodAnalyzer(@Nonnull ClassPath classPath, @Nonnull Method method, in MethodAnalyzer()
DAnalyzedMethodUtil.java61 ClassPath classPath = type.getClassPath(); in canAccess() local
DClassProto.java65 @Nonnull protected final ClassPath classPath; field in ClassProto
73 public ClassProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ClassProto()
/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
91 …ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault()… in testGetSuperclassChain_Unresolved() local
/external/proguard/src/proguard/
DInputReader.java157 ClassPath classPath, in readInput()
172 ClassPath classPath, in readInput()
DClassPath.java70 public boolean addAll(ClassPath classPath) in addAll()
/external/turbine/java/com/google/turbine/options/
DTurbineOptions.java30 private final ImmutableList<String> classPath; field in TurbineOptions
50 ImmutableList<String> classPath, in TurbineOptions()
93 public ImmutableList<String> classPath() { in classPath() method in TurbineOptions
201 private final ImmutableList.Builder<String> classPath = ImmutableList.builder(); field in TurbineOptions.Builder
246 public Builder addClassPathEntries(Iterable<String> classPath) { in addClassPathEntries()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DPathSearchingVirtualMachine.java44 List<String> classPath(); in classPath() method
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathIterator.java43 public ClassPathIterator(String classPath) throws IOException { in ClassPathIterator()
47 public ClassPathIterator(File parent, String classPath, String delim) throws IOException { in ClassPathIterator()
/external/emma/tools/java/com/vladium/tools/
DClassDep.java51 final URL [] classPath; in main() local
99 public ClassDep (final String [] rootSet, final URL [] classPath) in ClassDep()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DSyntheticRepository.java46 public static SyntheticRepository getInstance(final ClassPath classPath) { in getInstance()
/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()
288 String classPath = System.getProperty("java.class.path"); in getClassPath() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetProviderICU.java89 public final Charset charsetForName(String charsetName, String classPath) { in charsetForName()
102 public Charset charsetForName(String charsetName, String classPath, ClassLoader loader) { in charsetForName()
/external/proguard/src/proguard/gui/
DClassPathPanel.java207 public void setClassPath(ClassPath classPath) in setClassPath()
236 ClassPath classPath = new ClassPath(); in getClassPath() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DAnalysisArguments.java67 public List<String> classPath = Lists.newArrayList(); field in AnalysisArguments

12