/system/sepolicy/tools/ |
D | sepolicy_cleanup_check.sh | 37 …\*.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/ |
D | gen-docs.sh | 47 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/ |
D | compile-only.sh | 36 awk '{print $7}' foo | sort | uniq > pidlist 79 for j in `sort mapped_files | uniq` 85 sort foo.$pid foobar >> footemp
|
D | collect-straces-ftraces.sh | 38 awk '{print $7}' foo | sort | uniq > pidlist 81 for j in `sort mapped_files | uniq` 87 sort foo.$pid foobar >> footemp
|
/system/update_engine/ |
D | local_coverage_rate | 33 ' | sort | awk -F : '
|
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_serializer.cpp | 67 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/ |
D | Vector.h | 188 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()
|
D | VectorImpl.h | 95 status_t sort(compar_t cmp); 96 status_t sort(compar_r_t cmp, void* state);
|
/system/extras/tools/ |
D | graph_lockdep_chains | 217 sort -u > /tmp/${progname}.symbols 265 sort -u |
|
/system/tools/hidl/ |
D | HidlTypeAssertion.cpp | 42 std::sort( in EmitAll()
|
D | update-makefiles-helper.sh | 38 find . -type f -name \*.hal -exec dirname {} \; | sort -u | \
|
/system/netd/server/ |
D | UidRanges.cpp | 110 std::sort(mRanges.begin(), mRanges.end(), compUidRangeParcel); in parseFrom() 116 std::sort(mRanges.begin(), mRanges.end(), compUidRangeParcel); in UidRanges()
|
/system/chre/util/tests/ |
D | heap_test.cc | 43 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/ |
D | wsstop.cpp | 117 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/ |
D | connect_benchmark.cpp | 151 sort(latencies.begin(), latencies.end()); in ipv4_loopback() 208 sort(latencies.begin(), latencies.end()); in ipv6_loopback()
|
/system/core/libunwindstack/ |
D | Maps.cpp | 86 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/ |
D | squashfs_filesystem.cc | 148 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/ |
D | ioblame.sh | 256 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/ |
D | LogStatistics.h | 82 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/ |
D | download-iana-data.py | 74 iana_tar_filenames.sort(reverse=True)
|
/system/chre/build/ |
D | build_template.mk | 78 $$$(1)_DIRS = $$(sort $$(dir $$($$(1)_CC_OBJS) \
|
/system/core/shell_and_utilities/ |
D | README.md | 108 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/ |
D | ThreadCapture_test.cpp | 166 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/ |
D | FcSort.py | 117 Fc.sort(cmp=compare)
|
/system/core/toolbox/ |
D | getprop.cpp | 53 std::sort(properties.begin(), properties.end()); in PrintAllProperties()
|