Home
last modified time | relevance | path

Searched refs:Sort (Results 1 – 13 of 13) sorted by relevance

/system/iorap/include/binder/
Djob_scheduled_event.h36 enum class Sort : int32_t { enum
40 Sort sort;
/system/keymaster/tests/
Dattestation_record_test.cpp126 hw_set.Sort(); in TEST()
127 sw_set.Sort(); in TEST()
128 parsed_hw_set.Sort(); in TEST()
129 parsed_sw_set.Sort(); in TEST()
Dandroid_keymaster_test.cpp4042 att_sw_enforced.Sort(); in verify_attestation_record()
4043 expected_sw_enforced.Sort(); in verify_attestation_record()
4046 att_tee_enforced.Sort(); in verify_attestation_record()
4047 expected_tee_enforced.Sort(); in verify_attestation_record()
/system/core/libunwindstack/include/unwindstack/
DMaps.h61 void Sort();
/system/keymaster/android_keymaster/
Dauthorization_set.cpp149 void AuthorizationSet::Sort() { in Sort() function in keymaster::AuthorizationSet
155 Sort(); in Deduplicate()
175 Sort(); in Deduplicate()
/system/core/libunwindstack/
DMaps.cpp94 void Maps::Sort() { in Sort() function in unwindstack::Maps
/system/keymaster/ng/include/
Dauthorization_set.h98 void Sort();
/system/extras/simpleperf/
Dsample_tree.h316 void Sort(std::vector<EntryT*>& v, bool sort_callchain) { in Sort() function
DOfflineUnwinder.cpp182 Sort(); in UpdateMaps()
Dcmd_kmem.cpp602 slab_sample_tree_sorter_->Sort(slab_sample_tree_.samples, print_callgraph_); in ReadSampleTreeFromRecordFile()
Dcmd_report.cpp844 sample_tree_sorter_->Sort(sample_tree_.back().samples, print_callgraph_); in ReadSampleTreeFromRecordFile()
/system/keymaster/include/keymaster/
Dauthorization_set.h167 void Sort();
/system/core/libunwindstack/tests/
DUnwindOfflineTest.cpp1176 maps_->Sort(); in TEST_F()