/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Arrays.java | 190 public static boolean contains(boolean[] a, boolean val) in contains() 202 public static boolean contains(byte[] a, byte val) in contains() 214 public static boolean contains(char[] a, char val) in contains() 226 public static boolean contains(int[] a, int val) in contains() 238 public static boolean contains(long[] a, long val) in contains() 250 public static boolean contains(short[] a, short val) in contains() 262 public static void fill(boolean[] a, boolean val) in fill() 267 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 272 public static void fill(byte[] a, byte val) in fill() 280 public static void fill(byte[] a, int fromIndex, byte val) in fill() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Arrays.java | 192 public static boolean contains(boolean[] a, boolean val) in contains() 204 public static boolean contains(byte[] a, byte val) in contains() 216 public static boolean contains(char[] a, char val) in contains() 228 public static boolean contains(int[] a, int val) in contains() 240 public static boolean contains(long[] a, long val) in contains() 252 public static boolean contains(short[] a, short val) in contains() 264 public static void fill(boolean[] a, boolean val) in fill() 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 274 public static void fill(byte[] a, byte val) in fill() 282 public static void fill(byte[] a, int fromIndex, byte val) in fill() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Arrays.java | 192 public static boolean contains(boolean[] a, boolean val) in contains() 204 public static boolean contains(byte[] a, byte val) in contains() 216 public static boolean contains(char[] a, char val) in contains() 228 public static boolean contains(int[] a, int val) in contains() 240 public static boolean contains(long[] a, long val) in contains() 252 public static boolean contains(short[] a, short val) in contains() 264 public static void fill(boolean[] a, boolean val) in fill() 269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() 274 public static void fill(byte[] a, byte val) in fill() 282 public static void fill(byte[] a, int fromIndex, byte val) in fill() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 3387 public static void fill(long[] a, long val) { in fill() 3409 public static void fill(long[] a, int fromIndex, int toIndex, long val) { in fill() 3422 public static void fill(int[] a, int val) { in fill() 3444 public static void fill(int[] a, int fromIndex, int toIndex, int val) { in fill() 3457 public static void fill(short[] a, short val) { in fill() 3479 public static void fill(short[] a, int fromIndex, int toIndex, short val) { in fill() 3492 public static void fill(char[] a, char val) { in fill() 3514 public static void fill(char[] a, int fromIndex, int toIndex, char val) { in fill() 3527 public static void fill(byte[] a, byte val) { in fill() 3549 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) { in fill() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Arrays.java | 3387 public static void fill(long[] a, long val) { in fill() 3409 public static void fill(long[] a, int fromIndex, int toIndex, long val) { in fill() 3422 public static void fill(int[] a, int val) { in fill() 3444 public static void fill(int[] a, int fromIndex, int toIndex, int val) { in fill() 3457 public static void fill(short[] a, short val) { in fill() 3479 public static void fill(short[] a, int fromIndex, int toIndex, short val) { in fill() 3492 public static void fill(char[] a, char val) { in fill() 3514 public static void fill(char[] a, int fromIndex, int toIndex, char val) { in fill() 3527 public static void fill(byte[] a, byte val) { in fill() 3549 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) { in fill() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Arrays.java | 3387 public static void fill(long[] a, long val) { in fill() 3409 public static void fill(long[] a, int fromIndex, int toIndex, long val) { in fill() 3422 public static void fill(int[] a, int val) { in fill() 3444 public static void fill(int[] a, int fromIndex, int toIndex, int val) { in fill() 3457 public static void fill(short[] a, short val) { in fill() 3479 public static void fill(short[] a, int fromIndex, int toIndex, short val) { in fill() 3492 public static void fill(char[] a, char val) { in fill() 3514 public static void fill(char[] a, int fromIndex, int toIndex, char val) { in fill() 3527 public static void fill(byte[] a, byte val) { in fill() 3549 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) { in fill() [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Arrays.java | 385 public static void fill(long[] a, long val) { in fill() 389 public static void fill(long[] a, int fromIndex, int toIndex, long val) { in fill() 393 public static void fill(int[] a, int val) { in fill() 397 public static void fill(int[] a, int fromIndex, int toIndex, int val) { in fill() 401 public static void fill(short[] a, short val) { in fill() 405 public static void fill(short[] a, int fromIndex, int toIndex, short val) { in fill() 409 public static void fill(char[] a, char val) { in fill() 413 public static void fill(char[] a, int fromIndex, int toIndex, char val) { in fill() 417 public static void fill(byte[] a, byte val) { in fill() 421 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) { in fill() [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | Arrays.annotated.java | 210 public static void fill(long @libcore.util.NonNull [] a, long val) { throw new RuntimeException("St… in fill() 212 public static void fill(long @libcore.util.NonNull [] a, int fromIndex, int toIndex, long val) { th… in fill() 214 public static void fill(int @libcore.util.NonNull [] a, int val) { throw new RuntimeException("Stub… in fill() 216 public static void fill(int @libcore.util.NonNull [] a, int fromIndex, int toIndex, int val) { thro… in fill() 218 public static void fill(short @libcore.util.NonNull [] a, short val) { throw new RuntimeException("… in fill() 220 public static void fill(short @libcore.util.NonNull [] a, int fromIndex, int toIndex, short val) { … in fill() 222 public static void fill(char @libcore.util.NonNull [] a, char val) { throw new RuntimeException("St… in fill() 224 public static void fill(char @libcore.util.NonNull [] a, int fromIndex, int toIndex, char val) { th… in fill() 226 public static void fill(byte @libcore.util.NonNull [] a, byte val) { throw new RuntimeException("St… in fill() 228 public static void fill(byte @libcore.util.NonNull [] a, int fromIndex, int toIndex, byte val) { th… in fill() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowParcelTest.java | 112 String val = "test"; in testReadWriteSingleStringEvenLength() local 123 String val = "0123456789abcde"; in testReadWriteLongerStringOddLength() local 195 int val = 5; in testReadWriteSingleInt() local 436 float val = 5.2f; in testReadWriteSingleFloat() local 716 String val = "test"; in testWriteStringReadInt() local 734 int val = 9; in testWriteIntReadString() local 752 long val = 5; in testReadWriteSingleLong() local 789 String val = "test"; in testWriteStringReadLong() local 797 long val = 9; in testWriteLongReadString() local 896 ArrayList<String> original = new ArrayList<>(); in testReadAndWriteStringList() local [all …]
|
/aosp_15_r20/external/harfbuzz_ng/perf/ |
H A D | benchmark-map.cc | 16 hb_codepoint_t val = rand(); in RandomMap() local 29 hb_map_t* original = hb_map_create (); in BM_MapInsert() local 55 hb_map_t* original = hb_map_create (); in BM_MapLookupMiss() local 75 hb_map_t* original = hb_map_create (); in BM_MapLookupHit() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/ |
HD | diffutils-1.3.0.jar | ... .Chunk, difflib.Chunk)
difflib.Chunk original
difflib.Chunk revised
public void applyTo (java. ... |
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/monitoring/collector/ |
D | ResourceMetricUtil.java | 77 public static float RoundedMetricValue(String original) throws NumberFormatException { in RoundedMetricValue() 89 public static float ConvertedMetricValue(String original, float conversionDivisor) in ConvertedMetricValue() 91 float val = Float.parseFloat(original); in ConvertedMetricValue() local
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | flat_map_unittest.cc | 54 flat_map<MoveOnlyInt, MoveOnlyInt> original; in TEST() local 122 base::flat_map<int, int> original; in TEST() local 185 MoveOnlyInt val(22); in TEST() local 223 MoveOnlyInt val(22); in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/test/ |
D | any_test.cpp | 122 any original = text, copy = original; in test_copy_ctor() local 141 any original = text, copy; in test_copy_assign() local 193 any original = text, swapped; in test_swap() local 385 int val = 10; in test_addressof() local
|
/aosp_15_r20/test/vts-testcase/hal/treble/vintf/ |
D | utils.cpp | 54 std::string SanitizeTestCaseName(std::string original) { in SanitizeTestCaseName() 68 ostream &operator<<(ostream &os, const HidlInstance& val) { in operator <<() 88 ostream &operator<<(ostream &os, const AidlInstance& val) { in operator <<() 108 ostream &operator<<(ostream &os, const NativeInstance &val) { in operator <<()
|
/aosp_15_r20/external/webrtc/rtc_base/containers/ |
H A D | flat_map_unittest.cc | 73 flat_map<MoveOnlyInt, MoveOnlyInt> original; in TEST() local 159 flat_map<int, int> original; in TEST() local 249 MoveOnlyInt val(22); in TEST() local 287 MoveOnlyInt val(22); in TEST() local
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_map_unittest.cc | 82 flat_map<MoveOnlyInt, MoveOnlyInt> original; in TEST() local 168 base::flat_map<int, int> original; in TEST() local 258 MoveOnlyInt val(22); in TEST() local 296 MoveOnlyInt val(22); in TEST() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/types/ |
H A D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/types/ |
H A D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/types/ |
H A D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/types/ |
H A D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/types/ |
H A D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/types/ |
H A D | any_exception_safety_test.cc | 89 Thrower val(1); in TEST() local 107 auto original = in TEST() local 118 Thrower val(2); in TEST() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | escaping_test.cc | 55 for (const std::string& original : inputs) { in TEST() local 138 for (const epair& val : oct_values) { in TEST() local 142 for (const epair& val : hex_values) { in TEST() local 146 for (const epair& val : utf8_oct_values) { in TEST() local 150 for (const epair& val : utf8_hex_values) { in TEST() local 164 for (const epair& val : tests) { in TEST() local
|