Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/
H A DMethodAnalyzerTest.java87 … 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
H A DCustomMethodInlineTableTest.java82 …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
/aosp_15_r20/external/turbine/javatests/com/google/turbine/binder/
H A DClassPathBinderTest.java80 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
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/anno/com/google/turbine/options/
DAutoValue_TurbineOptions.java14 private final ImmutableList<String> classPath; field in AutoValue_TurbineOptions
62 ImmutableList<String> classPath, in AutoValue_TurbineOptions()
117 public ImmutableList<String> classPath() { in classPath() method in AutoValue_TurbineOptions
352 private @Nullable ImmutableList<String> classPath; field in AutoValue_TurbineOptions.Builder
388 public TurbineOptions.Builder setClassPath(ImmutableList<String> classPath) { in setClassPath()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
H A DCustomInlineMethodResolver.java55 @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()
H A DUnknownClassProto.java41 @Nonnull protected final ClassPath classPath; field in UnknownClassProto
43 public UnknownClassProto(@Nonnull ClassPath classPath) { in UnknownClassProto()
H A DPrimitiveProto.java42 protected final ClassPath classPath; field in PrimitiveProto
45 public PrimitiveProto(@Nonnull ClassPath classPath, @Nonnull String type) { in PrimitiveProto()
H A DArrayProto.java45 protected final ClassPath classPath; field in ArrayProto
49 public ArrayProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ArrayProto()
H A DClassProto.java77 @Nonnull protected final ClassPath classPath; field in ClassProto
85 public ClassProto(@Nonnull ClassPath classPath, @Nonnull String type) { in ClassProto()
/aosp_15_r20/external/vogar/src/vogar/target/
H A 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
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DPathClass.java20 private final String classPath; field in PathClass
23 public PathClass(String classPath, String className) { in PathClass()
/aosp_15_r20/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/
H A DFieldGapOrderTest.java47 … 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
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/analysis/util/
H A DSuperclassChainTest.java59 …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
/aosp_15_r20/cts/tools/vm-tests-tf/build/src/util/build/
H A DJavacBuildStep.java35 private final String classPath; field in JavacBuildStep
37 public JavacBuildStep(String destPath, String classPath) { in JavacBuildStep()
/aosp_15_r20/external/angle/build/android/bytecode/java/org/chromium/bytecode/
H A DTraceEventAdder.java94 protected boolean shouldRewriteClass(String classPath) { in shouldRewriteClass()
142 protected ClassVisitor getClassVisitorForClass(String classPath, ClassVisitor delegate) { in getClassVisitorForClass()
H A DByteCodeRewriter.java52 protected abstract boolean shouldRewriteClass(String classPath); in shouldRewriteClass()
64 String classPath, ClassVisitor delegate); in getClassVisitorForClass()
/aosp_15_r20/external/cronet/build/android/bytecode/java/org/chromium/bytecode/
H A DTraceEventAdder.java94 protected boolean shouldRewriteClass(String classPath) { in shouldRewriteClass()
142 protected ClassVisitor getClassVisitorForClass(String classPath, ClassVisitor delegate) { in getClassVisitorForClass()
H A DByteCodeRewriter.java52 protected abstract boolean shouldRewriteClass(String classPath); in shouldRewriteClass()
64 String classPath, ClassVisitor delegate); in getClassVisitorForClass()
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathIterator.java58 public ClassPathIterator(String classPath) throws IOException { in ClassPathIterator()
62 public ClassPathIterator(File parent, String classPath, String delim) throws IOException { in ClassPathIterator()
/aosp_15_r20/external/emma/tools/java/com/vladium/tools/
H A DClassDep.java51 final URL [] classPath; in main() local
99 public ClassDep (final String [] rootSet, final URL [] classPath) in ClassDep()
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetProviderICU.java89 public final Charset charsetForName(String charsetName, String classPath) { in charsetForName()
102 public Charset charsetForName(String charsetName, String classPath, ClassLoader loader) { in charsetForName()
/aosp_15_r20/tools/metalava/metalava-model-source/src/testFixtures/java/com/android/tools/metalava/model/source/
H A DSourceModelSuiteRunner.kt52 val classPath = buildList { in <lambda>() constant
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java55 private final String[] classPath; field in ClassPathPackageInfoSource
205 String classPath = System.getProperty("java.class.path"); in getClassPath() local
/aosp_15_r20/external/turbine/java/com/google/turbine/options/
H A DTurbineOptions.java59 public abstract ImmutableList<String> classPath(); in classPath() method in TurbineOptions
153 public abstract Builder setClassPath(ImmutableList<String> classPath); in setClassPath()
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/
H A DTurbineFiler.java74 private final Function<String, Supplier<byte[]>> classPath; field in TurbineFiler
93 Set<String> seen, Function<String, Supplier<byte[]>> classPath, ClassLoader loader) { in TurbineFiler()

1234567891011