/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | SortingHelper.java | 48 public void sort(Object a) { in sort() method 106 public void sort(Object a, int low, int high) { in sort() method 164 public void sort(Object[] a) { in sort() method 169 public void sort(Object[] a, Comparator comparator) { in sort() method 177 public void sort(Object a) { in sort() method 235 public void sort(Object a, int low, int high) { in sort() method 293 public void sort(Object[] a) { in sort() method 298 public void sort(Object[] a, Comparator comparator) { in sort() method 306 public void sort(Object a) { in sort() method 364 public void sort(Object a, int low, int high) { in sort() method [all …]
|
/aosp_15_r20/external/ktfmt/ |
H A D | README.md | 29 ### IntelliJ, Android Studio, and other JetBrains IDEs 51 #### Share IntelliJ ktfmt settings 54 ### Installation 56 #### Homebrew 65 ### from the command-line 81 ### using Gradle 90 ### using Maven 95 ### using pre-commit hooks 102 ### `ktfmt` vs `ktlint` vs IntelliJ 124 ### `ktfmt` uses a 2-space indent; why not 4? any way to change that? [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | ArraySorter.java | 36 public static byte[] sort(final byte[] array) { in sort() method in ArraySorter 48 public static char[] sort(final char[] array) { in sort() method in ArraySorter 60 public static double[] sort(final double[] array) { in sort() method in ArraySorter 72 public static float[] sort(final float[] array) { in sort() method in ArraySorter 84 public static int[] sort(final int[] array) { in sort() method in ArraySorter 96 public static long[] sort(final long[] array) { in sort() method in ArraySorter 108 public static short[] sort(final short[] array) { in sort() method in ArraySorter 121 public static <T> T[] sort(final T[] array) { in sort() method in ArraySorter 136 public static <T> T[] sort(final T[] array, final Comparator<? super T> comparator) { in sort() method in ArraySorter
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/models/ |
H A D | FakeItemWithNumericSort.java | 42 private Integer sort; field in FakeItemWithNumericSort 47 public FakeItemWithNumericSort(String id, Integer sort) { in FakeItemWithNumericSort() 79 public void setSort(Integer sort) { in setSort() 85 private Integer sort; field in FakeItemWithNumericSort.Builder 92 public Builder sort(Integer sort) { in sort() method in FakeItemWithNumericSort.Builder
|
H A D | FakeItemWithSort.java | 47 private String sort; field in FakeItemWithSort 54 … public FakeItemWithSort(String id, String sort, String otherAttribute1, String otherAttribute2) { in FakeItemWithSort() 98 public void setSort(String sort) { in setSort() 140 private String sort; field in FakeItemWithSort.Builder 149 public Builder sort(String sort) { in sort() method in FakeItemWithSort.Builder
|
H A D | FakeItemWithIndices.java | 53 private String sort; field in FakeItemWithIndices 61 … public FakeItemWithIndices(String id, String sort, String gsiId, String gsiSort, String lsiSort) { in FakeItemWithIndices() 99 public void setSort(String sort) { in setSort() 129 private String sort; field in FakeItemWithIndices.Builder 139 public Builder sort(String sort) { in sort() argument
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Arrays.java | 42 public static void sort(int[] a) { in sort() method in Arrays 46 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() method in Arrays 50 public static void sort(long[] a) { in sort() method in Arrays 54 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() method in Arrays 58 public static void sort(short[] a) { in sort() method in Arrays 62 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() method in Arrays 66 public static void sort(char[] a) { in sort() method in Arrays 70 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() method in Arrays 74 public static void sort(byte[] a) { in sort() method in Arrays 78 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() method in Arrays [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/ |
D | sort.hpp | 30 inline RandomAccessRange& sort(RandomAccessRange& rng) in sort() function 39 inline const RandomAccessRange& sort(const RandomAccessRange& rng) in sort() function 48 inline RandomAccessRange& sort(RandomAccessRange& rng, BinaryPredicate pred) in sort() function 57 inline const RandomAccessRange& sort(const RandomAccessRange& rng, BinaryPredicate pred) in sort() function
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 107 public static void sort(int[] a) { in sort() method in Arrays 130 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() method in Arrays 145 public static void sort(long[] a) { in sort() method in Arrays 168 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() method in Arrays 183 public static void sort(short[] a) { in sort() method in Arrays 206 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() method in Arrays 221 public static void sort(char[] a) { in sort() method in Arrays 244 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() method in Arrays 259 public static void sort(byte[] a) { in sort() method in Arrays 282 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() method in Arrays [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 107 public static void sort(int[] a) { in sort() method in Arrays 130 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() method in Arrays 145 public static void sort(long[] a) { in sort() method in Arrays 168 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() method in Arrays 183 public static void sort(short[] a) { in sort() method in Arrays 206 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() method in Arrays 221 public static void sort(char[] a) { in sort() method in Arrays 244 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() method in Arrays 259 public static void sort(byte[] a) { in sort() method in Arrays 282 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() method in Arrays [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Arrays.java | 107 public static void sort(int[] a) { in sort() method in Arrays 130 public static void sort(int[] a, int fromIndex, int toIndex) { in sort() method in Arrays 145 public static void sort(long[] a) { in sort() method in Arrays 168 public static void sort(long[] a, int fromIndex, int toIndex) { in sort() method in Arrays 183 public static void sort(short[] a) { in sort() method in Arrays 206 public static void sort(short[] a, int fromIndex, int toIndex) { in sort() method in Arrays 221 public static void sort(char[] a) { in sort() method in Arrays 244 public static void sort(char[] a, int fromIndex, int toIndex) { in sort() method in Arrays 259 public static void sort(byte[] a) { in sort() method in Arrays 282 public static void sort(byte[] a, int fromIndex, int toIndex) { in sort() method in Arrays [all …]
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_post.c | 732 struct cil_sort *sort = db->netifcon; in __cil_post_db_array_helper() local 743 struct cil_sort *sort = db->ibendportcon; in __cil_post_db_array_helper() local 754 struct cil_sort *sort = db->fsuse; in __cil_post_db_array_helper() local 765 struct cil_sort *sort = db->genfscon; in __cil_post_db_array_helper() local 776 struct cil_sort *sort = db->filecon; in __cil_post_db_array_helper() local 787 struct cil_sort *sort = db->nodecon; in __cil_post_db_array_helper() local 798 struct cil_sort *sort = db->ibpkeycon; in __cil_post_db_array_helper() local 809 struct cil_sort *sort = db->portcon; in __cil_post_db_array_helper() local 820 struct cil_sort *sort = db->pirqcon; in __cil_post_db_array_helper() local 831 struct cil_sort *sort = db->iomemcon; in __cil_post_db_array_helper() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | profile.py | 51 def run(self, statement, filename, sort): argument 60 def runctx(self, statement, globals, locals, filename, sort): argument 69 def _show(self, prof, filename, sort): argument 81 def run(statement, filename=None, sort=-1): argument 94 def runctx(statement, globals, locals, filename=None, sort=-1): argument 387 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | profile.py | 51 def run(self, statement, filename, sort): argument 60 def runctx(self, statement, globals, locals, filename, sort): argument 69 def _show(self, prof, filename, sort): argument 81 def run(statement, filename=None, sort=-1): argument 94 def runctx(statement, globals, locals, filename=None, sort=-1): argument 387 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | profile.py | 51 def run(self, statement, filename, sort): argument 60 def runctx(self, statement, globals, locals, filename, sort): argument 69 def _show(self, prof, filename, sort): argument 81 def run(statement, filename=None, sort=-1): argument 94 def runctx(statement, globals, locals, filename=None, sort=-1): argument 387 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | profile.py | 51 def run(self, statement, filename, sort): argument 60 def runctx(self, statement, globals, locals, filename, sort): argument 69 def _show(self, prof, filename, sort): argument 81 def run(statement, filename=None, sort=-1): argument 94 def runctx(statement, globals, locals, filename=None, sort=-1): argument 387 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | profile.py | 51 def run(self, statement, filename, sort): argument 60 def runctx(self, statement, globals, locals, filename, sort): argument 69 def _show(self, prof, filename, sort): argument 81 def run(statement, filename=None, sort=-1): argument 94 def runctx(statement, globals, locals, filename=None, sort=-1): argument 387 def print_stats(self, sort=-1): argument
|
D | cProfile.py | 16 def run(statement, filename=None, sort=-1): argument 19 def runctx(statement, globals, locals, filename=None, sort=-1): argument 41 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | profile.py | 51 def run(self, statement, filename, sort): argument 60 def runctx(self, statement, globals, locals, filename, sort): argument 69 def _show(self, prof, filename, sort): argument 81 def run(statement, filename=None, sort=-1): argument 94 def runctx(statement, globals, locals, filename=None, sort=-1): argument 387 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | Arrays.annotated.java | 46 public static void sort(int @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays 48 public static void sort(int @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Run… in sort() method in Arrays 50 public static void sort(long @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays 52 public static void sort(long @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() method in Arrays 54 public static void sort(short @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays 56 public static void sort(short @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new R… in sort() method in Arrays 58 public static void sort(char @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays 60 public static void sort(char @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() method in Arrays 62 public static void sort(byte @libcore.util.NonNull [] a) { throw new RuntimeException("Stub!"); } in sort() method in Arrays 64 public static void sort(byte @libcore.util.NonNull [] a, int fromIndex, int toIndex) { throw new Ru… in sort() method in Arrays [all …]
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | TypeReference.java | 205 public static TypeReference newTypeReference(final int sort) { in newTypeReference() 216 public static TypeReference newTypeParameterReference(final int sort, final int paramIndex) { in newTypeParameterReference() 229 final int sort, final int paramIndex, final int boundIndex) { in newTypeParameterBoundReference() 286 public static TypeReference newTypeArgumentReference(final int sort, final int argIndex) { in newTypeArgumentReference()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/ |
D | transformation.hpp | 573 struct sort struct 575 typedef void result_type; 578 void execute(R& r, mpl::true_) const in execute() 584 void execute(R& r, mpl::false_) const in execute() 590 void operator()(R& r) const in operator ()() 596 void execute(R& r, C c, mpl::true_) const in execute() 602 void execute(R& r, C c, mpl::false_) const in execute() 608 void operator()(R& r, C c) const in operator ()()
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | _capi.py | 414 def _get_sortkey(sort, _groupby, _columns): argument 485 sort=True, argument 575 sort=None, argument 624 sort=None, argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | cProfile.py | 14 def run(statement, filename=None, sort=-1): argument 39 def runctx(statement, globals, locals, filename=None, sort=-1): argument 79 def print_stats(self, sort=-1): argument
|
/aosp_15_r20/external/emma/ant/ant14/com/vladium/emma/report/ |
H A D | ReportCfg.java | 70 public void setSort (final String sort) in setSort() 72 m_settings.setProperty (m_prefix.concat (SORT), sort); in setSort() local 365 public void setSort (final String sort) in setSort() 367 m_settings.setProperty (PREFIX.concat (SORT), sort); in setSort() local
|