/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/catch2/projects/SelfTest/Baselines/ |
D | automake.std.approved.txt | 1 :test-result: PASS # A test name that starts with a # 2 :test-result: PASS #542 3 :test-result: PASS #809 4 :test-result: FAIL 'Not' checks that should fail 5 :test-result: PASS 'Not' checks that should succeed 6 :test-result: PASS (unimplemented) static bools can be evaluated 7 :test-result: FAIL A METHOD_AS_TEST_CASE based test run that fails 8 :test-result: PASS A METHOD_AS_TEST_CASE based test run that succeeds 9 :test-result: FAIL A TEST_CASE_METHOD based test run that fails 10 :test-result: PASS A TEST_CASE_METHOD based test run that succeeds [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/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/cldr/common/supplemental/ |
D | pluralRanges.xml | 11 <pluralRange start="other" end="other" result="other"/> 16 <pluralRange start="one" end="one" result="one"/> 17 <pluralRange start="one" end="other" result="other"/> 18 <pluralRange start="other" end="other" result="other"/> 21 <pluralRange start="one" end="other" result="one"/> 22 <pluralRange start="other" end="one" result="other"/> 23 <pluralRange start="other" end="other" result="other"/> 26 <pluralRange start="one" end="other" result="other"/> 27 <pluralRange start="other" end="one" result="one"/> 28 <pluralRange start="other" end="other" result="other"/> [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/python/cryptography/vectors/cryptography_vectors/ciphers/AES/CCM/ |
D | DVPT256.rsp | 15 Result = Pass 22 Result = Fail 28 Result = Fail 34 Result = Fail 40 Result = Pass 47 Result = Fail 53 Result = Pass 60 Result = Fail 66 Result = Fail 72 Result = Fail [all …]
|
D | DVPT128.rsp | 15 Result = Pass 22 Result = Fail 28 Result = Fail 34 Result = Fail 40 Result = Pass 47 Result = Fail 53 Result = Fail 59 Result = Fail 65 Result = Fail 71 Result = Fail [all …]
|
D | DVPT192.rsp | 15 Result = Pass 22 Result = Fail 28 Result = Fail 34 Result = Fail 40 Result = Pass 47 Result = Fail 53 Result = Fail 59 Result = Fail 65 Result = Fail 71 Result = Fail [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 …]
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/ECDSA/FIPS_186-3/ |
D | PKV.rsp | 11 Result = F (1 - Q_x or Q_y out of range) 15 Result = F (1 - Q_x or Q_y out of range) 19 Result = F (2 - Point not on curve) 23 Result = F (2 - Point not on curve) 27 Result = P (0 ) 31 Result = F (1 - Q_x or Q_y out of range) 35 Result = F (1 - Q_x or Q_y out of range) 39 Result = F (2 - Point not on curve) 43 Result = P (0 ) 47 Result = P (0 ) [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/ECDSA/FIPS_186-2/ |
D | PKV.rsp | 11 Result = F (2 - Point not on curve) 15 Result = P (0 ) 19 Result = F (2 - Point not on curve) 23 Result = P (0 ) 27 Result = F (2 - Point not on curve) 31 Result = P (0 ) 35 Result = F (1 - Q_x or Q_y out of range) 39 Result = F (1 - Q_x or Q_y out of range) 43 Result = F (1 - Q_x or Q_y out of range) 47 Result = P (0 ) [all …]
|
/external/angle/util/ |
D | geometry_utils.cpp | 25 void CreateSphereGeometry(size_t sliceCount, float radius, SphereGeometry *result) in CreateSphereGeometry() argument 32 result->positions.resize(vertexCount); in CreateSphereGeometry() 33 result->normals.resize(vertexCount); in CreateSphereGeometry() 42 result->positions[vertexIdx] = direction * radius; in CreateSphereGeometry() 43 result->normals[vertexIdx] = direction; in CreateSphereGeometry() 47 result->indices.clear(); in CreateSphereGeometry() 48 result->indices.reserve(indexCount); in CreateSphereGeometry() 53 result->indices.push_back(static_cast<unsigned short>(i * (sliceCount + 1) + j)); in CreateSphereGeometry() 54 result->indices.push_back(static_cast<unsigned short>((i + 1) * (sliceCount + 1) + j)); in CreateSphereGeometry() 55 result->indices.push_back( in CreateSphereGeometry() [all …]
|
/external/tensorflow/tensorflow/core/platform/ |
D | numbers_test.cc | 121 int32 result; in TEST() local 123 EXPECT_EQ(true, safe_strto32("1", &result)); in TEST() 124 EXPECT_EQ(1, result); in TEST() 125 EXPECT_EQ(true, safe_strto32("123", &result)); in TEST() 126 EXPECT_EQ(123, result); in TEST() 127 EXPECT_EQ(true, safe_strto32(" -123 ", &result)); in TEST() 128 EXPECT_EQ(-123, result); in TEST() 129 EXPECT_EQ(true, safe_strto32("2147483647", &result)); in TEST() 130 EXPECT_EQ(2147483647, result); in TEST() 131 EXPECT_EQ(true, safe_strto32("-2147483648", &result)); in TEST() [all …]
|
/external/skia/src/sksl/ |
D | SkSLUtil.cpp | 82 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Default() local 83 result->fVersionDeclString = "#version 400"; in Default() 84 result->fShaderDerivativeSupport = true; in Default() 85 return result; in Default() 89 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version450Core() local 90 result->fVersionDeclString = "#version 450 core"; in Version450Core() 91 return result; in Version450Core() 95 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version110() local 96 result->fVersionDeclString = "#version 110"; in Version110() 97 result->fGLSLGeneration = GrGLSLGeneration::k110_GrGLSLGeneration; in Version110() [all …]
|
/external/selinux/libsemanage/src/ |
D | semanageswig_python_exception.i | 4 if (result < 0) { 13 if (result < 0) { 22 if (result < 0) { 31 if (result < 0) { 40 if (result < 0) { 49 if (result < 0) { 58 if (result < 0) { 67 if (result < 0) { 76 if (result < 0) { 85 if (result < 0) { [all …]
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | kwp_test.txt | 13 result = valid 19 result = valid 25 result = valid 32 result = acceptable 39 result = acceptable 46 result = acceptable 53 result = acceptable 60 result = acceptable 67 result = acceptable 74 result = acceptable [all …]
|
D | aes_cmac_test.txt | 14 result = valid 21 result = valid 28 result = valid 35 result = valid 42 result = valid 49 result = valid 56 result = valid 66 result = valid 73 result = valid 80 result = valid [all …]
|
D | kw_test.txt | 13 result = valid 19 result = valid 25 result = valid 32 result = acceptable 39 result = acceptable 46 result = acceptable 53 result = acceptable 60 result = acceptable 67 result = acceptable 74 result = acceptable [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | rsaz_exp.c | 45 BN_ULONG *a_inv, *m, *result, *table_s = storage + 40 * 3, *R2 = table_s; in RSAZ_1024_mod_exp_avx2() local 48 result = storage; in RSAZ_1024_mod_exp_avx2() 53 result = storage + 40; in RSAZ_1024_mod_exp_avx2() 69 rsaz_1024_mul_avx2(result, R2, one, m, k0); in RSAZ_1024_mod_exp_avx2() 73 rsaz_1024_scatter5_avx2(table_s, result, 0); in RSAZ_1024_mod_exp_avx2() 77 rsaz_1024_sqr_avx2(result, a_inv, m, k0, 1); in RSAZ_1024_mod_exp_avx2() 78 rsaz_1024_scatter5_avx2(table_s, result, 2); in RSAZ_1024_mod_exp_avx2() 82 rsaz_1024_mul_avx2(result, result, a_inv, m, k0); in RSAZ_1024_mod_exp_avx2() 83 rsaz_1024_scatter5_avx2(table_s, result, index); in RSAZ_1024_mod_exp_avx2() 87 rsaz_1024_sqr_avx2(result, result, m, k0, 1); in RSAZ_1024_mod_exp_avx2() [all …]
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.h | 23 #include "amber/result.h" 46 Result Parse(); 62 Result ParseBooleanForTesting(const std::string& str, bool* result) { in ParseBooleanForTesting() argument 63 return ParseBoolean(str, result); in ParseBooleanForTesting() 66 Result ParseBlendFactorNameForTesting(const std::string& name, in ParseBlendFactorNameForTesting() 70 Result ParseBlendOpNameForTesting(const std::string& name, BlendOp* op) { in ParseBlendOpNameForTesting() 73 Result ParseCompareOpNameForTesting(const std::string& name, CompareOp* op) { in ParseCompareOpNameForTesting() 76 Result ParseStencilOpNameForTesting(const std::string& name, StencilOp* op) { in ParseStencilOpNameForTesting() 79 Result ParseComparatorForTesting(const std::string& name, in ParseComparatorForTesting() 89 Result TokenToFloat(Token* token, float* val) const; [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/skqp/src/sksl/ |
D | SkSLUtil.h | 222 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Default() local 223 result->fVersionDeclString = "#version 400"; in Default() 224 result->fShaderDerivativeSupport = true; in Default() 225 return result; in Default() 229 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version450Core() local 230 result->fVersionDeclString = "#version 450 core"; in Version450Core() 231 return result; in Version450Core() 235 sk_sp<GrShaderCaps> result = sk_make_sp<GrShaderCaps>(GrContextOptions()); in Version110() local 236 result->fVersionDeclString = "#version 110"; in Version110() 237 result->fGLSLGeneration = GrGLSLGeneration::k110_GrGLSLGeneration; in Version110() [all …]
|