/frameworks/compile/mclinker/include/mcld/ADT/ |
D | ilist_sort.h | 22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) { in sort() function 54 sort(xs, mid, is_less_than); in sort() 55 sort(ys, size - mid, is_less_than); in sort() 77 void sort(llvm::iplist<T, Alloc>& list, 79 detail::sort(list, list.size(), is_less_than);
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | MediaDeviceTest.java | 151 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_carKit_nonCarKitBluetooth_carKitFirst() 162 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_carKit_info_carKitFirst() 173 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_carKit_phone_phoneFirst() 186 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_carKitIsDisConnected_nonCarKitBluetooth_nonCarKitBluetoothFirst() 197 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_lastSelected_others_lastSelectedFirst() 213 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_connectionRecord_sortByRecord() 232 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_sortByRecord_connectedDeviceFirst() 243 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_info_bluetooth_infoFirst() 253 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_bluetooth_phone_phoneFirst() 263 Collections.sort(mMediaDevices, COMPARATOR); in compareTo_twoInfo_sortByAlphabet() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | map.js | 115 strKeys.sort(); 198 strKeys.sort(); 216 strKeys.sort(); 232 strKeys.sort(); 248 strKeys.sort(); 265 strKeys.sort(); 359 strKeys.sort();
|
/frameworks/base/data/sounds/ |
D | generate-all-audio.sh | 46 sort -u | 54 sort -u |
|
/frameworks/native/libs/binder/ndk/scripts/ |
D | init_map.sh | 12 } | sort | uniq | awk '{ print " " $0 ";"; }' 16 } | sort | uniq | awk '{ print " " $0 "; # apex"; }'
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanDetailCache.java | 122 Collections.sort(list, new Comparator() { in trim() 144 private ArrayList<ScanDetail> sort() { in sort() method in ScanDetailCache 147 Collections.sort(list, new Comparator() { in sort() 175 ArrayList<ScanDetail> list = sort(); in toString()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTestUtil.java | 107 Arrays.sort(expected, Comparator.comparingInt(x -> x.failureReason)); in assertLinkProbeFailureReasonCountsEqual() 108 Arrays.sort(actual, Comparator.comparingInt(x -> x.failureReason)); in assertLinkProbeFailureReasonCountsEqual() 158 Arrays.sort(expected, Comparator.comparingInt(x -> x.deviceMobilityState)); in assertDeviceMobilityStatePnoScanStatsEqual() 159 Arrays.sort(actual, Comparator.comparingInt(x -> x.deviceMobilityState)); in assertDeviceMobilityStatePnoScanStatsEqual() 253 Arrays.sort(expected, Comparator.comparing(x -> x.experimentId)); in assertExperimentProbeCountsEqual() 254 Arrays.sort(actual, Comparator.comparing(x -> x.experimentId)); in assertExperimentProbeCountsEqual()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | RankingHelperTest.java | 224 mHelper.sort(notificationList); in testSortShouldRespectCritical() 251 mHelper.sort(notificationList); in testFindAfterRankingWithASplitGroup() 263 mHelper.sort(notificationList); in testSortShouldNotThrowWithPlainNotifications() 271 mHelper.sort(notificationList); in testSortShouldNotThrowOneSorted() 278 mHelper.sort(notificationList); in testSortShouldNotThrowOneNotification() 285 mHelper.sort(notificationList); in testSortShouldNotThrowOneSortKey() 291 mHelper.sort(notificationList); in testSortShouldNotThrowOnEmptyList() 323 mHelper.sort(notificationList); in testGroupNotifications_highestIsProxy()
|
D | GlobalSortKeyComparatorTest.java | 80 Collections.sort(actual, new GlobalSortKeyComparator()); in testComparator() 110 Collections.sort(actual, new GlobalSortKeyComparator()); in testNoCrash_leftNull() 140 Collections.sort(actual, new GlobalSortKeyComparator()); in testNoCrash_rightNull()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTest.java | 125 Collections.sort(sources); in testEmergencyNumberSpecificService() 129 Collections.sort(sourcesToVerify); in testEmergencyNumberSpecificService() 175 Collections.sort(categories); in testEmergencyNumberMultipleServices() 180 Collections.sort(categoriesToVerify); in testEmergencyNumberMultipleServices() 194 Collections.sort(sources); in testEmergencyNumberMultipleServices() 199 Collections.sort(sourcesToVerify); in testEmergencyNumberMultipleServices() 475 Collections.sort(outputNumberList); 594 Collections.sort(outputNumberList);
|
D | EmergencyNumberTrackerTest.java | 125 Collections.sort(resultToVerify); in testEmergencyNumberListPrefix() 129 Collections.sort(resultFromRadio); in testEmergencyNumberListPrefix()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | update_file_lists.sh | 19 | LC_ALL=C sort | uniq 41 done | LC_ALL=C sort | uniq 135 done | sort | uniq | sed "s/^/mkdir include\\\\/" >> $EXTRACT_INCLUDES_BAT
|
/frameworks/rs/perf-test-scripts/ |
D | get-freq | 59 frequencies=( `printf "%s\n" "${frequencies[@]}" | sort -n` ) 86 frequencies=( `printf "%s\n" "${frequencies[@]}" | sort -n` )
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | RelocData.h | 91 void sort(Comparator pComparator) { in sort() function 92 mcld::sort(m_Relocations, pComparator); in sort()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingHelper.java | 97 public void sort(ArrayList<NotificationRecord> notificationList) { in sort() method in RankingHelper 105 Collections.sort(notificationList, mPreliminaryComparator); in sort() 155 Collections.sort(notificationList, mFinalComparator); in sort()
|
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
D | DashboardCategory.java | 104 Collections.sort(mTiles, Tile.TILE_COMPARATOR); in sortTiles() 112 Collections.sort(mTiles, (tile1, tile2) -> { in sortTiles()
|
/frameworks/base/core/java/android/os/health/ |
D | HealthKeys.java | 207 Arrays.sort(mArray); in getArray() 212 Arrays.sort(result); in getArray()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListGetCheckItemIdsTest.java | 49 Arrays.sort(sortedCheckItemsIds); in assertChecked() 53 Arrays.sort(sortedExpectedIds); in assertChecked()
|
/frameworks/base/config/ |
D | generate-preloaded-classes.sh | 39 LC_ALL=C sort "$input" "${extra_classes_files[@]}" | uniq | grep -f "$blacklist" -v -F -x | grep -v…
|
/frameworks/base/tools/hiddenapi/ |
D | sort_api.sh | 18 A=( $(LC_COLLATE=C sort -f <<< "${A[*]}") )
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/ |
D | compile_testing_protos.sh | 49 | sort -n | tail -n1 | cut -f2- -d" ") 55 | sort -n -r | tail -n1 | cut -f2- -d" ")
|
/frameworks/av/include/media/ |
D | StringArray.h | 49 void sort(int (*compare)(const void*, const void*));
|
/frameworks/av/media/libmedia/include/media/ |
D | StringArray.h | 49 void sort(int (*compare)(const void*, const void*));
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | message_test.py | 372 message.repeated_int32.sort() 380 message.repeated_float.sort() 388 message.repeated_string.sort() 396 message.repeated_bytes.sort() 408 message.repeated_int32.sort(key=abs) 416 message.repeated_string.sort(key=len) 431 message.repeated_nested_message.sort(key=operator.attrgetter('bb')) 450 message.repeated_nested_message.sort(key=lambda z: z.bb // 10) 476 message.repeated_nested_message.sort(key=get_bb) 479 message.repeated_nested_message.sort(key=get_bb, reverse=True) [all …]
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCameraCapabilities.java | 94 Collections.sort(mSupportedPreviewFpsRange, mFpsComparator); in buildPreviewFpsRange() 104 Collections.sort(mSupportedPreviewSizes, mSizeComparator); in buildPreviewSizes() 114 Collections.sort(mSupportedVideoSizes, mSizeComparator); in buildVideoSizes() 124 Collections.sort(mSupportedPhotoSizes, mSizeComparator); in buildPictureSizes()
|