| /external/autotest/server/cros/tradefed/tradefed_utils_unittest_data/ |
| D | test_result.xml | 2 <Result start="1574806920561" end="1574821648666" start_display="Tue Nov 26 14:22:00 PST 2019" end_… 10 <Test result="pass" name="testH263_adaptiveDrc" /> 11 <Test result="pass" name="testH263_adaptiveEarlyEos" /> 12 <Test result="pass" name="testH263_adaptiveEosFlushSeek" /> 13 <Test result="pass" name="testH263_adaptiveReconfigDrc" /> 14 <Test result="pass" name="testH263_adaptiveSkipAhead" /> 15 <Test result="pass" name="testH263_adaptiveSkipBack" /> 16 <Test result="pass" name="testH263_adaptiveSmallReconfigDrc" /> 17 <Test result="pass" name="testH263_earlyEos" /> 18 <Test result="pass" name="testH263_eosFlushSeek" /> [all …]
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
| D | GenericVisitorAdapter.java | 36 * that returns a value will stop the visitation and be the end result. 44 R result; in visit() local 46 result = n.getMembers().accept(this, arg); in visit() 47 if (result != null) in visit() 48 return result; in visit() 51 result = n.getModifiers().accept(this, arg); in visit() 52 if (result != null) in visit() 53 return result; in visit() 56 result = n.getName().accept(this, arg); in visit() 57 if (result != null) in visit() [all …]
|
| /external/pigweed/pw_tokenizer/py/ |
| D | decode_test.py | 89 result = decode.FormatString('%n').format(b'') 90 self.assertFalse(result.ok()) 97 result = decode.FormatString('%%').format(b'') 98 self.assertTrue(result.ok()) 99 self.assertEqual(result.value, '%') 100 self.assertEqual(result.remaining, b'') 103 result = decode.FormatString('%+%').format(b'') 104 self.assertFalse(result.ok()) 105 self.assertEqual(result.remaining, b'') 108 result = decode.FormatString('%-%').format(b'') [all …]
|
| /external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
| D | HandleProcess.h | 63 result = TPMI_DH_OBJECT_Unmarshal(&handles[0], handleBufferStart, 65 if(TPM_RC_SUCCESS != result) return result + TPM_RC_H + TPM_RC_1; 66 result = TPMI_DH_ENTITY_Unmarshal(&handles[1], handleBufferStart, 68 if(TPM_RC_SUCCESS != result) return result + TPM_RC_H + TPM_RC_2; 74 result = TPMI_SH_POLICY_Unmarshal(&handles[0], handleBufferStart, 76 if(TPM_RC_SUCCESS != result) return result + TPM_RC_H + TPM_RC_1; 82 result = TPMI_DH_OBJECT_Unmarshal(&handles[0], handleBufferStart, 84 if(TPM_RC_SUCCESS != result) return result + TPM_RC_H + TPM_RC_1; 90 result = TPMI_DH_OBJECT_Unmarshal(&handles[0], handleBufferStart, 92 if(TPM_RC_SUCCESS != result) return result + TPM_RC_H + TPM_RC_1; [all …]
|
| /external/perfetto/src/trace_processor/importers/systrace/ |
| D | systrace_parser_unittest.cc | 26 using Result = SystraceParseResult; typedef 29 SystraceTracePoint result{}; in TEST() local 30 ASSERT_EQ(ParseSystraceTracePoint("", &result), Result::kFailure); in TEST() 31 ASSERT_EQ(ParseSystraceTracePoint("abcdef", &result), Result::kFailure); in TEST() 32 ASSERT_EQ(ParseSystraceTracePoint(" ", &result), Result::kFailure); in TEST() 33 ASSERT_EQ(ParseSystraceTracePoint("|", &result), Result::kFailure); in TEST() 34 ASSERT_EQ(ParseSystraceTracePoint("||", &result), Result::kFailure); in TEST() 35 ASSERT_EQ(ParseSystraceTracePoint("|||", &result), Result::kFailure); in TEST() 36 ASSERT_EQ(ParseSystraceTracePoint("\n", &result), Result::kFailure); in TEST() 37 ASSERT_EQ(ParseSystraceTracePoint("|\n", &result), Result::kFailure); in TEST() [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
| D | GenericVisitorAdapter.java | 82 R result = n.getJavaDoc().accept(this, arg); in visit() local 83 if (result != null) { in visit() 84 return result; in visit() 91 R result = a.accept(this, arg); in visit() local 92 if (result != null) { in visit() 93 return result; in visit() 101 R result = member.accept(this, arg); in visit() local 102 if (result != null) { in visit() 103 return result; in visit() 115 R result = n.getJavaDoc().accept(this, arg); in visit() local [all …]
|
| /external/llvm-libc/test/src/__support/ |
| D | str_to_integer_test.cpp | 20 auto result = LIBC_NAMESPACE::internal::strtointeger<int>("12345", 10, 10); in TEST() local 21 EXPECT_FALSE(result.has_error()); in TEST() 22 EXPECT_EQ(result.parsed_len, ptrdiff_t(5)); in TEST() 23 ASSERT_EQ(result.value, 12345); in TEST() 25 result = LIBC_NAMESPACE::internal::strtointeger<int>("12345", 10, 2); in TEST() 26 EXPECT_FALSE(result.has_error()); in TEST() 27 EXPECT_EQ(result.parsed_len, ptrdiff_t(2)); in TEST() 28 ASSERT_EQ(result.value, 12); in TEST() 30 result = LIBC_NAMESPACE::internal::strtointeger<int>("12345", 10, 0); in TEST() 31 EXPECT_FALSE(result.has_error()); in TEST() [all …]
|
| /external/cldr/common/supplemental/ |
| D | pluralRanges.xml | 17 <pluralRange start="other" end="other" result="other"/> 22 <pluralRange start="one" end="one" result="one"/> 23 <pluralRange start="one" end="other" result="other"/> 24 <pluralRange start="other" end="other" result="other"/> 27 <pluralRange start="one" end="other" result="one"/> 28 <pluralRange start="other" end="one" result="other"/> 29 <pluralRange start="other" end="other" result="other"/> 32 <pluralRange start="one" end="other" result="other"/> 33 <pluralRange start="other" end="one" result="one"/> 34 <pluralRange start="other" end="other" result="other"/> [all …]
|
| /external/swiftshader/third_party/subzero/crosstest/ |
| D | test_arith_ll.ll | 5 %result = add i32 %a, %b 7 ret i32 %result 13 %result.trunc = add i8 %a.trunc, %b.trunc 14 %result = zext i8 %result.trunc to i32 15 ret i32 %result 21 %result.trunc = add i16 %a.trunc, %b.trunc 22 %result = zext i16 %result.trunc to i32 23 ret i32 %result 29 %result = add i32 %a, %b 31 ret i32 %result [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
| D | GenericVisitorAdapter.java | 47 R result = a.accept(this, arg); in visit() local 48 if (result != null) { in visit() 49 return result; in visit() 57 R result = member.accept(this, arg); in visit() local 58 if (result != null) { in visit() 59 return result; in visit() 73 R result = a.accept(this, arg); in visit() local 74 if (result != null) { in visit() 75 return result; in visit() 81 R result = n.getType().accept(this, arg); in visit() local [all …]
|
| /external/boringssl/src/third_party/wycheproof_testvectors/ |
| D | rsa_pss_4096_sha512_mgf1_32_test.txt | 19 result = valid 24 result = valid 29 result = valid 34 result = valid 39 result = valid 44 result = valid 49 result = valid 54 result = valid 59 result = valid 64 result = valid [all …]
|
| D | rsa_signature_2048_sha384_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_2048_sha224_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_2048_sha512_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_3072_sha512_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| /external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/ |
| D | rsa_pss_4096_sha512_mgf1_32_test.txt | 19 result = valid 24 result = valid 29 result = valid 34 result = valid 39 result = valid 44 result = valid 49 result = valid 54 result = valid 59 result = valid 64 result = valid [all …]
|
| D | rsa_signature_2048_sha384_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_2048_sha224_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_2048_sha512_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_2048_sha256_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| D | rsa_signature_3072_sha512_test.txt | 16 result = valid 21 result = valid 26 result = valid 31 result = valid 36 result = valid 41 result = valid 46 result = valid 52 result = acceptable 59 result = invalid 65 result = invalid [all …]
|
| /external/arm-optimized-routines/math/test/testcases/directed/ |
| D | powf.tst | 6 func=powf op1=7f800001 op2=7f800001 result=7fc00001 errno=0 status=i 7 func=powf op1=7f800001 op2=ff800001 result=7fc00001 errno=0 status=i 8 func=powf op1=7f800001 op2=7fc00001 result=7fc00001 errno=0 status=i 9 func=powf op1=7f800001 op2=ffc00001 result=7fc00001 errno=0 status=i 10 func=powf op1=7f800001 op2=7f800000 result=7fc00001 errno=0 status=i 11 func=powf op1=7f800001 op2=40800000 result=7fc00001 errno=0 status=i 12 func=powf op1=7f800001 op2=40400000 result=7fc00001 errno=0 status=i 13 func=powf op1=7f800001 op2=3f000000 result=7fc00001 errno=0 status=i 14 func=powf op1=7f800001 op2=00000000 result=7fc00001 errno=0 status=i 15 func=powf op1=7f800001 op2=80000000 result=7fc00001 errno=0 status=i [all …]
|
| D | pow.tst | 6 func=pow op1=00000000.00000000 op2=00000000.00000000 result=3ff00000.00000000 errno=0 7 func=pow op1=00000000.00000000 op2=00000000.00000001 result=00000000.00000000 errno=0 8 func=pow op1=00000000.00000000 op2=00100000.00000000 result=00000000.00000000 errno=0 9 func=pow op1=00000000.00000000 op2=1fffffff.ffffffff result=00000000.00000000 errno=0 10 func=pow op1=00000000.00000000 op2=3bdfffff.ffffffff result=00000000.00000000 errno=0 11 func=pow op1=00000000.00000000 op2=3be00000.00000000 result=00000000.00000000 errno=0 12 func=pow op1=00000000.00000000 op2=3fe00000.00000000 result=00000000.00000000 errno=0 13 func=pow op1=00000000.00000000 op2=3ff00000.00000000 result=00000000.00000000 errno=0 14 func=pow op1=00000000.00000000 op2=40000000.00000000 result=00000000.00000000 errno=0 15 func=pow op1=00000000.00000000 op2=40080000.00000000 result=00000000.00000000 errno=0 [all …]
|