/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 29 import java.util.BitSet; 63 BitSet toDelete = new BitSet(blocks.getMaxLabel());
|
/external/antlr/src/org/antlr/runtime/ |
RecognizerSharedState.java | 43 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE]; 124 this.following = new BitSet[state.following.length];
|
BufferedTokenStream.java | 196 return getTokens(start, stop, (BitSet)null); 200 * the token type BitSet. Return null if no tokens were found. This 203 public List getTokens(int start, int stop, BitSet types) { 224 return getTokens(start,stop,new BitSet(types)); 228 return getTokens(start,stop,BitSet.of(ttype));
|
LegacyCommonTokenStream.java | 192 return getTokens(start, stop, (BitSet)null); 196 * the token type BitSet. Return null if no tokens were found. This 199 public List getTokens(int start, int stop, BitSet types) { 228 return getTokens(start,stop,new BitSet(types)); 232 return getTokens(start,stop,BitSet.of(ttype));
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.h | 13 #include <bitset> 76 typedef std::bitset<MODEL_TYPE_COUNT> ModelTypeBitSet; 120 // Converts a string into a model type bitset. If successful, returns true. If
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.cpp | 219 uint32_t bitSet=0; 222 bitSet|=(uint32_t)1<<u_charDirection(c); 224 if(length>0 && bitSet==0) {
|
/external/stlport/etc/ |
autoexp.dat | 13 ; TODO: Fix bitset visualization. 643 ; stlport::bitset 644 ; TODO: Fix it, it doesn't work as expected even when adding an enum to the bitset 645 ; class to get access to the bitset static size rather than using $T1. 647 stdp_std::bitset<*,*>|stdpx_std::bitset<*,*>|stdpmtx_std::bitset<*,*>|stdpxmtx_std::bitset<*,*>|stdpd_std::bitset<*>|stdpdx_std::bitset<*>|stdpdmtx_std::bitset<*>|stdpdxmtx_std::bitset<*> [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 24 import java.util.BitSet; 55 private static final BitSet Q_REGULAR_CHARS = initChars("=_?"); 57 private static final BitSet Q_RESTRICTED_CHARS = initChars("=_?\"#$%&'(),.:;<>@[\\]^`{|}~"); 66 private static final BitSet TOKEN_CHARS = initChars("()<>@,;:\\\"/[]?="); 68 private static final BitSet ATEXT_CHARS = initChars("()<>@.,;:\\\"[]"); 70 private static BitSet initChars(String specials) { 71 BitSet bs = new BitSet(128); 402 BitSet qChars = usage == Usage.TEXT_TOKEN ? Q_REGULAR_CHARS 565 BitSet qChars = usage == Usage.TEXT_TOKEN ? Q_REGULAR_CHAR [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
QuotedPrintableCodec.java | 21 import java.util.BitSet; 66 * BitSet of printable characters as defined in RFC 1521. 68 private static final BitSet PRINTABLE_CHARS = new BitSet(256); 131 * bitset of characters deemed quoted-printable 136 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) {
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/ |
MimeStreamParser.java | 29 import java.util.BitSet;
57 private static BitSet fieldChars = null;
65 fieldChars = new BitSet();
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 47 import java.util.BitSet; 142 BitSet wasUtf8 = new BitSet(offsets.length); 237 private Constant parse0(int idx, BitSet wasUtf8) {
|
/external/bison/lib/ |
bitsetv-print.c | 0 /* Bitset vectors.
|
/external/icu4c/test/perf/usetperf/ |
Makefile.in | 25 OBJECTS = usetperf.o bitset.o
|
/external/iptables/include/linux/netfilter/ |
nf_conntrack_common.h | 25 /* Bitset representing status of connection. */
|
/external/oprofile/libregex/ |
stl.pat.in | 48 "\<bitset<(${integer}), unsigned long>" = "bitset<\1>" 114 "\<bitset<\(unsigned( long)?\)(${integer})>" = "bitset<\2>"
|
/external/stlport/stlport/stl/config/ |
_bc.h | 64 // <bitset> problems
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_bc.h | 64 // <bitset> problems
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
stdc++.h | 64 #include <bitset>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_common.h | 26 /* Bitset representing status of connection. */
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
stdc++.h | 64 #include <bitset>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
stdc++.h | 64 #include <bitset>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_bc.h | 64 // <bitset> problems
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
stdc++.h | 64 #include <bitset>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
stdc++.h | 64 #include <bitset>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
stdc++.h | 64 #include <bitset>
|