HomeSort by relevance Sort by last modified time
    Searched defs:classpath (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /development/tools/idegen/src/
Eclipse.java 33 * Generates an Eclipse .classpath file from the given configuration.
36 StringBuilder classpath = new StringBuilder(); local
38 classpath.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
39 + "<classpath>\n");
82 classpath.append(" <classpathentry kind=\"src\"");
85 classpath.append(" excluding=\"")
88 classpath.append(" path=\"")
96 classpath.append(" <classpathentry kind=\"lib\" path=\"")
104 classpath.append(" <classpathentry kind=\"output\" path=\""
107 classpath.append("</classpath>\n")
118 StringBuilder classpath = new StringBuilder(); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-embedder-api/0.20.0/
tycho-embedder-api-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-embedder-api/0.18.1/
tycho-embedder-api-0.18.1.jar 
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 32 * exists on the classpath.
78 * uses the same classpath as the application class loader. It loads
105 String classPath = getApplicationClassPath();
108 .newInstance(classPath, bridge);
113 List<URL> classpath = new ArrayList<URL>(); local
114 classpath.addAll(classpathToUrls("java.class.path"));
115 classpath.addAll(classpathToUrls("sun.boot.class.path"));
116 return new URLClassLoader(classpath.toArray(new URL[classpath.size()]), bridge);
140 String classpath = System.getProperty(propertyName) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 42 * the classpath since it can find a correct reference to all the necessary
47 * necessary also puts back the junit.jar in the user classpath.
70 String[] classpath = super.getClasspath(configuration); local
71 return fixClasspath(classpath, getJavaProjectName(configuration));
94 * Add the junit.jar to the user classpath; since Eclipse was relying on
98 * @param classpath Array containing classpath
101 * @return a new modified (if applicable) classpath
103 public static String[] fixClasspath(String[] classpath, String projectName) {
105 for (int i = 0; i < classpath.length; i++)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 63 # setup java CLASSPATH
64 if 'CLASSPATH' not in os.environ:
96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"'
99 classpath = '' variable
161 dir, javaOptions, classpath, options, file
221 # % (self.baseDir, javaOptions, classpath, grammarPath))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
ant-weblogic.jar 
ant-jdepend.jar 
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 326 * <li> --classpath=<i>colon-separated classpath</i> indicates
328 * be loaded from jar files in the specified classpath. Incompatible with
367 /** from --classpath */
368 String classpath; field in class:ZygoteConnection.Arguments
520 } else if (arg.equals("-classpath")) {
521 if (classpath != null) {
526 classpath = args[++curArg];
529 "-classpath requires argument");
577 if (runtimeInit && classpath != null)
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 881 String classpath = manifest.getMainAttributes().getValue( local
883 if (classpath != null) {
884 searchList.addAll(0, getInternalURLs(url, classpath));
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-jdt/0.20.0/
tycho-compiler-jdt-0.20.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 1744 char *classpath; member in struct:JDK1_1InitArgs
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/
maven-archiver-2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 

Completed in 1033 milliseconds

1 2 3 4 5