/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/r10/sources/cxx-stl/gnu-libstdc++/4.9/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/r11/sources/cxx-stl/gnu-libstdc++/4.9/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/r13/sources/cxx-stl/gnu-libstdc++/4.9/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/v1/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...] |
/prebuilts/ndk/r10/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...] |
/prebuilts/ndk/r11/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...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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...] |
/external/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...] |
/external/drm_hwcomposer/ |
separate_rects.h | 93 IdSet() : bitset(0) { 96 IdSet(TId id) : bitset(0) { 101 bitset |= ((TUInt)1) << id; 105 bitset &= ~(((TUInt)1) << id); 109 return bitset == 0; 113 return bitset; 117 return bitset == rhs.bitset; 121 return bitset < rhs.bitset; 140 TUInt bitset; member in struct:separate_rects::IdSet [all...] |
/external/guava/guava-tests/benchmark/com/google/common/base/ |
WhitespaceMatcherBenchmark.java | 25 import java.util.BitSet; 63 BitSet bitSet = new BitSet(); 65 bitSet.set(OLD_WHITESPACE_TABLE.charAt(i)); 67 bitSet.clear(0); 68 bitSet.clear(1); 70 teststring = newTestString(new Random(1), bitSet, percentMatching); 93 private static String allMatchingChars(BitSet bitSet) { [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
BitSetTest.java | 22 import java.util.BitSet; 28 BitSet bs = new BitSet(); 39 // 2^28 bytes for the bits in the BitSet, plus extra bytes for everything else 45 BitSet bitSet = new BitSet(); 46 bitSet.set(Integer.MAX_VALUE); 47 assertEquals("{2147483647}", bitSet.toString()); 53 private static void assertBitSet(BitSet bs, long[] longs, String s) [all...] |
/external/libcxx/test/std/utilities/template.bitset/bitset.hash/ |
enabled_hash.pass.cpp | 12 // <bitset> 14 // Test that <bitset> provides all of the arithmetic, enum, and pointer 17 #include <bitset> 24 test_hash_enabled_for_type<std::bitset<0> >(); 25 test_hash_enabled_for_type<std::bitset<1> >(); 26 test_hash_enabled_for_type<std::bitset<1024> >(); 27 test_hash_enabled_for_type<std::bitset<100000> >();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
BitSetTest.java | 20 import java.util.BitSet; 26 BitSet eightbs; 29 BitSet bs = new BitSet(); 30 // Default size for a BitSet should be 64 elements; 31 assertEquals("Created BitSet of incorrect size", 64, bs.size()); 32 assertEquals("New BitSet had invalid string representation", "{}", bs 37 BitSet bs = new BitSet(128); 38 // Default size for a BitSet should be 64 elements 164 BitSet bitset = new BitSet(); local 396 BitSet bitset = new BitSet(30); local 596 BitSet bitset = new BitSet(30); local 811 BitSet bitset = new BitSet(); local [all...] |
/external/icu/icu4c/source/test/perf/usetperf/ |
bitset.cpp | 15 #include "bitset.h" 24 BitSet::BitSet() { 30 BitSet::~BitSet() { 34 UBool BitSet::get(int32_t bitIndex) const { 41 void BitSet::set(int32_t bitIndex) { 50 void BitSet::clearAll() { 54 void BitSet::ensureCapacity(uint32_t minLen) {
|
/external/libcxx/test/std/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> 21 std::bitset<N> 24 std::bitset<N> v; 33 std::bitset<N> v1 = make_bitset<N>(); 34 std::bitset<N> v2 = make_bitset<N>(); 35 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> 21 std::bitset<N> 24 std::bitset<N> v; 33 std::bitset<N> v1 = make_bitset<N>(); 34 std::bitset<N> v2 = make_bitset<N>(); 35 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> 21 std::bitset<N> 24 std::bitset<N> v; 33 std::bitset<N> v1 = make_bitset<N>(); 34 std::bitset<N> v2 = make_bitset<N>(); 35 std::bitset<N> v3 = v1;
|
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/writer/ |
FlagSetTest.java | 21 import java.util.BitSet; 28 BitSet bs = new BitSet(); 39 BitSet bs = new BitSet(); 50 BitSet bs = new BitSet(); 63 BitSet bs = new BitSet();
|
/prebuilts/ndk/r11/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;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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> 21 std::bitset<N> 24 std::bitset<N> v; 33 std::bitset<N> v1 = make_bitset<N>(); 34 std::bitset<N> v2 = make_bitset<N>(); 35 std::bitset<N> v3 = v1;
|