/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestGrouping.java | 40 * Represents a collection of test classes present on the classpath. You can add individual classes
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectClassLoader.java | 207 // if this is a classpath variable reference, we resolve it.
|
/cts/tools/vm-tests/src/util/build/ |
BuildDalvikSuite.java | 128 .println("usage: java-src-folder output-folder classpath " 271 private String getADBExecJavaLine(String classpath, String mainclass) { 272 return "DeviceUtil.adbExec(\"" + classpath + "\", \"" +
|
/external/proguard/docs/manual/ |
refcard.html | 48 <a href="usage.html#classpath"><i>class_path</i></a></td> 54 <a href="usage.html#classpath"><i>class_path</i></a></td> 61 <a href="usage.html#classpath"><i>class_path</i></a></td>
|
usage.html | 56 <li><a href="#classpath">Class Paths</a> 87 <a href="#classpath"><i>class_path</i></a></dt> 100 <a href="#classpath"><i>class_path</i></a></dt> 117 <a href="#classpath"><i>class_path</i></a></dt> [all...] |
/sdk/anttasks/src/com/android/ant/ |
SetupTask.java | 56 * <li>Sets up the boot classpath ref so that the <code>javac</code> task knows where to find 99 private final static String REF_CLASSPATH = "android.target.classpath"; 235 // sets up the boot classpath
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerInitializer.java | 55 * Classpath container initializer responsible for binding {@link AndroidClasspathContainer} to 84 * Binds a classpath container to a {@link IClasspathContainer} for a given project, 355 // create the classpath entry from the paths
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
jsDriver.pl | 70 my $options = "a=s arch>a b=s bugurl>b c=s classpath>c e=s engine>e f=s file>f " . 390 &dd ("opt: setting classpath to '$value'."); 490 "(-c|--classpath) Classpath (Rhino only.)\n" . 594 $retval .= ($opt_rhino_ms ? "/cp:p" : "-classpath") . " $opt_classpath "; [all...] |
/prebuilt/common/jfreechart/ |
README.txt | 180 9. GNU CLASSPATH 182 GNU Classpath is a project to create a free, clean-room implementation of the 185 http://www.gnu.org/software/classpath/ 188 GNU Classpath 0.92 or later. We are grateful to all the GNU Classpath [all...] |
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 1053 const char* classPath; 1073 cri->classPath, cri->methods, cri->methodCount); 1075 LOGE("Failed to register %s: %d", cri->classPath, result);
|
/dalvik/docs/ |
hello-world.html | 28 The <code>-cp</code> option sets the classpath. The initial directory
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ProxyTest.java | 108 // tests to the system classpath.
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
ClassLoader.java | 80 * classes from the classpath. It is not equal to the bootstrap class loader - 105 String classPath = System.getProperty("java.class.path", "."); 107 // String[] paths = classPath.split(":"); 121 return new PathClassLoader(classPath, BootClassLoader.getInstance()); [all...] |
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserFactory.java | 18 * it will try to find name by searching in CLASSPATH for
|
/development/testrunner/ |
coverage.py | 69 classpath.
|
/external/emma/core/java12/com/vladium/emma/ |
runCommand.java | 201 usageexit (parser, IOptsParser.SHORT_USAGE, "could not infer coverage classpath from 'java.class.path'; use an explicit -cp option");
|
/external/guava/src/com/google/common/base/ |
FinalizableReferenceQueue.java | 283 /** Creates a class loader with the given base URL as its classpath. */
|
/external/jdiff/src/jdiff/ |
JDiff.java | 213 System.err.println("Error: ant.jar not found on the classpath");
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
LogManager.java | 105 * with it, <b>must</b> be loaded from the system classpath when 460 // use SystemClassLoader to load class from system classpath
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URLClassLoaderTest.java | 605 private static URLClassLoader getURLClassLoader(String... classPath) 608 for (String path : classPath) {
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages_ru.java | 129 "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c ''{0}'' (\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 CLASSPATH), \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e" }, 135 "\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0444\u0430\u0439\u043b \u0441\u0432\u043e\u0439\u0441\u0442\u0432 ''{0}'' \u0434\u043b\u044f \u043c\u0435\u0442\u043e\u0434\u0430 \u0432\u044b\u0432\u043e\u0434\u0430 ''{1}'' (\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 CLASSPATH)" },
|
/external/icu4c/data/ |
build.xml | 62 <classpath> 69 </classpath>
|
/prebuilt/common/netbeans-visual/ |
NOTICE | 380 "CLASSPATH" EXCEPTION TO THE GPL VERSION 2
387 to the "Classpath" exception as provided by Sun in the
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 68 * The test needs certstore file placed in system classpath 74 * thus classpath should point to the directory with "key_store.bks" [all...] |
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 804 // No user specified log; try to discover what's on the classpath 824 // ever look for logging libraries in the parent classpath. Yet many [all...] |