Home
last modified time | relevance | path

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

12

/cts/tests/tests/content/src/android/content/pm/cts/
DFeatureGroupInfoTest.java69 Arrays.sort(actualFeatures, sFeatureInfoComparator); in assertFeatureInfosMatch()
70 Arrays.sort(expectedFeatures, sFeatureInfoComparator); in assertFeatureInfosMatch()
81 Arrays.sort(actualGroups, sFeatureGroupComparator); in assertFeatureGroupsMatch()
82 Arrays.sort(expectedGroups, sFeatureGroupComparator); in assertFeatureGroupsMatch()
124 Arrays.sort(g.features, sFeatureInfoComparator); in sortFeatureInfos()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java36 Collections.sort(packages, comparator); in printTextReport()
52 Collections.sort(classes, comparator); in printTextReport()
59 Collections.sort(constructors); in printTextReport()
65 Collections.sort(methods); in printTextReport()
DXmlReport.java58 Collections.sort(packages, comparator); in printXmlReport()
75 Collections.sort(classes, comparator); in printXmlReport()
/cts/development/ide/eclipse/
Dgenclasspath.sh16 …lipse/.classpath $ANDROID_BUILD_TOP/development/ide/eclipse/.classpath | grep classpathentry | sort
/cts/tests/security/src/android/keystore/cts/
DAttestationApplicationId.java55 packageInfos.sort(null); in AttestationApplicationId()
65 signatureDigests.sort(new ByteArrayComparator()); in AttestationApplicationId()
79 packageInfos.sort(null); in AttestationApplicationId()
82 signatureDigests.sort(new ByteArrayComparator()); in AttestationApplicationId()
/cts/tests/camera/src/android/hardware/cts/
DCamera_SizeTest.java84 Collections.sort(supportedJpegDimens, new CameraUtils.LegacySizeComparator()); in testMaxAspectRatios()
85 Collections.sort(supportedPreviewDimens, new CameraUtils.LegacySizeComparator()); in testMaxAspectRatios()
/cts/tests/tests/hardware/src/android/hardware/cts/
DGlUtils.java62 Arrays.sort(available); in hasExtensions()
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1SetOf.java36 Collections.sort(sequence, in encodePerImpl()
DAsn1IA5String.java80 Arrays.sort(canonicalValues); in setAlphabet()
/cts/apps/CameraITS/pymodules/its/
Dobjects.py190 out_sizes.sort(reverse=True, key=lambda s: s[0]) # 1st pass, sort by width
191 out_sizes.sort(reverse=True, key=lambda s: s[0]*s[1]) # sort by area
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceResultTest.java77 Arrays.sort(array); in testSort()
/cts/tests/tests/view/src/android/view/cts/
DFocusFinderTest.java413 FocusFinder.sort(views, 0, 0, layout, false); in testBasicFocusOrder()
415 FocusFinder.sort(views, 0, 1, layout, false); in testBasicFocusOrder()
418 FocusFinder.sort(views, 0, 2, layout, false); in testBasicFocusOrder()
423 FocusFinder.sort(views, 0, 2, layout, false); in testBasicFocusOrder()
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerGetConfigTests.java323 Arrays.sort(glExtensions); in checkDeviceConfig()
328 Collections.sort(slibs, Comparator.comparing(SharedLibraryInfo::getName)); in checkDeviceConfig()
337 Arrays.sort(features, (o1, o2) -> in checkDeviceConfig()
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java164 Collections.sort(tmp); in check()
165 Collections.sort(expectations); in check()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java135 Collections.sort(testCategories); in getRows()
142 Collections.sort(tests, new Comparator<TestListItem>() { in getRows()
/cts/hostsidetests/jvmti/run-tests/
DAndroid.mk226 JVMTI_RUN_TEST_DIR_CHECK := $(sort $(foreach DIR,$(addprefix src/,$(JVMTI_RUN_TEST_GENERATED_NUMBER…
228 ifneq ($(sort $(LOCAL_SRC_FILES)),$(JVMTI_RUN_TEST_DIR_CHECK))
229 $(error Missing file, compare $(sort $(LOCAL_SRC_FILES)) with $(JVMTI_RUN_TEST_DIR_CHECK))
/cts/apps/CameraITS/tests/scene1/
Dtest_multi_camera_match.py55 yuv_match_sizes.sort()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java297 Arrays.sort(loadIds); in testAutoPauseResume()
298 Arrays.sort(soundIds); in testAutoPauseResume()
/cts/tests/tests/slice/src/android/slice/cts/
DSliceBuilderTest.java256 Collections.sort(h1); in assertEquivalentHints()
257 Collections.sort(h2); in assertEquivalentHints()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorStats.java173 Collections.sort(keys); in getSortedKeys()
DSensorCtsHelper.java58 Collections.sort(arrayCopy); in getPercentileValue()
/cts/apps/CtsVerifier/
DAndroid.mk76 $(sort $(patsubst ./%,%, \
/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java132 Arrays.sort(testSet); in analyzeResults()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java431 Collections.sort(sortedTypes); in testNoExemptionsForBinderInVendorBan()
453 Collections.sort(sortedTypes); in testNoExemptionsForSocketsUseWithinHalServer()
478 Collections.sort(sortedTypes); in testNoExemptionsForSocketsBetweenCoreAndVendorBan()
498 Collections.sort(sortedTypes); in testNoExemptionsForVendorExecutingCore()
/cts/tests/tests/widget/src/android/widget/cts/
DArrayAdapterTest.java440 mArrayAdapter.sort((String o1, String o2) -> 0); in testSort()
443 mArrayAdapter.sort(null); in testSort()

12