/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 36 import java.util.BitSet; 132 BitSet preds = block.getPredecessors();
|
/dalvik/dx/src/com/android/dx/ssa/ |
DomFront.java | 21 import java.util.BitSet; 171 BitSet pred = nb.getPredecessors();
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeParser.as | 73 follow:BitSet):Object { 113 protected override function mismatch(input:IntStream, ttype:int, follow:BitSet):void {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeParser.cs | 97 BitSet follow) { 145 protected override object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeParser.cs | 106 BitSet follow ) 159 protected override object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow )
|
/external/bison/src/ |
graphviz.c | 87 no_reduce_bitset_init (state const *s, bitset *no_reduce_set) 158 bitset no_reduce_set;
|
reduce.c | 31 #include <bitset.h> 43 static bitset N; 46 static bitset P; 49 static bitset V; 53 static bitset V1; 68 useful_production (rule_number r, bitset N0) 89 bitset Np, Ns; 138 bitset Vp, Vs, Pp;
|
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
usetperf.cpp | 17 #include "bitset.h" 46 BitSet bs;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
DomFront.java | 25 import java.util.BitSet; 175 BitSet pred = nb.getPredecessors();
|
/external/icu4c/test/perf/usetperf/ |
usetperf.cpp | 17 #include "bitset.h" 46 BitSet bs;
|
/external/llvm/include/llvm/Object/ |
COFFYAML.h | 105 static void bitset(IO &IO, COFF::Characteristics &Value); 110 static void bitset(IO &IO, COFF::SectionCharacteristics &Value);
|
/external/stlport/etc/ |
msvcincl.dat | 6 bitset 7 bitset.h
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
LegacyCommonTokenStream.cs | 235 return GetTokens(start, stop, (BitSet)null); 240 * the token type BitSet. Return null if no tokens were found. This 244 public virtual IList<IToken> GetTokens(int start, int stop, BitSet types) { 273 return GetTokens(start, stop, new BitSet(types)); 277 return GetTokens(start, stop, BitSet.Of(ttype));
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 105 * @param {org.antlr.runtime.BitSet} [follow] set of tokens that can follow the 149 * @param {org.antlr.runtime.BitSet} [follow] set of tokens that can follow the 172 // BitSet cannot handle negative numbers like -1 (EOF) so I leave EOR 189 * @param {org.antlr.runtime.BitSet} [follow] set of tokens that can follow the 515 * @returns {org.antlr.runtime.BitSet} 577 * @returns {org.antlr.runtime.BitSet} 587 * @returns {org.antlr.runtime.BitSet} 593 followSet = new org.antlr.runtime.BitSet(); 646 * @param {org.antlr.runtime.BitSet} follow 682 * @param {org.antlr.runtime.BitSet} follo [all...] |
CommonTokenStream.js | 131 * the token type BitSet. Return null if no tokens were found. This 144 types = new org.antlr.runtime.BitSet(types); 146 types = org.antlr.runtime.BitSet.of(types);
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSemanticPredicates.java | 33 import org.antlr.misc.BitSet; 823 BitSet s = new BitSet(); 825 BitSet s2 = new BitSet(); 858 BitSet s = new BitSet(); 860 BitSet s2 = new BitSet(); 880 BitSet s = new BitSet() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 51 * Dynamic Bitset. 54 * Proposal to Add a Dynamically Sizeable Bitset to the Standard Library. 550 * << "index 3 in the bitset is " << b[3] << endl; 761 __throw_out_of_range(__N("dynamic_bitset::bitset initial position " 806 * @brief Swap with another bitset. 839 * @brief Return the allocator for the bitset. 846 * @brief Resize the bitset. 857 * @brief Clear the bitset. 867 * @brief Push a bit onto the high end of the bitset. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 51 * Dynamic Bitset. 54 * Proposal to Add a Dynamically Sizeable Bitset to the Standard Library. 550 * << "index 3 in the bitset is " << b[3] << endl; 761 __throw_out_of_range(__N("dynamic_bitset::bitset initial position " 806 * @brief Swap with another bitset. 839 * @brief Return the allocator for the bitset. 846 * @brief Resize the bitset. 857 * @brief Clear the bitset. 867 * @brief Push a bit onto the high end of the bitset. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr2/ |
dynamic_bitset | 50 * Dynamic Bitset. 53 * Proposal to Add a Dynamically Sizeable Bitset to the Standard Library. 549 * << "index 3 in the bitset is " << b[3] << endl; 760 __throw_out_of_range(__N("dynamic_bitset::bitset initial position " 805 * @brief Swap with another bitset. 838 * @brief Return the allocator for the bitset. 845 * @brief Resize the bitset. 856 * @brief Clear the bitset. 866 * @brief Push a bit onto the high end of the bitset. [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
GregorianCalendarTest.java | 20 import java.util.BitSet; 381 BitSet result = new BitSet(); 424 BitSet result = new BitSet(); 461 BitSet result = new BitSet(); 490 BitSet result = new BitSet();
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
SsaToRop.java | 37 import java.util.BitSet; 147 BitSet preds = (BitSet) b.getPredecessors().clone();
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.cc | 283 ModelTypeBitSet bitset; local 286 bitset.set(*iter); 288 return bitset;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
SsaToRop.java | 38 import java.util.BitSet; 148 BitSet preds = (BitSet) b.getPredecessors().clone();
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 44 import java.util.BitSet; 337 private BitSet[] mActiveTextDepthMask; 356 mActiveTextDepthMask = new BitSet[mNumberOfProjections]; 361 mActiveTextDepthMask[i] = new BitSet();
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/ |
.flexLibProperties | 4 <classEntry path="org.antlr.runtime.BitSet"/>
|