/external/bison/src/ |
AnnotationList.c | 154 static bitset 157 bitset shift_tokens = bitset_create (ntokens, BITSET_FIXED); 164 static bitset 165 AnnotationList__compute_conflicted_tokens (bitset shift_tokens, 168 bitset conflicted_tokens = bitset_create (ntokens, BITSET_FIXED); 169 bitset conflicted_tokens_rule = bitset_create (ntokens, BITSET_FIXED); 170 bitset tokens = bitset_create (ntokens, BITSET_FIXED); 197 bitset **item_lookahead_sets, 222 bitset **item_lookahead_sets, 238 bitset *lookaheads = NULL [all...] |
/external/clang/INPUTS/ |
all-std-headers.cpp | 2 #include <bitset>
|
/external/clang/docs/ |
SanitizerCoverage.rst | 194 Bitset 198 dumped as a bitset (text file with 1 for blocks that have been executed and 0 209 % head *bitset* 210 ==> a.out.38214.bitset-sancov <== 212 ==> a.out.6128.bitset-sancov <== 215 For a given executable the length of the bitset is always the same (well, 216 unless dlopen/dlclose come into play), so the bitset coverage can be 217 easily used for bitset-based corpus distillation. 253 On exit, every counter will be mapped to a 8-bit bitset representing counter 273 // the counters to a bitset [all...] |
/external/gptfdisk/ |
attributes.cc | 95 bool bitset; local 98 bitset = (UINT64_C(1) << bitNum) & attributes; 99 if (bitset) { 100 cout << partNum+1 << ":" << bitNum << ":" << bitset
|
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
bitset.cpp | 10 * file name: bitset.cpp 89 class BitSet : public UObject, public UnicodeContainable { 91 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { 177 ~BitSet() {
|
/external/llvm/test/Transforms/LowerTypeTests/ |
constant.ll | 12 declare i1 @llvm.type.test(i8* %ptr, metadata %bitset) nounwind readnone
|
layout.ll | 20 declare i1 @llvm.type.test(i8* %ptr, metadata %bitset) nounwind readnone
|
/external/skia/tests/ |
BitSetTest.cpp | 11 DEF_TEST(BitSet, reporter) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
HardwareConfig.java | 20 import java.util.BitSet; 90 * rat - BitSet value, based on android.telephony.ServiceState 100 public BitSet rat; 157 rat = new BitSet(bits.length);
|
/hardware/libhardware/modules/input/evdev/ |
MouseInputMapper.h | 22 #include <utils/BitSet.h>
|
SwitchInputMapper.h | 22 #include <utils/BitSet.h>
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmTimeClickHandler.java | 113 final int bitSet = mPreviousDaysOfWeekMap.getInt(alarmId); 114 alarm.daysOfWeek = Weekdays.fromBits(bitSet); 120 final int bitSet = alarm.daysOfWeek.getBits(); 121 mPreviousDaysOfWeekMap.putInt(alarmId, bitSet);
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BitSet.pm | 1 package ANTLR::Runtime::BitSet; 48 # Construct a bitset of size one word (64 bits) 75 # Construct a bitset given the size 89 my $bs = ANTLR::Runtime::BitSet->new({ size => $el + 1 }); 146 return ANTLR::Runtime::BitSet->new(bits => $self->bits); 252 ANTLR::Runtime::BitSet - A bit set 266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
|
/frameworks/base/core/java/android/content/pm/split/ |
SplitDependencyLoader.java | 27 import java.util.BitSet; 221 final BitSet bitset = new BitSet(); local 225 bitset.clear(); 228 if (bitset.get(splitIdx)) { 233 bitset.set(splitIdx);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
NormalizerBuilder.java | 21 import java.util.BitSet; 58 BitSet isCompatibility = new BitSet(); 59 BitSet isExcluded = new BitSet(); 86 private static void readExclusionList(BitSet isExcluded) throws java.io.IOException { 117 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) 261 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
NormalizerBuilder.java | 20 import java.util.BitSet; 57 BitSet isCompatibility = new BitSet(); 58 BitSet isExcluded = new BitSet(); 85 private static void readExclusionList(BitSet isExcluded) throws java.io.IOException { 116 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) 260 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 64 public function matchStream(input:IntStream, ttype:int, follow:BitSet):Object { 92 public function mismatchIsMissingToken(input:IntStream, follow:BitSet):Boolean { 100 var viableTokensFollowingThisRule:BitSet = computeContextSensitiveRuleFOLLOW(); 112 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR 128 protected function mismatch(input:IntStream, ttype:int, follow:BitSet):void 338 var followSet:BitSet = computeErrorRecoverySet(); 444 protected function computeErrorRecoverySet():BitSet { 500 protected function computeContextSensitiveRuleFOLLOW():BitSet { 504 protected function combineFollows(exact:Boolean):BitSet { 506 var followSet:BitSet = new BitSet() [all...] |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CollectAPI.java | 16 import java.util.BitSet; 35 void writeHTML(String outfile, BitSet filter) throws IOException { 149 void writeTSV(String outfile, BitSet filter) throws IOException { 194 BitSet filter = new BitSet(MAXSTATE + 1);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
AsyncListUtilLayoutTest.java | 38 import java.util.BitSet; 260 private BitSet mLoadedPositions; 261 private BitSet mExpectedPositions; 265 mLoadedPositions = new BitSet(ITEM_COUNT); 295 mExpectedPositions = new BitSet(rangeStart + rangeSize);
|
/external/guice/extensions/persist/lib/ |
antlr-2.7.5h3.jar | |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 100 public Object match(IntStream input, int ttype, BitSet follow) 130 public boolean mismatchIsMissingToken(IntStream input, BitSet follow) { 138 BitSet viableTokensFollowingThisRule = computeContextSensitiveRuleFOLLOW(); 151 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR 362 BitSet followSet = computeErrorRecoverySet(); 468 protected BitSet computeErrorRecoverySet() { 524 protected BitSet computeContextSensitiveRuleFOLLOW() { 532 protected BitSet combineFollows(boolean exact) { 534 BitSet followSet = new BitSet(); [all...] |
/prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/ |
antlr-2.7.7.jar | |