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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
regex 39 #include <bitset>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
regex 39 #include <bitset>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
regex 39 #include <bitset>
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 23 import java.util.BitSet;
45 private final BitSet workSet;
73 this.workSet = new BitSet(blocks.size());
PhiTypeResolver.java 25 import java.util.BitSet;
47 private final BitSet worklist;
59 worklist = new BitSet(ssaMeth.getRegCount());
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 24 import java.util.BitSet;
58 BitSet toDelete = new BitSet(blocks.getMaxLabel());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 43 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE];
124 this.following = new BitSet[state.following.length];
  /external/bison/src/
InadequacyList.h 23 #include <bitset.h>
67 bitset actions;
114 state *manifesting_state, symbol *token, bitset actions,
  /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/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 473 class BitSet
476 BitSet() : marker(false), data(0), size(0) { }
477 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0)
481 ~BitSet()
494 void setOr(BitSet *, BitSet *); // second BitSet may be NULL
540 BitSet& operator|=(const BitSet&);
542 BitSet& operator=(const BitSet& set
    [all...]
  /external/chromium_org/ui/events/x/
touch_factory_x11.h 8 #include <bitset>
103 std::bitset<kMaxDeviceNum> pointer_device_lookup_;
106 std::bitset<kMaxDeviceNum> touch_device_lookup_;
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 24 import java.util.BitSet;
46 private final BitSet workSet;
74 this.workSet = new BitSet(blocks.size());
PhiTypeResolver.java 26 import java.util.BitSet;
48 private final BitSet worklist;
60 worklist = new BitSet(ssaMeth.getRegCount());
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 29 import java.util.BitSet;
63 BitSet toDelete = new BitSet(blocks.getMaxLabel());
  /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/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 473 class BitSet
476 BitSet() : marker(false), data(0), size(0) { }
477 BitSet(unsigned int nBits, bool zero) : marker(false), data(0), size(0)
481 ~BitSet()
494 void setOr(BitSet *, BitSet *); // second BitSet may be NULL
540 BitSet& operator|=(const BitSet&);
542 BitSet& operator=(const BitSet& set
    [all...]
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
test.cpp 1 #include <bitset>
119 std::bitset<100> bitset1;
124 std::bitset<1> bitset2;
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 1 #include <bitset>
119 std::bitset<100> bitset1;
124 std::bitset<1> bitset2;
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 1 #include <bitset>
119 std::bitset<100> bitset1;
124 std::bitset<1> bitset2;
  /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...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 284 return GetTokens(start, stop, default(BitSet));
288 * the token type BitSet. Return null if no tokens were found. This
291 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) {
316 return GetTokens(start, stop, new BitSet(types));
320 return GetTokens(start, stop, BitSet.Of(ttype));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 324 return GetTokens(start, stop, default(BitSet));
328 * the token type BitSet. Return null if no tokens were found. This
331 public virtual List<IToken> GetTokens(int start, int stop, BitSet types)
361 return GetTokens(start, stop, new BitSet(types));
366 return GetTokens(start, stop, BitSet.Of(ttype));
LegacyCommonTokenStream.cs 261 return GetTokens( start, stop, (BitSet)null );
266 * the token type BitSet. Return null if no tokens were found. This
270 public virtual IList<IToken> GetTokens( int start, int stop, BitSet types )
308 return GetTokens( start, stop, new BitSet( types ) );
313 return GetTokens( start, stop, BitSet.Of( ttype ) );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 184 return GetTokens( start, stop, (BitSet)null );
189 * the token type BitSet. Return null if no tokens were found. This
193 public IList<SlimToken> GetTokens( int start, int stop, BitSet types )
231 return GetTokens( start, stop, new BitSet( types ) );
236 return GetTokens( start, stop, BitSet.Of( ttype ) );

Completed in 453 milliseconds

<<11121314151617181920>>