/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
bitset | 0 // <bitset> -*- C++ -*- 40 /** @file include/bitset 70 * See documentation for bitset. 367 * See documentation for bitset. 509 * Base class, specialization for no storage (zero-length %bitset). 511 * See documentation for bitset. 545 // in the bitset class will prevent the user from getting this far, 600 // the sound of one zero-length bitset clapping? 678 * @brief The %bitset class represents a @e fixed-size sequence of bits. 682 * (Note that %bitset does @e not meet the formal requirements of [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
bitset | 0 // <bitset> -*- C++ -*- 40 /** @file include/bitset 70 * See documentation for bitset. 371 * See documentation for bitset. 516 * Base class, specialization for no storage (zero-length %bitset). 518 * See documentation for bitset. 552 // in the bitset class will prevent the user from getting this far, 607 // the sound of one zero-length bitset clapping? 686 * The %bitset class represents a @e fixed-size sequence of bits. 690 * (Note that %bitset does @e not meet the formal requirements of [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
bitset | 0 // <bitset> -*- C++ -*- 38 /** @file include/bitset 68 * See documentation for bitset. 369 * See documentation for bitset. 514 * Base class, specialization for no storage (zero-length %bitset). 516 * See documentation for bitset. 550 // in the bitset class will prevent the user from getting this far, 605 // the sound of one zero-length bitset clapping? 684 * The %bitset class represents a @e fixed-size sequence of bits. 688 * (Note that %bitset does @e not meet the formal requirements of [all...] |
/libcore/luni/src/main/java/java/util/ |
BitSet.java | 29 * The {@code BitSet} class implements a 31 * Each element is either true or false. A {@code BitSet} is created with a given size and grows 34 public class BitSet implements Serializable, Cloneable { 74 * Creates a new {@code BitSet} with size equal to 64 bits. 76 public BitSet() { 81 * Creates a new {@code BitSet} with size equal to {@code bitCount}, rounded up to 86 public BitSet(int bitCount) { 94 private BitSet(long[] bits) { 106 BitSet clone = (BitSet) super.clone() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
left_shift_eq.pass.cpp | 10 // test bitset<N>& operator<<=(size_t pos); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 33 std::bitset<N> v1 = make_bitset<N>(); 34 std::bitset<N> v2 = v1;
|
right_shift_eq.pass.cpp | 10 // test bitset<N>& operator<<=(size_t pos); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 33 std::bitset<N> v1 = make_bitset<N>(); 34 std::bitset<N> v2 = v1;
|
count.pass.cpp | 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 const std::bitset<N> v = make_bitset<N>();
|
index_const.pass.cpp | 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 const std::bitset<N> v1 = make_bitset<N>();
|
test.pass.cpp | 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 const std::bitset<N> v1 = make_bitset<N>();
|
reset_all.pass.cpp | 10 // test bitset<N>& reset(); 12 #include <bitset> 20 std::bitset<N> v;
|
set_all.pass.cpp | 10 // test bitset<N>& set(); 12 #include <bitset> 20 std::bitset<N> v;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugTreeGrammar.cs | 815 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL}); 816 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL}); 817 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL}); 818 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL}); 819 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL}) [all...] |
ProfileTreeGrammar.cs | 820 public static readonly BitSet _stat_in_prog48 = new BitSet(new ulong[]{0x3CCF2UL}); 821 public static readonly BitSet _expr_in_stat63 = new BitSet(new ulong[]{0x2UL}); 822 public static readonly BitSet _17_in_stat98 = new BitSet(new ulong[]{0x4UL}); 823 public static readonly BitSet _ID_in_stat100 = new BitSet(new ulong[]{0x1CCD0UL}); 824 public static readonly BitSet _expr_in_stat102 = new BitSet(new ulong[]{0x8UL}) [all...] |
DebugGrammarParser.cs | [all...] |
ProfileGrammarParser.cs | [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
java.util.BitSet.html | 10 java.util.BitSet 74 Class java.util.<A HREF="../../../../reference/java/util/BitSet.html" target="_top"><font size="+2"><code>BitSet</code></font></A> 86 <A NAME="java.util.BitSet.previousClearBit_added(int)"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/java/util/BitSet.html#previousClearBit(int)" target="_top"><code>previousClearBit</code></A>(<code>int</code>)</nobr> 93 <A NAME="java.util.BitSet.previousSetBit_added(int)"></A> 94 <nobr><code>int</code> <A HREF="../../../../reference/java/util/BitSet.html#previousSetBit(int)" target="_top"><code>previousSetBit</code></A>(<code>int</code>)</nobr> 100 <A NAME="java.util.BitSet.toByteArray_added()"></A> 101 <nobr><code>byte[]</code> <A HREF="../../../../reference/java/util/BitSet.html#toByteArray()" target="_top"><code>toByteArray</code></A>()</nobr> 107 <A NAME="java.util.BitSet.toLongArray_added()"></A [all...] |
/external/stlport/test/eh/ |
test_bitset.cpp | 19 #include <bitset> 28 typedef bitset<100> TestBitset;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BitSet.as | 30 /**A stripped-down version of org.antlr.misc.BitSet that is just 34 public class BitSet { 49 public function BitSet(bits:Array = null) { 61 public static function of(... args):BitSet { 62 var s:BitSet = new BitSet(); 70 public function or(a:BitSet):BitSet { 74 var s:BitSet = this.clone(); 97 public function orInPlace(a:BitSet):void [all...] |
/external/iptables/include/linux/netfilter/ |
xt_CHECKSUM.h | 17 __u8 operation; /* bitset of operations */
|
/external/bison/lib/ |
abitset.h | 23 #include "bitset.h" 27 extern bitset abitset_init (bitset, bitset_bindex);
|
ebitset.h | 23 #include "bitset.h" 27 extern bitset ebitset_init (bitset, bitset_bindex);
|
lbitset.h | 23 #include "bitset.h" 27 extern bitset lbitset_init (bitset, bitset_bindex);
|
vbitset.h | 23 #include "bitset.h" 27 extern bitset vbitset_init (bitset, bitset_bindex);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/ |
stream_in.pass.cpp | 14 // operator<<(basic_ostream<charT, traits>& os, const bitset<N>& x); 16 #include <bitset> 23 std::bitset<8> b;
|
stream_out.pass.cpp | 14 // operator>>(basic_istream<charT, traits>& is, bitset<N>& x); 16 #include <bitset> 23 std::bitset<8> b(0x5A);
|