/external/executorch/extension/benchmark/apple/Benchmark/TestUtils/ |
D | ResourceTestCase.m | 64 NSArray<NSString *> *sortedKeys = 84 for (NSString *key in sortedKeys) { 95 matchesByResource, sortedKeys, result, 0, combinations); 101 for (NSString *key in sortedKeys) {
|
/external/boringssl/src/util/convert_wycheproof/ |
D | convert_wycheproof.go | 38 func sortedKeys(m map[string]any) []string { func 76 for _, k := range sortedKeys(value) { 144 for _, k := range sortedKeys(group) { 167 for _, k := range sortedKeys(test) {
|
/external/cronet/stable/third_party/boringssl/src/util/convert_wycheproof/ |
D | convert_wycheproof.go | 38 func sortedKeys(m map[string]any) []string { func 76 for _, k := range sortedKeys(value) { 144 for _, k := range sortedKeys(group) { 167 for _, k := range sortedKeys(test) {
|
/external/cronet/tot/third_party/boringssl/src/util/convert_wycheproof/ |
D | convert_wycheproof.go | 38 func sortedKeys(m map[string]any) []string { func 76 for _, k := range sortedKeys(value) { 144 for _, k := range sortedKeys(group) { 167 for _, k := range sortedKeys(test) {
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
D | SsManifest.java | 327 ArrayList<StreamKey> sortedKeys = new ArrayList<>(streamKeys); 328 Collections.sort(sortedKeys); 333 for (int i = 0; i < sortedKeys.size(); i++) { 334 StreamKey key = sortedKeys.get(i);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
D | SsManifest.java | 327 ArrayList<StreamKey> sortedKeys = new ArrayList<>(streamKeys); 328 Collections.sort(sortedKeys); 333 for (int i = 0; i < sortedKeys.size(); i++) { 334 StreamKey key = sortedKeys.get(i);
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersTest.kt | 280 val sortedKeys = stringKey.sortedArray() in <lambda>() constant 283 assertEquals(sortedKeys[i], map.keyAsString(i)) in <lambda>() 284 assertEquals(sortedKeys[i], map.keyAt(i).toString()) in <lambda>() 285 assertEquals(hashMap[sortedKeys[i]], map[map.keyAt(i)].toString()) in <lambda>()
|
/external/AFLplusplus/ |
D | afl-cmin | 633 sortedKeys = trace_dir"/.all_uniq" 634 sortKeysCmd = "sort -k1n > "sortedKeys 642 while ((getline < sortedKeys) > 0) { 674 close(sortedKeys)
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TestDetailView.java | 154 List<String> sortedKeys = new ArrayList<String>(attributes.keySet()); in processAttributes() local 155 Collections.sort(sortedKeys); in processAttributes() 156 for (String key : sortedKeys) { in processAttributes()
|
/external/cronet/stable/third_party/boringssl/src/util/pregenerate/ |
D | build.go | 161 func sortedKeys[K cmp.Ordered, V any](m map[K]V) []K { func 193 for _, name := range sortedKeys(targets) { 275 for _, name := range sortedKeys(targets) {
|
/external/cronet/tot/third_party/boringssl/src/util/pregenerate/ |
D | build.go | 161 func sortedKeys[K cmp.Ordered, V any](m map[K]V) []K { func 193 for _, name := range sortedKeys(targets) { 275 for _, name := range sortedKeys(targets) {
|
/external/boringssl/src/util/pregenerate/ |
D | build.go | 161 func sortedKeys[K cmp.Ordered, V any](m map[K]V) []K { func 193 for _, name := range sortedKeys(targets) { 275 for _, name := range sortedKeys(targets) {
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ImmutableSortedMap.java | 756 Object[] sortedKeys = Arrays.copyOf(keys, size); in buildOrThrow() local 758 K[] sortedKs = (K[]) sortedKeys; in buildOrThrow() 768 if (i > 0 && comparator.compare((K) sortedKeys[i - 1], (K) sortedKeys[i]) == 0) { in buildOrThrow() 771 + sortedKeys[i - 1] in buildOrThrow() 773 + sortedKeys[i]); in buildOrThrow() 778 Arrays.binarySearch((K[]) sortedKeys, (K) requireNonNull(keys[i]), comparator); in buildOrThrow() 783 ImmutableList.<K>asImmutableList(sortedKeys), comparator), in buildOrThrow()
|