HomeSort by relevance Sort by last modified time
    Searched full:verification (Results 1 - 25 of 846) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/075-verification-error/
info.txt 1 Exercise deferred verification error reporting.
  /dalvik/tests/024-illegal-access/
info.txt 1 Test that an attempt to access a private field results in a verification
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
4 * exception for an error discovered during verification. The
  /dalvik/vm/analysis/
DexVerify.h 18 * Dalvik classfile verification.
24 * Global verification mode. These must be in order from least verification
26 * the verification steps anyway.
38 * (Verification is currently a prerequisite for optimization, not an
50 * Perform verification on all classes loaded from this DEX file. This
  /dalvik/vm/mterp/x86/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
4 * exception for an error discovered during verification. The
  /dalvik/dx/src/com/android/dx/cf/code/
package.html 3 is needed for verification or stack-to-register conversion.</p>
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct/
Test_invoke_direct.java 81 fail("expected a verification exception");
94 fail("expected a verification exception");
109 fail("expected a verification exception");
122 fail("expected a verification exception");
135 fail("expected a verification exception");
149 fail("expected a verification exception");
162 fail("expected a verification exception");
178 fail("expected a verification exception");
193 fail("expected a verification exception");
206 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_direct_range/
Test_invoke_direct_range.java 81 fail("expected a verification exception");
94 fail("expected a verification exception");
109 fail("expected a verification exception");
122 fail("expected a verification exception");
135 fail("expected a verification exception");
149 fail("expected a verification exception");
162 fail("expected a verification exception");
178 fail("expected a verification exception");
193 fail("expected a verification exception");
206 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/
Test_lookupswitch.java 65 fail("expected a verification exception");
78 fail("expected a verification exception");
92 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
146 fail("expected a verification exception");
159 fail("expected a verification exception");
173 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java 58 fail("expected a verification exception");
71 fail("expected a verification exception");
85 fail("expected a verification exception");
98 fail("expected a verification exception");
111 fail("expected a verification exception");
124 fail("expected a verification exception");
137 fail("expected a verification exception");
150 fail("expected a verification exception");
165 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 58 fail("expected a verification exception");
71 fail("expected a verification exception");
84 fail("expected a verification exception");
97 fail("expected a verification exception");
110 fail("expected a verification exception");
123 fail("expected a verification exception");
136 fail("expected a verification exception");
149 fail("expected a verification exception");
164 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/
Test_sget.java 89 fail("expected a verification exception");
103 fail("expected a verification exception");
118 fail("expected a verification exception");
134 fail("expected a verification exception");
148 fail("expected a verification exception");
162 fail("expected a verification exception");
178 fail("expected a verification exception");
191 fail("expected a verification exception");
205 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/
Test_sget_boolean.java 84 fail("expected a verification exception");
98 fail("expected a verification exception");
113 fail("expected a verification exception");
129 fail("expected a verification exception");
143 fail("expected a verification exception");
157 fail("expected a verification exception");
173 fail("expected a verification exception");
186 fail("expected a verification exception");
200 fail("expected a verification exception");
214 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_byte/
Test_sget_byte.java 84 fail("expected a verification exception");
98 fail("expected a verification exception");
113 fail("expected a verification exception");
129 fail("expected a verification exception");
143 fail("expected a verification exception");
157 fail("expected a verification exception");
173 fail("expected a verification exception");
186 fail("expected a verification exception");
200 fail("expected a verification exception");
214 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/
Test_sget_char.java 84 fail("expected a verification exception");
98 fail("expected a verification exception");
113 fail("expected a verification exception");
129 fail("expected a verification exception");
143 fail("expected a verification exception");
157 fail("expected a verification exception");
173 fail("expected a verification exception");
186 fail("expected a verification exception");
200 fail("expected a verification exception");
214 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget_short/
Test_sget_short.java 84 fail("expected a verification exception");
98 fail("expected a verification exception");
113 fail("expected a verification exception");
129 fail("expected a verification exception");
143 fail("expected a verification exception");
157 fail("expected a verification exception");
173 fail("expected a verification exception");
186 fail("expected a verification exception");
200 fail("expected a verification exception");
214 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 66 fail("expected a verification exception");
80 fail("expected a verification exception");
95 fail("expected a verification exception");
111 fail("expected a verification exception");
125 fail("expected a verification exception");
139 fail("expected a verification exception");
155 fail("expected a verification exception");
168 fail("expected a verification exception");
182 fail("expected a verification exception");
196 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_boolean/
Test_iput_boolean.java 85 fail("expected a verification exception");
98 fail("expected a verification exception");
113 fail("expected a verification exception");
127 fail("expected a verification exception");
142 fail("expected a verification exception");
157 fail("expected a verification exception");
173 fail("expected a verification exception");
187 fail("expected a verification exception");
201 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_byte/
Test_iput_byte.java 81 fail("expected a verification exception");
95 fail("expected a verification exception");
111 fail("expected a verification exception");
125 fail("expected a verification exception");
140 fail("expected a verification exception");
155 fail("expected a verification exception");
171 fail("expected a verification exception");
185 fail("expected a verification exception");
199 fail("expected a verification exception");
217 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_char/
Test_iput_char.java 82 fail("expected a verification exception");
96 fail("expected a verification exception");
112 fail("expected a verification exception");
126 fail("expected a verification exception");
141 fail("expected a verification exception");
156 fail("expected a verification exception");
172 fail("expected a verification exception");
186 fail("expected a verification exception");
201 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_object/
Test_iput_object.java 82 fail("expected a verification exception");
96 fail("expected a verification exception");
112 fail("expected a verification exception");
128 fail("expected a verification exception");
143 fail("expected a verification exception");
159 fail("expected a verification exception");
173 fail("expected a verification exception");
187 fail("expected a verification exception");
205 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_short/
Test_iput_short.java 83 fail("expected a verification exception");
97 fail("expected a verification exception");
113 fail("expected a verification exception");
127 fail("expected a verification exception");
142 fail("expected a verification exception");
157 fail("expected a verification exception");
173 fail("expected a verification exception");
187 fail("expected a verification exception");
201 fail("expected a verification exception");
219 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_wide/
Test_iput_wide.java 94 fail("expected a verification exception");
108 fail("expected a verification exception");
124 fail("expected a verification exception");
141 fail("expected a verification exception");
156 fail("expected a verification exception");
172 fail("expected a verification exception");
187 fail("expected a verification exception");
201 fail("expected a verification exception");
219 fail("expected a verification exception");
233 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_0/
Test_aload_0.java 48 fail("expected a verification exception");
62 fail("expected a verification exception");
75 fail("expected a verification exception");
88 fail("expected a verification exception");
101 fail("expected a verification exception");
115 fail("expected a verification exception");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload_1/
Test_aload_1.java 48 fail("expected a verification exception");
62 fail("expected a verification exception");
75 fail("expected a verification exception");
88 fail("expected a verification exception");
101 fail("expected a verification exception");
115 fail("expected a verification exception");

Completed in 2310 milliseconds

1 2 3 4 5 6 7 8 91011>>