Searched defs:Sort (Results 1 - 24 of 24) sorted by last modified time

/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/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/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/ ...
/external/pdfium/core/include/thirdparties/freetype/
H A Dfoxitnames.h250 #define Sort FPDFAPI_Sort macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/
H A Dfoxitnames.h255 #define Sort FPDFAPI_Sort macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2193 /* Sort */
2200 Sort( PProfileList list ) function
3045 Sort( &draw_left );
3046 Sort( &draw_right );
3121 Sort( &draw_left );
3122 Sort( &draw_right );
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h542 void Sort(LP_COMPARE pCompare, FX_BOOL bAscent = TRUE) function in class:CGW_ArrayTemplate
/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/include/lldb/Core/
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
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
/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/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/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/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/chromium_org/v8/src/
H A Dast.h271 void Sort() { list_.Sort(); } function in class:v8::internal::FINAL
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 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.
H A Dsmall-pointer-list.h49 void Sort() { function in class:v8::internal::SmallPointerList
51 list()->Sort(compare_value);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsort.cc287 int32_t Sort(void* data, uint32_t num_of_elements, Type type) { function in namespace:webrtc
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2191 /* Sort */
2198 Sort( PProfileList list ) function
3043 Sort( &draw_left );
3044 Sort( &draw_right );
3119 Sort( &draw_left );
3120 Sort( &draw_right );
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.cc105 // Sort first n entries by decreasing order of value
107 void Tote::Sort(int n) { function in class:Tote
258 // Sort first n entries by decreasing order of value
260 void ToteWithReliability::Sort(int n) { function in class:ToteWithReliability
/external/chromium_org/net/dns/
H A Daddress_sorter_posix.cc256 void AddressSorterPosix::Sort(const AddressList& list, function in class:net::AddressSorterPosix
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc378 void LayerSorter::Sort(LayerImplList::iterator first, function in class:cc::LayerSorter

Completed in 647 milliseconds