/sdk/testapps/userLibTest/ |
.classpath | 2 <classpath> 9 </classpath>
|
/external/bison/build-aux/ |
javaexec.sh.in | 27 # The extra CLASSPATH must have been set prior to calling this script. 30 CONF_CLASSPATH='@CLASSPATH@' 32 # Combine given CLASSPATH and configured CLASSPATH. 33 if test -n "$CLASSPATH"; then 34 CLASSPATH="$CLASSPATH${CONF_CLASSPATH:+@CLASSPATH_SEPARATOR@$CONF_CLASSPATH}" 36 CLASSPATH="$CONF_CLASSPATH" 38 export CLASSPATH 43 export CLASSPATH [all...] |
/external/chromium_org/build/android/gyp/ |
proguard.py | 17 classpath = build_utils.ParseGypList(options.classpath) 18 classpath = list(set(classpath)) 19 libraryjars = ':'.join(classpath) 41 parser.add_option('--classpath', help="Classpath for proguard.")
|
/external/proguard/src/proguard/wtk/ |
ProGuardObfuscator.java | 40 * obfuscator.runner.classpath: /usr/local/java/proguard1.6/lib/proguard.jar 66 String classPath, 81 configuration.libraryJars = classPath(classPath); 84 configuration.programJars = new ClassPath(); 110 * Converts the given class path String into a ClassPath object. 112 private ClassPath classPath(String classPathString) 114 ClassPath classPath = new ClassPath() [all...] |
/cts/tools/vm-tests-tf/src/util/build/ |
JavacBuildStep.java | 29 private final String classPath; 31 public JavacBuildStep(String destPath, String classPath) { 33 this.classPath = classPath; 58 commandLine[0] = "-classpath"; 59 commandLine[1] = classPath; 81 && classPath.equals(other.classPath) 89 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode();
|
/external/doclava/ |
build.xml | 10 <path id="classpath.test"> 26 <classpath> 28 </classpath> 64 <classpath refid="classpath.test" /> 70 <classpath refid="classpath.test" /> 82 <taskdef name="doclava" classname="com.google.doclava.DoclavaTask" classpath="${jar.file}"/> 97 -classpath ${jar.file}
|
/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...] |
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antenv.cmd | 34 when param='-cp' | param='-classpath' then mode = 'c' 55 classpath = value('CLASSPATH',,env) 57 if classes \= '' then classpath = prepend(classpath classes) 59 if classes \= '' then classpath = prepend(classpath classes) 61 classpath = prepend(classpath ANT_HOME || '\lib\ant-launcher.jar') 62 'SET CLASSPATH=' || classpat [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedManipulationEclipse.sh | 21 CLASSPATH="$JAVA_HOME/lib/rt.jar"; 23 # note that com.sun.org.apache.xerces (Sun JDK 1.5, rt.jar) != org.apache.xerces (Ant 1.6.5, xercesImpl.jar) so must remove from classpath 24 for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done 30 -classpath $CLASSPATH \
|
/frameworks/base/test-runner/src/junit/runner/ |
ClassPathTestCollector.java | 23 String classPath= System.getProperty("java.class.path"); 24 Hashtable result = collectFilesInPath(classPath); 28 public Hashtable collectFilesInPath(String classPath) { 29 Hashtable result= collectFilesInRoots(splitClassPath(classPath)); 57 Vector splitClassPath(String classPath) { 60 StringTokenizer tokenizer= new StringTokenizer(classPath, separator);
|
/development/tools/mkstubs/ |
.classpath | 2 <classpath> 9 </classpath>
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/ |
.classpath | 2 <classpath> 9 </classpath>
|
/external/droiddriver/samples/testapp/ |
.classpath | 2 <classpath> 10 </classpath>
|
/external/droiddriver/samples/testapp/tests/ |
.classpath | 2 <classpath> 10 </classpath>
|
/frameworks/base/tools/layoutlib/create/ |
.classpath | 2 <classpath> 9 </classpath>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
.classpath | 2 <classpath> 11 </classpath>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/ |
.classpath | 2 <classpath> 8 </classpath>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/ |
.classpath | 2 <classpath> 10 </classpath>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
.classpath | 2 <classpath> 10 </classpath>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
.classpath | 2 <classpath> 10 </classpath>
|
/sdk/testapps/javaProjectTest/app/ |
.classpath | 2 <classpath> 9 </classpath>
|
/sdk/testapps/javaProjectTest/javaProject/ |
.classpath | 2 <classpath> 8 </classpath>
|
/sdk/testapps/javaProjectTest/lib1/ |
.classpath | 2 <classpath> 10 </classpath>
|
/sdk/testapps/javaProjectTest/lib2/ |
.classpath | 2 <classpath> 9 </classpath>
|