Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 93) sorted by relevance

1234

/system/sepolicy/tools/
Dsepolicy_cleanup_check.sh37 …\*.go $sedir --exclude=\*_macros | sed 's/^.*:.*type \([^,]*\)*.*$/\1/' | sort | uniq | while read…
48 grep -r "^type .*exec_type" --exclude=\*.go $sedir | sed 's/^.*:.*type \([^,]*\)*.*$/\1/' | sort | …
64 find $sedir -name genfs_contexts -exec grep "^genfscon " '{}' \; | cut -d' ' -f2,3 | sort | uniq | …
80 …t -path "*prebuilts*" -exec grep "^/" '{}' \; | cut -d' ' -f1 | cut -f1 | sort | uniq | while read…
/system/tools/hidl/scripts/
Dgen-docs.sh47 cat "$current_file" | cut -d '#' -f1 | awk '{print $2}' | sed "/^ *$/d" | sort | uniq
60 done | sort | uniq
64 google-interfaces | cut -d ':' -f1 | sort | uniq
/system/extras/ioshark/
Dcompile-only.sh36 awk '{print $7}' foo | sort | uniq > pidlist
79 for j in `sort mapped_files | uniq`
85 sort foo.$pid foobar >> footemp
Dcollect-straces-ftraces.sh38 awk '{print $7}' foo | sort | uniq > pidlist
81 for j in `sort mapped_files | uniq`
87 sort foo.$pid foobar >> footemp
/system/update_engine/
Dlocal_coverage_rate33 ' | sort | awk -F : '
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp67 std::sort(sorted_prefix_matches.begin(), sorted_prefix_matches.end(), in WriteTrieNode()
83 std::sort(sorted_exact_matches.begin(), sorted_exact_matches.end(), in WriteTrieNode()
99 std::sort(sorted_children.begin(), sorted_children.end(), in WriteTrieNode()
/system/core/libutils/include/utils/
DVector.h188 inline status_t sort(compar_t cmp);
189 inline status_t sort(compar_r_t cmp, void* state);
387 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_t cmp) { in sort() function
388 return VectorImpl::sort(reinterpret_cast<VectorImpl::compar_t>(cmp)); in sort()
392 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_r_t cmp, void* state) { in sort() function
393 return VectorImpl::sort(reinterpret_cast<VectorImpl::compar_r_t>(cmp), state); in sort()
DVectorImpl.h95 status_t sort(compar_t cmp);
96 status_t sort(compar_r_t cmp, void* state);
/system/extras/tools/
Dgraph_lockdep_chains217 sort -u > /tmp/${progname}.symbols
265 sort -u |
/system/tools/hidl/
DHidlTypeAssertion.cpp42 std::sort( in EmitAll()
Dupdate-makefiles-helper.sh38 find . -type f -name \*.hal -exec dirname {} \; | sort -u | \
/system/netd/server/
DUidRanges.cpp110 std::sort(mRanges.begin(), mRanges.end(), compUidRangeParcel); in parseFrom()
116 std::sort(mRanges.begin(), mRanges.end(), compUidRangeParcel); in UidRanges()
/system/chre/util/tests/
Dheap_test.cc43 std::sort(array_sorted.begin(), array_sorted.begin() + s, std::greater<int>()); in TEST()
82 std::sort(array_sorted.begin(), array_sorted.begin() + s, std::greater<int>()); in TEST()
/system/core/libmeminfo/tools/
Dwsstop.cpp117 std::sort(wss.begin(), wss.end(), vma_sorter); in diff_workingset()
118 std::sort(old.begin(), old.end(), vma_sorter); in diff_workingset()
141 std::sort(res->begin(), res->end(), vma_sorter); in diff_workingset()
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp151 sort(latencies.begin(), latencies.end()); in ipv4_loopback()
208 sort(latencies.begin(), latencies.end()); in ipv6_loopback()
/system/core/libunwindstack/
DMaps.cpp86 std::sort(maps_.begin(), maps_.end(), in Sort()
172 std::sort(maps_.begin(), maps_.end(), [](const auto& a, const auto& b) { in Reparse()
/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc148 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init()
201 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init()
214 std::sort(zlib_blks.begin(), in Init()
/system/extras/ioblame/
Dioblame.sh256 cat $infile | sed s/,//g | sort -d -k2,2 -k8,8 > foo1
266 cat $infile | sed s/,//g | sort -d -k2,2 > foo1
284 cat $infile | sed s/,//g | sort -d -k8,8 -k2,2 > foo1
/system/core/logd/
DLogStatistics.h82 std::unique_ptr<const TEntry* []> sort(uid_t uid, pid_t pid, in sort() function
180 sort(uid, pid, maximum_sorted_entries);
754 LogFindWorst<UidEntry> sort(uid_t uid, pid_t pid, size_t len, log_id id) {
755 return LogFindWorst<UidEntry>(uidTable[id].sort(uid, pid, len));
759 return LogFindWorst<PidEntry>(pidSystemTable[id].sort(uid, pid, len));
762 return LogFindWorst<TagEntry>(tagTable.sort(uid, pid, len));
/system/timezone/
Ddownload-iana-data.py74 iana_tar_filenames.sort(reverse=True)
/system/chre/build/
Dbuild_template.mk78 $$$(1)_DIRS = $$(sort $$(dir $$($$(1)_CC_OBJS) \
/system/core/shell_and_utilities/
DREADME.md108 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort
129 rmmod route runcon sed seq setenforce setprop setsid sha1sum sleep sort
153 sha512sum sleep sort split start stat stop strings swapoff swapon sync
179 sort split start stat stop strings stty swapoff swapon sync sysctl tac
209 sort split start stat stop strings stty swapoff swapon sync sysctl
/system/core/libmemunreachable/tests/
DThreadCapture_test.cpp166 std::sort(list_tids.begin(), list_tids.end()); in TEST_P()
167 std::sort(expected_tids.begin(), expected_tids.end()); in TEST_P()
/system/sepolicy/tests/
DFcSort.py117 Fc.sort(cmp=compare)
/system/core/toolbox/
Dgetprop.cpp53 std::sort(properties.begin(), properties.end()); in PrintAllProperties()

1234