Searched refs:Sort (Results 1 - 25 of 69) sorted by relevance

123

/external/webrtc/src/system_wrappers/interface/
H A Dsort.h42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
/external/lzma/CPP/7zip/UI/Common/
H A DSortUtils.cpp21 indices.Sort(CompareStrings, (void *)&strings);
/external/lzma/CPP/Common/
H A DMyVector.h150 void Sort(int (*compare)(const T*, const T*, void *), void *param) function in class:CRecordVector
258 void Sort(int (*compare)(void *const *, void *const *, void *), void *param) function in class:CObjectVector
259 { CPointerVector::Sort(compare, param); }
263 void Sort() { CPointerVector::Sort(CompareObjectItems, 0); } function in class:CObjectVector
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp136 DWARFDebugAranges::Sort (bool minimize) function in class:DWARFDebugAranges
146 log->Printf ("DWARFDebugAranges::Sort(minimize = %u) with %" PRIu64 " entries", minimize, (uint64_t)orig_arange_size);
149 m_aranges.Sort();
158 log->Printf ("DWARFDebugAranges::Sort() %" PRIu64 " entries after minimizing (%" PRIu64 " entries combined for %" PRIu64 " bytes saved)",
H A DDWARFDebugAranges.h50 Sort (bool minimize);
H A DNameToDIE.cpp28 m_map.Sort ();
/external/skia/tests/
H A DSortTest.cpp34 DEF_TEST(Sort, reporter) {
/external/v8/src/
H A Dsmall-pointer-list.h49 void Sort() { function in class:v8::internal::SmallPointerList
51 list()->Sort(compare_value);
H A Dvector.h68 void Sort(int (*cmp)(const T*, const T*)) {
72 void Sort() {
H A Dlist-inl.h194 void List<T, P>::Sort(int (*cmp)(const T* x, const T* y)) { function in class:v8::internal::List
195 ToVector().Sort(cmp);
204 void List<T, P>::Sort() { function in class:v8::internal::List
205 ToVector().Sort();
H A Dlist.h149 // Sort all list entries (using QuickSort)
150 void Sort(int (*cmp)(const T* x, const T* y));
151 void Sort();
H A Dglobal-handles.cc897 object_group_connections_.Sort();
898 retainer_infos_.Sort();
899 implicit_ref_connections_.Sort();
/external/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp122 m_enumerations.Sort();
H A DOptionValueProperties.cpp79 m_name_to_index.Sort();
92 m_name_to_index.Sort();
/external/vixl/src/vixl/
H A Dinvalset.h135 // Sort the elements.
144 void Sort(SortType sort_type);
333 Sort(kHardSort);
469 void InvalSet<TEMPLATE_INVALSET_P_DEF>::Sort(SortType sort_type) {
634 Sort(kHardSort);
664 inval_set->Sort(S::kSoftSort);
/external/webrtc/src/system_wrappers/test/TestSort/
H A DTestSort.cpp143 printf("Running %s Sort() tests...\n", TypeEnumToString(sortType));
173 retVal = webrtc::Sort(key, DataLength, sortType);
184 printf("Sort returned an error. ");
230 printf("Sort data differs from std::sort reference\nExiting...\n");
/external/lldb/source/Symbol/
H A DSymtab.cpp411 m_name_to_index.Sort();
413 m_selector_to_index.Sort();
415 m_basename_to_index.Sort();
417 m_method_to_index.Sort();
614 // Sort the indexes in place using std::stable_sort.
961 m_file_addr_to_index.Sort();
991 // Sort again in case the range size changes the ordering
992 m_file_addr_to_index.Sort();
/external/boringssl/src/crypto/err/
H A Derr_data_generate.go130 sort.Sort(keySlice(st.entries))
/external/lldb/include/lldb/Core/
H A DUniqueCStringMap.h69 // this map, then later call UniqueCStringMap<T>::Sort() before doing
278 // call to UniqueCStringMap::Sort()) or to UniqueCStringMap::Insert().
287 // Sort the unsorted contents in this map. A typical code flow would
296 // my_map.Sort();
299 Sort () function in class:lldb_private::UniqueCStringMap
H A DRangeMap.h205 Sort () function in class:lldb_private::RangeArray
485 Sort () function in class:lldb_private::RangeVector
818 Sort () function in class:lldb_private::RangeDataArray
1079 Sort () function in class:lldb_private::RangeDataVector
1429 Sort () function in class:lldb_private::AddressDataArray
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp133 m_objc_class_name_to_index.Sort();
/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp32 m_impl.Sort();
/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc491 // Sort the underlying Message array.
542 static PyObject* Sort(RepeatedCompositeContainer* self, function in namespace:google::protobuf::python::repeated_composite_container
712 { "sort", (PyCFunction) Sort, METH_VARARGS | METH_KEYWORDS,
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp292 m_core_aranges.Sort();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp771 folderRefs.Sort(CompareFolderRepacks, (void *)db);
1020 refItems.Sort(CompareUpdateItems, (void *)&sortByType);
1159 emptyRefs.Sort(CompareEmptyItems, (void *)&updateItems);

Completed in 617 milliseconds

123