HomeSort by relevance Sort by last modified time
    Searched full:classpath (Results 126 - 150 of 784) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/javassist/
build.xml 24 <!-- Build classpath -->
25 <path id="classpath">
29 <property name="build.classpath" refid="classpath"/>
31 <path id="test.compile.classpath">
36 <property name="test.compile.classpath" refid="test.compile.classpath"/>
38 <path id="test.classpath">
44 <property name="test.classpath" refid="test.classpath"/>
    [all...]
  /development/cmds/monkey/
monkey 5 export CLASSPATH=$base/framework/monkey.jar
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl 27 # the code is not totally portable due to classpath and directory splitting
40 # - target platform uses ":" as classpath separator or perl indicates it is dos/win32
77 #ISSUE: what java wants to split up classpath varies from platform to platform
87 #build up standard classpath
105 my $classpath=$ENV{CLASSPATH};
109 if (! $classpath eq "")
111 $classpath = `cygpath --path --windows "$classpath"`;
112 chomp ($classpath);
    [all...]
ant 149 # Build local classpath using just the launcher in non-rpm mode or
156 if $rpm_mode && [ -x /usr/bin/build-classpath ] ; then
157 LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)"
180 # If the user requested to try to add some other jars to the classpath
182 _OPTCLASSPATH="$(/usr/bin/build-classpath $OPT_JAR_LIST 2> /dev/null)"
188 # Explicitly add javac path to classpath, assume JAVA_HOME set
198 # user CLASSPATH first and ant-found jars after.
199 # In that case, the user CLASSPATH will override ant-found jars
202 # with ant-found jars first and user CLASSPATH after
203 if [ -n "$CLASSPATH" ] ; then
    [all...]
  /frameworks/base/cmds/am/
am 5 export CLASSPATH=$base/framework/am.jar
  /frameworks/base/cmds/bmgr/
bmgr 5 export CLASSPATH=$base/framework/bmgr.jar
  /frameworks/base/cmds/content/
content 3 export CLASSPATH=$base/framework/content.jar
  /frameworks/base/cmds/ime/
ime 5 export CLASSPATH=$base/framework/ime.jar
  /frameworks/base/cmds/input/
input 5 export CLASSPATH=$base/framework/input.jar
  /frameworks/base/cmds/media/
media 5 export CLASSPATH=$base/framework/media_cmd.jar
  /frameworks/base/cmds/pm/
pm 5 export CLASSPATH=$base/framework/pm.jar
  /frameworks/base/cmds/svc/
svc 5 export CLASSPATH=$base/framework/svc.jar
  /frameworks/base/cmds/wm/
wm 5 export CLASSPATH=$base/framework/wm.jar
  /build/core/tasks/
ide.mk 47 .classpath: PRIVATE_MODULES := $(eclipse_project_modules)
48 .classpath: PRIVATE_DIRS := $(source_paths)
51 $(eclipse_project_goals): .classpath
52 .classpath: FORCE
53 $(hide) echo Generating .classpath for eclipse
54 $(hide) echo '<classpath>' > $@
60 $(hide) echo '</classpath>' >> $@
  /external/bison/m4/
javaexec.m4 41 save_CLASSPATH="$CLASSPATH"
42 CLASSPATH="$2"${CLASSPATH+"$CLASSPATH_SEPARATOR$CLASSPATH"}
44 export CLASSPATH
87 CLASSPATH="$save_CLASSPATH"
97 AC_SUBST([CLASSPATH])
  /external/dexmaker/
build.xml 14 <classpath>
17 </classpath>
23 <classpath>
26 </classpath>
32 <classpath>
35 </classpath>
41 classpath="lib/jarjar.jar"/>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedPublish.sh 19 CLASSPATH="$JAVA_HOME/lib/rt.jar";
20 CLASSPATH=$CLASSPATH":"$ANT_HOME/lib/ant.jar":"$ANT_HOME/lib/ant-launcher.jar;
21 CLASSPATH=$CLASSPATH":"../feedTools.jar;
35 cmd="$JAVA_HOME/bin/java -debug -Dant.home=$ANT_HOME -Dant.library.dir=$JAVA_HOME/lib -classpath $CLASSPATH org.apache.tools.ant.launch.Launcher"
  /external/javassist/src/main/javassist/
ClassPath.java 22 * <code>ClassPath</code> is an interface implemented by objects
29 * @see ClassPool#insertClassPath(ClassPath)
30 * @see ClassPool#appendClassPath(ClassPath)
31 * @see ClassPool#removeClassPath(ClassPath)
33 public interface ClassPath {
62 * This method is invoked when the <code>ClassPath</code> object is
  /external/proguard/src/proguard/ant/
ConfigurationTask.java 321 private ClassPath extendClassPath(ClassPath classPath,
325 if (classPath == null)
327 classPath = new ClassPath();
330 classPathElement.appendClassPathEntriesTo(classPath,
333 return classPath;
337 private ClassPath extendClassPath(ClassPath classPath
    [all...]
  /cts/tools/tradefed-host/
.classpath 2 <classpath>
11 </classpath>
  /cts/tools/tradefed-host/tests/
.classpath 2 <classpath>
11 </classpath>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
.classpath 2 <classpath>
12 </classpath>
  /external/jsr305/ri/
build.xml 10 <classpath>
12 </classpath>
  /frameworks/base/tools/layoutlib/bridge/
.classpath 2 <classpath>
11 </classpath>
  /frameworks/base/tools/layoutlib/bridge/tests/
.classpath 2 <classpath>
11 </classpath>

Completed in 5389 milliseconds

1 2 3 4 56 7 8 91011>>