| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | InitOutputVariables_test.cpp | 28 bool AreSymbolsTheSame(const TIntermSymbol *expected, const TIntermSymbol *candidate) in AreSymbolsTheSame() argument 45 bool AreLValuesTheSame(TIntermTyped *expected, TIntermTyped *candidate) in AreLValuesTheSame() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| H A D | ComputeTests.cpp | 127 test( const std::string &shader, std::function<uint32_t(uint32_t idx)> input, std::function<uint32_t(uint32_t idx)> expected) test() argument
|
| /third_party/openssl/test/ |
| H A D | bioprinttest.c | 113 const char *expected; member 145 const char *expected; member
|
| H A D | property_test.c | 407 char *expected; in test_property() member
|
| H A D | cmp_hdr_test.c | 18 int expected; member [all...] |
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/ |
| H A D | GlyfEncoderTest.java | 29 private void assertEqualsByteArray(byte[] expected, byte[] actual) { in assertEqualsByteArray() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | ext_inst.debuginfo_test.cpp | 407 const std::string expected = prefix + "FlagIsProtected|FlagIsPrivate\n"; in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | def_use_test.cpp | 1388 InstDefUse expected = { in TEST() local 1415 InstDefUse expected = { in TEST() local [all...] |
| H A D | pass_fixture.h | 236 void RunAndCheck(const std::string& original, const std::string& expected) { in RunAndCheck() argument 131 SinglePassRunAndCheck(const std::string& original, const std::string& expected, bool skip_nop, bool do_validation, Args&&... args) SinglePassRunAndCheck() argument 167 SinglePassRunAndCheck(const std::string& original, const std::string& expected, bool skip_nop, Args&&... args) SinglePassRunAndCheck() argument [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jdarith.c | 679 int expected = (coef_bit_ptr[coefi] < 0) ? 0 : coef_bit_ptr[coefi]; in start_pass() local
|
| H A D | jdphuff.c | 260 int expected = (coef_bit_ptr[coefi] < 0) ? 0 : coef_bit_ptr[coefi]; in start_pass_phuff_decoder() local
|
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| H A D | tlsauthentication.c | 158 char *expected_b64, *expected; in is_authenticated() local
|
| /third_party/skia/tests/ |
| H A D | SkSLDSLTest.cpp | 142 static void expect_equal(skiatest::Reporter* r, int lineNumber, T& input, const char* expected) { in expect_equal() argument 151 static void expect_equal(skiatest::Reporter* r, int lineNumber, T&& dsl, const char* expected) { in expect_equal() argument [all...] |
| H A D | SkRuntimeEffectTest.cpp | 33 void test_invalid_effect(skiatest::Reporter* r, const char* src, const char* expected) { in test_invalid_effect() argument 285 verify_2x2_surface_results(skiatest::Reporter* r, const SkRuntimeEffect* effect, SkSurface* surface, std::array<GrColor, 4> expected) verify_2x2_surface_results() argument 333 test(std::array<GrColor, 4> expected, PreTestFn preTestCallback = nullptr) test() argument 350 test(GrColor expected, PreTestFn preTestCallback = nullptr) test() argument 383 test(std::array<GrColor, 4> expected, PreTestFn preTestCallback = nullptr) test() argument 400 test(GrColor expected, PreTestFn preTestCallback = nullptr) test() argument [all...] |
| H A D | BitmapTest.cpp | 315 float expected = alpha / 255.0f; in check_alphas() local 326 static bool unit_compare(float expected, float actual, float tol = 1.0f/(1<<12)) { in unit_compare() argument 191 test_erasecolor_premul(skiatest::Reporter* reporter, SkColorType ct, SkColor input, SkColor expected) test_erasecolor_premul() argument 307 check_alphas(skiatest::Reporter* reporter, const SkBitmap& bm, bool (*pred)(float expected, float actual), SkColorType ct) check_alphas() argument [all...] |
| H A D | CompressedBackendAllocationTest.cpp | 23 check_solid_pixmap(skiatest::Reporter* reporter, const SkColor4f& expected, const SkPixmap& actual, const char* label0, const char* label1, const char* label2) check_solid_pixmap() argument
|
| H A D | TypefaceTest.cpp | 430 constexpr Axis expected[] = { DEF_TEST() local 448 constexpr Axis expected[] = { DEF_TEST() local 463 constexpr Axis expected[] = { DEF_TEST() local [all...] |
| H A D | ClipStackTest.cpp | 829 SkRRect expected = SkRRect::MakeRect( in test_is_rrect_deep_rect_stack() local
|
| H A D | CodecAnimTest.cpp | 272 const int expected = rec.fFrameCount; in DEF_TEST() local 87 reporter_assert_equals(skiatest::Reporter* r, const char* name, int i, const char* prop, T expected, T actual) reporter_assert_equals() argument [all...] |
| H A D | TextBlobCacheTest.cpp | 220 static bool compare_bitmaps(const SkBitmap& expected, const SkBitmap& actual) { in compare_bitmaps() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | TextureViewTests.cpp | 170 void Verify(const wgpu::TextureView& textureView, const char* fragmentShader, int expected) { in Verify() argument [all...] |
| H A D | FirstIndexOffsetTests.cpp | 224 std::array<uint32_t, 2> expected = {firstVertex, firstInstance}; in TestImpl() local
|
| H A D | BufferTests.cpp | 55 void CheckMapping(const void* actual, const void* expected, size_t size) { in CheckMapping() argument 178 void* expected; in TEST_P() member
|
| H A D | QueryTests.cpp | 43 OcclusionExpectation(Result expected) { in OcclusionExpectation() argument 124 TestOcclusionQueryWithDepthStencilTest(bool depthTestEnabled, bool stencilTestEnabled, OcclusionExpectation::Result expected) TestOcclusionQueryWithDepthStencilTest() argument 176 TestOcclusionQueryWithScissorTest(ScissorRect rect, OcclusionExpectation::Result expected) TestOcclusionQueryWithScissorTest() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | hb-test.h | 180 int expected = *(raw_expected + i); in hb_test_assert_blobs_equal() local
|