OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jar
(Results
276 - 300
of
661
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLClassLoaderTest.java
52
import java.util.
jar
.Manifest;
116
new URL("
jar
:file://foo.
jar
!/foo.c"),
243
urls[3] = new URL("
jar
:file:c://" + Support_Configuration.TestResources
268
urls[0] = new URL(Support_Resources.getResourceURL("/UCL/UCL.
jar
"));
279
urls[0] = new URL("
jar
:"
280
+ Support_Resources.getResourceURL("/UCL/UCL.
jar
!/"));
283
assertNotNull("Failed to load class from explicit
jar
URL", cl);
351
new URL("
jar
:file://foo.
jar
!/foo.c"),
[
all
...]
URLEncoderTest.java
74
"
jar
:file://a.
jar
!/b.c/\u1052",
80
"
jar
%3Afile%3A%2F%2Fa.
jar
+%21%2Fb.c%2F%E1%81%92"};
/cts/tools/spec-progress/etc/
spec-progress
46
#exec java $javaOpts -
jar
$libdir/hat.
jar
"$@"
54
export CLASSES=$progdir/../framework/spec-progress.
jar
108
java.util.
jar
\
/cts/tools/utils/
Android.mk
25
LOCAL_CLASSPATH := $(HOST_JDK_TOOLS_JAR) $(LOCAL_PATH)/lib/junit.
jar
/dalvik/libcore/archive/src/main/java/java/util/jar/
JarEntry.java
18
package java.util.
jar
;
34
* Represents a single file in a
JAR
archive together with the manifest
132
*
JAR
file. If there is no such code signer, it returns {@code null}. Make
136
* @return the code signers for the
JAR
entry.
/dalvik/libcore/archive/src/test/java/tests/archive/
AllTests.java
32
suite.addTest(org.apache.harmony.archive.tests.java.util.
jar
.AllTests
/dalvik/libcore/
run-core-tests
34
-classpath /system/framework/core-tests.
jar
\
/dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangClassLoaderTest.java
141
File tempFile = Support_Resources.createTempFile(".
jar
");
149
* The testdex.
jar
contains the following two classes:
170
InputStream is = Support_Resources.getResourceStream("testdex.
jar
");
175
new URL(Support_Resources.getResourceURL("testdex.
jar
")),
/dalvik/tests/003-omnibus-opcodes/
build
26
zip test.
jar
classes.dex
/dalvik/tests/023-many-interfaces/
build
28
zip test.
jar
classes.dex
/development/tools/idegen/
README
14
JDK like you normally would and then removing all of the
jar
entries
40
Installed JREs". Remove all of the
jar
entries underneath "JRE system
42
least one
jar
is present, so include a random
jar
that won't get in the
/external/clearsilver/java-jni/
README-bin.txt
20
Then you must put the clearsilver.
jar
file into your java
/external/emma/core/res/com/vladium/emma/instr/
instr_usage.res
4
'<class directories and zip/
jar
files>',
/external/webkit/WebCore/platform/network/soup/
CookieJarSoup.h
35
void setDefaultCookieJar(SoupCookieJar*
jar
);
/frameworks/base/common/
Android.mk
29
$(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):android-common.
jar
)
/packages/apps/Calculator/
Android.mk
34
LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-2.1.2.
jar
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
IImageLoader.java
24
* Interface defining an image loader.
jar
app/lib and plugin have different packaging method
/cts/tools/vm-tests/etc/
starttests
62
dexcore=$dalviktest/tests/dot/junit/dexcore.
jar
78
bpath=$framework/core.
jar
157
adb push $dexcore /data/dexcore.
jar
>> /dev/null 2>&1
162
echo $1 | sed -e 's#\.#/#g;s#$#.
jar
#'
206
classpath="/data/dexcore.
jar
"
222
for
jar
in ${pushedjars}; do
223
adb shell rm ${
jar
} &> /dev/null
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java
40
* Opens a DEX file from a given File object. This will usually be a ZIP/
JAR
61
* Opens a DEX file from a given filename. This will usually be a ZIP/
JAR
92
*
Jar
or APK file with "classes.dex".
123
*
Jar
or APK file with "classes.dex". (May expand this to include
275
* Returns true if the VM believes that the apk/
jar
file is out of date
278
* @param fileName the absolute path to the apk/
jar
file to examine.
282
* @throws java.io.IOException if fileName is not a valid apk/
jar
file or
/dalvik/libcore/security/src/test/java/tests/api/java/security/
PermissionCollectionTest.java
47
// near the end of this test needs to verify a signed
jar
(signedBKS.
jar
).
51
// security exception inside java.util.
jar
.JarVerifier.
88
URL signedBKS = getResourceURL("PermissionCollection/signedBKS.
jar
");
146
// Copy mypermissionBKS.
jar
to the user directory so that it can be put
154
.getResourceStream("PermissionCollection/mypermissionBKS.
jar
");
155
jarFile = Support_GetLocal.createTempFile(".
jar
");
/external/emma/core/java12/com/vladium/emma/
runCommand.java
13
import java.util.
jar
.Attributes;
14
import java.util.
jar
.JarFile;
15
import java.util.
jar
.Manifest;
86
else if ("
jar
".equals (on))
143
usageexit (parser, IOptsParser.SHORT_USAGE, "missing
jar
file name");
212
usageexit (parser, IOptsParser.SHORT_USAGE, "either '-cp' or '-
jar
' option is required");
286
return "[options] class [args...] | -
jar
[options] jarfile [args...]";
/external/emma/core/java12/com/vladium/util/
IPathEnumerator.java
20
import java.util.
jar
.Attributes;
21
import java.util.
jar
.JarFile;
22
import java.util.
jar
.JarInputStream;
23
import java.util.
jar
.Manifest;
104
if (lcName.endsWith (".zip") || lcName.endsWith (".
jar
"))
184
// if (lcName.endsWith (".zip") || lcName.endsWith (".
jar
"))
244
// first
jar
entry
/sdk/eclipse/buildConfig/
build.properties
21
# bootclasspath - The base jars to compile against (typicaly rt.
jar
)
75
#Set to true if you want the output to be ready for an update
jar
(no site.xml generated)
150
#- the location of the
jar
or folder that is the plugin or feature : /path/to/foo.
jar
or /path/to/foo
188
# The location of the Java jars to compile against. Typically the rt.
jar
for your JDK/JRE
189
#bootclasspath=${java.home}/lib/rt.
jar
193
#CDC-1.0/Foundation-1.0= /path/to/rt.
jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java
169
* Loads a class from the 3rd party
jar
present in the project
182
// that we are querying the
jar
classloader. This will let us know to not query
192
* Returns an array of external
jar
files used by the project.
215
// check the name ends with .
jar
231
// if the
jar
path doesn't match a workspace resource,
/sdk/files/
ant_lib_rules_r2.xml
9
android.
jar
, android.aidl, aapt, aidl, and dx
76
<pathelement location="${emma.dir}/emma.
jar
" />
77
<pathelement location="${emma.dir}/emma_ant.
jar
" />
101
androidjar="${android.
jar
}"
123
<fileset dir="${external.libs.absolute.dir}" includes="*.
jar
" />
Completed in 321 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>