HomeSort by relevance Sort by last modified time
    Searched full:bitset (Results 476 - 500 of 867) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryInputCapsule.java 47 import java.util.BitSet;
86 case BinaryClassField.BITSET: {
266 public BitSet readBitSet(String name, BitSet defVal) throws IOException {
270 return (BitSet) fieldData.get(field.alias);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 29 import java.util.BitSet;
136 * an empty BitSet. Subclasses must override this method if they
140 * @return {@code non-null;} a BitSet flagging registers in the
143 public BitSet compatibleRegs(DalvInsn insn) {
144 return new BitSet();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 30 import java.util.BitSet;
137 * an empty BitSet. Subclasses must override this method if they
141 * @return {@code non-null;} a BitSet flagging registers in the
144 public BitSet compatibleRegs(DalvInsn insn) {
145 return new BitSet();
  /external/llvm/lib/Support/
StringRef.cpp 15 #include <bitset>
182 std::bitset<1 << CHAR_BIT> CharBits;
207 std::bitset<1 << CHAR_BIT> CharBits;
223 std::bitset<1 << CHAR_BIT> CharBits;
248 std::bitset<1 << CHAR_BIT> CharBits;
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 39 #include <bitset>
420 std::bitset<kMaxNumberOfLocals> live_;
451 std::bitset<kMaxNumberOfArguments> raw = (raw_def_ | raw_use_);
458 std::bitset<kMaxNumberOfArguments> raw_def_;
459 std::bitset<kMaxNumberOfArguments> raw_use_;
460 std::bitset<kMaxNumberOfArguments> gc_;
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 39 #include <bitset>
420 std::bitset<kMaxNumberOfLocals> live_;
451 std::bitset<kMaxNumberOfArguments> raw = (raw_def_ | raw_use_);
458 std::bitset<kMaxNumberOfArguments> raw_def_;
459 std::bitset<kMaxNumberOfArguments> raw_use_;
460 std::bitset<kMaxNumberOfArguments> gc_;
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 88 BitSet follow)
132 BitSet follow)
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonTokenStream.pm 175 $types = ANTLR::Runtime::BitSet->new($args->{types});
181 $types = ANTLR::Runtime::BitSet->of($ttype);
  /external/bison/src/
state.h 84 # include <bitset.h>
185 bitset *lookahead_tokens;
main.c 25 #include <bitset.h>
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 39 import java.util.BitSet;
191 BitSet affectedBones = channel.getAffectedBones();
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 33 import java.util.BitSet;
56 /** Bitset containing bits for each block that has been found executable */
57 private BitSet executableBlocks;
76 this.executableBlocks = new BitSet(ssaMeth.getBlocks().size());
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3exception.h 155 * error occurred. It is a following bitset list, so you can use load it and use ->toIntList() on it
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Antlr3.Runtime.csproj 51 <Compile Include="BitSet.cs" />
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 154 - (void) consumeUntilFollow:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 154 - (void) consumeUntilFollow:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 154 - (void) consumeUntilFollow:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 146 - (void) consumeUntilFollow:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
ANTLRParser.m 101 BitSet:(ANTLRBitSet *)follow
ANTLRRecognizerSharedState.m 131 // following = new BitSet[state.following.size];
ANTLRTreeParser.m 107 BitSet:(ANTLRBitSet *)follow
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 103 * This is to match how the BitSet constructor works, where the bits are
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 40 * a BitSet with runs of 0s and 1s). Only ranges are recorded so that
667 public org.antlr.runtime.BitSet toRuntimeBitSet() {
668 org.antlr.runtime.BitSet s =
669 new org.antlr.runtime.BitSet(getMaxElement()+1);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 424 // this is faster access than the BitSet for common ASCII values
429 // rather than java.util.BitSet, our private
447 // this is faster access than the BitSet for common ASCII values
452 // rather than java.util.BitSet, our private
  /external/bison/
Android.mk 34 lib/bitset.c \

Completed in 1710 milliseconds

<<11121314151617181920>>