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

1234

/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/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.h49 int Compare(const CKeyKeyValPair &a) const function in struct:CKeyKeyValPair
/external/lzma/CPP/Windows/
H A DPropVariant.cpp324 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/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc61 StatusOr<std::unique_ptr<Literal>> Compare(const Shape& shape, HloOpcode opcode, function in namespace:xla::__anon25626
112 StatusOr<std::unique_ptr<Literal>> Compare<complex64>( function in namespace:xla::__anon25626
2334 Compare<bool>(compare->shape(), opcode, lhs_literal, rhs_literal));
2339 Compare<uint8>(compare->shape(), opcode, lhs_literal, rhs_literal));
2346 Compare<uint32>(compare->shape(), opcode, lhs_literal, rhs_literal));
2351 Compare<uint64>(compare->shape(), opcode, lhs_literal, rhs_literal));
2356 Compare<int8>(compare->shape(), opcode, lhs_literal, rhs_literal));
2363 Compare<int32>(compare->shape(), opcode, lhs_literal, rhs_literal));
2368 Compare<int64>(compare->shape(), opcode, lhs_literal, rhs_literal));
2375 Compare<floa
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dlrn_op_test.cc52 bool Compare() { function in class:tensorflow::LRNFloatTest
128 EXPECT_TRUE(Compare());
156 EXPECT_TRUE(Compare());
186 EXPECT_TRUE(Compare()); \
/external/tensorflow/tensorflow/core/lib/io/
H A Dblock.cc101 inline int Compare(const StringPiece& a, const StringPiece& b) const { function in class:tensorflow::table::Block::Iter
168 if (Compare(mid_key, target) < 0) {
185 if (Compare(key_, target) >= 0) {
/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
601 def Compare(self, left_suffix, operand, right_suffix): member in class:MemOperand
/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>);

Completed in 660 milliseconds

1234