Searched defs:Set (Results 1 - 25 of 128) sorted by relevance

123456

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/containers/gnu_cxx/
H A Dhash_set.pass.cpp17 typedef __gnu_cxx::hash_set<int> Set; typedef
18 Set s;
19 Set s2(s);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/containers/gnu_cxx/
H A Dhash_set.pass.cpp17 typedef __gnu_cxx::hash_set<int> Set; typedef
18 Set s;
19 Set s2(s);
/prebuilts/ndk/current/sources/third_party/googletest/googletest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/
H A Diterator_types.pass.cpp39 template <class Set, class ValueTp, class CPtrT>
41 static_assert((std::is_same<typename Set::iterator,
42 typename Set::const_iterator>::value), "");
43 typedef typename Set::difference_type Diff;
45 typedef typename Set::iterator It;
95 typedef std::set<ValueTp> Set; typedef
96 testSet<Set, ValueTp, ValueTp const*>();
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
102 testSet<Set, ValueTp, ValueTp const*>();
108 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
114 typedef std::multiset<ValueTp> Set; typedef
120 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
127 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp53 template <class Set, class ValueTp, class CPtrT>
55 static_assert((std::is_same<typename Set::iterator,
56 typename Set::const_iterator>::value), "");
57 static_assert((std::is_same<typename Set::local_iterator,
58 typename Set::const_local_iterator>::value), "");
59 typedef typename Set::difference_type Diff;
61 typedef typename Set::iterator It;
69 typedef typename Set::local_iterator It;
118 typedef std::unordered_set<ValueTp> Set; typedef
119 testUnorderedSet<Set, ValueT
124 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
131 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
137 typedef std::unordered_multiset<ValueTp> Set; typedef
143 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
150 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/
H A Diterator_types.pass.cpp39 template <class Set, class ValueTp, class CPtrT>
41 static_assert((std::is_same<typename Set::iterator,
42 typename Set::const_iterator>::value), "");
43 typedef typename Set::difference_type Diff;
45 typedef typename Set::iterator It;
95 typedef std::set<ValueTp> Set; typedef
96 testSet<Set, ValueTp, ValueTp const*>();
101 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
102 testSet<Set, ValueTp, ValueTp const*>();
108 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
114 typedef std::multiset<ValueTp> Set; typedef
120 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
127 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; typedef
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp53 template <class Set, class ValueTp, class CPtrT>
55 static_assert((std::is_same<typename Set::iterator,
56 typename Set::const_iterator>::value), "");
57 static_assert((std::is_same<typename Set::local_iterator,
58 typename Set::const_local_iterator>::value), "");
59 typedef typename Set::difference_type Diff;
61 typedef typename Set::iterator It;
69 typedef typename Set::local_iterator It;
118 typedef std::unordered_set<ValueTp> Set; typedef
119 testUnorderedSet<Set, ValueT
124 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
131 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
137 typedef std::unordered_multiset<ValueTp> Set; typedef
143 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
150 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
H A Dincomplete_type.pass.cpp18 typedef std::multiset<A> Set; typedef in struct:A
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
H A Dincomplete_type.pass.cpp18 typedef std::set<A> Set; typedef in struct:A
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
H A Dincomplete_type.pass.cpp18 typedef std::multiset<A> Set; typedef in struct:A
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
H A Dincomplete_type.pass.cpp18 typedef std::set<A> Set; typedef in struct:A
20 Set m;
21 Set::iterator it;
22 Set::const_iterator cit;
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
69 Set(rhs);
73 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dmisc.py11 class Set: class in inherits:
27 c = Set()
68 """Set the filename attribute to filename on every node in tree"""
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dmisc.py11 class Set: class in inherits:
27 c = Set()
68 """Set the filename attribute to filename on every node in tree"""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dmisc.py11 class Set: class in inherits:
27 c = Set()
68 """Set the filename attribute to filename on every node in tree"""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dmisc.py11 class Set: class in inherits:
27 c = Set()
68 """Set the filename attribute to filename on every node in tree"""
/prebuilts/ndk/current/sources/android/ndk_helper/
H A Dinterpolator.cpp45 Interpolator& Interpolator::Set( const float start, function in class:ndk_helper::Interpolator
81 Set( dest_value_, item.dest_value_, item.type_, item.duration_ );
/prebuilts/ndk/r11/sources/android/ndk_helper/
H A Dinterpolator.cpp45 Interpolator& Interpolator::Set( const float start, function in class:ndk_helper::Interpolator
81 Set( dest_value_, item.dest_value_, item.type_, item.duration_ );
/prebuilts/ndk/r13/sources/android/ndk_helper/
H A Dinterpolator.cpp45 Interpolator& Interpolator::Set( const float start, function in class:ndk_helper::Interpolator
81 Set( dest_value_, item.dest_value_, item.type_, item.duration_ );
/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerDictionary.h25 FixedWord(const uint8_t *B, uint8_t S) { Set(B, S); }
27 void Set(const uint8_t *B, uint8_t S) { function in class:fuzzer::FixedWord
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddmksctrl.h43 GUID Set; member in struct:__anon6789::__anon6790::__anon6791

Completed in 1003 milliseconds

123456