Home
last modified time | relevance | path

Searched refs:Compare (Results 1 – 25 of 61) sorted by relevance

123

/external/opencore/oscl/oscl/osclbase/src/
Doscl_map.h77 template < class Key, class T, class Alloc, class Compare = Oscl_Less<Key> >
83 typedef Compare key_compare;
85 typedef Oscl_Map<Key, T, Alloc, Compare> self;
103 friend class Oscl_Map<Key, T, Alloc, Compare>;
105 Compare comp;
106 value_compare(Compare c) : comp(c) {} in value_compare()
119 Oscl_Map(const Compare& comp = Compare()) : t(comp) {} in t()
Doscl_tree.h326 template <class Key, class Value, class KeyOfValue, class Compare, class Alloc>
349 Compare key_compare;
353 Oscl_Rb_Tree(const Compare& comp = Compare())
363 Oscl_Rb_Tree(const Oscl_Rb_Tree<Key, Value, KeyOfValue, Compare, Alloc>& x) in Oscl_Rb_Tree() argument
389 Oscl_Rb_Tree<Key, Value, KeyOfValue, Compare, Alloc>&
390 operator=(const Oscl_Rb_Tree<Key, Value, KeyOfValue, Compare, Alloc>& x)
/external/webkit/V8Binding/v8/src/
Dzone-inl.h81 int cmp = C::Compare(key, root_->key_); in Insert()
109 if (C::Compare(key, root_->key_) == 0) { in Find()
128 int cmp = C::Compare(root_->key_, key); in FindGreatestLessThan()
152 int cmp = C::Compare(root_->key_, key); in FindLeastGreaterThan()
198 if (C::Compare(key, root_->key_) != 0) in Remove()
233 int cmp = C::Compare(key, current->key_); in Splay()
237 if (C::Compare(key, current->left_->key_) < 0) { in Splay()
253 if (C::Compare(key, current->right_->key_) > 0) { in Splay()
Dcode-stubs.h42 Compare, enumerator
Dcode-stubs.cc105 case Compare: in MajorName()
Dutils.h88 static int Compare(const T& a, const T& b) { in Compare() function
100 return Compare<T>(*a, *b); in PointerValueCompare()
Darray.js622 function Compare(x,y) { class in ArraySort
653 var order = Compare(a[mid], key);
694 var order = Compare(element, pivot_key);
Dcodegen.h267 Major MajorKey() { return Compare; } in MajorKey()
/external/zlib/contrib/ada/
Dmtest.adb57 procedure Compare (Item : in Stream_Element_Array); subprogspec
63 procedure Compare (Item : in Stream_Element_Array) is subprogram
71 end Compare;
73 procedure Compare_Write is new ZLib.Write (Write => Compare);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dheap.h46 template <class T, class Compare>
51 Heap(Compare comp) : comp_(comp), size_(0) { } in Heap()
182 Compare comp_;
Darcsort.h42 template<class Arc, class Compare>
43 void ArcSort(MutableFst<Arc> *fst, Compare comp) { in ArcSort()
191 typedef C Compare; typedef
308 typedef C Compare; typedef
Dqueue.h195 typedef C Compare; typedef
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare; in AutoQueue() typedef
530 Compare *comp = 0; in AutoQueue()
533 comp = new Compare(distance, *less); in AutoQueue()
568 queues_[i] = new ShortestFirstQueue<StateId, Compare>(*comp); in AutoQueue()
Dfst-decl.h55 template <class T, class Compare> class Heap;
/external/gtest/include/gtest/internal/
Dgtest-string.h250 int Compare(const String& rhs) const;
260 bool operator<(const String& rhs) const { return Compare(rhs) < 0; }
/external/gtest/include/gtest/
Dgtest.h697 static AssertionResult Compare(const char* expected_expression, in Compare() function
711 static AssertionResult Compare(const char* expected_expression, in Compare() function
730 static AssertionResult Compare(const char* expected_expression, in Compare() function
741 static AssertionResult Compare(const char* expected_expression, in Compare() function
1129 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
1144 EqHelper<GTEST_IS_NULL_LITERAL_(expected)>::Compare, \
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
D15.4.4.5-1.js195 var c = Compare( lo, hi );
204 function Compare( x, y ) { class
D15.4.4.5-2.js196 var c = Compare( lo, hi );
205 function Compare( x, y ) { class
/external/opencore/oscl/oscl/osclutil/src/
Doscl_priqueue.h113 class Compare = OsclCompareLess<Qelem> >
179 Compare comp;
/external/srec/doc/logs/uapi/
Drun_robustness3.log104 Compare MIC Files
228 Compare MIC Files
352 Compare MIC Files
476 Compare MIC Files
600 Compare MIC Files
724 Compare MIC Files
848 Compare MIC Files
972 Compare MIC Files
1096 Compare MIC Files
1220 Compare MIC Files
[all …]
/external/tesseract/ccmain/
Dvarabled.h49 static int Compare(const void* v1, const void* v2);
Dvarabled.cpp180 int VariableContent::Compare(const void* v1, const void* v2) { in Compare() function in VariableContent
234 vclist.sort(VariableContent::Compare); // Sort the list alphabetically. in BuildListOfAllLeaves()
/external/jpeg/
Dmakefile.mms142 - Backup /Compare/Log testimg.ppm testout.ppm
143 - Backup /Compare/Log testimg.bmp testout.bmp
144 - Backup /Compare/Log testimg.jpg testout.jpg
145 - Backup /Compare/Log testimg.ppm testoutp.ppm
146 - Backup /Compare/Log testimgp.jpg testoutp.jpg
147 - Backup /Compare/Log testorig.jpg testoutt.jpg
/external/skia/src/core/
DSkPictureRecord.cpp537 bitmaps.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); in find()
552 matrices.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); in find()
570 paints.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); in find()
584 regions.count(), (SkFlatData*) flat, sizeof(flat), &SkFlatData::Compare); in find()
DSkPictureFlat.h102 static int Compare(const SkFlatData* a, const SkFlatData* b) { in Compare() function
/external/srec/tools/grxmlcompile/
Dnetw_arc.h172 int Compare (NUANArc *test) in Compare() function

123