/external/epid-sdk/epid/member/tiny/math/unittests/internal/ |
D | onetimepad-test.cc | 36 const std::vector<unsigned int> expected2({0x0e0c0a09, 0}); in TEST() local 43 EXPECT_EQ(expected2, actual2); in TEST() 51 const std::vector<unsigned int> expected2({0x0e0c0a09, 0}); in TEST() local 59 EXPECT_EQ(expected2, actual2); in TEST() 66 const std::vector<uint32_t> expected2({0x01020304}); in TEST() local 74 EXPECT_EQ(expected2, actual2); in TEST() 80 std::vector<uint8_t> expected2({0x03, 0x00, 0x00, 0x00}); in TEST() local 88 EXPECT_EQ(expected2, actual); in TEST()
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_set_ftrace_file.tc | 132 grep -v 'try.*lock$' $TMPDIR/expected > $TMPDIR/expected2 133 mv $TMPDIR/expected2 $TMPDIR/expected 138 grep -v '^m.*lock$' $TMPDIR/expected > $TMPDIR/expected2 139 mv $TMPDIR/expected2 $TMPDIR/expected 144 grep -v '^c.*unlock' $TMPDIR/expected > $TMPDIR/expected2 145 mv $TMPDIR/expected2 $TMPDIR/expected
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 349 static const uint8_t expected2[] = { 0x31, 0x1a, 0x32}; in TestErrorBehaviour() local 360 expected2, sizeof(expected2), "ibm-920", 0, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 373 expected2, sizeof(expected2), "LATIN_1", 0, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 387 static const uint8_t expected2[] = { 0xa2, 0xae, 0xa1, 0xe0, 0xa2, 0xb4}; in TestErrorBehaviour() local 415 expected2, sizeof(expected2), "ibm-1363", 0, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 418 expected2, sizeof(expected2), "ibm-1363", offsets2, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 430 expected2, sizeof(expected2), "ibm-1363", 0, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 433 expected2, sizeof(expected2), "ibm-1363", 0, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour() 436 expected2, sizeof(expected2), "ibm-1363", offsets2, FALSE, U_ZERO_ERROR)) in TestErrorBehaviour() 463 static const uint8_t expected2[] = { 0x31,0x1A,0x32}; in TestErrorBehaviour() local [all …]
|
/external/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 14 static int expected2 = 420; variable 155 int expected2_min = (int) (expected2 * 0.95); in draw() 156 int expected2_max = (int) (expected2 * 1.05); in draw() 194 printf(" Failure: result2 should be near %d\n", expected2); in draw()
|
/external/libchrome/crypto/ |
D | sha2_unittest.cc | 59 int expected2[] = { 0x24, 0x8d, 0x6a, 0x61, in TEST() local 71 EXPECT_EQ(expected2[i], static_cast<int>(output2[i])); in TEST() 77 EXPECT_EQ(expected2[i], static_cast<int>(output_truncated2[i])); in TEST()
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | parser_unittest.py | 753 expected2 = ast.Mojom( 767 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2) 806 expected2 = ast.Mojom( 828 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2) 968 expected2 = ast.Mojom( 975 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2) 1107 expected2 = ast.Mojom( 1112 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2) 1452 expected2 = ast.Mojom( 1467 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2)
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_array_unittest.cpp | 29 const int expected2[] = {1, 2, 3, 7, 10}; in TEST() local 30 ASSERT_EQ(FX_ArraySize(expected2), arr->GetCount()); in TEST() 31 for (size_t i = 0; i < FX_ArraySize(expected2); ++i) in TEST() 32 EXPECT_EQ(expected2[i], arr->GetIntegerAt(i)); in TEST()
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_segment_ids_to_row_splits_op_test.py | 66 expected2 = [0, 3, 3, 5, 6, 9, 9, 9] 68 self.assertAllEqual(splits2, expected2)
|
D | ragged_segment_op_test.py | 168 expected2 = [[], 171 self.assertRaggedEqual(segmented2, expected2)
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | Murmur3Hash128Test.java | 51 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash() argument 52 HashCode expected = toHashCode(expected1, expected2); in assertHash()
|
D | HashTestUtils.java | 454 HashCode expected2 = randomHash(hashFunction, new Random(2L), numActions); in assertIndependentHashers() local 467 Assert.assertEquals(expected2, hasher2.hash()); in assertIndependentHashers()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 534 GLint expected2[] = { 6, GL_FLOAT_VEC4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0 }; in Run() local 535 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 12, props2, 12, expected2, error); in Run() 641 GLint expected2[] = { 2, GL_INT_VEC4, 1, 0, 0, 0, 0, 0, 1, 4, 0 }; in Run() local 642 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 11, props, 11, expected2, erro… in Run() 757 GLint expected2[] = { 2, GL_UNSIGNED_INT, 1, 0, 1, 0, 0, 0, 0, 2, 0, 0 }; in Run() local 758 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["b"], 12, props, 12, expected2, err… in Run() 877 GLint expected2[] = { 14, GL_INT, 1, 0, 0, 0, 0, 0, 1, -1, 0 }; in Run() local 878 …GetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["gl_InstanceID"], 11, props, 11, expected2, in Run() 954 GLint expected2[] = { 17, GL_INT, 1, 0, 1, 0, 0, 0, 0, -1, 0, -1 }; in Run() local 955 …rogramResourceiv(program, GL_PROGRAM_OUTPUT, indices["gl_SampleMask[0]"], 12, props, 12, expected2, in Run() [all …]
|
/external/python/setuptools/pkg_resources/tests/ |
D | test_working_set.py | 76 expected1, expected2 86 (name + '_replace_conflicting', True, expected2),
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 435 GLint expected2[] = { 6, 35666, 1, 0, 1, 0, 0 }; in Run() local 436 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 7, props2, 7, expected2, error); in Run() 739 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local 740 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error); in Run() 815 GLint expected2[] = { 14, 5124, 1, 0, 0, 1, -1 }; in Run() local 816 …gramResourceiv(program, GL_PROGRAM_INPUT, indices["gl_InstanceID"], 7, props, 7, expected2, error); in Run() 905 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local 906 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error); in Run() 1074 …GLint expected2[] = { 8, 35666, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "… in Run() local 1075 …VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["recolor"], 13, props, 13, expected2, erro… in Run() [all …]
|
D | es31cShaderBitfieldOperationTests.cpp | 1158 GLuint expected2 = 0; in test() local 1159 GLuint expected = m_func(data->inUvec4[i], data->in2Uvec4[i], expected2); in test() 1160 if (data->outUvec4[i] != expected || data->out2Uvec4[i] != expected2) in test() 1237 GLint expected2 = 0; in test() local 1238 GLint expected = m_func(data->inIvec4[i], data->in2Ivec4[i], expected2); in test() 1239 if (data->outIvec4[i] != expected || data->out2Ivec4[i] != expected2) in test()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdcfmsy.cpp | 355 const char16_t* expected2; // Expected pattern separator in testNumberingSystem() member 379 UnicodeString expected2(cas.expected2); in testNumberingSystem() local 388 expected2, in testNumberingSystem()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | ICUDurationTest.java | 223 String expected2; in TestSimpleXMLDuration() local 260 expected2 = "1 day and 0 seconds"; // This is the expected result for Windows with IBM JRE6 in TestSimpleXMLDuration() 265 if(out.equals(expected2)){ in TestSimpleXMLDuration()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
D | ICUDurationTest.java | 226 String expected2; in TestSimpleXMLDuration() local 263 expected2 = "1 day and 0 seconds"; // This is the expected result for Windows with IBM JRE6 in TestSimpleXMLDuration() 268 if(out.equals(expected2)){ in TestSimpleXMLDuration()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | ToStringHelperTest.java | 274 final String expected2 = "TestClass{field1=1, value1, field2=value2, 2}"; in testToString_ToStringTwice() local 276 assertEquals(expected2, helper.toString()); in testToString_ToStringTwice()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | AtomicCompareExchangeExplicit_cl20.ll | 48 …ange_strong_explicitPVU3AS4U7_AtomiciPiiiii(i32 addrspace(4)* %0, i32* %expected2, i32 %desired, i…
|
/external/opencensus-java/exporters/stats/stackdriver/src/test/java/io/opencensus/exporter/stats/stackdriver/ |
D | StackdriverExportUtilsTest.java | 498 TimeSeries expected2 = in createTimeSeriesList_cumulative() local 509 assertThat(timeSeriesList).containsExactly(expected1, expected2); in createTimeSeriesList_cumulative()
|
/external/google-breakpad/src/common/ |
D | byte_cursor_unittest.cc | 710 uint8_t expected2[3] = { 0xa6, 0x2e, 0x2c }; in TEST() local 713 EXPECT_TRUE(memcmp(received2, expected2, 3) == 0); in TEST()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | StringTokenizerTest.java | 184 String expected2[] = {str}; in TestSupplementary() local 186 if (!tokenizer.nextElement().equals(expected2[0])) { in TestSupplementary()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 181 String expected2[] = {str}; in TestSupplementary() local 183 if (!tokenizer.nextElement().equals(expected2[0])) { in TestSupplementary()
|
/external/skqp/tests/ |
D | ProcessorTest.cpp | 412 SkPMColor4f expected2 = alphaModulation ? (fpPreModulation * in2f.fA) in legal_modulation() local 418 fuzzy_color_equals(out2f, expected2) && in legal_modulation()
|