Searched defs:Sort (Results 1 - 18 of 18) sorted by relevance

/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)",
/external/v8/src/
H A Dsmall-pointer-list.h49 void Sort() { function in class:v8::internal::SmallPointerList
51 list()->Sort(compare_value);
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 Dast.h271 void Sort() { list_.Sort(); } function in class:v8::internal::FINAL
H A Dobjects.cc2634 new_descriptors->Sort();
4388 descriptors->Sort();
6989 if (desc->number_of_descriptors() != enumeration_index) descriptors->Sort();
7838 void DescriptorArray::Sort() { function in class:v8::internal::DescriptorArray
13313 // Sort this array and the numbers as pairs wrt. the (distinct) numbers.
14913 // Sort the arrays wrt. enumeration order.
/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/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/webrtc/src/system_wrappers/source/
H A Dsort.cc337 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type type) function in namespace:webrtc
/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/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h491 void Sort(LP_COMPARE pCompare, FX_BOOL bAscent = TRUE) function in class:CGW_ArrayTemplate
/external/freetype/src/raster/
H A Dftraster.c2100 /* Sort */
2107 Sort( PProfileList list ) function
2742 Sort( &draw_left );
2743 Sort( &draw_right );
2818 Sort( &draw_left );
2819 Sort( &draw_right );
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c2193 /* Sort */
2200 Sort( PProfileList list ) function
3048 Sort( &draw_left );
3049 Sort( &draw_right );
3124 Sort( &draw_left );
3125 Sort( &draw_right );
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 615 milliseconds