/external/kmod/testsuite/ |
D | test-strbuf.c | 36 char *result1, *result2; in test_strbuf_pushchar() local 44 result1 = (char *) strbuf_str(&buf); in test_strbuf_pushchar() 45 assert_return(result1 == buf.bytes, EXIT_FAILURE); in test_strbuf_pushchar() 46 assert_return(streq(result1, TEXT), EXIT_FAILURE); in test_strbuf_pushchar() 47 result1 = strdup(result1); in test_strbuf_pushchar() 50 assert_return(streq(result1, result2), EXIT_FAILURE); in test_strbuf_pushchar() 52 free(result1); in test_strbuf_pushchar() 63 char *result1, *saveptr = NULL, *str, *result2; in test_strbuf_pushchars() local 77 result1 = (char *) strbuf_str(&buf); in test_strbuf_pushchars() 78 assert_return(result1 == buf.bytes, EXIT_FAILURE); in test_strbuf_pushchars() [all …]
|
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 611 FIXP_DBL result1, result2; in qmfSynPrototypeFirSlot2() local 613 result1 = pMyTimeOut[0]; pMyTimeOut++; in qmfSynPrototypeFirSlot2() 616 result1 = fMult(result1,gain); in qmfSynPrototypeFirSlot2() 618 if (result1 < 0) result1 += add_neg; in qmfSynPrototypeFirSlot2() 619 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2() 620 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2() 622 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2() 624 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2() 638 result1 = pMyTimeOut[0]; pMyTimeOut++; in qmfSynPrototypeFirSlot2() 641 result1 = fMult(result1,gain); in qmfSynPrototypeFirSlot2() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | clcl.c | 76 clcl_t result1, result2; in clcl() local 93 result1 = result_from_regs(regs); in clcl() 102 if (result1.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() 137 return result1; in clcl()
|
D | mvcl.c | 77 mvcl_t result1, result2; in mvcl() local 97 result1 = result_from_regs(regs); in mvcl() 106 if (result1.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() 142 return result1; in mvcl()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
D | 1-1.c | 24 int result1 = -1; in main() local 27 result1 = sched_getscheduler(getpid()); in main() 29 if (result0 == result1 && errno == 0) { in main() 34 if (result0 != result1) { in main()
|
/external/vboot_reference/firmware/lib/ |
D | tpm_bootmode.c | 141 uint32_t result0, result1 = 0; in SetTPMBootModeState() local 161 result1 = TlclExtend(HWID_DIGEST_PCR, gbb->hwid_digest, in SetTPMBootModeState() 164 HWID_DIGEST_PCR, result1)); in SetTPMBootModeState() 168 return result0 || result1; in SetTPMBootModeState()
|
/external/icu/icu4c/source/samples/citer/ |
D | citer.cpp | 65 UnicodeString result1, result2; in TestUChariter() local 67 iter.getText(result1); in TestUChariter() 69 if (result1 != result2) { in TestUChariter() 130 UnicodeString result1, result2; in TestStringiter() local 132 iter.getText(result1); in TestStringiter() 134 if (result1 != result2) { in TestStringiter()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans16_dspr2.c | 26 int result1, result2, result3, result4; in idct16_rows_dspr2() local 68 [load4] "=&r"(load4), [result1] "=&r"(result1), in idct16_rows_dspr2() 129 [load8] "=&r"(load8), [result1] "=&r"(result1), in idct16_rows_dspr2() 190 [load4] "=&r"(load4), [result1] "=&r"(result1), in idct16_rows_dspr2() 254 [load8] "=&r"(load8), [result1] "=&r"(result1), in idct16_rows_dspr2() 401 int result1, result2, result3, result4; in idct16_cols_add_blk_dspr2() local 453 [load4] "=&r"(load4), [result1] "=&r"(result1), in idct16_cols_add_blk_dspr2() 514 [load8] "=&r"(load8), [result1] "=&r"(result1), in idct16_cols_add_blk_dspr2() 575 [load4] "=&r"(load4), [result1] "=&r"(result1), in idct16_cols_add_blk_dspr2() 640 [load8] "=&r"(load8), [result1] "=&r"(result1), in idct16_cols_add_blk_dspr2()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cformtst.c | 69 UChar *result1=NULL; in myDateFormat() local 80 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat() 81 udat_format(dat, d1, result1, resultlength, NULL, &status); in myDateFormat() 88 return result1; in myDateFormat()
|
D | spooftest.c | 472 int32_t result1, result2; in TestUSpoofCAPI() local 485 result1 = uspoof_check(sc, str, -1, NULL, &status); in TestUSpoofCAPI() 488 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI() 491 result1 = uspoof_check(sc, str, -1, NULL, &status); in TestUSpoofCAPI() 494 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI() 497 … TEST_ASSERT_EQ(result1 & USPOOF_ALL_CHECKS, uspoof_getCheckResultChecks(checkResult, &status)); in TestUSpoofCAPI() 501 TEST_ASSERT_EQ(result1 & restrictionLevel, restrictionLevel); in TestUSpoofCAPI() 506 result1 = uspoof_checkUTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI() 509 TEST_ASSERT_EQ(result1, result2); in TestUSpoofCAPI()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | 2-1.c | 26 int result1; in main() local 32 result1 = sched_getparam(getpid(), ¶m1); in main() 34 if (result0 == result1 && in main()
|
/external/libmojo/mojo/edk/system/ |
D | awakable_list_unittest.cc | 161 MojoResult result1; in TEST() local 173 test::SimpleWaiterThread thread1(&result1, &context1); in TEST() 182 EXPECT_EQ(MOJO_RESULT_CANCELLED, result1); in TEST() 190 test::SimpleWaiterThread thread1(&result1, &context1); in TEST() 203 EXPECT_EQ(MOJO_RESULT_OK, result1); in TEST() 211 test::SimpleWaiterThread thread1(&result1, &context1); in TEST() 223 EXPECT_EQ(MOJO_RESULT_CANCELLED, result1); in TEST() 231 test::SimpleWaiterThread thread1(&result1, &context1); in TEST() 275 EXPECT_EQ(MOJO_RESULT_OK, result1); in TEST()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
D | 1-1.c | 28 int result1 = -1; in main() local 45 result1 = sched_rr_get_interval(getpid(), &interval1); in main() 47 if (result0 == result1 && in main()
|
/external/llvm/test/CodeGen/Mips/ |
D | brconge.ll | 6 @result1 = global i32 0, align 4 21 store i32 1, i32* @result1, align 4 30 store i32 1, i32* @result1, align 4
|
D | brconle.ll | 6 @result1 = global i32 0, align 4 21 store i32 1, i32* @result1, align 4 30 store i32 0, i32* @result1, align 4
|
/external/skia/tests/ |
D | PathOpsLineIntersectionTest.cpp | 90 SkDPoint result1 = line1.ptAtT(ts[0][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() 98 if (!result1.approximatelyEqual(result2)) { in check_results() 101 REPORTER_ASSERT(reporter, result1.approximatelyEqual(result2)); in check_results() 102 REPORTER_ASSERT(reporter, result1.approximatelyEqual(ts.pt(i).asSkPoint())); in check_results()
|
D | SrcOverTest.cpp | 37 unsigned result1 = test_srcover1(0xFF, i); in DEF_TEST() local 40 opaqueCounter1 += (result1 == 0xFF); in DEF_TEST()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/ |
D | NDCTest.java | 53 String result1 = NDC.pop(); in testSmoke2() local 55 assertEquals("b", result1); in testSmoke2()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatAPI.java | 122 Object result1 = new Date(); in TestAPI() local 128 result1 = def.parseObject(text, pos); in TestAPI() 129 if (result1 == null) { in TestAPI() 132 logln(text + " parsed into " + ((Date)result1).getTime()); in TestAPI()
|
D | IntlTestSimpleDateFormatAPI.java | 94 Date result1 = new Date(); in TestAPI() local 97 result1 = def.parse(text, pos); in TestAPI() 98 logln(text + " parsed into " + result1); in TestAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatAPI.java | 123 Object result1 = new Date(); in TestAPI() local 129 result1 = def.parseObject(text, pos); in TestAPI() 130 if (result1 == null) { in TestAPI() 133 logln(text + " parsed into " + ((Date)result1).getTime()); in TestAPI()
|
D | IntlTestSimpleDateFormatAPI.java | 95 Date result1 = new Date(); in TestAPI() local 98 result1 = def.parse(text, pos); in TestAPI() 99 logln(text + " parsed into " + result1); in TestAPI()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-04-21-CoalescerBug.ll | 10 %agg.result1 = bitcast %struct.CMTimeMapping* %agg.result to i8* ; <i8*> [#uses=1] 11 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %agg.result1, i8* null, i64 96, i32 4, i1 false)
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-04-21-CoalescerBug.ll | 10 %agg.result1 = bitcast %struct.CMTimeMapping* %agg.result to i8* ; <i8*> [#uses=1] 11 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %agg.result1, i8* null, i64 96, i32 4, i1 false)
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_const.cpp | 44 Tensor<int, 2> result1 = constant1.chip(0, 2); in test_assign_of_const_tensor() local 50 VERIFY_IS_EQUAL((result1(i,j)), random(i,j,0)); in test_assign_of_const_tensor()
|