Home
last modified time | relevance | path

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

12345

/system/iorap/include/binder/
Djob_scheduled_event.h42 Sort sort; member
47 && sort == other.sort
58 JobScheduledEvent, type, job_id, sort, package_name, should_update_versions);
/system/tools/hidl/scripts/
Dhal-queries.sh49 | 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/
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/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/tools/sysprop/
DTypeChecker.cpp47 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()
DApiDumpMain.cpp74 std::sort(prop_list.begin(), prop_list.end(), in main()
/system/apex/tools/
Dupdate_allowed_list.sh18 cat $1 $2 | sort -u > $1
/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.h186 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()
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/chre/util/tests/
Dheap_test.cc43 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/
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/server/
DUidRanges.cpp110 std::sort(mRanges.begin(), mRanges.end(), compUidRangeParcel); in parseFrom()
116 std::sort(mRanges.begin(), mRanges.end(), compUidRangeParcel); in UidRanges()
/system/tools/aidl/
Dimport_resolver.cpp72 std::sort(found_paths.begin(), found_paths.end()); in FindImportFile()
/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/update_engine/payload_generator/
Dsquashfs_filesystem.cc192 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/
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/init/
Dservice_list.cpp49 std::sort(shutdown_services.begin(), shutdown_services.end(), in services_in_shutdown_order()
/system/extras/simpleperf/
Dread_symbol_map.cpp99 std::sort(symbols.begin(), symbols.end(), Symbol::CompareValueByAddr); in ReadSymbolMapFromString()
/system/unwinding/libunwindstack/
DMaps.cpp97 std::sort(maps_.begin(), maps_.end(), in Sort()
232 std::sort(maps_.begin(), maps_.end(), [](const auto& a, const auto& b) { in Reparse()

12345