Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 25 of 132) sorted by relevance

123456

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
DRubyTest.java49 TestObject result2 = beanLoader.loadAs(output, TestObject.class); in testEmitNoTags() local
50 assertEquals(0, result2.getSub1().getAtt2()); in testEmitNoTags()
51 assertEquals("MyString", result2.getSub2().getAtt1()); in testEmitNoTags()
52 assertEquals(1, result2.getSub2().getAtt2().size()); in testEmitNoTags()
53 assertEquals(12345, result2.getSub2().getAtt3()); in testEmitNoTags()
73 TestObject result2 = parseObject(output); in testEmitWithTags() local
74 assertEquals(0, result2.getSub1().getAtt2()); in testEmitWithTags()
75 assertEquals("MyString", result2.getSub2().getAtt1()); in testEmitWithTags()
76 assertEquals(1, result2.getSub2().getAtt2().size()); in testEmitWithTags()
77 assertEquals(12345, result2.getSub2().getAtt3()); in testEmitWithTags()
[all …]
/external/kmod/testsuite/
Dtest-strbuf.c36 char *result1, *result2; in test_strbuf_pushchar() local
49 result2 = strbuf_steal(&buf); in test_strbuf_pushchar()
50 assert_return(streq(result1, result2), EXIT_FAILURE); in test_strbuf_pushchar()
53 free(result2); in test_strbuf_pushchar()
63 char *result1, *saveptr = NULL, *str, *result2; in test_strbuf_pushchars() local
82 result2 = strbuf_steal(&buf); in test_strbuf_pushchars()
83 assert_return(!streq(TEXT, result2), EXIT_FAILURE); in test_strbuf_pushchars()
84 assert_return(strncmp(TEXT, result2, strlen(TEXT) - lastwordlen) == 0, in test_strbuf_pushchars()
86 assert_return(result2[strlen(TEXT) - lastwordlen] == '\0', in test_strbuf_pushchars()
90 free(result2); in test_strbuf_pushchars()
/external/valgrind/none/tests/mips64/
Dchange_fp_mode.c18 unsigned int result1, result2; \
30 : "=m"(result1), "=m"(result2) \
34 result2, result1); \
68 unsigned int result1, result2; \
80 : "=m"(result1), "=m"(result2) \
84 result2, result1); \
108 unsigned int result1, result2; \
123 : "=m"(result1), "=m"(result2) \
127 result2, result1); \
/external/valgrind/none/tests/s390x/
Dclcl.c76 clcl_t result1, result2; in clcl() local
111 result2 = result_from_regs(regs); in clcl()
120 if (result2.pad != pad) in clcl()
124 if (result1.addr1 != result2.addr1) in clcl()
126 if (result1.addr2 != result2.addr2) in clcl()
128 if (result1.len1 != result2.len1) in clcl()
130 if (result1.len2 != result2.len2) in clcl()
132 if (result1.pad != result2.pad) in clcl()
134 if (result1.cc != result2.cc) in clcl()
Dmvcl.c77 mvcl_t result1, result2; in mvcl() local
116 result2 = result_from_regs(regs); in mvcl()
125 if (result2.pad != pad) in mvcl()
129 if (result1.addr1 != result2.addr1) in mvcl()
131 if (result1.addr2 != result2.addr2) in mvcl()
133 if (result1.len1 != result2.len1) in mvcl()
135 if (result1.len2 != result2.len2) in mvcl()
137 if (result1.pad != result2.pad) in mvcl()
139 if (result1.cc != result2.cc) in mvcl()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimpleverticaledge_neon.c49 const uint8x8x2_t result2) { in write_2x8() argument
52 write_2x4(dst, pitch, result2); in write_2x8()
57 const uint8x8x2_t result2) { in write_2x8() argument
75 vst2_lane_u8(dst, result2, 0); in write_2x8()
77 vst2_lane_u8(dst, result2, 1); in write_2x8()
79 vst2_lane_u8(dst, result2, 2); in write_2x8()
81 vst2_lane_u8(dst, result2, 3); in write_2x8()
83 vst2_lane_u8(dst, result2, 4); in write_2x8()
85 vst2_lane_u8(dst, result2, 5); in write_2x8()
87 vst2_lane_u8(dst, result2, 6); in write_2x8()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c26 int result1, result2, result3, result4; in idct16_rows_dspr2() local
69 [result2] "=&r"(result2), [step2_0] "=&r"(step2_0), in idct16_rows_dspr2()
130 [result2] "=&r"(result2), [result3] "=&r"(result3), in idct16_rows_dspr2()
191 [result2] "=&r"(result2), [result3] "=&r"(result3), in idct16_rows_dspr2()
255 [result2] "=&r"(result2), [result3] "=&r"(result3), in idct16_rows_dspr2()
401 int result1, result2, result3, result4; in idct16_cols_add_blk_dspr2() local
454 [result2] "=&r"(result2), [step2_0] "=&r"(step2_0), in idct16_cols_add_blk_dspr2()
515 [result2] "=&r"(result2), [result3] "=&r"(result3), in idct16_cols_add_blk_dspr2()
576 [result2] "=&r"(result2), [result3] "=&r"(result3), in idct16_cols_add_blk_dspr2()
641 [result2] "=&r"(result2), [result3] "=&r"(result3), in idct16_cols_add_blk_dspr2()
/external/icu/icu4c/source/samples/citer/
Dciter.cpp65 UnicodeString result1, result2; in TestUChariter() local
68 test2->getText(result2); in TestUChariter()
69 if (result1 != result2) { in TestUChariter()
130 UnicodeString result1, result2; in TestStringiter() local
133 test2->getText(result2); in TestStringiter()
134 if (result1 != result2) { in TestStringiter()
/external/libmojo/mojo/edk/system/
Dawakable_list_unittest.cc162 MojoResult result2; in TEST() local
176 test::SimpleWaiterThread thread2(&result2, &context2); in TEST()
184 EXPECT_EQ(MOJO_RESULT_CANCELLED, result2); in TEST()
193 test::SimpleWaiterThread thread2(&result2, &context2); in TEST()
205 EXPECT_EQ(MOJO_RESULT_CANCELLED, result2); in TEST()
214 test::SimpleWaiterThread thread2(&result2, &context2); in TEST()
225 EXPECT_EQ(MOJO_RESULT_FAILED_PRECONDITION, result2); in TEST()
242 test::SimpleWaiterThread thread2(&result2, &context2); in TEST()
277 EXPECT_EQ(MOJO_RESULT_FAILED_PRECONDITION, result2); in TEST()
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp91 SkDPoint result2 = line2.ptAtT(ts[1][i]); in check_results() local
92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
95 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) { in check_results()
97 result2 = line2.ptAtT(ts[1][i ^ 1]); in check_results()
98 if (!result1.approximatelyEqual(result2)) { in check_results()
101 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); in check_results()
DSrcOverTest.cpp38 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local
41 opaqueCounter2 += (result2 == 0xFF); in DEF_TEST()
/external/skqp/tests/
DPathOpsLineIntersectionTest.cpp91 SkDPoint result2 = line2.ptAtT(ts[1][i]); in check_results() local
92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
95 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) { in check_results()
97 result2 = line2.ptAtT(ts[1][i ^ 1]); in check_results()
98 if (!result1.approximatelyEqual(result2)) { in check_results()
101 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); in check_results()
DSrcOverTest.cpp38 unsigned result2 = test_srcover2(0xFF, i); in DEF_TEST() local
41 opaqueCounter2 += (result2 == 0xFF); in DEF_TEST()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dload_cast.ll116 %result2 = zext i16 %result to i32
117 ret i32 %result2
130 %result2 = zext i16 %result to i32
131 ret i32 %result2
143 %result2 = zext i16 %result to i32
144 ret i32 %result2
157 %result2 = zext i16 %result to i32
158 ret i32 %result2
/external/eigen/unsupported/test/
Dcxx11_tensor_striding.cpp98 Tensor<float, 4, DataLayout> result2(3, 12, 10, 21); in test_striding_as_lvalue() local
99 result2.stride(strides) = tensor.stride(no_strides); in test_striding_as_lvalue()
105 VERIFY_IS_EQUAL(tensor(i,j,k,l), result2(2*i,4*j,2*k,3*l)); in test_striding_as_lvalue()
Dcxx11_tensor_const.cpp45 Tensor<int, 2> result2 = constant2.chip(0, 2); in test_assign_of_const_tensor() local
51 VERIFY_IS_EQUAL((result2(i,j)), random(i,j,0)); in test_assign_of_const_tensor()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java102 Date result2 = new Date(); in TestAPI() local
108 result2 = def.parse(text); in TestAPI()
113 logln(text + " parsed into " + result2); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java99 Date result2 = new Date(); in TestAPI() local
105 result2 = def.parse(text); in TestAPI()
110 logln(text + " parsed into " + result2); in TestAPI()
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c472 int32_t result1, result2; in TestUSpoofCAPI() local
486 result2 = uspoof_check2(sc, str, -1, NULL, &status); in TestUSpoofCAPI()
488 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
492 result2 = uspoof_check2(sc, str, -1, checkResult, &status); in TestUSpoofCAPI()
494 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
507 result2 = uspoof_check2UTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI()
509 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
Dcurrtest.c198 double result1 = 0.0, result2 = 0.0; in TestPrefixSuffix() local
225 result2 = unum_parseDoubleCurrency(parser, TEST_NUMBER, -1, &pos, buffer, &status); in TestPrefixSuffix()
226 if (result1 != result2 || U_FAILURE(status)) { in TestPrefixSuffix()
228 result1, result2, u_errorName(status)); in TestPrefixSuffix()
Dcdtrgtst.c382 UChar *result, *result2; in Test4073003() local
424 result2 =myFormatit(fmt, dd); in Test4073003()
425 if(!result || !result2) { in Test4073003()
429 if (u_strcmp(result, result2)!=0){ in Test4073003()
430 log_err("Fail: %s != %s\n", austrdup(result), austrdup(result2) ); in Test4073003()
433 log_verbose("Ok: %s == %s\n", austrdup(result), austrdup(result2) ); in Test4073003()
/external/libxml2/
DMakefile.am254 $(CHECKER) $(top_builddir)/testHTML result.$$name > result2.$$name 2>error.$$name ; \
255 diff result.$$name result2.$$name` ; \
257 rm result.$$name result2.$$name error.$$name ; \
275 $(CHECKER) $(top_builddir)/testHTML --push result.$$name > result2.$$name 2>error.$$name ; \
276 diff result.$$name result2.$$name` ; \
278 rm result.$$name result2.$$name error.$$name errorcut.$$name errorcut2.$$name ; \
323 …$(CHECKER) $(top_builddir)/xmllint result.$$name 2>&1 > result2.$$name | grep -v 'failed to load e…
325 diff result.$$name result2.$$name` ;\
327 rm result.$$name result2.$$name ; \
341 …$(CHECKER) $(top_builddir)/xmllint --memory result.$$name 2>&1 > result2.$$name | grep -v 'failed …
[all …]
/external/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp48 IterBool result2 = map.insert(std::make_pair(Key(0), 43)); in main() local
49 assert(!result2.second); in main()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp161 Formattable result1, result2, result3; in testAPI() local
169 fr->parse(text, result2, pos01); in testAPI()
170 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI()
173 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
/external/iproute2/tc/
Dtc_util.c576 int result1, result2; in parse_action_control_slash_spaces() local
586 result_p = &result2; in parse_action_control_slash_spaces()
604 *result2_p = result2; in parse_action_control_slash_spaces()
625 int result1, result2; in parse_action_control_slash() local
640 if (action_a2n(p + 1, &result2, allow_num)) in parse_action_control_slash()
644 *result2_p = result2; in parse_action_control_slash()

123456