Home
last modified time | relevance | path

Searched refs:expected3 (Results 1 – 14 of 14) 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/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c66 expected3[] = { variable
190 expected3, LWS_ARRAY_SIZE(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/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/skqp/tests/
DProcessorTest.cpp414 SkPMColor4f expected3 = alphaModulation ? (fpPreModulation * in3f.fA) in legal_modulation() local
419 fuzzy_color_equals(out3f, expected3); in legal_modulation()
/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/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/icu4c/source/test/intltest/
Dlistformattertest.cpp655 const char16_t* expected3; in TestCreateStyled() member
695 assertEquals(message, cas.expected3, result.toTempString(status)); in TestCreateStyled()
Dloctest.cpp5339 static const Locale expected3("jbo@x=0"); in TestBug20410() local
5340 assertEquals(locid3, expected3.getName(), result3.getName()); in TestBug20410()
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c1171 const UChar expected3[] = { 0 }; in TestUnescapeRepeatedSurrogateLead20725() local
1172 if (u_strcmp(dest, expected3)!=0) { in TestUnescapeRepeatedSurrogateLead20725()
/external/python/cpython3/Lib/test/
Dtest_random.py876 expected3 = b''.join(expected[i + 1: i + 4]
879 expected3)
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java1475 } catch (IllegalStateException expected3) { in assertDerivingThrowsIllegalStateException()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DClosingFutureTest.java1492 } catch (IllegalStateException expected3) { in assertDerivingThrowsIllegalStateException()