HomeSort by relevance Sort by last modified time
    Searched defs:Sort (Results 1 - 25 of 34) sorted by null

1 2

  /art/tools/ahat/src/
Sort.java 35 class Sort {
  /bionic/libc/bionic/
scandir.cpp 72 void Sort(int (*comparator)(const dirent**, const dirent**)) {
73 // If we have entries and a comparator, sort them.
124 names.Sort(comparator);
  /art/runtime/gc/accounting/
atomic_stack.h 48 // This comparator is for std::sort.
185 void Sort() {
188 std::sort(Begin(), End(), ObjectComparator());
  /external/gemmlowp/profiling/
profiler.h 232 std::sort(node->children.begin(), node->children.end(), CompareNodes);
238 void Sort() { SortNode(&root_); }
246 Sort();
  /external/v8/src/
list-inl.h 204 void List<T, P>::Sort(CompareFunction cmp) {
205 Sort(cmp, 0, length_);
211 void List<T, P>::Sort(CompareFunction cmp, size_t s, size_t l) {
212 ToVector().Sort(cmp, s, l);
220 void List<T, P>::Sort() {
221 ToVector().Sort();
small-pointer-list.h 49 void Sort() {
51 list()->Sort(compare_value);
objects.cc     [all...]
  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 16 #include "webrtc/system_wrappers/include/sort.h"
26 #include <algorithm> // std::sort
202 std::sort(data_type, data_type + num_of_elements);
274 std::sort(ptr_sort_key, ptr_sort_key + num_of_elements,
287 int32_t Sort(void* data, uint32_t num_of_elements, Type type) {
328 // Fall back to std::sort for 64-bit types and floats due to compiler
450 // Fall back to std::sort for 64-bit types and floats due to compiler
  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 127 FWL_ERR* CFWL_ListBox::Sort(IFWL_ListBoxCompare* pCom) {
128 return static_cast<IFWL_ListBox*>(m_pIface)->Sort(pCom);
  /system/keymaster/
authorization_set.cpp 149 void AuthorizationSet::Sort() {
155 Sort();
175 Sort();
  /external/lzma/CPP/Common/
MyVector.h 334 void Sort(int (*compare)(const T*, const T*, void *), void *param)
604 void Sort(int (*compare)(void *const *, void *const *, void *), void *param)
605 { _v.Sort(compare, param); }
610 void Sort() { _v.Sort(CompareObjectItems, 0); }
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 119 return 0; // Nothing to sort.
175 /* sort [start..right[ */
180 /* sort [left..limit[ */
183 /* sort [left..limit[ */
188 /* sort [start..right[ */
486 // sort()
491 // Sort the underlying Message array.
498 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|OOi:sort",
534 ScopedPyObjectPtr m(PyObject_GetAttrString(self->child_messages, "sort"));
542 static PyObject* Sort(RepeatedCompositeContainer* self
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 109 void Sort(int (__cdecl *compare)(const void *elem1,const void *elem2));
293 void CDXArray<TYPE,ARG_TYPE>::Sort(int (__cdecl *compare)(const void *elem1,const void *elem2)) {
mmc.h     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 676 void Sort(LP_COMPARE pCompare, FX_BOOL bAscent = TRUE) {
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 55 FWL_ERR* IFWL_ListBox::Sort(IFWL_ListBoxCompare* pCom) {
56 return static_cast<CFWL_ListBoxImp*>(GetImpl())->Sort(pCom);
307 FWL_ERR* CFWL_ListBoxImp::Sort(IFWL_ListBoxCompare* pCom) {
    [all...]
  /external/dng_sdk/source/
dng_bad_pixels.cpp 359 void dng_bad_pixel_list::Sort ()
365 std::sort (fBadPoints.begin (),
374 std::sort (fBadRects.begin (),
587 fList->Sort ();
648 fList->Sort ();
    [all...]
  /external/freetype/src/raster/
ftraster.c 123 /* boundary. These positions are called `y-turns' because they (sort */
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 123 /* boundary. These positions are called `y-turns' because they (sort */
    [all...]
  /external/v8/src/ast/
ast.h 251 void Sort() { list_.Sort(); }
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 

Completed in 1777 milliseconds

1 2