HomeSort by relevance Sort by last modified time
    Searched full:classpath (Results 226 - 250 of 6020) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/bmgr/
bmgr 6 export CLASSPATH=$base/framework/bmgr.jar
  /frameworks/base/cmds/content/
content 4 export CLASSPATH=$base/framework/content.jar
  /frameworks/base/cmds/hid/
hid 7 export CLASSPATH=$base/framework/hid.jar
  /frameworks/base/cmds/input/
input 6 export CLASSPATH=$base/framework/input.jar
  /frameworks/base/cmds/media/
media 6 export CLASSPATH=$base/framework/media_cmd.jar
  /frameworks/base/cmds/sm/
sm 6 export CLASSPATH=$base/framework/sm.jar
  /frameworks/base/cmds/svc/
svc 6 export CLASSPATH=$base/framework/svc.jar
  /frameworks/base/tests/HierarchyViewerTest/
build.gradle 6 classpath 'com.android.tools.build:gradle:1.1.0+'
  /frameworks/base/tests/TouchLatency/
build.gradle 8 classpath 'com.android.tools.build:gradle:1.1.0'
  /frameworks/data-binding/integration-tests/TestApp/
build.gradle 6 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
  /frameworks/opt/net/lowpan/command/
lowpanctl 5 export CLASSPATH=$base/framework/lowpan-command.jar
  /libcore/
run-libcore-tests 24 --classpath out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/classes.jack \
25 --classpath out/target/common/obj/JAVA_LIBRARIES/sqlite-jdbc_intermediates/classes.jack \
26 --classpath out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jack \
27 --classpath out/target/common/obj/JAVA_LIBRARIES/okhttp_intermediates/classes.jack \
  /system/timezone/tzlookup_generator/
README.android 6 vogar --mode=jvm --classpath ${ANDROID_HOST_OUT}/../common/obj/JAVA_LIBRARIES/tzlookup_generator_intermediates/javalib.jar src/test/
  /build/make/core/tasks/
ide.mk 47 .classpath: PRIVATE_MODULES := $(eclipse_project_modules)
48 .classpath: PRIVATE_DIRS := $(source_paths)
51 $(eclipse_project_goals): .classpath
52 .classpath: FORCE
53 $(hide) echo Generating .classpath for eclipse
54 $(hide) echo '<classpath>' > $@
60 $(hide) echo '</classpath>' >> $@
  /external/vogar/test/vogar/android/
AbstractModeTest.java 28 import vogar.Classpath;
57 protected Classpath classpath; field in class:AbstractModeTest
74 new File[] {new File("classpath")}, "android.jar", "desugar.jar",
89 classpath = new Classpath();
90 classpath.addAll(new File("classes"));
  /external/webrtc/talk/app/webrtc/javatests/
libjingle_peerconnection_java_unittest.sh 45 export CLASSPATH=`pwd`/junit-4.11.jar
46 CLASSPATH=$CLASSPATH:`pwd`/libjingle_peerconnection_test.jar
47 CLASSPATH=$CLASSPATH:`pwd`/libjingle_peerconnection.jar
56 ${JAVA_HOME}/bin/java -Xcheck:jni -classpath $CLASSPATH \
  /external/annotation-tools/annotation-file-utilities/scripts/
insert-annotations-to-source 28 echo java -ea -Xmx512m -classpath ${JAVAC_JAR}:${ANNOTATION_FILE_UTILS}:${CLASSPATH} annotator.Main "$@"
32 # Augment, don't replace, CLASSPATH, so as to find user files.
33 java -ea -Xmx512m -classpath ${JAVAC_JAR}:${ANNOTATION_FILE_UTILS}:${CLASSPATH} annotator.Main "$@"
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-embedder-api/0.18.1/
tycho-embedder-api-0.18.1.jar 
  /external/smali/baksmali/src/test/java/org/jf/baksmali/
FieldGapOrderTest.java 35 import org.jf.dexlib2.analysis.ClassPath;
48 ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 66);
49 ClassProto classProto = (ClassProto)classPath.getClass("LGapOrder;");
62 ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), false, 67);
63 ClassProto classProto = (ClassProto)classPath.getClass("LGapOrder;");
  /external/javassist/src/main/javassist/
ClassPath.java 22 * <code>ClassPath</code> is an interface implemented by objects
29 * @see ClassPool#insertClassPath(ClassPath)
30 * @see ClassPool#appendClassPath(ClassPath)
31 * @see ClassPool#removeClassPath(ClassPath)
33 public interface ClassPath {
62 * This method is invoked when the <code>ClassPath</code> object is
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
MethodAnalyzerTest.java 84 ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56);
85 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false);
115 ClassPath classPath = new ClassPath(new DexClassProvider(dexFile));
116 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, null, false);
147 ClassPath classPath = new ClassPath(Lists.newArrayList(new DexClassProvider(dexFile)), true, 56)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/core/codeinspection/
ClassScanner.java 19 import com.google.common.reflect.ClassPath;
37 ClassPath classPath = ClassPath.from(classLoader);
46 for (ClassPath.ClassInfo info : classPath.getAllClasses()) {
  /external/proguard/src/proguard/ant/
ConfigurationTask.java 331 private ClassPath extendClassPath(ClassPath classPath,
335 if (classPath == null)
337 classPath = new ClassPath();
340 classPathElement.appendClassPathEntriesTo(classPath,
343 return classPath;
347 private ClassPath extendClassPath(ClassPath classPath
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
AnalysisArguments.java 37 import org.jf.dexlib2.analysis.ClassPath;
49 import static org.jf.dexlib2.analysis.ClassPath.NOT_ART;
57 "be used. (e.g. --bootclasspath \"\") See baksmali help classpath for more information.",
59 @ExtendedParameter(argumentNames = "classpath")
62 @Parameter(names = {"-c", "--classpath", "--cp"},
63 description = "A colon separated list of additional files to include in the classpath when analyzing the " +
64 "dex file. These will be added to the classpath after any bootclasspath entries.",
66 @ExtendedParameter(argumentNames = "classpath")
67 public List<String> classPath = Lists.newArrayList();
69 @Parameter(names = {"-d", "--classpath-dir", "--cpd", "--dir"}
    [all...]
  /external/vogar/src/vogar/android/
HostRuntime.java 29 import vogar.Classpath;
68 for (File classpathElement : run.classpath.getElements()) {
73 result.add(createCreateDexJarTask(run.classpath, classpathElement, name,
87 Task createDexJarTask = createCreateDexJarTask(Classpath.of(jar), jar, action.getName(),
108 Classpath bootClasspath = Classpath.of(jars);
152 @Override public Classpath getRuntimeClasspath(Action action) {
153 Classpath result = new Classpath();
155 for (File classpathElement : run.classpath.getElements())
    [all...]

Completed in 3005 milliseconds

1 2 3 4 5 6 7 8 91011>>