Home
last modified time | relevance | path

Searched defs:twice (Results 1 – 25 of 149) sorted by relevance

123456

/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DDoubleStreamTestDataProvider.java42 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 DIntStreamTestDataProvider.java42 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 DLongStreamTestDataProvider.java42 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 DStreamTestDataProvider.java49 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 DDoubleStreamTestDataProvider.java40 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 DIntStreamTestDataProvider.java40 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 DLongStreamTestDataProvider.java40 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 DStreamTestDataProvider.java45 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 DDoubleUnaryOperatorTest.java38 DoubleUnaryOperator twice = x -> 2 *x; in testCompose() local
52 DoubleUnaryOperator twice = x -> 2 *x; in testAndThen() local
H A DLongUnaryOperatorTest.java32 LongUnaryOperator twice = x -> 2L *x; in testCompose() local
46 LongUnaryOperator twice = x -> 2L *x; in testAndThen() local
H A DIntUnaryOperatorTest.java32 IntUnaryOperator twice = x -> 2 *x; in testCompose() local
46 IntUnaryOperator twice = x -> 2 *x; in testAndThen() local
H A DFunctionTest.java33 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 Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp35 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 DWNafPreCompInfo.java29 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 DWNafPreCompInfo.java31 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 DWNafPreCompInfo.java31 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 Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp37 struct twice struct
40 constexpr auto operator()(const T& x) const { in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dtransform_reduce_test.cpp27 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/
Dsignal_twice.rs14 async fn twice() { in twice() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Dadvance_test.cpp14 int twice(int x) { return x + x; } in twice() function
Ddistance_test.cpp14 int twice(int x) { return x + x; } in twice() function
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp1.cpp8 static T twice(U value) { in twice() function
/aosp_15_r20/external/arm-optimized-routines/math/test/
H A Dulp.c291 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.h81 int twice = 0; in _testmultiphase_StateAccessType_increment_count_clinic() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/computeinfo/
H A Ddevice_uuid.cpp63 T &id, const bool twice = true) in get_uuid()

123456