Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 29) sorted by relevance

12

/dalvik/dx/src/com/android/dx/util/
DBits.java60 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/
DBits.java60 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/
Dinfo.txt5 The salient bit of parsing tested here is that the class is Object-like and
/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/015-field-attrib-Synthetic/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/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/019-method-attrib-Synthetic/
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/020-method-attrib-Deprecated/
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/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/027-method-attrib-Signature/
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/017-method-attrib-Code/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/021-code-attrib-LineNumberTable/
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
/dalvik/dx/tests/009-method/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/008-field/
Dinfo.txt5 The salient bit of parsing tested here is that the class has a single
/dalvik/dx/tests/005-cp-top-down/
Dinfo.txt5 The salient bit of parsing tested here is that the constant pool contains
/dalvik/dx/tests/004-cp-bottom-up/
Dinfo.txt5 The salient bit of parsing tested here is that the constant pool contains
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/
Dinfo.txt5 The salient bit of parsing tested here is that each class has a single

12