Home
last modified time | relevance | path

Searched defs:sort (Results 201 – 225 of 1737) sorted by relevance

12345678910>>...70

/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/forkjoin/mergesort/
DMergeSort.java133 public void sort(int[] array) { in sort() method in MergeSort
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp6.cpp44 template<class T> void sort(Array<T>& v) { /* ... */ } in sort() function
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/forkjoin/mergesort/
DMergeSort.java133 public void sort(int[] array) { in sort() method in MergeSort
/aosp_15_r20/external/testng/src/test/java/test/
H A DGraphTest.java20 public void sort() { in sort() method in GraphTest
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/
H A DGraph.java82 public List<T> sort() { in sort() method in Graph
/aosp_15_r20/build/blueprint/parser/
H A Dmodify.go103 func (list *PatchList) sort() { func
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsort_ops.py31 def sort(values, axis=-1, direction='ASCENDING', name=None): function
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/
H A DKeyTest.java107 SdkBytes sort = SdkBytes.fromString("two", StandardCharsets.UTF_8); in binaryKeys_convertsToCorrectAttributeValue() local
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DArraySortBenchmark.java43 @Benchmark void sort(int reps) { in sort() method in ArraySortBenchmark
/aosp_15_r20/external/junit/src/main/java/junit/framework/
H A DJUnit4TestAdapter.java95 public void sort(Sorter sorter) { in sort() method in JUnit4TestAdapter
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DRelocData.h91 void sort(Comparator pComparator) { in sort() function
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DFocusFinder.java833 public void sort(View[] views, int start, int end, ViewGroup root, boolean isRtl) { in sort() method in FocusFinder.FocusSorter
888 public static void sort(View[] views, int start, int end, ViewGroup root, boolean isRtl) { in sort() method in FocusFinder
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dsort.h960 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp) { in sort() function
966 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort() function
/aosp_15_r20/external/skia/include/core/
H A DSkRect.h554 void sort() { in sort() function
1314 void sort() { in sort() function
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListing.java137 public void sort() { in sort() method in BluetoothMapConvoListing
/aosp_15_r20/external/rust/crates/uefi/src/mem/memory_map/
Dapi.rs115 fn sort(&mut self); in sort() method
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/it/java/software/amazon/awssdk/enhanced/dynamodb/
H A DScanQueryIntegrationTest.java185 private Map<String, AttributeValue> getKeyMap(int sort) { in getKeyMap()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/mem/memory_map/
Dapi.rs115 fn sort(&mut self); in sort() method
/aosp_15_r20/external/llvm/unittests/IR/
H A DUseTest.cpp24 TEST(UseTest, sort) { in TEST() argument
/aosp_15_r20/external/cronet/components/cronet/gn2bp/
H A Dgen_android_bp.py458 def write_blueprint_key_value(output, name, value, sort=True): argument
543 def _output_field(self, output, name, sort=True): argument
713 def _output_field(self, output, name, sort=True): argument
/aosp_15_r20/system/sepolicy/tests/
H A Dfc_sort.py130 def sort(files): function
/aosp_15_r20/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsChangesProvider.java62 String[] selectionArgs, String sort) { in query()
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/gallery/
DVideoList.java76 public VideoList(ContentResolver resolver, Uri uri, int sort, in VideoList()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dsort_simplifier.cc33 StatusOr<bool> RemoveUnusedOperandFromSort(HloInstruction* sort) { in RemoveUnusedOperandFromSort()
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/
Dtest.rs9 macro_rules! sort { macro

12345678910>>...70