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

1 2 3 4 5 6 7 8 91011>>

  /external/jdiff/
build.xml 43 <classpath>
45 </classpath>
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassResourceLoader.java 27 * Loads resources from classpath, alongside a given class.
29 * <p>For example, suppose the classpath contains:
  /external/proguard/build/
build.sh 79 export CLASSPATH=$ANT_JAR
88 export CLASSPATH=$WTK_JAR
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 79 export CLASSPATH=$ANT_JAR
88 export CLASSPATH=$WTK_JAR
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
OnClickDetectorTest.java 40 "bytecode/.classpath=>.classpath",
  /sdk/manifmerger/etc/
manifmerger 82 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
86 -classpath "$jarpath" \
  /external/javassist/src/main/javassist/
ClassPool.java 39 * it searches various sources represented by <code>ClassPath</code>
62 * <code>get()</code> searches the <code>ClassPath</code>s of
64 * <code>ClassPath.childFirstLookup</code> is <code>true</code>.
67 * @see javassist.ClassPath
203 * <code>-classpath</code> option or the <code>CLASSPATH</code>
854 * <code>-classpath</code> option or the <code>CLASSPATH</code>
859 public ClassPath appendSystemPath() {
864 * Insert a <code>ClassPath</code> object at the head of th
    [all...]
URLClassPath.java 24 * @see javassist.ClassPath
25 * @see ClassPool#insertClassPath(ClassPath)
26 * @see ClassPool#appendClassPath(ClassPath)
28 public class URLClassPath implements ClassPath {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 44 public class ClassPath {
45 private static ClassPath theClassPath = null;
79 throw new ExceptionWithContext("Cannot initialize ClassPath multiple times");
109 theClassPath = new ClassPath();
127 throw new ExceptionWithContext("Cannot initialize ClassPath multiple times");
130 theClassPath = new ClassPath();
135 private ClassPath() {
163 classDef = ClassPath.loadClassDef(classType);
170 String.format("Error while loading ClassPath class %s", classType));
233 String.format("Error while loading boot classpath entry %s", bootClassPathEntry))
    [all...]
  /dalvik/dx/tests/116-leb128/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Leb128UtilsTest > unit-out.txt
  /dalvik/dx/tests/117-modified-utf8/
run 23 java -classpath $dxjar:. junit.textui.TestRunner com.android.dx.util.Mutf8Test > unit-out.txt
  /dalvik/dx/tests/119-merge-conflict/
run 30 dalvik -classpath test.jar:resources.jar \
  /docs/source.android.com/src/compatibility/
cts-development.md 30 `.classpath` file rather than copying the one from the development
34 ./cts/development/ide/eclipse/genclasspath.sh > .classpath
35 chmod u+w .classpath
37 This `.classpath` file will contain both the Android framework
  /external/apache-harmony/
run-harmony-tests 30 --classpath out/host/common/obj/JAVA_LIBRARIES/apache-harmony-tests-hostdex_intermediates/javalib.jar \
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 52 String classPath = System.getProperty("java.class.path");
53 // System.out.println("Test class loader - classpath = " + classPath );
56 String[] theClassPaths = classPath.split(theSeparator);
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_flushed.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
MANIFEST.MF 2 Bundle-ClassPath: junit.jar
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 117 String classPath = "android.widget." + localName;
119 potentialClass = sValidationClassLoader.loadClass(classPath);
127 if (mExclusionList.contains(classPath)) {
130 mExclusionList.add(classPath);
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
HelloWorld.java 32 // Load resources (e.g. templates) from classpath, along side this class.
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 7 * javac -classpath ../lib/annotations.jar NativeCallBack.java
  /external/proguard/examples/ant/
midlets.xml 8 classpath="lib/proguard.jar" />
  /external/proguard/src/proguard/
DataEntryWriterFactory.java 39 * @param classPath the output class path.
44 public static DataEntryWriter createDataEntryWriter(ClassPath classPath,
53 ClassPathEntry entry = classPath.get(index);
  /external/proguard/src/proguard/ant/
ClassPathElement.java 56 * @param classPath the class path to be extended.
59 public void appendClassPathEntriesTo(ClassPath classPath, boolean output)
129 classPath.add(entry);
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 120 * @param classPath The class path.
124 public static void execStandalone(String invokeWith, String classPath, String className,
127 command.append(" /system/bin/dalvikvm -classpath '").append(classPath);
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 50 public TestCaseClassLoader(String classPath) {
51 scanPath(classPath);
55 private void scanPath(String classPath) {
58 StringTokenizer st= new StringTokenizer(classPath, separator);

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011>>