/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...] |
/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 | |
ant.jar | |
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
Natives.java | 89 String classpath = System.getProperty("java.class.path"); local 105 int hash = classpath.hashCode() ^ (int) conn.getLastModified();
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 289 * <li> --classpath=<i>colon-separated classpath</i> indicates 291 * be loaded from jar files in the specified classpath. Incompatible with 329 /** from --classpath */ 330 String classpath; field in class:ZygoteConnection.Arguments 466 } else if (arg.equals("-classpath")) { 467 if (classpath != null) { 472 classpath = args[++curArg]; 475 "-classpath requires argument"); 517 if (runtimeInit && classpath != null) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/ |
jdtCompilerAdapter.jar | |
/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...] |
/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...] |
/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/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |
/prebuilts/tools/common/ant/ |
ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/ |
antsupportlib.jar | |
/external/emma/lib/ |
emma_ant.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/ |
builder-0.5.7.jar | |