/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
H A D | DoubleStreamTestDataProvider.java | 42 private static final double[] twice = new double[200]; field in DoubleStreamTestDataProvider 63 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 64 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
H A D | IntStreamTestDataProvider.java | 42 private static final int[] twice = new int[200]; field in IntStreamTestDataProvider 62 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 63 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
H A D | LongStreamTestDataProvider.java | 42 private static final long[] twice = new long[200]; field in LongStreamTestDataProvider 62 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 63 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
H A D | StreamTestDataProvider.java | 49 private static final Integer[] twice = new Integer[200]; field in StreamTestDataProvider 70 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 71 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
H A D | DoubleStreamTestDataProvider.java | 40 private static final double[] twice = new double[200]; field in DoubleStreamTestDataProvider 59 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 60 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
H A D | IntStreamTestDataProvider.java | 40 private static final int[] twice = new int[200]; field in IntStreamTestDataProvider 59 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 60 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
H A D | LongStreamTestDataProvider.java | 40 private static final long[] twice = new long[200]; field in LongStreamTestDataProvider 59 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 60 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
H A D | StreamTestDataProvider.java | 45 private static final Integer[] twice = new Integer[200]; field in StreamTestDataProvider 65 System.arraycopy(to100, 0, twice, 0, to100.length); in System.arraycopy() argument 66 System.arraycopy(to100, 0, twice, to100.length, to100.length); in System.arraycopy() argument
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/function/ |
H A D | DoubleUnaryOperatorTest.java | 38 DoubleUnaryOperator twice = x -> 2 *x; in testCompose() local 52 DoubleUnaryOperator twice = x -> 2 *x; in testAndThen() local
|
H A D | LongUnaryOperatorTest.java | 32 LongUnaryOperator twice = x -> 2L *x; in testCompose() local 46 LongUnaryOperator twice = x -> 2L *x; in testAndThen() local
|
H A D | IntUnaryOperatorTest.java | 32 IntUnaryOperator twice = x -> 2 *x; in testCompose() local 46 IntUnaryOperator twice = x -> 2 *x; in testAndThen() local
|
H A D | FunctionTest.java | 33 Function<Double, Double> twice = x -> 2 *x; in testCompose() local 47 Function<Double, Double> twice = x -> 2 *x; in testAndThen() local
|
/aosp_15_r20/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
H A D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 35 struct twice struct 38 constexpr auto operator()(const T& x) const { in operator ()()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | WNafPreCompInfo.java | 29 protected ECPoint twice = null; field in WNafPreCompInfo 93 public void setTwice(ECPoint twice) in setTwice()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | WNafPreCompInfo.java | 31 protected ECPoint twice = null; field in WNafPreCompInfo 95 public void setTwice(ECPoint twice) in setTwice()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | WNafPreCompInfo.java | 31 protected ECPoint twice = null; field in WNafPreCompInfo 95 public void setTwice(ECPoint twice) in setTwice()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/transform.reduce/ |
H A D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 37 struct twice struct 40 constexpr auto operator()(const T& x) const { in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | transform_reduce_test.cpp | 27 struct twice struct 29 const _Tp operator()(const _Tp& __x) const { return 2 * __x; } in operator ()()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | signal_twice.rs | 14 async fn twice() { in twice() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | advance_test.cpp | 14 int twice(int x) { return x + x; } in twice() function
|
D | distance_test.cpp | 14 int twice(int x) { return x + x; } in twice() function
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
H A D | p1.cpp | 8 static T twice(U value) { in twice() function
|
/aosp_15_r20/external/arm-optimized-routines/math/test/ |
H A D | ulp.c | 291 int twice; member 327 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument 329 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _testmultiphase.c.h | 81 int twice = 0; in _testmultiphase_StateAccessType_increment_count_clinic() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/computeinfo/ |
H A D | device_uuid.cpp | 63 T &id, const bool twice = true) in get_uuid()
|