/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
H A D | error.py | 50 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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
H A D | 15.4.4.5-1.js | 195 var c = Compare( lo, hi ); 204 function Compare( x, y ) { function
|
H A D | 15.4.4.5-2.js | 161 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 D | qname.cc | 57 QName::Compare(const QName & other) const { function in class:buzz::QName
|
/external/easymock/src/org/easymock/internal/matchers/ |
H A D | Compare.java | 24 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 D | PriorityQueue.h | 27 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 D | language_preferences_unittest.cc | 20 bool Compare(T a, T b) { function in namespace:chromeos::language_prefs::__anon1947 24 bool Compare<const char*>(const char* a, const char* b) { function in namespace:chromeos::language_prefs::__anon1947 42 if (Compare(pref.default_pref_value,
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
H A D | qname.cc | 151 QName::Compare(const QName & other) const { function in class:buzz::QName
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
H A D | tokenutil.py | 360 def Compare(token1, token2): function
|
/external/chromium/base/i18n/ |
H A D | file_util_icu.cc | 90 int Compare(const string16& a, const string16& b) { function in class:__anon1650::LocaleAwareComparator 182 return LocaleAwareComparator::GetInstance()->Compare(a.value().c_str(), 192 return LocaleAwareComparator::GetInstance()->Compare(
|
/external/chromium/base/synchronization/ |
H A D | waitable_event_watcher_posix.cc | 78 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 D | waitable_event_posix.cc | 117 bool Compare(void* tag) { function in class:base::SyncWaiter 390 if (*i == waiter && (*i)->Compare(tag)) {
|
/external/chromium/chrome/browser/sync/engine/ |
H A D | syncer_proto_util.cc | 258 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 D | ContinuousRangeMap.h | 48 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/webkit/Source/WebCore/platform/leveldb/ |
H A D | LevelDBDatabase.cpp | 74 virtual int Compare(const leveldb::Slice& a, const leveldb::Slice& b) const function in class:WebCore::__anon15922::ComparatorAdapter
|
/external/webrtc/src/system_wrappers/test/TestSort/ |
H A D | TestSort.cpp | 31 int Compare(const void* dataX, const void* dataY) function 176 //qsort(key, DataLength, sizeof(KeyType), Compare<KeyType>);
|
/external/chromium/base/win/ |
H A D | scoped_variant.cc | 90 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 D | jid.cc | 168 if (Compare(JID_EMPTY) == 0) { 226 Jid::Compare(const Jid & other) const { function in class:buzz::Jid
|
/external/openfst/src/include/fst/ |
H A D | arcsort.h | 36 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 208 typedef C Compare; typedef in class:fst::StdArcSortFst [all...] |
H A D | state-map.h | 495 struct Compare { struct in class:fst::ArcSumMapper 516 Compare comp_; 570 struct Compare { struct in class:fst::ArcUniqueMapper 592 Compare comp_;
|
/external/openfst/src/include/fst/extensions/far/ |
H A D | sttable.h | 123 compare_ = new Compare(&keys_); 234 struct Compare { struct in class:fst::STTableReader 235 Compare(const vector<string> *keys) : keys_(keys) {} function in struct:fst::STTableReader::Compare 319 Compare *compare_; // Functor comparing stream IDs for the heap
|
/external/skia/src/core/ |
H A D | SkBitmapHeap.cpp | 41 int SkBitmapHeap::LookupEntry::Compare(const SkBitmapHeap::LookupEntry *a, function in class:SkBitmapHeap::LookupEntry 236 &indexEntry, sizeof(void*), LookupEntry::Compare);
|
/external/srec/tools/grxmlcompile/ |
H A D | netw_arc.h | 172 int Compare (NUANArc *test) function in class:NUANArc
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
H A D | arcsort.h | 30 // 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...] |
/external/chromium/chrome/browser/autofill/ |
H A D | credit_card.cc | 355 int CreditCard::Compare(const CreditCard& credit_card) const { function in class:CreditCard 377 return Compare(credit_card) == 0;
|