/system/iorap/include/binder/ |
D | job_scheduled_event.h | 42 Sort sort; member 47 && sort == other.sort 58 JobScheduledEvent, type, job_id, sort, package_name, should_update_versions);
|
/system/tools/hidl/scripts/ |
D | hal-queries.sh | 49 | sort # should be unique 62 cat "$current_file" | cut -d '#' -f1 | awk '{print $2}' | sed "/^ *$/d" | sort | uniq 103 done | sort -u 116 done | sort -u 120 aosp-released-interfaces | cut -d ':' -f1 | sort -u 155 diff <(git show "$parent":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) \ 156 <(git show "$child":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) |
|
/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/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/tools/sysprop/ |
D | TypeChecker.cpp | 47 std::sort(prop_values.begin(), prop_values.end()); in SyspropTypeToContextType() 60 std::sort(prop_values.begin(), prop_values.end()); in IsCompatible() 68 std::sort(ctx_values.begin(), ctx_values.end()); in IsCompatible()
|
D | ApiDumpMain.cpp | 74 std::sort(prop_list.begin(), prop_list.end(), in main()
|
/system/apex/tools/ |
D | update_allowed_list.sh | 18 cat $1 $2 | sort -u > $1
|
/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 | 186 inline status_t sort(compar_t cmp); 187 inline status_t sort(compar_r_t cmp, void* state); 385 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_t cmp) { in sort() function 386 return VectorImpl::sort(reinterpret_cast<VectorImpl::compar_t>(cmp)); in sort() 390 status_t Vector<TYPE>::sort(Vector<TYPE>::compar_r_t cmp, void* state) { in sort() function 391 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/chre/util/tests/ |
D | heap_test.cc | 43 std::sort(array_sorted.begin(), array_sorted.begin() + s, in TEST() 83 std::sort(array_sorted.begin(), array_sorted.begin() + s, in TEST()
|
/system/memory/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/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/tools/aidl/ |
D | import_resolver.cpp | 72 std::sort(found_paths.begin(), found_paths.end()); in FindImportFile()
|
/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/update_engine/payload_generator/ |
D | squashfs_filesystem.cc | 192 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 246 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 259 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/init/ |
D | service_list.cpp | 49 std::sort(shutdown_services.begin(), shutdown_services.end(), in services_in_shutdown_order()
|
/system/extras/simpleperf/ |
D | read_symbol_map.cpp | 99 std::sort(symbols.begin(), symbols.end(), Symbol::CompareValueByAddr); in ReadSymbolMapFromString()
|
/system/unwinding/libunwindstack/ |
D | Maps.cpp | 97 std::sort(maps_.begin(), maps_.end(), in Sort() 232 std::sort(maps_.begin(), maps_.end(), [](const auto& a, const auto& b) { in Reparse()
|