Searched defs:Compare (Results 1 - 25 of 75) sorted by relevance

123

/external/libcxx/test/std/containers/unord/unord.map/
H A Dswap_member.pass.cpp33 typedef test_compare<std::equal_to<int> > Compare; typedef
35 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
36 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
37 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
44 assert(c1.key_eq() == Compare(2));
53 assert(c2.key_eq() == Compare(1));
61 typedef test_compare<std::equal_to<int> > Compare; typedef
63 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
76 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
109 typedef test_compare<std::equal_to<int> > Compare; typedef
151 typedef test_compare<std::equal_to<int> > Compare; typedef
213 typedef test_compare<std::equal_to<int> > Compare; typedef
241 typedef test_compare<std::equal_to<int> > Compare; typedef
289 typedef test_compare<std::equal_to<int> > Compare; typedef
331 typedef test_compare<std::equal_to<int> > Compare; typedef
393 typedef test_compare<std::equal_to<int> > Compare; typedef
421 typedef test_compare<std::equal_to<int> > Compare; typedef
469 typedef test_compare<std::equal_to<int> > Compare; typedef
511 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp33 typedef test_compare<std::equal_to<int> > Compare; typedef
35 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
36 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
37 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
44 assert(c1.key_eq() == Compare(2));
53 assert(c2.key_eq() == Compare(1));
61 typedef test_compare<std::equal_to<int> > Compare; typedef
63 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
76 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
109 typedef test_compare<std::equal_to<int> > Compare; typedef
151 typedef test_compare<std::equal_to<int> > Compare; typedef
213 typedef test_compare<std::equal_to<int> > Compare; typedef
241 typedef test_compare<std::equal_to<int> > Compare; typedef
289 typedef test_compare<std::equal_to<int> > Compare; typedef
331 typedef test_compare<std::equal_to<int> > Compare; typedef
393 typedef test_compare<std::equal_to<int> > Compare; typedef
421 typedef test_compare<std::equal_to<int> > Compare; typedef
469 typedef test_compare<std::equal_to<int> > Compare; typedef
511 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp34 typedef test_compare<std::equal_to<int> > Compare; typedef
36 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
37 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
38 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
45 assert(c1.key_eq() == Compare(2));
54 assert(c2.key_eq() == Compare(1));
62 typedef test_compare<std::equal_to<int> > Compare; typedef
64 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
77 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
78 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
110 typedef test_compare<std::equal_to<int> > Compare; typedef
154 typedef test_compare<std::equal_to<int> > Compare; typedef
218 typedef test_compare<std::equal_to<int> > Compare; typedef
246 typedef test_compare<std::equal_to<int> > Compare; typedef
294 typedef test_compare<std::equal_to<int> > Compare; typedef
338 typedef test_compare<std::equal_to<int> > Compare; typedef
402 typedef test_compare<std::equal_to<int> > Compare; typedef
430 typedef test_compare<std::equal_to<int> > Compare; typedef
478 typedef test_compare<std::equal_to<int> > Compare; typedef
522 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp33 typedef test_compare<std::equal_to<int> > Compare; typedef
35 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
36 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
37 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
44 assert(c1.key_eq() == Compare(2));
53 assert(c2.key_eq() == Compare(1));
61 typedef test_compare<std::equal_to<int> > Compare; typedef
63 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
76 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
77 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
109 typedef test_compare<std::equal_to<int> > Compare; typedef
153 typedef test_compare<std::equal_to<int> > Compare; typedef
217 typedef test_compare<std::equal_to<int> > Compare; typedef
245 typedef test_compare<std::equal_to<int> > Compare; typedef
293 typedef test_compare<std::equal_to<int> > Compare; typedef
337 typedef test_compare<std::equal_to<int> > Compare; typedef
401 typedef test_compare<std::equal_to<int> > Compare; typedef
429 typedef test_compare<std::equal_to<int> > Compare; typedef
477 typedef test_compare<std::equal_to<int> > Compare; typedef
521 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp32 typedef test_compare<std::equal_to<int> > Compare; typedef
34 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
36 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
43 assert(c1.key_eq() == Compare(2));
52 assert(c2.key_eq() == Compare(1));
60 typedef test_compare<std::equal_to<int> > Compare; typedef
62 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
108 typedef test_compare<std::equal_to<int> > Compare; typedef
150 typedef test_compare<std::equal_to<int> > Compare; typedef
212 typedef test_compare<std::equal_to<int> > Compare; typedef
240 typedef test_compare<std::equal_to<int> > Compare; typedef
288 typedef test_compare<std::equal_to<int> > Compare; typedef
330 typedef test_compare<std::equal_to<int> > Compare; typedef
392 typedef test_compare<std::equal_to<int> > Compare; typedef
420 typedef test_compare<std::equal_to<int> > Compare; typedef
468 typedef test_compare<std::equal_to<int> > Compare; typedef
510 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp32 typedef test_compare<std::equal_to<int> > Compare; typedef
34 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
36 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
43 assert(c1.key_eq() == Compare(2));
52 assert(c2.key_eq() == Compare(1));
60 typedef test_compare<std::equal_to<int> > Compare; typedef
62 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
108 typedef test_compare<std::equal_to<int> > Compare; typedef
150 typedef test_compare<std::equal_to<int> > Compare; typedef
212 typedef test_compare<std::equal_to<int> > Compare; typedef
240 typedef test_compare<std::equal_to<int> > Compare; typedef
288 typedef test_compare<std::equal_to<int> > Compare; typedef
330 typedef test_compare<std::equal_to<int> > Compare; typedef
392 typedef test_compare<std::equal_to<int> > Compare; typedef
420 typedef test_compare<std::equal_to<int> > Compare; typedef
468 typedef test_compare<std::equal_to<int> > Compare; typedef
510 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.set/
H A Dswap_member.pass.cpp32 typedef test_compare<std::equal_to<int> > Compare; typedef
34 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
36 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
43 assert(c1.key_eq() == Compare(2));
52 assert(c2.key_eq() == Compare(1));
60 typedef test_compare<std::equal_to<int> > Compare; typedef
62 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
108 typedef test_compare<std::equal_to<int> > Compare; typedef
150 typedef test_compare<std::equal_to<int> > Compare; typedef
212 typedef test_compare<std::equal_to<int> > Compare; typedef
240 typedef test_compare<std::equal_to<int> > Compare; typedef
288 typedef test_compare<std::equal_to<int> > Compare; typedef
330 typedef test_compare<std::equal_to<int> > Compare; typedef
392 typedef test_compare<std::equal_to<int> > Compare; typedef
420 typedef test_compare<std::equal_to<int> > Compare; typedef
468 typedef test_compare<std::equal_to<int> > Compare; typedef
510 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp32 typedef test_compare<std::equal_to<int> > Compare; typedef
34 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
36 C c2(0, Hash(2), Compare(2), Alloc(1, 2));
43 assert(c1.key_eq() == Compare(2));
52 assert(c2.key_eq() == Compare(1));
60 typedef test_compare<std::equal_to<int> > Compare; typedef
62 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(1, 1));
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
108 typedef test_compare<std::equal_to<int> > Compare; typedef
150 typedef test_compare<std::equal_to<int> > Compare; typedef
212 typedef test_compare<std::equal_to<int> > Compare; typedef
240 typedef test_compare<std::equal_to<int> > Compare; typedef
288 typedef test_compare<std::equal_to<int> > Compare; typedef
330 typedef test_compare<std::equal_to<int> > Compare; typedef
392 typedef test_compare<std::equal_to<int> > Compare; typedef
420 typedef test_compare<std::equal_to<int> > Compare; typedef
468 typedef test_compare<std::equal_to<int> > Compare; typedef
510 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/easymock/src/org/easymock/internal/matchers/
H A DCompare.java24 public class Compare<T> implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
34 public Compare(T expected, Comparator<? super T> comparator, LogicalOperator result) { method in class:Compare
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax_element_comp.pass.cpp12 // template<ForwardIterator Iter, StrictWeakOrder<auto, Iter::value_type> Compare>
13 // requires CopyConstructible<Compare>
15 // minmax_element(Iter first, Iter last, Compare comp);
31 typedef std::greater<int> Compare; typedef
32 Compare comp;
77 typedef std::greater<int> Compare; typedef
78 Compare comp;
/external/libcxx/test/std/utilities/function.objects/comparisons/
H A Dpointer_comparison_test_helper.hpp13 typedef CompareTemplate<T*> Compare; typedef
18 typedef Compare VoidCompare;
24 Compare comp;
/external/llvm/include/llvm/ADT/
H A DPriorityQueue.h27 class Compare = std::less<typename Sequence::value_type> >
28 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> {
30 explicit PriorityQueue(const Compare &compare = Compare(), argument
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
37 const Compare &compare = Compare(),
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
36 PriorityQueue(Iterator begin, Iterator end, const Compare &compare = Compare(), const Sequence &sequence = Sequence()) argument
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DPriorityQueue.h27 class Compare = std::less<typename Sequence::value_type> >
28 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> {
30 explicit PriorityQueue(const Compare &compare = Compare(), argument
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
37 const Compare &compare = Compare(),
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
36 PriorityQueue(Iterator begin, Iterator end, const Compare &compare = Compare(), const Sequence &sequence = Sequence()) argument
/external/webrtc/webrtc/libjingle/xmllite/
H A Dqname.cc62 int QName::Compare(const StaticQName& other) const { function in class:buzz::QName
70 int QName::Compare(const QName& other) const { function in class:buzz::QName
/external/google-breakpad/src/processor/
H A Dmodule_comparer.cc55 bool ModuleComparer::Compare(const string &symbol_data) { function in class:google_breakpad::ModuleComparer
79 // Compare FastSourceLineResolver::Module with
89 // Compare name_.
92 // Compare files_:
108 // Compare functions_:
127 // Compare public_symbols_:
145 // Compare windows_frame_info_[]:
151 // Compare cfi_initial_rules_:
170 // Compare cfi_delta_rules_:
260 // Compare ContainedRangeMa
[all...]
/external/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp42 auto Compare = [](const ProfileSummaryEntry &Entry, uint64_t Percentile) { local
45 auto It = std::lower_bound(DS.begin(), DS.end(), Percentile, Compare);
/external/vixl/tools/test_generator/
H A Ddata_types.py273 def Compare(left_suffix, operand, right_suffix): member in class:Input
338 def Compare(self, left_suffix, operand, right_suffix): member in class:Scalar
550 def Compare(self, left_suffix, operand, right_suffix): member in class:MemOperand
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h48 struct Compare { struct in class:clang::ContinuousRangeMap
74 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare());
92 iterator I = std::upper_bound(Rep.begin(), Rep.end(), K, Compare());
119 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h40 int Compare(const CKeyKeyValPair &a) const function in struct:CKeyKeyValPair
/external/lzma/CPP/Windows/
H A DPropVariant.cpp277 int CPropVariant::Compare(const CPropVariant &a) throw() function in class:NWindows::NCOM::CPropVariant
/external/protobuf/src/google/protobuf/util/
H A Dfield_comparator.cc58 FieldComparator::ComparisonResult DefaultFieldComparator::Compare( function in class:google::protobuf::util::DefaultFieldComparator
70 return ResultFromBoolean(Compare##METHOD( \
75 return ResultFromBoolean(Compare##METHOD( \
/external/webrtc/webrtc/system_wrappers/test/TestSort/
H A DTestSort.cc32 int Compare(const void* dataX, const void* dataY) function
177 //qsort(key, DataLength, sizeof(KeyType), Compare<KeyType>);
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dbrowser_test_runner_unittest.py373 def Compare(self, x, y): member in class:ErrorneousGeometric
/external/libchrome/dbus/
H A Ddbus_statistics.cc41 bool Compare(const Stat& other) const { function in struct:dbus::__anon10146::Stat
52 return lhs->Compare(*rhs);
/external/webrtc/webrtc/libjingle/xmpp/
H A Djid.cc146 int Jid::Compare(const Jid& other) const { function in class:buzz::Jid

Completed in 2897 milliseconds

123