Home
last modified time | relevance | path

Searched refs:expected2 (Results 1 – 25 of 28) sorted by relevance

12

/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DBasicVerifier.java192 Value expected2; in binaryOperation() local
196 expected2 = BasicValue.INT_VALUE; in binaryOperation()
204 expected2 = BasicValue.INT_VALUE; in binaryOperation()
208 expected2 = BasicValue.INT_VALUE; in binaryOperation()
212 expected2 = BasicValue.INT_VALUE; in binaryOperation()
216 expected2 = BasicValue.INT_VALUE; in binaryOperation()
220 expected2 = BasicValue.INT_VALUE; in binaryOperation()
224 expected2 = BasicValue.INT_VALUE; in binaryOperation()
228 expected2 = BasicValue.INT_VALUE; in binaryOperation()
248 expected2 = BasicValue.INT_VALUE; in binaryOperation()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c349 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/libmojo/base/android/
Dpath_utils_unittest.cc19 const std::string& expected2, in ExpectEither() argument
21 EXPECT_TRUE(expected1 == actual || expected2 == actual) in ExpectEither()
24 << "or: " << expected2; in ExpectEither()
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c14 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/
Dsha2_unittest.cc59 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/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py753 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)
1097 expected2 = ast.Mojom(
1102 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2)
1442 expected2 = ast.Mojom(
1457 self.assertEquals(parser.Parse(source2, "my_file.mojom"), expected2)
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp258 const char16_t* expected2; // Expected pattern separator in testNumberingSystem() member
280 UnicodeString expected2(cas.expected2); in testNumberingSystem() local
288 if (expected2 != actual2) { in testNumberingSystem()
290 + " but we expected " + expected2); in testNumberingSystem()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array_unittest.cpp29 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/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp534 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 …]
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp5900 GLfloat expected2[16 * 4 + 16 * 2] = { in Run() local
5910 …if (out_data2[i * 4 + 0] != expected2[i * 4 + 0] || out_data2[i * 4 + 1] != expected2[i * 4 + 1] || in Run()
5911 out_data2[i * 4 + 2] != expected2[i * 4 + 2]) in Run()
5915 << ", " << out_data2[i * 4 + 2] << ", but expected: " << expected2[i * 4 + 0] << ", " in Run()
5916 << expected2[i * 4 + 1] << ", " << expected2[i * 4 + 2] << ", " << tcu::TestLog::EndMessage; in Run()
5922 if (fabs(out_data2[i * 2 + 0] - expected2[i * 2 + 0]) > 1e-6 || in Run()
5923 fabs(out_data2[i * 2 + 1] - expected2[i * 2 + 1]) > 1e-6) in Run()
5927 << ", but expected: " << expected2[i * 2 + 0] << ", " << expected2[i * 2 + 1] << ", " in Run()
Dgl4cShaderStorageBufferObjectTests.cpp6300 GLfloat expected2[16 * 4 + 16 * 2] = { in Run() local
6310 …if (out_data2[i * 4 + 0] != expected2[i * 4 + 0] || out_data2[i * 4 + 1] != expected2[i * 4 + 1] || in Run()
6311 out_data2[i * 4 + 2] != expected2[i * 4 + 2]) in Run()
6315 << ", " << out_data2[i * 4 + 2] << ", but expected: " << expected2[i * 4 + 0] << ", " in Run()
6316 << expected2[i * 4 + 1] << ", " << expected2[i * 4 + 2] << tcu::TestLog::EndMessage; in Run()
6322 if (fabs(out_data2[i * 2 + 0] - expected2[i * 2 + 0]) > 1e-6 || in Run()
6323 fabs(out_data2[i * 2 + 1] - expected2[i * 2 + 1]) > 1e-6) in Run()
6327 << ", but expected: " << expected2[i * 2 + 0] << ", " << expected2[i * 2 + 1] in Run()
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp435 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 …]
Des31cShaderBitfieldOperationTests.cpp1158 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()
Des31cShaderStorageBufferObjectTests.cpp5877 GLfloat expected2[16 * 4 + 16 * 2] = { in Run() local
5887 …if (out_data2[i * 4 + 0] != expected2[i * 4 + 0] || out_data2[i * 4 + 1] != expected2[i * 4 + 1] || in Run()
5888 out_data2[i * 4 + 2] != expected2[i * 4 + 2]) in Run()
5892 << ", " << out_data2[i * 4 + 2] << ", but expected: " << expected2[i * 4 + 0] << ", " in Run()
5893 << expected2[i * 4 + 1] << ", " << expected2[i * 4 + 2] << tcu::TestLog::EndMessage; in Run()
5899 if (fabs(out_data2[i * 2 + 0] - expected2[i * 2 + 0]) > 1e-6 || in Run()
5900 fabs(out_data2[i * 2 + 1] - expected2[i * 2 + 1]) > 1e-6) in Run()
5904 << ", but expected: " << expected2[i * 2 + 0] << ", " << expected2[i * 2 + 1] in Run()
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash128Test.java51 private static void assertHash(int seed, long expected1, long expected2, String stringInput) { in assertHash() argument
52 HashCode expected = toHashCode(expected1, expected2); in assertHash()
DHashTestUtils.java454 HashCode expected2 = randomHash(hashFunction, new Random(2L), numActions); in assertIndependentHashers() local
467 Assert.assertEquals(expected2, hasher2.hash()); in assertIndependentHashers()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DICUDurationTest.java226 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java223 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/guava/guava-tests/test/com/google/common/base/
DToStringHelperTest.java274 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/
DAtomicCompareExchangeExplicit_cl20.ll48 …ange_strong_explicitPVU3AS4U7_AtomiciPiiiii(i32 addrspace(4)* %0, i32* %expected2, i32 %desired, i…
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc710 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/
DStringTokenizerTest.java184 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/
DStringTokenizerTest.java181 String expected2[] = {str}; in TestSupplementary() local
183 if (!tokenizer.nextElement().equals(expected2[0])) { in TestSupplementary()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteTest.java149 TestAllExtensionsLite.Builder expected2 = TestAllExtensionsLite.newBuilder() in testClone() local
152 expected2.getExtension(UnittestLite.optionalInt32ExtensionLite), in testClone()
153 expected2.clone().getExtension(UnittestLite.optionalInt32ExtensionLite)); in testClone()
/external/expat/tests/
Druntests.c5264 const XML_Char *expected2 = XCS("HiHo"); in START_TEST() local
5280 CharData_CheckXMLChars(&storage, expected2); in START_TEST()

12