HomeSort by relevance Sort by last modified time
    Searched refs:je (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /external/libffi/src/x86/
freebsd.S 212 je .Lcls_retint
222 je .Lcls_retfloat
224 je .Lcls_retdouble
226 je .Lcls_retldouble
228 je .Lcls_retllong
230 je .Lcls_retstruct1b
232 je .Lcls_retstruct2b
234 je .Lcls_retstruct
300 je .Lrcls_retint
310 je .Lrcls_retfloa
    [all...]
win32.S 293 je .Lcls_retint
295 je .Lcls_retfloat
297 je .Lcls_retdouble
299 je .Lcls_retldouble
301 je .Lcls_retllong
303 je .Lcls_retstruct1
305 je .Lcls_retstruct2
359 je .Lrcls_retint
361 je .Lrcls_retfloat
363 je .Lrcls_retdoubl
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 64 JarEntry je = jis.getNextJarEntry(); local
65 while (je != null) {
66 if (je.getName().equals(entryName)) {
69 je = jis.getNextJarEntry();
101 JarEntry je = jis.getNextJarEntry(); local
102 while (je != null) {
103 actual.add(je.toString());
104 je = jis.getNextJarEntry();
156 JarEntry je = jis.getNextJarEntry(); local
157 while (je != null)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarEntryTest.java 129 JarEntry je = jarFile.getJarEntry(entryName); local
130 assertNotNull("Jar entry is null", je);
131 jarEntry = new JarEntry(je);
  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 14 je common_errNullObject # bail if so
26 je .L${opcode}_skip_check
OP_DIV_LONG.S 11 je .L${opcode}_check_zero
13 je .L${opcode}_check_neg1
OP_DIV_LONG_2ADDR.S 12 je .L${opcode}_check_zero
14 je .L${opcode}_check_neg1
OP_SGET.S 23 je .L${opcode}_resolve # if not, make it so
46 je common_exceptionThrown # no, handle exception
OP_SPUT.S 23 je .L${opcode}_resolve # if not, make it so
46 je common_exceptionThrown # no, handle exception
OP_AGET.S 14 je common_errNullObject # bail if so
OP_AGET_WIDE.S 12 je common_errNullObject # bail if so
OP_APUT.S 14 je common_errNullObject # bail if so
OP_APUT_WIDE.S 12 je common_errNullObject # bail if so
OP_CMPG_DOUBLE.S 22 je .L${opcode}_finish
OP_INVOKE_VIRTUAL_QUICK.S 18 je common_errNullObject # yep, throw exception
OP_SHL_LONG.S 23 je 2f
OP_SHL_LONG_2ADDR.S 20 je 2f
OP_SHR_LONG_2ADDR.S 20 je 2f
OP_USHR_LONG.S 23 je 2f
OP_USHR_LONG_2ADDR.S 20 je 2f
bindiv.S 14 je common_errDivideByZero
bindiv2addr.S 14 je common_errDivideByZero
bindivLit16.S 15 je common_errDivideByZero
OP_CHECK_CAST.S 18 je .L${opcode}_okay # null obj, cast always succeeds
22 je .L${opcode}_resolve # no, go do it now
75 je common_exceptionThrown # yes, handle exception
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStressTest.java 40 JarEntry je = jarFile.getJarEntry("AndroidManifest.xml"); local
46 InputStream is = jarFile.getInputStream(je);
50 Certificate[] certs = je != null ? je.getCertificates() : null;

Completed in 189 milliseconds

12 3 4 5 6 7 8