Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 43) sorted by relevance

12

/dalvik/dx/junit-tests/com/android/dx/util/
DListIntSetTest.java32 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 …]
DBitIntSetTest.java32 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/
Dinfo.txt5 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/
Dinfo.txt5 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/
Dinfo.txt5 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/
DIntSet.java44 boolean has(int value); in has() method
/dalvik/dexgen/src/com/android/dexgen/util/
DIntSet.java44 boolean has(int value); in has() method
/dalvik/dx/tests/118-find-usages/
Dinfo.txt3 The expected output assumes this bug has not yet been fixed: http://b/3366285
/dalvik/dx/src/com/android/dx/ssa/
DInterferenceRegisterMapper.java91 return existing.has(oldReg); in interferes()
93 return existing.has(oldReg) in interferes()
/dalvik/dx/tests/007-no-superclass/
Dinfo.txt6 has no superclass.
/dalvik/dx/tests/006-interfaces/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a non-empty
/dalvik/dx/tests/016-field-attrib-Deprecated/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/015-field-attrib-Synthetic/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/020-method-attrib-Deprecated/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/012-class-attrib-SourceFile/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/026-field-attrib-Signature/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/011-class-attrib-Synthetic/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/018-method-attrib-Exceptions/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/025-class-attrib-Signature/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/013-class-attrib-Deprecated/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/019-method-attrib-Synthetic/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/027-method-attrib-Signature/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/017-method-attrib-Code/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/014-field-attrib-ConstantValue/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a series of
/dalvik/dx/tests/023-code-exception-table/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single

12