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

12

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
H A D15.4.4.5-1.js195 var c = Compare( lo, hi );
204 function Compare( x, y ) { function
H A D15.4.4.5-2.js161 S +"; A.sort(Compare); A.length",
163 eval( S + "; A.sort(Compare); A.length") );
196 var c = Compare( lo, hi );
205 function Compare( x, y ) { function
/external/chromium/third_party/libjingle/overrides/talk/xmllite/
H A Dqname.cc57 QName::Compare(const QName & other) const { function in class:buzz::QName
/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/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/chrome/browser/chromeos/
H A Dlanguage_preferences_unittest.cc20 bool Compare(T a, T b) { function in namespace:chromeos::language_prefs::__anon1397
24 bool Compare<const char*>(const char* a, const char* b) { function in namespace:chromeos::language_prefs::__anon1397
42 if (Compare(pref.default_pref_value,
/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dqname.cc151 QName::Compare(const QName & other) const { function in class:buzz::QName
/external/chromium/base/i18n/
H A Dfile_util_icu.cc90 int Compare(const string16& a, const string16& b) { function in class:__anon1100::LocaleAwareComparator
182 return LocaleAwareComparator::GetInstance()->Compare(a.value().c_str(),
192 return LocaleAwareComparator::GetInstance()->Compare(
/external/chromium/base/synchronization/
H A Dwaitable_event_watcher_posix.cc78 bool Compare(void* tag) { function in class:base::AsyncWaiter
229 // virtual Compare function before the two are considered a match. So we need
H A Dwaitable_event_posix.cc117 bool Compare(void* tag) { function in class:base::SyncWaiter
390 if (*i == waiter && (*i)->Compare(tag)) {
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_proto_util.cc258 bool SyncerProtoUtil::Compare(const syncable::Entry& local_entry, function in class:browser_sync::SyncerProtoUtil
263 " SyncerProtoUtil::Compare precondition not met.";
265 " SyncerProtoUtil::Compare precondition not met.";
267 " SyncerProtoUtil::Compare precondition not met.";
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h47 struct Compare { struct in class:clang::ContinuousRangeMap
73 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare());
91 iterator I = std::upper_bound(Rep.begin(), Rep.end(), K, Compare());
118 std::sort(Self.Rep.begin(), Self.Rep.end(), Compare());
/external/webkit/Source/WebCore/platform/leveldb/
H A DLevelDBDatabase.cpp74 virtual int Compare(const leveldb::Slice& a, const leveldb::Slice& b) const function in class:WebCore::__anon13334::ComparatorAdapter
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp31 int Compare(const void* dataX, const void* dataY) function
176 //qsort(key, DataLength, sizeof(KeyType), Compare<KeyType>);
/external/chromium/base/win/
H A Dscoped_variant.cc90 int ScopedVariant::Compare(const VARIANT& var, bool ignore_case) const { function in class:base::win::ScopedVariant
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Djid.cc168 if (Compare(JID_EMPTY) == 0) {
226 Jid::Compare(const Jid & other) const { function in class:buzz::Jid
/external/openfst/src/include/fst/
H A Darcsort.h36 template <class Arc, class Compare>
45 ArcSortMapper(const Fst<Arc> &fst, const Compare &comp)
49 ArcSortMapper(const ArcSortMapper<Arc, Compare> &mapper,
75 const Compare &comp_;
79 void operator=(const ArcSortMapper<Arc, Compare> &); // disallow
84 // type Compare. This version modifies its input. Comparison function
86 // library. In general, Compare must meet the requirements for an STL
96 template<class Arc, class Compare>
97 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
98 ArcSortMapper<Arc, Compare> mappe
194 typedef C Compare; typedef in class:fst::StdArcSortFst
[all...]
H A Dstate-map.h493 struct Compare { struct in class:fst::ArcSumMapper
514 Compare comp_;
568 struct Compare { struct in class:fst::ArcUniqueMapper
590 Compare comp_;
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h122 compare_ = new Compare(&keys_);
233 struct Compare { struct in class:fst::STTableReader
234 Compare(const vector<string> *keys) : keys_(keys) {} function in struct:fst::STTableReader::Compare
318 Compare *compare_; // Functor comparing stream IDs for the heap
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h172 int Compare (NUANArc *test) function in class:NUANArc
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h30 // type Compare. This version modifies its input. Comparison function
32 // library. In general, Compare must meet the requirements for an STL
42 template<class Arc, class Compare>
43 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
170 // type Compare. This version is a delayed Fst. Comparsion function
172 // library. In general, Compare must meet the requirements for an STL
191 typedef C Compare; typedef in class:fst::ArcSortFst
278 // Compare class for comparing input labels of arcs.
291 // Compare class for comparing output labels of arcs.
308 typedef C Compare; typedef in class:fst::StdArcSortFst
[all...]
H A Dqueue.h195 typedef C Compare; typedef in class:fst::ShortestFirstQueue
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare; typedef
530 Compare *comp = 0;
533 comp = new Compare(distance, *less);
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp);
/external/chromium/chrome/browser/autofill/
H A Dcredit_card.cc355 int CreditCard::Compare(const CreditCard& credit_card) const { function in class:CreditCard
377 return Compare(credit_card) == 0;
H A Dautofill_profile.cc385 int AutofillProfile::Compare(const AutofillProfile& profile) const { function in class:AutofillProfile
455 return guid_ == profile.guid_ && Compare(profile) == 0;
/external/skia/src/core/
H A DSkPictureFlat.h132 static int Compare(const SkFlatData* a, const SkFlatData* b) { function in class:SkFlatData

Completed in 313 milliseconds

12