HomeSort by relevance Sort by last modified time
    Searched refs:jarfile (Results 1 - 18 of 18) sorted by null

  /cts/tools/cfassembler/etc/
cfassembler 37 jarfile=cfassembler.jar
39 if [ ! -r "$libdir/$jarfile" ]
43 if [ ! -r "$libdir/$jarfile" ]
47 if [ ! -r "$libdir/$jarfile" ]
49 echo `basename "$prog"`": can't find $jarfile"
61 jarpath=`cygpath -w "$libdir/$jarfile"`
63 jarpath="$libdir/$jarfile"
  /dalvik/tools/dexdeps/etc/
dexdeps 37 jarfile=dexdeps.jar
39 if [ ! -r "$libdir/$jarfile" ]
43 if [ ! -r "$libdir/$jarfile" ]
47 if [ ! -r "$libdir/$jarfile" ]
49 echo `basename "$prog"`": can't find $jarfile"
64 jarpath=`cygpath -w "$libdir/$jarfile"`
66 jarpath="$libdir/$jarfile"
  /cts/tools/dasm/etc/
dasm 37 jarfile=dasm.jar
39 if [ ! -r "$libdir/$jarfile" ]
43 if [ ! -r "$libdir/$jarfile" ]
47 if [ ! -r "$libdir/$jarfile" ]
49 echo `basename "$prog"`": can't find $jarfile"
61 jarpath=`cygpath -w "$libdir/$jarfile"`
63 jarpath="$libdir/$jarfile"
  /dalvik/dx/etc/
dexmerger 37 jarfile=dx.jar
40 if [ ! -r "$libdir/$jarfile" ]; then
46 if [ ! -r "$libdir/$jarfile" ]; then
51 if [ ! -r "$libdir/$jarfile" ]; then
52 echo `basename "$prog"`": can't find $jarfile"
83 # For Cygwin, convert the jarfile path into native Windows style.
84 jarpath=`cygpath -w "$libdir/$jarfile"`
86 jarpath="$libdir/$jarfile"
dx 37 jarfile=dx.jar
40 if [ ! -r "$libdir/$jarfile" ]; then
46 if [ ! -r "$libdir/$jarfile" ]; then
51 if [ ! -r "$libdir/$jarfile" ]; then
52 echo `basename "$prog"`": can't find $jarfile"
83 # For Cygwin, convert the jarfile path into native Windows style.
84 jarpath=`cygpath -w "$libdir/$jarfile"`
86 jarpath="$libdir/$jarfile"
mainDexClasses 66 jarfile=dx.jar
69 if [ ! -r "$libdir/$jarfile" ]; then
75 if [ ! -r "$libdir/$jarfile" ]; then
80 if [ ! -r "$libdir/$jarfile" ]; then
81 echo `basename "$prog"`": can't find $jarfile" 1>&2
132 # For Cygwin, convert the jarfile path into native Windows style.
133 jarpath=`cygpath -w "$libdir/$jarfile"`
137 jarpath="$libdir/$jarfile"
dx.bat 31 set jarfile=dx.jar variable
36 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
39 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
44 set "jarpath=%frameworkdir%\%jarfile%"
mainDexClasses.bat 28 set jarfile=dx.jar variable
32 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
35 if exist "%frameworkdir%\%jarfile%" goto JarFileOk
39 set "jarpath=%frameworkdir%\%jarfile%"
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 14 import java.util.jar.JarFile;
149 final File jarfile = new File (freeArgs [0]); local
153 jarMainClass = openJarFile (jarfile); // the rest of free args are *not* ignored
163 exit (true, "failed to load Main-Class manifest attribute from [" + jarfile.getAbsolutePath () + "]", null, RC_UNEXPECTED);
173 m_classpath = new String [] { jarfile.getPath () };
286 return "[options] class [args...] | -jar [options] jarfile [args...]";
297 JarFile jarfile = null; local
300 jarfile = new JarFile (file, false)
    [all...]
  /external/javassist/src/main/javassist/
ClassPoolTail.java 123 JarFile jarfile; field in class:JarClassPath
128 jarfile = new JarFile(pathname);
142 JarEntry je = jarfile.getJarEntry(jarname);
144 return jarfile.getInputStream(je);
150 + jarfile.getName());
155 JarEntry je = jarfile.getJarEntry(jarname);
167 jarfile.close();
168 jarfile = null
    [all...]
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 21 import java.util.jar.JarFile;
209 // note: Sun's JarFile uses native code and has been known to
216 // I try to read the manifest again via a JarFile if the stream
295 JarFile jarfile = null; local
298 jarfile = new JarFile (archive, false); // 3-arg constructor is not in J2SE 1.2
299 result = jarfile.getManifest ();
306 if (jarfile != null) try { jarfile.close (); } catch (IOException ignore) {}
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 433 milliseconds