/dalvik/dx/junit-tests/com/android/dx/util/ |
D | ListIntSetTest.java | 32 assertTrue(set.has(0)); in test_basic() 33 assertTrue(set.has(1)); in test_basic() 34 assertTrue(set.has(31)); in test_basic() 38 assertFalse(set.has(2)); in test_basic() 39 assertFalse(set.has(7)); in test_basic() 40 assertFalse(set.has(30)); in test_basic() 87 assertTrue(set.has(0)); in test_remove() 88 assertTrue(set.has(1)); in test_remove() 89 assertTrue(set.has(31)); in test_remove() 91 assertFalse(set.has(2)); in test_remove() [all …]
|
D | BitIntSetTest.java | 32 assertTrue(set.has(0)); in test_basic() 33 assertTrue(set.has(1)); in test_basic() 34 assertTrue(set.has(31)); in test_basic() 38 assertFalse(set.has(2)); in test_basic() 39 assertFalse(set.has(7)); in test_basic() 40 assertFalse(set.has(30)); in test_basic() 79 assertTrue(set.has(0)); in test_remove() 80 assertTrue(set.has(1)); in test_remove() 81 assertTrue(set.has(31)); in test_remove() 83 assertFalse(set.has(2)); in test_remove() [all …]
|
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single 6 method with a simple Code attribute, which itself has a syntactically
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single 6 method with a simple Code attribute, which itself has a syntactically
|
/dalvik/dx/tests/024-code-bytecode/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single 6 method with a Code attribute, and the code[] array of the attribute has
|
/dalvik/dx/src/com/android/dx/util/ |
D | IntSet.java | 44 boolean has(int value); in has() method
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | IntSet.java | 44 boolean has(int value); in has() method
|
/dalvik/dx/tests/118-find-usages/ |
D | info.txt | 3 The expected output assumes this bug has not yet been fixed: http://b/3366285
|
/dalvik/dx/src/com/android/dx/ssa/ |
D | InterferenceRegisterMapper.java | 91 return existing.has(oldReg); in interferes() 93 return existing.has(oldReg) in interferes()
|
/dalvik/dx/tests/007-no-superclass/ |
D | info.txt | 6 has no superclass.
|
/dalvik/dx/tests/006-interfaces/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a non-empty
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/020-method-attrib-Deprecated/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/026-field-attrib-Signature/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/019-method-attrib-Synthetic/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/027-method-attrib-Signature/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/017-method-attrib-Code/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a series of
|
/dalvik/dx/tests/023-code-exception-table/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|