Searched defs:sort_type (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/script/
H A Darcsort.cc24 void ArcSort(MutableFstClass *fst, ArcSortType sort_type) { argument
25 ArcSortArgs args(fst, sort_type);
/external/chromium_org/net/base/
H A Ddirectory_lister.cc73 DirectoryLister::SortType sort_type) {
76 if (sort_type == DirectoryLister::DATE)
78 else if (sort_type == DirectoryLister::FULL_PATH)
80 else if (sort_type == DirectoryLister::ALPHA_DIRS_FIRST)
83 DCHECK_EQ(DirectoryLister::NO_SORT, sort_type);
72 SortData(std::vector<DirectoryLister::DirectoryListerData>* data, DirectoryLister::SortType sort_type) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsort.h46 extern enum sort_type sort__first_dimension;
137 enum sort_type { enum
/external/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp985 get_heap_info (int sort_type) argument
1003 switch (sort_type)
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c4553 struct event_format **pevent_list_events(struct pevent *pevent, enum event_sort_type sort_type) argument
4560 if (events && pevent->last_type == sort_type)
4574 if (sort_type == EVENT_SORT_ID) {
4575 pevent->last_type = sort_type;
4580 switch (sort_type) {
4595 pevent->last_type = sort_type;

Completed in 190 milliseconds