/aosp_15_r20/system/libbase/ |
H A D | result_test.cpp | 152 Result<std::string> result2 = result.error(); in TEST() local 168 Result<std::string> result2 = Error() << result.error(); in TEST() local 188 Result<std::string> result2 = Error() << result.error(); in TEST() local 288 std::string val = OR_RETURN(success_or_fail(success)); in TEST() local 315 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local 337 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local 372 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local 414 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local 433 auto val = OR_RETURN(enum_success_or_fail(success)); in TEST() local 507 Result<std::unique_ptr<int>> result2 = return_unique_ptr(true); in TEST() local [all …]
|
H A D | expected_test.cpp | 402 int val; in TEST() member 869 auto result2 = test("test2"); in TEST() local 1004 int val; in TEST() member
|
/aosp_15_r20/external/pigweed/pw_random/ |
H A D | xor_shift_test.cc | 38 constexpr uint64_t result2[] = { variable 48 uint64_t val = 0; in TEST() local 57 uint64_t val = 0; in TEST() local 65 uint64_t val = 0; in TEST() local 120 uint64_t val = 0; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 366 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val"); in emit_mask_scatter() local 427 LLVMValueRef result2; in emit_load_var() local 441 LLVMValueRef result2; in emit_load_var() local 496 … LLVMValueRef result2 = bld->tcs_iface->emit_fetch_input(bld->tcs_iface, &bld_base->base, in emit_load_var() local 572 … LLVMValueRef result2 = bld->tcs_iface->emit_fetch_output(bld->tcs_iface, &bld_base->base, in emit_load_var() local 1085 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_global() local 1102 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_global() 1520 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local 1559 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local 1589 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_mem() [all …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
H A D | BigDecimalTest.java | 310 BigInteger val = new BigInteger("100"); in test_equalsLjava_lang_Object() local 362 BigInteger val = new BigInteger("100"); in test_hashCode() local 749 BigDecimal result2 = sub2.subtract(sub1); in test_subtractLjava_math_BigDecimal() local
|
/aosp_15_r20/external/iproute2/tc/ |
H A D | tc_util.c | 576 int result1, result2; in parse_action_control_slash_spaces() local 625 int result1, result2; in parse_action_control_slash() local 659 int get_linklayer(unsigned int *val, const char *arg) in get_linklayer()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | cpp_regex_traits.hpp | 527 string_type result, result2; in transform() local 904 std::intmax_t val; in toi() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | cpp_regex_traits.hpp | 597 string_type result, result2; in transform() local 1085 boost::intmax_t val; in toi() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 1753 UnicodeString result2; in Test4122840() local 1970 double val = num.getDouble(); in Test4145457() local 2653 Formattable val; local 2774 Formattable val; local 2883 Formattable val; local
|
H A D | numfmtst.cpp | 498 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 519 double val[] = { 0.01234, 123456789, 1.23e70, -3.141592653e-71 }; in TestExponential() local 541 double* val = 0; in TestExponential() local 3225 UnicodeString result2; in TestHostClone() local 6741 double val = 12345.67; in TestFormatAttributes() local 9951 auto result2 = outer2.formatDouble(99, status); in Test21134_ToNumberFormatter() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | numrgts.cpp | 1753 UnicodeString result2; in Test4122840() local 1970 double val = num.getDouble(); in Test4145457() local 2653 Formattable val; local 2774 Formattable val; local 2883 Formattable val; local
|
H A D | numfmtst.cpp | 498 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local 519 double val[] = { 0.01234, 123456789, 1.23e70, -3.141592653e-71 }; in TestExponential() local 541 double* val = 0; in TestExponential() local 3225 UnicodeString result2; in TestHostClone() local 6741 double val = 12345.67; in TestFormatAttributes() local 9951 auto result2 = outer2.formatDouble(99, status); in Test21134_ToNumberFormatter() local
|
/aosp_15_r20/external/bc/src/ |
H A D | num.c | 2220 BcBigDig val; in bc_num_place() local 2237 BcBigDig val; in bc_num_left() local 2252 BcBigDig val; in bc_num_right() local 2359 bc_num_strValid(const char* restrict val) in bc_num_strValid() 2434 bc_num_parseDecimal(BcNum* restrict n, const char* restrict val) in bc_num_parseDecimal() 2572 bc_num_parseBase(BcNum* restrict n, const char* restrict val, BcBigDig base) in bc_num_parseBase() 2574 BcNum temp, mult1, mult2, result1, result2; in bc_num_parseBase() local 3485 bc_num_createFromBigdig(BcNum* restrict n, BcBigDig val) in bc_num_createFromBigdig() 3535 bc_num_parse(BcNum* restrict n, const char* restrict val, BcBigDig base) in bc_num_parse() 3673 bc_num_bigdig2num(BcNum* restrict n, BcBigDig val) in bc_num_bigdig2num()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | NumberRegressionTests.java | 1068 String result2 = fmt2.format(1.111); in Test4122840() local 1233 double val = nf.parse(out).doubleValue(); in Test4145457() local
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | NumberRegressionTests.java | 1065 String result2 = fmt2.format(1.111); in Test4122840() local 1230 double val = nf.parse(out).doubleValue(); in Test4145457() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | cnumtst.c | 1613 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() local 2225 UChar result1[1024] = { 0 }, result2[1024] = { 0 }; in TestMaxInt() local 3703 double val; in TestParseWithEmptyCurr() local 3748 double val; in TestParseWithEmptyCurr() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 1612 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() local 2224 UChar result1[1024] = { 0 }, result2[1024] = { 0 }; in TestMaxInt() local 3702 double val; in TestParseWithEmptyCurr() local 3747 double val; in TestParseWithEmptyCurr() local
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1833 std::unique_ptr<Base> result2 = mock.MakeUniqueBase(); in TEST() local 1864 std::unique_ptr<int> result2 = mock.MakeUnique(); in TEST() local 2091 int Add(int val, int& ref, int* ptr) { // NOLINT in Add()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-actions_test.cc | 1785 std::unique_ptr<Base> result2 = mock.MakeUniqueBase(); in TEST() local 1816 std::unique_ptr<int> result2 = mock.MakeUnique(); in TEST() local 2043 int Add(int val, int& ref, int* ptr) { // NOLINT in Add()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1785 std::unique_ptr<Base> result2 = mock.MakeUniqueBase(); in TEST() local 1816 std::unique_ptr<int> result2 = mock.MakeUnique(); in TEST() local 2043 int Add(int val, int& ref, int* ptr) { // NOLINT in Add()
|
/aosp_15_r20/external/zstd/tests/ |
H A D | paramgrill.c | 84 #define CHECKTIMEGT(ret, val, _gototag) { if(BMK_timeSpan_s(g_time) > g_timeLimit_s) { DEBUGOUTPUT(… argument 422 #define BOUNDCHECK(val,min,max) { \ argument 594 compareResultLT(const BMK_benchResult_t result1, const BMK_benchResult_t result2, const constraint_… in compareResultLT()
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 1202 const wifi_scan_result *result2 = *(const wifi_scan_result **)(p2); in compareScanResultsByRssi() local 6656 u8 val; in get_oui_bytes() local 6710 u8 val; in enableNan() local 7180 u8 val, numchans = 0; in configNan() local 7508 u32 val = 0; in publishNan() local 7862 u32 val = 0; in subscribeNan() local 8503 u32 val = 0; in nanPairingRequest() local 8639 u32 val = 0; in nanPairingResponse() local 9105 u32 val = 0; in nanDataInitRequest() local 9318 u32 val = 0; in nanDataIndResponse() local
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | lib.rs | 7605 let mut val = params.get_bytes_with_varint_length()?; in decode() localVariable 13332 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_single_datagram() localVariable 13398 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_multiple_datagrams() localVariable 13447 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_send_queue_overflow() localVariable 13494 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_recv_queue_overflow() localVariable 13549 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_send_max_size() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | lib.rs | 7605 let mut val = params.get_bytes_with_varint_length()?; in decode() localVariable 13332 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_single_datagram() localVariable 13398 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_multiple_datagrams() localVariable 13447 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_send_queue_overflow() localVariable 13494 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_recv_queue_overflow() localVariable 13549 let result2 = pipe.server.dgram_recv(&mut buf); in dgram_send_max_size() localVariable
|
/aosp_15_r20/external/guice/lib/build/ |
HD | cglib-3.2.6.jar | ... .Transformer {
final synthetic java.util.Set val$forcePublic
final synthetic net.sf.cglib. ... |