/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/ |
char_ptr_ctor.pass.cpp | 11 // explicit bitset(const charT* str, 15 #include <bitset> 26 std::bitset<N> v("xxx1010101010xxxx"); 36 std::bitset<N> v(str);
|
default.pass.cpp | 12 #include <bitset> 21 _LIBCPP_CONSTEXPR std::bitset<N> v1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.cpp | 225 BitSet::andNot(const BitSet &set) 233 BitSet& BitSet::operator|=(const BitSet &set) 242 bool BitSet::resize(unsigned int nBits) 263 bool BitSet::allocate(unsigned int nBits, bool zero) 283 unsigned int BitSet::popCount() const 293 void BitSet::fill(uint32_t val) 302 void BitSet::setOr(BitSet *pA, BitSet *pB [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.cpp | 225 BitSet::andNot(const BitSet &set) 233 BitSet& BitSet::operator|=(const BitSet &set) 242 bool BitSet::resize(unsigned int nBits) 263 bool BitSet::allocate(unsigned int nBits, bool zero) 283 unsigned int BitSet::popCount() const 293 void BitSet::fill(uint32_t val) 302 void BitSet::setOr(BitSet *pA, BitSet *pB [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
DeadCodeRemover.java | 22 import java.util.BitSet; 42 private final BitSet worklist; 66 worklist = new BitSet(regCount); 175 private boolean isCircularNoSideEffect(int regV, BitSet set) { 187 set = new BitSet(regCount); 228 BitSet noSideEffectRegs; 234 * @param noSideEffectRegs to-build bitset of regs that are 237 public NoSideEffectVisitor(BitSet noSideEffectRegs) {
|
SsaConverter.java | 23 import java.util.BitSet; 205 BitSet preds = (BitSet)block.getPredecessors().clone(); 242 BitSet successors = (BitSet)block.getSuccessors().clone(); 300 BitSet[] defsites = new BitSet[regCount]; 303 BitSet[] phisites = new BitSet[regCount]; 306 defsites[i] = new BitSet(blockCount) [all...] |
/external/chromium_org/components/policy/core/common/ |
policy_load_status.h | 8 #include <bitset> 59 std::bitset<POLICY_LOAD_STATUS_SIZE> status_bits_;
|
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
usetperf.vcxproj.filters | 18 <ClCompile Include="bitset.cpp">
26 <ClInclude Include="bitset.h">
|
/external/icu4c/test/perf/usetperf/ |
usetperf.vcxproj.filters | 18 <ClCompile Include="bitset.cpp">
26 <ClInclude Include="bitset.h">
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
size.pass.cpp | 12 #include <bitset> 18 const std::bitset<N> v;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/ |
includes.pass.cpp | 10 // test that <bitset> includes <cstddef>, <string>, <stdexcept> and <iosfwd> 12 #include <bitset>
|
version.pass.cpp | 10 // <bitset> 12 #include <bitset>
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
DaysOfWeek.java | 67 public DaysOfWeek(int bitSet) { 68 mBitSet = bitSet; 94 int bitSet = mBitSet; 95 while (bitSet > 0) { 96 if ((bitSet & 1) == 1) dayCount++; 97 bitSet >>= 1; 140 public void setBitSet(int bitSet) { 141 mBitSet = bitSet;
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
grammar.h | 10 #include "bitset.h" /* Sigh... */ 56 bitset d_first;
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
grammar.h | 10 #include "bitset.h" /* Sigh... */ 56 bitset d_first;
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
PostInstructionRegisterInfoMethodItem.java | 40 import java.util.BitSet; 62 BitSet registers = new BitSet(registerCount); 77 private void addDestRegs(BitSet printPostRegister, int registerCount) { 86 private boolean writeRegisterInfo(IndentingWriter writer, BitSet registers) throws IOException {
|
/cts/tools/dasm/src/java_cup/ |
terminal_set.java | 4 import java.util.BitSet; 6 /** A set of terminals implemented as a bitset. 19 /* allocate the bitset at what is probably the right size */ 20 _elements = new BitSet(terminal.number()); 32 _elements = (BitSet)other._elements.clone(); 46 /** Bitset to implement the actual set. */ 47 protected BitSet _elements; 104 BitSet copy_other = (BitSet)other._elements.clone(); 172 BitSet copy = (BitSet)_elements.clone() [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaConverter.java | 24 import java.util.BitSet; 206 BitSet preds = (BitSet)block.getPredecessors().clone(); 243 BitSet successors = (BitSet)block.getSuccessors().clone(); 301 BitSet[] defsites = new BitSet[regCount]; 304 BitSet[] phisites = new BitSet[regCount]; 307 defsites[i] = new BitSet(blockCount) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
MismatchedNotSetException.cs | 51 public MismatchedNotSetException(BitSet expecting, IIntStream input) 55 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input) 59 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
MismatchedNotSetException.cs | 56 public MismatchedNotSetException(BitSet expecting, IIntStream input) 61 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input) 66 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException)
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
api.t | 58 org.antlr.runtime.BitSet 73 print map { "$_\n" } ANTLR::Runtime::BitSet->can(); 77 print join "\n", ANTLR::Runtime::BitSet->can();
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntSet.java | 34 /** A generic set of ints that has an efficient implementation, BitSet, 35 * which is a compressed bitset and is useful for ints that 40 * @see org.antlr.misc.BitSet
|
/external/chromium/base/ |
message_pump_glib_x.h | 11 #include <bitset> 78 std::bitset<LASTEvent> capture_x_events_; 79 std::bitset<GDK_EVENT_LAST> capture_gdk_events_;
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form11n.java | 26 import java.util.BitSet; 91 public BitSet compatibleRegs(DalvInsn insn) { 93 BitSet bits = new BitSet(1);
|
Form12x.java | 25 import java.util.BitSet; 112 public BitSet compatibleRegs(DalvInsn insn) { 114 BitSet bits = new BitSet(2);
|