Home
last modified time | relevance | path

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

123

/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DSiteHandler.java22 import com.android.ahat.heapdump.Sort;
57 Collections.sort(children, Sort.defaultSiteCompare(mSnapshot)); in handle()
91 Comparator<Site.ObjectsInfo> compare = Sort.withPriority( in handle()
92 Sort.OBJECTS_INFO_BY_HEAP_NAME, in handle()
93 Sort.OBJECTS_INFO_BY_SIZE, in handle()
94 Sort.OBJECTS_INFO_BY_CLASS_NAME); in handle()
H A DDominatedList.java22 import com.android.ahat.heapdump.Sort;
46 Collections.sort(insts, Sort.defaultInstanceCompare(snapshot)); in render()
H A DObjectsHandler.java23 import com.android.ahat.heapdump.Sort;
71 Collections.sort(insts, Sort.defaultInstanceCompare(mSnapshot)); in handle()
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp158 hw_set.Sort(); in TEST()
159 sw_set.Sort(); in TEST()
160 parsed_hw_set.Sort(); in TEST()
161 parsed_sw_set.Sort(); in TEST()
257 hw_set.Sort(); in TEST()
258 sw_set.Sort(); in TEST()
259 parsed_hw_set.Sort(); in TEST()
260 parsed_sw_set.Sort(); in TEST()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiffFields.java92 = Sort.withPriority(Sort.FIELD_VALUE_BY_NAME, Sort.FIELD_VALUE_BY_TYPE);
H A DDiff.java223 Collections.sort(pair.a, Sort.INSTANCE_BY_TOTAL_RETAINED_SIZE); in instances()
224 Collections.sort(pair.b, Sort.INSTANCE_BY_TOTAL_RETAINED_SIZE); in instances()
H A DSort.java33 public class Sort { class
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DJobScheduledEvent.java71 public @interface Sort {} annotation in JobScheduledEvent
76 @Sort public final int sort;
92 @Sort int sort, in JobScheduledEvent()
/aosp12/system/iorap/include/binder/
H A Djob_scheduled_event.h38 enum class Sort : int32_t { enum
42 Sort sort;
/aosp12/bionic/libc/bionic/
H A Dscandir.cpp71 void Sort(int (*comparator)(const dirent**, const dirent**)) { in Sort() function in ScandirResult
123 names.Sort(comparator); in scandirat()
/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_framebuffer_target.txt73 Attribute Default Selection Sort Sort
H A DEGL_ANDROID_recordable.txt71 Attribute Default Selection Sort Sort
/aosp12/hardware/interfaces/keymaster/4.1/vts/functional/
H A DDeviceUniqueAttestationTest.cpp173 expected_sw_enforced.Sort(); in check_attestation_record()
174 expected_hw_enforced.Sort(); in check_attestation_record()
175 attestation.software_enforced.Sort(); in check_attestation_record()
176 attestation.hardware_enforced.Sort(); in check_attestation_record()
/aosp12/hardware/interfaces/security/keymint/support/
H A Dauthorization_set.cpp27 void AuthorizationSet::Sort() { in Sort() function in aidl::android::hardware::security::keymint::AuthorizationSet
34 Sort(); in Deduplicate()
/aosp12/frameworks/base/tools/aapt2/
H A DStringPool_test.cpp130 pool.Sort(); in TEST()
149 pool.Sort(); in TEST()
194 pool.Sort(); in TEST()
H A DStringPool.h207 void Sort(const std::function<int(const Context&, const Context&)>& cmp = nullptr);
/aosp12/build/soong/shared/
H A Denv.go45 sort.Sort(contents)
/aosp12/system/keymaster/android_keymaster/
H A Dauthorization_set.cpp143 void AuthorizationSet::Sort() { in Sort() function in keymaster::AuthorizationSet
149 Sort(); in Deduplicate()
167 Sort(); in Deduplicate()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DMaps.h62 void Sort();
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp93 void AuthorizationSet::Sort() { in Sort() function in android::hardware::keymaster::V3_0::AuthorizationSet
100 Sort(); in Deduplicate()
/aosp12/build/soong/android/
H A Dapex.go509 sort.Sort(byApexName(apexInfos))
568 sort.Sort(byApexName(apexInfos))
/aosp12/system/unwinding/libunwindstack/
H A DMaps.cpp96 void Maps::Sort() { in Sort() function in unwindstack::Maps
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp86 void AuthorizationSet::Sort() { in Sort() function in android::hardware::keymaster::V4_0::AuthorizationSet
93 Sort(); in Deduplicate()
/aosp12/art/runtime/gc/accounting/
H A Datomic_stack.h198 void Sort() { in Sort() function
/aosp12/build/soong/dexpreopt/
H A Dclass_loader_context.go451 sort.Sort(sort.Reverse(sort.IntSlice(versions))) // descending order

123