/dalvik/dx/src/com/android/dx/util/ |
D | Bits.java | 60 int bit = 1 << (idx & 0x1f); in get() local 61 return (bits[arrayIdx] & bit) != 0; in get() 73 int bit = 1 << (idx & 0x1f); in set() local 76 bits[arrayIdx] |= bit; in set() 78 bits[arrayIdx] &= ~bit; in set() 90 int bit = 1 << (idx & 0x1f); in set() local 91 bits[arrayIdx] |= bit; in set() 102 int bit = 1 << (idx & 0x1f); in clear() local 103 bits[arrayIdx] &= ~bit; in clear()
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | Bits.java | 60 int bit = 1 << (idx & 0x1f); in get() local 61 return (bits[arrayIdx] & bit) != 0; in get() 73 int bit = 1 << (idx & 0x1f); in set() local 76 bits[arrayIdx] |= bit; in set() 78 bits[arrayIdx] &= ~bit; in set() 90 int bit = 1 << (idx & 0x1f); in set() local 91 bits[arrayIdx] |= bit; in set() 102 int bit = 1 << (idx & 0x1f); in clear() local 103 bits[arrayIdx] &= ~bit; in clear()
|
/dalvik/dx/tests/007-no-superclass/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class is Object-like and
|
/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/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/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/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/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/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/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/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/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/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/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/022-code-attrib-LocalVariableTable/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/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
|
/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
|
/dalvik/dx/tests/009-method/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/008-field/ |
D | info.txt | 5 The salient bit of parsing tested here is that the class has a single
|
/dalvik/dx/tests/005-cp-top-down/ |
D | info.txt | 5 The salient bit of parsing tested here is that the constant pool contains
|
/dalvik/dx/tests/004-cp-bottom-up/ |
D | info.txt | 5 The salient bit of parsing tested here is that the constant pool contains
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
D | info.txt | 5 The salient bit of parsing tested here is that each class has a single
|