Home
last modified time | relevance | path

Searched refs:expected3 (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/crypto/
Dsha2_unittest.cc83 int expected3[] = { 0xcd, 0xc7, 0x6e, 0x5c, in TEST() local
95 EXPECT_EQ(expected3[i], static_cast<int>(output3[i])); in TEST()
101 EXPECT_EQ(expected3[i], static_cast<int>(output_truncated3[i])); in TEST()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py770 expected3 = ast.Mojom(
779 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
835 expected3 = ast.Mojom(
850 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
979 expected3 = ast.Mojom(
987 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
1120 expected3 = ast.Mojom(
1125 self.assertEquals(parser.Parse(source3, "my_file.mojom"), expected3)
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp643 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 0, 0, 0, 0, 1, 5, 0 }; in Run() local
644 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c[0]"], 11, props, 11, expected3, e… in Run()
759 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 1, 0, 0, 0, 0, 3, 0, 0 }; in Run() local
760 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["c[0]"], 12, props, 12, expected3, … in Run()
1057 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 0, 0, 0, 0, 1, 5, 0 }; in Run() local
1058 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c[0]"], 11, props, 11, expected3, e… in Run()
1169 GLint expected3[] = { 5, GL_FLOAT, 2, 0, 1, 0, 0, 0, 0, 3, 0, 0 }; in Run() local
1170 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["c[0]"], 12, props, 12, expected3, … in Run()
1489 GLint expected3[] = { in Run() local
1492 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["c"], 16, props, 16, expected3, error); in Run()
[all …]
/external/epid-sdk/epid/member/tiny/math/unittests/internal/
Donetimepad-test.cc81 std::vector<uint8_t> expected3({0x05, 0x00, 0x00, 0x00}); in TEST() local
91 EXPECT_EQ(expected3, actual); in TEST()
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp610 GLint expected3[] = { 7, 0, 1, 1, 0, 0, static_cast<GLint>(indicesBV["Outputa.data"]) }; in VerifyCompute() local
611 …tProgramResourceiv(program, GL_SHADER_STORAGE_BLOCK, indicesSSB["Output"], 7, props3, 7, expected3, in VerifyCompute()
741 GLint expected3[] = { 2, 5126, 1, 0, 0, 1, 5 }; in Run() local
742 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c"], 7, props, 7, expected3, error); in Run()
907 GLint expected3[] = { 2, 5126, 1, 0, 0, 1, 5 }; in Run() local
908 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["c"], 7, props, 7, expected3, error); in Run()
1233 …GLint expected3[] = { 5, 36294, 3, -1, -1, -1, -1, 0, -1, 0, 0, 1, glGetUniformLocation(program, "… in Run() local
1234 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["c"], 13, props, 13, expected3, error); in Run()
1407 GLint expected3[] = { 15, 3, 0, 1, 0, size }; in Run() local
1408 …gramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["TrickyBlock"], 6, props, 6, expected3, error); in Run()
[all …]
/external/spirv-llvm/test/SPIRV/transcoding/
DAtomicCompareExchangeExplicit_cl20.ll49 …change_weak_explicitPVU3AS4U7_AtomiciPiiiii(i32 addrspace(4)* %0, i32* %expected3, i32 %desired, i…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java194 String expected3[] = {"string ", " with supplementary character"}; in TestSupplementary() local
198 if (!tokenizer.nextElement().equals(expected3[i ++])) { in TestSupplementary()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java191 String expected3[] = {"string ", " with supplementary character"}; in TestSupplementary() local
195 if (!tokenizer.nextElement().equals(expected3[i ++])) { in TestSupplementary()
/external/skqp/tests/
DProcessorTest.cpp414 SkPMColor4f expected3 = alphaModulation ? (fpPreModulation * in3f.fA) in legal_modulation() local
419 fuzzy_color_equals(out3f, expected3); in legal_modulation()
/external/skia/tests/
DProcessorTest.cpp421 SkPMColor4f expected3 = alphaModulation ? (fpPreModulation * in3f.fA) in legal_modulation() local
426 fuzzy_color_equals(out3f, expected3); in legal_modulation()