/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) 98 _GLIBCXX_CONSTEXPR bitset() : _Base() { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) 98 _GLIBCXX_CONSTEXPR bitset() : _Base() { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) 98 _GLIBCXX_CONSTEXPR bitset() : _Base() { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 98 _GLIBCXX_CONSTEXPR bitset() _GLIBCXX_NOEXCEP [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) 98 _GLIBCXX_CONSTEXPR bitset() : _Base() { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 98 _GLIBCXX_CONSTEXPR bitset() _GLIBCXX_NOEXCEP [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
bitset | 1 // Profiling bitset implementation -*- C++ -*- 25 /** @file profile/bitset 32 #include <bitset> 38 /// Class std::bitset wrapper with performance instrumentation. 40 class bitset 41 : public _GLIBCXX_STD_C::bitset<_Nb> 43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base; 52 friend class bitset; 55 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT 98 _GLIBCXX_CONSTEXPR bitset() _GLIBCXX_NOEXCEP [all...] |
/external/bison/lib/ |
bitset.h | 23 /* This file is the public interface to the bitset abstract data type. 34 /* Attributes used to select a bitset implementation. */ 35 enum bitset_attr {BITSET_FIXED = 1, /* Bitset size fixed. */ 36 BITSET_VARIABLE = 2, /* Bitset size variable. */ 37 BITSET_DENSE = 4, /* Bitset dense. */ 38 BITSET_SPARSE = 8, /* Bitset sparse. */ 52 struct bbitset_struct b; /* Base bitset data. */ 77 bitset bset; 100 /* Return bytes required for bitset of desired type and size. */ 103 /* Initialise a bitset with desired type and size. * [all...] |
abitset.c | 36 abitset_resize (bitset src, bitset_bindex size) 49 abitset_small_list (bitset src, bitset_bindex *list, 104 /* Set bit BITNO in bitset DST. */ 106 abitset_set (bitset dst ATTRIBUTE_UNUSED, bitset_bindex bitno ATTRIBUTE_UNUSED) 110 bounds of the bitset. */ 115 /* Reset bit BITNO in bitset DST. */ 117 abitset_reset (bitset dst ATTRIBUTE_UNUSED, 122 bounds of the bitset. Since the bit is zero anyway, let it pass. */ 126 /* Test bit BITNO in bitset SRC. */ 128 abitset_test (bitset src ATTRIBUTE_UNUSED [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowWifiConfiguration.java | 7 import java.util.BitSet; 19 realObject.allowedKeyManagement = new BitSet(); 20 realObject.allowedProtocols = new BitSet(); 21 realObject.allowedAuthAlgorithms = new BitSet(); 22 realObject.allowedPairwiseCiphers = new BitSet(); 23 realObject.allowedGroupCiphers = new BitSet(); 42 config.allowedKeyManagement = (BitSet) realObject.allowedKeyManagement.clone(); 43 config.allowedProtocols = (BitSet) realObject.allowedProtocols.clone(); 44 config.allowedAuthAlgorithms = (BitSet) realObject.allowedAuthAlgorithms.clone(); 45 config.allowedPairwiseCiphers = (BitSet) realObject.allowedPairwiseCiphers.clone() [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 22 import java.util.BitSet; 27 BitSet bs = new BitSet(); 36 private static void assertBitSet(BitSet bs, long[] longs, String s) { 55 // Test BitSet.valueOf(long[]). 56 assertBitSet(BitSet.valueOf(longs), longs, s); 57 // Test BitSet.valueOf(LongBuffer). 58 assertBitSet(BitSet.valueOf(LongBuffer.wrap(longs)), longs, s); 63 assertBitSet(BitSet.valueOf(LongBuffer.wrap(paddedLongs, 1, longs.length)), longs, s); 67 BitSet original = BitSet.valueOf(longs) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
bitset | 2 //===---------------------------- bitset ----------------------------------===// 15 bitset synopsis 23 class bitset 29 friend class bitset; 41 constexpr bitset() noexcept; 42 constexpr bitset(unsigned long long val) noexcept; 44 explicit bitset(const charT* str, 48 explicit bitset(const basic_string<charT,traits,Allocator>& str, 54 // 23.3.5.2 bitset operations: 55 bitset& operator&=(const bitset& rhs) noexcept [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.operators/ |
op_and.pass.cpp | 10 // test bitset<N> operator&(const bitset<N>& lhs, const bitset<N>& rhs); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 std::bitset<N> v1 = make_bitset<N>(); 32 std::bitset<N> v2 = make_bitset<N>(); 33 std::bitset<N> v3 = v1;
|
op_not.pass.cpp | 10 // test bitset<N> operator^(const bitset<N>& lhs, const bitset<N>& rhs); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 std::bitset<N> v1 = make_bitset<N>(); 32 std::bitset<N> v2 = make_bitset<N>(); 33 std::bitset<N> v3 = v1;
|
op_or.pass.cpp | 10 // test bitset<N> operator|(const bitset<N>& lhs, const bitset<N>& rhs); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 std::bitset<N> v1 = make_bitset<N>(); 32 std::bitset<N> v2 = make_bitset<N>(); 33 std::bitset<N> v3 = v1;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
BitSetTest.java | 20 import java.util.BitSet; 26 BitSet eightbs; 29 * @tests java.util.BitSet#BitSet() 32 // Test for method java.util.BitSet() 33 BitSet bs = new BitSet(); 34 // Default size for a BitSet should be 64 elements; 36 assertEquals("Created BitSet of incorrect size", 64, bs.size()); 37 assertEquals("New BitSet had invalid string representation", "{}", b 206 BitSet bitset = new BitSet(); local 449 BitSet bitset = new BitSet(30); local 660 BitSet bitset = new BitSet(); local 868 BitSet bitset = new BitSet(30); local [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
BitSetTest.java | 20 import java.util.BitSet; 24 BitSet eightbs; 27 BitSet bs = new BitSet(); 28 // Default size for a BitSet should be 64 elements; 29 assertEquals("Created BitSet of incorrect size", 64, bs.size()); 30 assertEquals("New BitSet had invalid string representation", "{}", bs.toString()); 34 BitSet bs = new BitSet(128); 35 // Default size for a BitSet should be 64 elements 149 BitSet bitset = new BitSet(); local 356 BitSet bitset = new BitSet(30); local 555 BitSet bitset = new BitSet(30); local 764 BitSet bitset = new BitSet(); local [all...] |
/external/stlport/etc/ |
std_headers.txt | 2 bitset
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
op_and_eq.pass.cpp | 10 // test bitset<N>& operator&=(const bitset<N>& rhs); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 std::bitset<N> v1 = make_bitset<N>(); 32 std::bitset<N> v2 = make_bitset<N>(); 33 std::bitset<N> v3 = v1;
|
op_or_eq.pass.cpp | 10 // test bitset<N>& operator|=(const bitset<N>& rhs); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 std::bitset<N> v1 = make_bitset<N>(); 32 std::bitset<N> v2 = make_bitset<N>(); 33 std::bitset<N> v3 = v1;
|
op_xor_eq.pass.cpp | 10 // test bitset<N>& operator^=(const bitset<N>& rhs); 12 #include <bitset> 19 std::bitset<N> 22 std::bitset<N> v; 31 std::bitset<N> v1 = make_bitset<N>(); 32 std::bitset<N> v2 = make_bitset<N>(); 33 std::bitset<N> v3 = v1;
|
op_eq_eq.pass.cpp | 12 // bool operator==(const bitset<N>& rhs) const; 13 // bool operator!=(const bitset<N>& rhs) const; 15 #include <bitset> 22 std::bitset<N> 25 std::bitset<N> v; 34 const std::bitset<N> v1 = make_bitset<N>(); 35 std::bitset<N> v2 = v1;
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 2 * A BitSet similar to java.util.BitSet. 11 * representing the bitset. These are typically 14 org.antlr.runtime.BitSet = function(bits) { 16 bits = org.antlr.runtime.BitSet.BITS; 21 * An array of Numbers representing the BitSet. 30 org.antlr.lang.augmentObject(org.antlr.runtime.BitSet, { 34 * @memberOf org.antlr.runtime.BitSet 41 * @memberOf org.antlr.runtime.BitSet 51 * @memberOf org.antlr.runtime.BitSet [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCTP.java | 807 public static final BitSet FOLLOW_declaration_in_program43 = new BitSet(new long[]{0x0000000000000192L}); 808 public static final BitSet FOLLOW_variable_in_declaration63 = new BitSet(new long[]{0x0000000000000002L}); 809 public static final BitSet FOLLOW_FUNC_DECL_in_declaration74 = new BitSet(new long[]{0x0000000000000004L}); 810 public static final BitSet FOLLOW_functionHeader_in_declaration76 = new BitSet(new long[]{0x0000000000000008L}); 811 public static final BitSet FOLLOW_FUNC_DEF_in_declaration88 = new BitSet(new long[]{0x0000000000000004L}) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.java | 807 public static final BitSet FOLLOW_declaration_in_program43 = new BitSet(new long[]{0x0000000000000192L}); 808 public static final BitSet FOLLOW_variable_in_declaration63 = new BitSet(new long[]{0x0000000000000002L}); 809 public static final BitSet FOLLOW_FUNC_DECL_in_declaration74 = new BitSet(new long[]{0x0000000000000004L}); 810 public static final BitSet FOLLOW_functionHeader_in_declaration76 = new BitSet(new long[]{0x0000000000000008L}); 811 public static final BitSet FOLLOW_FUNC_DEF_in_declaration88 = new BitSet(new long[]{0x0000000000000004L}) [all...] |