Searched refs:char0 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | DeferredDisplayListTest.cpp | 490 SkSurfaceCharacterization char0; in DDLSurfaceCharacterizationTestImpl() local 491 SkAssertResult(s->characterize(&char0)); in DDLSurfaceCharacterizationTestImpl() 494 SkSurfaceCharacterization char1 = char0.createResized(-1, -1); in DDLSurfaceCharacterizationTestImpl() 498 SkSurfaceCharacterization char2 = char0.createResized(1000000, 32); in DDLSurfaceCharacterizationTestImpl() 502 SkSurfaceCharacterization char3 = char0.createResized(32, 32); in DDLSurfaceCharacterizationTestImpl() 517 SkSurfaceCharacterization char0; in DDLSurfaceCharacterizationTestImpl() local 518 SkAssertResult(s->characterize(&char0)); in DDLSurfaceCharacterizationTestImpl() 521 REPORTER_ASSERT(reporter, char0.colorSpace()->isSRGB()); in DDLSurfaceCharacterizationTestImpl() 522 REPORTER_ASSERT(reporter, !char0.colorSpace()->gammaIsLinear()); in DDLSurfaceCharacterizationTestImpl() 527 SkSurfaceCharacterization char1 = char0.createColorSpace(std::move(newCS)); in DDLSurfaceCharacterizationTestImpl() [all …]
|
/third_party/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 88 for (int char0 = 0; char0 < 256; char0++) { in TEST() local 91 chars[0] = char0; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 88 for (int char0 = 0; char0 < 256; char0++) { in TEST() local 91 chars[0] = char0; in TEST()
|
/third_party/flutter/skia/tests/ |
D | DeferredDisplayListTest.cpp | 483 SkSurfaceCharacterization char0; in DDLSurfaceCharacterizationTestImpl() local 484 SkAssertResult(s->characterize(&char0)); in DDLSurfaceCharacterizationTestImpl() 487 SkSurfaceCharacterization char1 = char0.createResized(-1, -1); in DDLSurfaceCharacterizationTestImpl() 491 SkSurfaceCharacterization char2 = char0.createResized(1000000, 32); in DDLSurfaceCharacterizationTestImpl() 495 SkSurfaceCharacterization char3 = char0.createResized(32, 32); in DDLSurfaceCharacterizationTestImpl()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2464 char char0[ARG_CHAR_ARR_SIZE], int32_t *pChar0Length, in getTestChar() 2488 target=char0; in getTestChar() 2490 &target, char0+ARG_CHAR_ARR_SIZE, in getTestChar() 2493 *pChar0Length=(int32_t)(target-char0); in getTestChar() 2532 char char0[8], int32_t char0Length, in testFromTruncatedUTF8() 2535 (void)char0; in testFromTruncatedUTF8() 2604 char char0[8], int32_t char0Length, in testFromBadUTF8() 2625 memcpy(expect, char0, char0Length); in testFromBadUTF8() 2668 char charUTF8[4], char0[8], char1[8]; in TestConvertExFromUTF8() local 2685 …if(!getTestChar(cnv, converterNames[i], charUTF8, &charUTF8Length, char0, &char0Length, char1, &ch… in TestConvertExFromUTF8() [all …]
|
/third_party/googletest/googletest/test/ |
D | googletest-output-test-golden-lin.txt | 617 [0;32m[----------] [m2 tests from TypedTestWithNames/char0, where TypeParam = char 618 [0;32m[ RUN ] [mTypedTestWithNames/char0.Success 619 [0;32m[ OK ] [mTypedTestWithNames/char0.Success 620 [0;32m[ RUN ] [mTypedTestWithNames/char0.Failure 625 [0;31m[ FAILED ] [mTypedTestWithNames/char0.Failure, where TypeParam = char 1074 [0;31m[ FAILED ] [mTypedTestWithNames/char0.Failure, where TypeParam = char
|