/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | SortedPackedVectorTest.cpp | 25 auto sorted = SortedPackedVector({1, 2, 3, 4, 5}); in TEST() local 34 auto sorted = SortedPackedVector({1, 2, 3, 4, 5}, true); in TEST() local 43 auto sorted = SortedPackedVector({2, 1, 4, 3, 5}); in TEST() local 53 auto sorted = SortedPackedVector(vec); in TEST() local 62 auto sorted = SortedPackedVector({1, 2, 3, 4, 5}); in TEST() local 72 auto sorted = SortedPackedVector({1, 2, 3, 4, 5}); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/ |
D | canonical.rs | 29 let mut sorted = expected.clone(); in integer_canonical_sort_order() localVariable 42 let mut sorted = expected.clone(); in string_canonical_sort_order() localVariable 55 let mut sorted = expected.clone(); in bytes_canonical_sort_order() localVariable 65 let mut sorted = expected.clone(); in simple_data_canonical_sort_order() localVariable 81 let mut sorted = expected.clone(); in major_type_canonical_sort_order() localVariable 100 let mut sorted = expected.clone(); in test_rfc_example() localVariable
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | address_sorter_posix_unittest.cc | 230 std::vector<IPEndPoint> sorted) { in OnSortComplete() 296 std::vector<IPEndPoint> sorted; in Verify() local 469 std::vector<IPEndPoint> sorted; in TEST_P() local 488 std::vector<IPEndPoint> sorted; in TEST_P() local 520 std::vector<IPEndPoint> sorted; in TEST_F() local 552 std::vector<IPEndPoint> sorted; in TEST_F() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/internal/ |
H A D | map_sorter.h | 57 _upb_sortedmap* sorted, upb_MapEntry* ent) { in _upb_sortedmap_next() 68 _upb_sortedmap* sorted, in _upb_sortedmap_nextext() 76 _upb_sortedmap* sorted) { in _upb_mapsorter_popmap()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/collections/ |
D | map_sorter_internal.h | 73 _upb_sortedmap* sorted, upb_MapEntry* ent) { in _upb_sortedmap_next() 84 _upb_sortedmap* sorted, in _upb_sortedmap_nextext() 92 _upb_sortedmap* sorted) { in _upb_mapsorter_popmap()
|
D | map_sorter.c | 105 static bool _upb_mapsorter_resize(_upb_mapsorter* s, _upb_sortedmap* sorted, in _upb_mapsorter_resize() 122 const upb_Map* map, _upb_sortedmap* sorted) { in _upb_mapsorter_pushmap() 156 _upb_sortedmap* sorted) { in _upb_mapsorter_pushexts()
|
/aosp_15_r20/external/webp/src/utils/ |
H A D | huffman_utils.c | 82 uint16_t sorted[]) { in BuildHuffmanTable() 255 uint16_t sorted[SORTED_SIZE_CUTOFF]; in VP8LBuildHuffmanTable() local 259 uint16_t* const sorted = in VP8LBuildHuffmanTable() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | map_sorter.c | 95 static bool _upb_mapsorter_resize(_upb_mapsorter* s, _upb_sortedmap* sorted, in _upb_mapsorter_resize() 114 const upb_Map* map, _upb_sortedmap* sorted) { in _upb_mapsorter_pushmap() 148 size_t count, _upb_sortedmap* sorted) { in _upb_mapsorter_pushexts()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | Unique.cu | 188 _unique_cuda(const Tensor& self, const bool sorted, const bool return_inverse) { in _unique_cuda() 198 _unique2_cuda(const Tensor& self, const bool sorted, const bool return_inverse, const bool return_c… in _unique2_cuda() 207 unique_dim_cuda(const Tensor& self, const int64_t dim, const bool sorted, const bool return_inverse… in unique_dim_cuda()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | ranges_sort_heap.pass.cpp | 62 constexpr void verify_sorted(const std::array<T, N>& sorted, Iter last, std::array<T, N> expected) { in verify_sorted() 73 auto sorted = input; in test_one() local 82 auto sorted = input; in test_one() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/ |
D | directive.rs | 496 let sorted = dirs in directive_ordering_by_target_len() localVariable 511 let sorted = dirs in directive_ordering_by_span() localVariable 533 let sorted = dirs in directive_ordering_uses_lexicographic_when_equal() localVariable 560 let sorted = dirs in directive_ordering_by_field_num() localVariable
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | XLocaleMatcherTest.java | 119 TreeSet<ULocale> sorted = new TreeSet<ULocale>(); in testExactMatches() local 132 private void check(Set<ULocale> sorted) { in check() 146 private void check2(Set<ULocale> sorted) { in check2()
|
H A D | LocaleMatcherTest.java | 541 TreeSet<ULocale> sorted = new TreeSet<>(); in testExactMatches() local 554 private void check(Set<ULocale> sorted) { in check() 568 private void check2(Set<ULocale> sorted) { in check2()
|
H A D | TestAliases.java | 88 Set<String> sorted = new TreeSet<>(); in testCountFull() local 139 Set<String> sorted = new TreeSet<>(); in checkEmitChanged() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
H A D | DefaultMethodStreams.java | 237 public Stream<T> sorted() { in sorted() method in DefaultMethodStreams.DefaultMethodRefStream 242 public Stream<T> sorted(Comparator<? super T> comparator) { in sorted() method in DefaultMethodStreams.DefaultMethodRefStream 433 public IntStream sorted() { in sorted() method in DefaultMethodStreams.DefaultMethodIntStream 644 public LongStream sorted() { in sorted() method in DefaultMethodStreams.DefaultMethodLongStream 837 public DoubleStream sorted() { in sorted() method in DefaultMethodStreams.DefaultMethodDoubleStream
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/ |
H A D | NMSTests.cpp | 55 auto sorted = od::NonMaxSuppression(expectedResults, 0.49); variable 83 auto sorted = od::NonMaxSuppression(expectedResults, 0.5); variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | Sorting.cpp | 33 bool sorted) { in quantized_topk_out_cpu() 50 bool sorted) { in topk_quantized_cpu()
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | ToposortStructs.cpp | 72 std::vector<const TStructure *> sorted; in SortEdges() local 123 std::vector<T> sorted = SortEdges(enIter->second); in Toposort() local 142 std::vector<T> sorted = SortEdges(invPerms); in Toposort() local
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/ |
H A D | Graph.java | 84 ArrayList<T> sorted = new ArrayList<T>(); in sort() local 97 public void DFS(Node<T> n, Set<Node<T>> visited, ArrayList<T> sorted) { in DFS()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | StateDictionary.java | 78 Set<Pair<Integer, String>> sorted = new TreeSet<>(); in toString() local 210 Set<Byte> sorted = new TreeSet<>(unsignedByteComparator); in toString() local 569 Set<Byte> sorted = new TreeSet<>(unsignedByteComparator); in getDebugWords() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_coordinate_vector_inplace_merge.cpp | 70 bool sorted = check_sortedness(vector_coord); in BOOST_UBLAS_TEST_DEF() local 88 bool sorted = check_sortedness(vector_coord); in BOOST_UBLAS_TEST_DEF() local
|
D | test_coordinate_matrix_inplace_merge.cpp | 80 bool sorted = check_sortedness(matrix_coord); in BOOST_UBLAS_TEST_DEF() local 99 bool sorted = check_sortedness(matrix_coord); in BOOST_UBLAS_TEST_DEF() local
|
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/ |
H A D | TypeComposureProcessor.kt | 75 val sorted = composed.sortedBy { it.toString() } in process() constant
|
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/filtering/ |
D | MedAvgFilter.java | 156 List<Sample> sorted = sortSamples(mWindow); in compute() local 183 ArrayList<Sample> sorted = new ArrayList<>(list); in sortSamples() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/sort/ |
H A D | ranges.sort.pass.cpp | 63 auto sorted = input; in test_one() local 73 auto sorted = input; in test_one() local
|