Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 135) sorted by relevance

123456

/dalvik/libdex/
Dsha1.cpp138 unsigned long a, b, c, d, e; in SHA1Transform() local
156 e = state[4]; in SHA1Transform()
158 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); in SHA1Transform()
159 R0(c,d,e,a,b, 3); R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); in SHA1Transform()
160 R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); R0(c,d,e,a,b, 8); in SHA1Transform()
161 R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
162 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); in SHA1Transform()
163 R0(a,b,c,d,e,15); R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); in SHA1Transform()
164 R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); R2(a,b,c,d,e,20); in SHA1Transform()
165 R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
[all …]
/dalvik/dx/src/com/android/dx/io/instructions/
DFiveRegisterDecodedInstruction.java38 private final int e; field in FiveRegisterDecodedInstruction
45 int a, int b, int c, int d, int e) { in FiveRegisterDecodedInstruction() argument
52 this.e = e; in FiveRegisterDecodedInstruction()
82 return e; in getE()
89 getTarget(), getLiteral(), a, b, c, d, e); in withIndex()
/dalvik/dx/tests/032-bb-live-code/
Dexpected.txt96 block 001b: 001b..001e
98 next 001e
100 block 001e: 001e..0021
101 001e: if_icmpgt 003b
113 0027: if_acmpne 003e
115 next 003e
163 block 003d: 003d..003e
166 block 003e: 003e..003f
167 003e: return
221 default: 001e
[all …]
/dalvik/dx/tests/024-code-bytecode/
Dsmall-class.txt7 002e # major_version
67 0e # 000e: dconst_0
75 13 0009 # 001e: ldc_w <integer>
81 17 03 # 002e: fload 03
88 1e # 0038: lload_0
94 24 # 003e: fload_2
104 2e # 0048: iaload
110 34 # 004e: caload
120 3e # 005d: istore_3
121 3f # 005e: lstore_0
[all …]
Dexpected.txt5 major_version: 002e
63 000e: dconst_0 // 0.0
71 001e: ldc_w #+12345678
77 002e: fload 03
90 003e: fload_2 // 02
106 004e: caload
117 005e: lstore_0 // 00, category-2
133 006e: iastore
149 007e: swap
165 008e: ddiv
[all …]
/dalvik/dx/tests/079-dex-local-variable-renumbering/
Dexpected.txt10 000e: const/16 v19, #float 0.0 // #0000
18 001e: const/16 v19, #float 0.0 // #0000
26 002e: const/16 v19, #float 0.0 // #0000
34 003e: const/16 v19, #float 0.0 // #0000
55 000e: advance pc
56 000e: +local v4 f2 float
63 001e: advance pc
64 001e: +local v8 f6 float
71 002e: advance pc
72 002e: +local v12 f10 float
[all …]
/dalvik/dx/tests/069-dex-source-position/
Dexpected.txt13 000e: move-result v2
26 001e: move-exception v2
33 try 000b..000e
34 catch java.lang.RuntimeException -> 001e
47 000e: move-result v2
60 001e: move-exception v2
67 try 000b..000e
68 catch java.lang.RuntimeException -> 001e
81 001e: line 25
97 000e: move-result v2
[all …]
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... .io.BufferedReader in java.io.IOException e java.io.IOException e java.net. ...
/dalvik/dx/tests/014-field-attrib-ConstantValue/
Dsmall-class.txt7 002e # major_version
22 01 0001 "e" # 000a: utf8["e"]
26 01 0001 "i" # 000e: utf8["i"]
40 01 0012 "Ljava/lang/String;" # 001e: utf8["Ljava/lang/String;"]
91 000a # "e"
131 000e # "i"
132 001e # "Ljava/lang/String;"
/dalvik/dx/tests/115-merge/testdata/
DAnnotated.java7 c = @Annotated.Nested(e="E1", f=1695938256, g=7264081114510713000L),
8 d = { @Annotated.Nested(e="E2", f=1695938256, g=7264081114510713000L) })
27 String e() default ""; in e() method
DTryCatchFinally.java12 } catch (IllegalStateException e) { in method()
16 } catch (RuntimeException e) { in method()
/dalvik/dx/tests/084-dex-high-register-moves/
Dexpected.txt10 000e: move/from16 v5, v22
18 001e: move/from16 v9, v22
26 002e: move/from16 v13, v22
34 003e: move/from16 v17, v22
42 004e: move/from16 v0, v22
51 005e: move-object/from16 v22, v21
58 006e: goto 0069 // -0005
/dalvik/hit/src/com/android/hit/
DArrayInstance.java67 } catch (java.io.IOException e) { in resolveReferences()
68 e.printStackTrace(); in resolveReferences()
123 } catch (java.io.IOException e) { in visit()
124 e.printStackTrace(); in visit()
175 } catch (java.io.IOException e) { in describeReferenceTo()
176 e.printStackTrace(); in describeReferenceTo()
DClassInstance.java80 } catch (Exception e) { in resolve()
81 e.printStackTrace(); in resolve()
140 } catch (Exception e) { in visit()
141 e.printStackTrace(); in visit()
194 } catch (Exception e) { in describeReferenceTo()
195 e.printStackTrace(); in describeReferenceTo()
/dalvik/dx/tests/093-ssa-invoke-range/
DBlort.java5 (int a, int b, int c, int d, int e, int f) { in methodThatNeedsInvokeRange() argument
32 void testAllParams(int a, int b, int c, int d, int e, int f) { in testAllParams() argument
33 methodThatNeedsInvokeRange(a, b, c, d, e, f); in testAllParams()
/dalvik/tests/050-sync-test/src/
DThreadDeathHandler.java15 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() argument
17 e.printStackTrace(); in uncaughtException()
/dalvik/tests/054-uncaught/src/
DThreadDeathHandler.java15 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() argument
17 e.printStackTrace(); in uncaughtException()
/dalvik/dx/tests/091-ssa-const-collector/
Dexpected.txt23 first 005e
67 pred 005e
75 block 005e
103 next 000e
104 block 000e
107 next 006e
109 pred 006e
128 Blort.java:27@001e: const-object("foo" catch) . <- .
152 block 002e
154 Blort.java:29@002e: Rop{invoke-virtual . <- Ljava/lang/StringBuilder; Ljava/l
[all …]
/dalvik/dx/tests/031-bb-dead-code/
Dexpected.txt72 default: 001e
73 next 001e
74 dead code 001c..001e
75 block 001e: 001e..001f
76 001e: return
/dalvik/dx/tests/005-cp-top-down/
Dsmall-class.txt7 002e # major_version
22 0c 000f 000e # 000c: nat[blort:x/y/Zzz]
24 01 0007 "x/y/Zzz" # 000e: utf8["x/y/Zzz"]
/dalvik/tests/078-polymorphic-virtual/src/
DMain.java31 } catch (Exception e) { in main()
32 System.out.println(e); in main()
/dalvik/dexgen/src/com/android/dexgen/util/
DDexJarMaker.java57 } catch (IOException e) { in create()
58 throw new DexClassLoadingException(e); in create()
65 } catch(IOException e) { in create()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java398 Entry e = locals.get(i); in debugVerify0() local
399 int reg = e.getRegister(); in debugVerify0()
401 if (e.isStart()) { in debugVerify0()
404 if ((already != null) && e.matches(already)) { in debugVerify0()
406 Integer.toHexString(e.getAddress()) + ": got " + in debugVerify0()
407 e + "; had " + already); in debugVerify0()
410 active[reg] = e; in debugVerify0()
414 Integer.toHexString(e.getAddress())); in debugVerify0()
417 int addr = e.getAddress(); in debugVerify0()
427 if (e.getDisposition() in debugVerify0()
[all …]
/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java397 Entry e = locals.get(i); in debugVerify0() local
398 int reg = e.getRegister(); in debugVerify0()
400 if (e.isStart()) { in debugVerify0()
403 if ((already != null) && e.matches(already)) { in debugVerify0()
405 Integer.toHexString(e.getAddress()) + ": got " + in debugVerify0()
406 e + "; had " + already); in debugVerify0()
409 active[reg] = e; in debugVerify0()
413 Integer.toHexString(e.getAddress())); in debugVerify0()
416 int addr = e.getAddress(); in debugVerify0()
426 if (e.getDisposition() in debugVerify0()
[all …]
/dalvik/dx/tests/062-dex-synch-method/
Dexpected.txt36 0008: if-ne v4, v5, 000e // +0006
41 000e: const/4 v4, #int 2 // #2
56 000e: monitor-exit v7
60 0013: goto 000e // -0005
109 0008: if-ne v3, v4, 000e // +0006
114 000e: const/4 v3, #int 2 // #2
128 000e: monitor-exit v6
132 0013: goto 000e // -0005

123456