Home
last modified time | relevance | path

Searched defs:sorted (Results 26 – 50 of 1278) sorted by relevance

12345678910>>...52

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dtests.rs69 let sorted = it.collect::<Vec<_>>(); in test_into_iter_sorted_collect() localVariable
77 let sorted = it.collect::<Vec<_>>(); in test_drain_sorted_collect() localVariable
127 let mut sorted = data.clone(); in test_peek_and_pop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dtests.rs69 let sorted = it.collect::<Vec<_>>(); in test_into_iter_sorted_collect() localVariable
77 let sorted = it.collect::<Vec<_>>(); in test_drain_sorted_collect() localVariable
127 let mut sorted = data.clone(); in test_peek_and_pop() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dtests.rs69 let sorted = it.collect::<Vec<_>>(); in test_into_iter_sorted_collect() localVariable
77 let sorted = it.collect::<Vec<_>>(); in test_drain_sorted_collect() localVariable
127 let mut sorted = data.clone(); in test_peek_and_pop() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dtests.rs69 let sorted = it.collect::<Vec<_>>(); in test_into_iter_sorted_collect() localVariable
77 let sorted = it.collect::<Vec<_>>(); in test_drain_sorted_collect() localVariable
127 let mut sorted = data.clone(); in test_peek_and_pop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dtests.rs69 let sorted = it.collect::<Vec<_>>(); in test_into_iter_sorted_collect() localVariable
77 let sorted = it.collect::<Vec<_>>(); in test_drain_sorted_collect() localVariable
127 let mut sorted = data.clone(); in test_peek_and_pop() localVariable
/aosp_15_r20/external/executorch/kernels/test/
H A Dop_topk_test.cpp103 bool sorted, in op_topk_values()
130 bool sorted = true; in TEST_F() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/partial.sort/
H A Dranges_partial_sort.pass.cpp65 constexpr void test_one(std::array<int, N> input, std::size_t mid_index, std::array<int, N> sorted)… in test_one()
93 auto sorted = input; in test_all_subsequences() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice_set_test.cc145 PrioritizedDeviceVector sorted{ in TEST_F() local
159 PrioritizedDeviceTypeVector sorted{std::make_pair(DeviceType("d3"), 20), in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnique.cpp442 _unique_cpu(const Tensor& self, const bool sorted, const bool return_inverse) { in _unique_cpu()
458 _unique2_cpu(const Tensor& self, const bool sorted, const bool return_inverse, const bool return_co… in _unique2_cpu()
471 unique_dim_cpu(const Tensor& self, const int64_t dim, const bool sorted, const bool return_inverse,… in unique_dim_cpu()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
H A Dranges_partial_sort_copy.pass.cpp124 … std::array<int, N> input, std::size_t input_size, size_t output_size, std::array<int, N> sorted) { in test_one()
172 auto sorted = input; in test_all_subsequences() local
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DSelectionInteractor.kt74 val sorted = selections.sortedBy { it.order } in updateChooserRequest() constant
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DLogicalGroupChecker.java89 TreeSet<String> sorted = new TreeSet<>(paths); in checkEditDistances() local
99 private void reallyCheckEditDistances(TreeSet<String> sorted) { in reallyCheckEditDistances()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dranges.stable.sort.pass.cpp62 auto sorted = input; in test_one() local
72 auto sorted = input; in test_one() local
/aosp_15_r20/external/snakeyaml/src/test/java/examples/collections/
H A DTypeSafeMapImplementationsTest.java70 private SortedMap<String, String> sorted; field in TypeSafeMapImplementationsTest.MapBean
82 public void setSorted(SortedMap<String, String> sorted) { in setSorted() argument
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/decor/
H A DCutoutDecorProviderFactoryTest.kt84 val sorted = arrayOfNulls<Rect>(BOUNDS_POSITION_LENGTH) in <lambda>() constant
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.nth.element/
H A Dranges_nth_element.pass.cpp86 auto sorted = partially_sorted; in verify_nth() local
130 auto sorted = input; in test_all_cases() local
/aosp_15_r20/external/pytorch/torch/
H A Dfunctional.py1049 sorted=True, argument
1065 sorted=True, argument
1081 sorted=True, argument
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dfake_impls.py272 fake_mode, func, arg, dim, sorted=True, return_inverse=False, return_counts=False argument
336 fake_mode, func, arg, sorted=True, return_inverse=False, return_counts=False argument
343 fake_mode, func, arg, dim, sorted=True, return_inverse=False, return_counts=False argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dbtree_benchmark.cc64 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl()
159 void BM_LookupImpl(benchmark::State& state, bool sorted) { in BM_LookupImpl()
426 void BM_RangeConstructionImpl(benchmark::State& state, bool sorted) { in BM_RangeConstructionImpl()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_topk.cpp59 bool sorted, in perform_topk()
194 bool sorted, in topk_values()
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc66 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl()
128 void BM_LookupImpl(benchmark::State& state, bool sorted) { in BM_LookupImpl()
429 void BM_RangeConstructionImpl(benchmark::State& state, bool sorted) { in BM_RangeConstructionImpl()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dbtree_benchmark.cc66 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl()
128 void BM_LookupImpl(benchmark::State& state, bool sorted) { in BM_LookupImpl()
429 void BM_RangeConstructionImpl(benchmark::State& state, bool sorted) { in BM_RangeConstructionImpl()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc66 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl()
128 void BM_LookupImpl(benchmark::State& state, bool sorted) { in BM_LookupImpl()
429 void BM_RangeConstructionImpl(benchmark::State& state, bool sorted) { in BM_RangeConstructionImpl()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_benchmark.cc66 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl()
128 void BM_LookupImpl(benchmark::State& state, bool sorted) { in BM_LookupImpl()
429 void BM_RangeConstructionImpl(benchmark::State& state, bool sorted) { in BM_RangeConstructionImpl()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc66 void BM_InsertImpl(benchmark::State& state, bool sorted) { in BM_InsertImpl()
128 void BM_LookupImpl(benchmark::State& state, bool sorted) { in BM_LookupImpl()
429 void BM_RangeConstructionImpl(benchmark::State& state, bool sorted) { in BM_RangeConstructionImpl()

12345678910>>...52