HomeSort by relevance Sort by last modified time
    Searched defs:BitSet (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/icu/source/test/perf/usetperf/
bitset.h 14 * A simple, limited clone of the java.util.BitSet.
16 class BitSet {
25 BitSet();
26 ~BitSet();
bitset.cpp 11 #include "bitset.h"
20 BitSet::BitSet() {
26 BitSet::~BitSet() {
30 UBool BitSet::get(int32_t bitIndex) const {
37 void BitSet::set(int32_t bitIndex) {
46 void BitSet::clearAll() {
50 void BitSet::ensureCapacity(uint32_t minLen) {
  /external/icu4c/test/perf/usetperf/
bitset.h 14 * A simple, limited clone of the java.util.BitSet.
16 class BitSet {
25 BitSet();
26 ~BitSet();
bitset.cpp 11 #include "bitset.h"
20 BitSet::BitSet() {
26 BitSet::~BitSet() {
30 UBool BitSet::get(int32_t bitIndex) const {
37 void BitSet::set(int32_t bitIndex) {
46 void BitSet::clearAll() {
50 void BitSet::ensureCapacity(uint32_t minLen) {
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
bitset.cpp 6 * file name: bitset.cpp
84 class BitSet : public UObject, public UnicodeContainable {
86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) {
172 ~BitSet() {
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 6 * file name: bitset.cpp
84 class BitSet : public UObject, public UnicodeContainable {
86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) {
172 ~BitSet() {
  /libcore/luni/src/main/java/java/util/
BitSet.java 25 * The {@code BitSet} class implements a bit field. Each element in a
26 * {@code BitSet} can be on(1) or off(0). A {@code BitSet} is created with a
30 public class BitSet implements Serializable, Cloneable {
64 * Create a new {@code BitSet} with size equal to 64 bits.
74 public BitSet() {
81 * Create a new {@code BitSet} with size equal to nbits. If nbits is not a
82 * multiple of 64, then create a {@code BitSet} with size nbits rounded to
97 public BitSet(int nbits) {
112 private BitSet(long[] bits, boolean needClear, int actualArrayLength, boolean isLengthActual)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 31 import java.util.BitSet;
129 private BitSet callerBlocks;
131 private BitSet retBlocks;
142 retBlocks = new BitSet(maxLabel);
143 callerBlocks = new BitSet(maxLabel);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 164 milliseconds