/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_map.h | 77 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()
|
D | oscl_tree.h | 326 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/ |
D | zone-inl.h | 81 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()
|
D | code-stubs.h | 42 Compare, enumerator
|
D | code-stubs.cc | 105 case Compare: in MajorName()
|
D | utils.h | 88 static int Compare(const T& a, const T& b) { in Compare() function 100 return Compare<T>(*a, *b); in PointerValueCompare()
|
D | array.js | 622 function Compare(x,y) { class in ArraySort 653 var order = Compare(a[mid], key); 694 var order = Compare(element, pivot_key);
|
D | codegen.h | 267 Major MajorKey() { return Compare; } in MajorKey()
|
/external/zlib/contrib/ada/ |
D | mtest.adb | 57 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/ |
D | heap.h | 46 template <class T, class Compare> 51 Heap(Compare comp) : comp_(comp), size_(0) { } in Heap() 182 Compare comp_;
|
D | arcsort.h | 42 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
|
D | queue.h | 195 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()
|
D | fst-decl.h | 55 template <class T, class Compare> class Heap;
|
/external/gtest/include/gtest/internal/ |
D | gtest-string.h | 250 int Compare(const String& rhs) const; 260 bool operator<(const String& rhs) const { return Compare(rhs) < 0; }
|
/external/gtest/include/gtest/ |
D | gtest.h | 697 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/ |
D | 15.4.4.5-1.js | 195 var c = Compare( lo, hi ); 204 function Compare( x, y ) { class
|
D | 15.4.4.5-2.js | 196 var c = Compare( lo, hi ); 205 function Compare( x, y ) { class
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_priqueue.h | 113 class Compare = OsclCompareLess<Qelem> > 179 Compare comp;
|
/external/srec/doc/logs/uapi/ |
D | run_robustness3.log | 104 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/ |
D | varabled.h | 49 static int Compare(const void* v1, const void* v2);
|
D | varabled.cpp | 180 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/ |
D | makefile.mms | 142 - 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/ |
D | SkPictureRecord.cpp | 537 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()
|
D | SkPictureFlat.h | 102 static int Compare(const SkFlatData* a, const SkFlatData* b) { in Compare() function
|
/external/srec/tools/grxmlcompile/ |
D | netw_arc.h | 172 int Compare (NUANArc *test) in Compare() function
|