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

12345

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Derror.py50 def Compare(a, b): member in class:Error
51 """Compare two error objects, by source code order.
65 Compare = staticmethod(Compare) variable in class:Error
/external/chromium_org/third_party/closure_linter/closure_linter/common/
H A Derror.py50 def Compare(a, b): member in class:Error
51 """Compare two error objects, by source code order.
65 Compare = staticmethod(Compare) variable in class:Error
/external/chromium_org/tools/site_compare/operators/
H A Dequals.py5 """Compare two images for equality."""
11 def Compare(file1, file2, **kwargs): function
H A Dequals_with_mask.py5 """Compare two images for equality, subject to a mask."""
13 def Compare(file1, file2, **kwargs): function
/external/libcxx/test/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);
27 typedef std::greater<int> Compare; typedef
28 Compare comp;
73 typedef std::greater<int> Compare; typedef
74 Compare comp;
/external/libcxx/test/containers/unord/unord.map/
H A Dswap_member.pass.cpp31 typedef test_compare<std::equal_to<int> > Compare; typedef
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1));
36 C c2(0, Hash(2), Compare(2), Alloc(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_map<int, std::string, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(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
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
422 typedef test_compare<std::equal_to<int> > Compare; typedef
470 typedef test_compare<std::equal_to<int> > Compare; typedef
512 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/containers/unord/unord.map/unord.map.swap/
H A Dswap_non_member.pass.cpp31 typedef test_compare<std::equal_to<int> > Compare; typedef
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1));
36 C c2(0, Hash(2), Compare(2), Alloc(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_map<int, std::string, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(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
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
422 typedef test_compare<std::equal_to<int> > Compare; typedef
470 typedef test_compare<std::equal_to<int> > Compare; typedef
512 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/containers/unord/unord.multimap/
H A Dswap_member.pass.cpp32 typedef test_compare<std::equal_to<int> > Compare; typedef
34 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
36 C c1(0, Hash(1), Compare(1), Alloc(1));
37 C c2(0, Hash(2), Compare(2), Alloc(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));
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
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
431 typedef test_compare<std::equal_to<int> > Compare; typedef
479 typedef test_compare<std::equal_to<int> > Compare; typedef
523 typedef test_compare<std::equal_to<int> > Compare; typedef
[all...]
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_non_member.pass.cpp31 typedef test_compare<std::equal_to<int> > Compare; typedef
33 typedef std::unordered_multimap<int, std::string, Hash, Compare, Alloc> C;
35 C c1(0, Hash(1), Compare(1), Alloc(1));
36 C c2(0, Hash(2), Compare(2), Alloc(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_multimap<int, std::string, Hash, Compare, Alloc> C;
75 C c1(0, Hash(1), Compare(1), Alloc(1));
76 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
108 typedef test_compare<std::equal_to<int> > Compare; typedef
152 typedef test_compare<std::equal_to<int> > Compare; typedef
216 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
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/containers/unord/unord.multiset/
H A Dswap_member.pass.cpp30 typedef test_compare<std::equal_to<int> > Compare; typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.key_eq() == Compare(2));
51 assert(c2.key_eq() == Compare(1));
59 typedef test_compare<std::equal_to<int> > Compare; typedef
61 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1));
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
107 typedef test_compare<std::equal_to<int> > Compare; typedef
149 typedef test_compare<std::equal_to<int> > Compare; typedef
211 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
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/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_non_member.pass.cpp30 typedef test_compare<std::equal_to<int> > Compare; typedef
32 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.key_eq() == Compare(2));
51 assert(c2.key_eq() == Compare(1));
59 typedef test_compare<std::equal_to<int> > Compare; typedef
61 typedef std::unordered_multiset<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1));
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
107 typedef test_compare<std::equal_to<int> > Compare; typedef
149 typedef test_compare<std::equal_to<int> > Compare; typedef
211 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
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/containers/unord/unord.set/
H A Dswap_member.pass.cpp30 typedef test_compare<std::equal_to<int> > Compare; typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.key_eq() == Compare(2));
51 assert(c2.key_eq() == Compare(1));
59 typedef test_compare<std::equal_to<int> > Compare; typedef
61 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1));
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
107 typedef test_compare<std::equal_to<int> > Compare; typedef
149 typedef test_compare<std::equal_to<int> > Compare; typedef
211 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
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/containers/unord/unord.set/unord.set.swap/
H A Dswap_non_member.pass.cpp30 typedef test_compare<std::equal_to<int> > Compare; typedef
32 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
34 C c1(0, Hash(1), Compare(1), Alloc(1));
35 C c2(0, Hash(2), Compare(2), Alloc(2));
42 assert(c1.key_eq() == Compare(2));
51 assert(c2.key_eq() == Compare(1));
59 typedef test_compare<std::equal_to<int> > Compare; typedef
61 typedef std::unordered_set<int, Hash, Compare, Alloc> C;
74 C c1(0, Hash(1), Compare(1), Alloc(1));
75 C c2(std::begin(a2), std::end(a2), 0, Hash(2), Compare(
107 typedef test_compare<std::equal_to<int> > Compare; typedef
149 typedef test_compare<std::equal_to<int> > Compare; typedef
211 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
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/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc79 int QName::Compare(const StaticQName& other) const { function in class:buzz::QName
87 int QName::Compare(const QName& other) const { function in class:buzz::QName
/external/chromium_org/third_party/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/chromium_org/tools/binary_size/
H A Dexplain_binary_size_delta.py49 def Compare(symbols1, symbols2): function
355 (added, removed, changed, unchanged) = Compare(symbols[0], symbols[1])
/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/lldb/source/Symbol/
H A DDeclaration.cpp86 Declaration::Compare(const Declaration& a, const Declaration& b) function in class:Declaration
88 int result = FileSpec::Compare(a.m_file, b.m_file, true);
/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/chromium_org/third_party/leveldatabase/src/util/
H A Dcomparator.cc25 virtual int Compare(const Slice& a, const Slice& b) const { function in class:leveldb::__anon12467::BytewiseComparatorImpl
48 assert(Compare(*start, limit) < 0);
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dstring_compare.cc30 int Compare(const std::string& a, const std::string& b) const { function in class:i18n::addressinput::__anon12534::IcuStringComparer
60 return g_comparer.Get().Compare(a, b) == 0;
65 return g_comparer.Get().Compare(a, b) < 0;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dtokenutil.py360 def Compare(token1, token2): function
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc36 int Compare(const T& a, const T& b) { function in namespace:content::__anon7625
132 return Compare(array_.size(), other.array_.size());
138 return Compare(date_, other.date_);
140 return Compare(number_, other.number_);
/external/chromium_org/content/common/input/
H A Dinput_param_traits_unittest.cc23 static void Compare(const InputEvent* a, const InputEvent* b) { function in class:content::__anon7629::InputParamTraitsTest
35 static void Compare(const InputEvents* a, const InputEvents* b) { function in class:content::__anon7629::InputParamTraitsTest
37 Compare((*a)[i], (*b)[i]);
40 static void Compare(const SyntheticSmoothScrollGestureParams* a, function in class:content::__anon7629::InputParamTraitsTest
51 static void Compare(const SyntheticPinchGestureParams* a, function in class:content::__anon7629::InputParamTraitsTest
60 static void Compare(const SyntheticTapGestureParams* a, function in class:content::__anon7629::InputParamTraitsTest
67 static void Compare(const SyntheticGesturePacket* a, function in class:content::__anon7629::InputParamTraitsTest
77 Compare(SyntheticSmoothScrollGestureParams::Cast(a->gesture_params()),
81 Compare(SyntheticPinchGestureParams::Cast(a->gesture_params()),
85 Compare(SyntheticTapGestureParam
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set.cc47 // Compare returns a value less than, equal to or greater than zero if |a| is
49 int Compare(StringPiece a, const unsigned char* b, size_t b_len) { function in namespace:net::__anon9429
117 int n = Compare(cert, kSets[j].certs[mid], kSets[j].lens[mid]);

Completed in 1076 milliseconds

12345