Home
last modified time | relevance | path

Searched refs:mTestCase (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/image/test/gtest/
H A DTestDecodeToSurface.cpp34 mTestCase(aTestCase) {} in DecodeToSurfaceRunnable()
43 if (mTestCase.mOutputSize != mTestCase.mSize) { in Go()
44 outputSize.emplace(mTestCase.mOutputSize); in Go()
47 uint32_t flags = FromSurfaceFlags(mTestCase.mSurfaceFlags); in Go()
51 mImageBuffer, nsDependentCString(mTestCase.mMimeType), flags, in Go()
55 mInputStream.forget(), nsDependentCString(mTestCase.mMimeType), flags, in Go()
67 EXPECT_EQ(mTestCase.mSize, mSurface->GetSize()); in Go()
70 EXPECT_TRUE(IsSolidColor(mSurface, mTestCase.Color(), mTestCase.Fuzz())); in Go()
77 ImageTestCase mTestCase; member in DecodeToSurfaceRunnable
H A DTestDecodersPerf.cpp111 [this] { CheckDecode(mTestCase, mSourceBuffer); });
115 CheckDownscaleDuringDecode(mTestCase, mSourceBuffer); \
120 ImageTestCase testCase = mTestCase; \
127 ImageTestCase testCase = mTestCase; \
H A DCommon.h202 ImageBenchmarkBase(const ImageTestCase& aTestCase) : mTestCase(aTestCase) {} in ImageBenchmarkBase()
208 ImageTestCase mTestCase; variable
H A DCommon.cpp74 nsCOMPtr<nsIInputStream> inputStream = LoadFile(mTestCase.mPath); in SetUp()
/dports/lang/spidermonkey78/firefox-78.9.0/image/test/gtest/
H A DTestDecodeToSurface.cpp34 mTestCase(aTestCase) {} in DecodeToSurfaceRunnable()
43 if (mTestCase.mOutputSize != mTestCase.mSize) { in Go()
44 outputSize.emplace(mTestCase.mOutputSize); in Go()
47 uint32_t flags = FromSurfaceFlags(mTestCase.mSurfaceFlags); in Go()
51 mImageBuffer, nsDependentCString(mTestCase.mMimeType), flags, in Go()
55 mInputStream.forget(), nsDependentCString(mTestCase.mMimeType), flags, in Go()
67 EXPECT_EQ(mTestCase.mSize, mSurface->GetSize()); in Go()
70 EXPECT_TRUE(IsSolidColor(mSurface, mTestCase.Color(), mTestCase.Fuzz())); in Go()
77 ImageTestCase mTestCase; member in DecodeToSurfaceRunnable
H A DTestDecodersPerf.cpp111 [this] { CheckDecode(mTestCase, mSourceBuffer); });
115 CheckDownscaleDuringDecode(mTestCase, mSourceBuffer); \
120 ImageTestCase testCase = mTestCase; \
127 ImageTestCase testCase = mTestCase; \
H A DCommon.h202 ImageBenchmarkBase(const ImageTestCase& aTestCase) : mTestCase(aTestCase) {} in ImageBenchmarkBase()
208 ImageTestCase mTestCase; variable
H A DCommon.cpp66 nsCOMPtr<nsIInputStream> inputStream = LoadFile(mTestCase.mPath); in SetUp()
/dports/www/firefox/firefox-99.0/image/test/gtest/
H A DTestDecodeToSurface.cpp34 mTestCase(aTestCase) {} in DecodeToSurfaceRunnable()
43 if (mTestCase.mOutputSize != mTestCase.mSize) { in Go()
44 outputSize.emplace(mTestCase.mOutputSize); in Go()
47 uint32_t flags = FromSurfaceFlags(mTestCase.mSurfaceFlags); in Go()
51 mImageBuffer, nsDependentCString(mTestCase.mMimeType), flags, in Go()
55 mInputStream.forget(), nsDependentCString(mTestCase.mMimeType), flags, in Go()
67 EXPECT_EQ(mTestCase.mSize, mSurface->GetSize()); in Go()
70 EXPECT_TRUE(IsSolidColor(mSurface, mTestCase.Color(), mTestCase.Fuzz())); in Go()
77 ImageTestCase mTestCase; member in DecodeToSurfaceRunnable
H A DTestDecodersPerf.cpp111 [this] { CheckDecode(mTestCase, mSourceBuffer); });
115 CheckDownscaleDuringDecode(mTestCase, mSourceBuffer); \
120 ImageTestCase testCase = mTestCase; \
127 ImageTestCase testCase = mTestCase; \
H A DCommon.h202 ImageBenchmarkBase(const ImageTestCase& aTestCase) : mTestCase(aTestCase) {} in ImageBenchmarkBase()
208 ImageTestCase mTestCase; variable
H A DCommon.cpp74 nsCOMPtr<nsIInputStream> inputStream = LoadFile(mTestCase.mPath); in SetUp()
/dports/mail/thunderbird/thunderbird-91.8.0/image/test/gtest/
H A DTestDecodeToSurface.cpp34 mTestCase(aTestCase) {} in DecodeToSurfaceRunnable()
43 if (mTestCase.mOutputSize != mTestCase.mSize) { in Go()
44 outputSize.emplace(mTestCase.mOutputSize); in Go()
47 uint32_t flags = FromSurfaceFlags(mTestCase.mSurfaceFlags); in Go()
51 mImageBuffer, nsDependentCString(mTestCase.mMimeType), flags, in Go()
55 mInputStream.forget(), nsDependentCString(mTestCase.mMimeType), flags, in Go()
67 EXPECT_EQ(mTestCase.mSize, mSurface->GetSize()); in Go()
70 EXPECT_TRUE(IsSolidColor(mSurface, mTestCase.Color(), mTestCase.Fuzz())); in Go()
77 ImageTestCase mTestCase; member in DecodeToSurfaceRunnable
H A DTestDecodersPerf.cpp111 [this] { CheckDecode(mTestCase, mSourceBuffer); });
115 CheckDownscaleDuringDecode(mTestCase, mSourceBuffer); \
120 ImageTestCase testCase = mTestCase; \
127 ImageTestCase testCase = mTestCase; \
H A DCommon.h202 ImageBenchmarkBase(const ImageTestCase& aTestCase) : mTestCase(aTestCase) {} in ImageBenchmarkBase()
208 ImageTestCase mTestCase; variable
H A DCommon.cpp74 nsCOMPtr<nsIInputStream> inputStream = LoadFile(mTestCase.mPath); in SetUp()
/dports/lang/spidermonkey60/firefox-60.9.0/image/test/gtest/
H A DTestDecodeToSurface.cpp36 , mTestCase(aTestCase) in DecodeToSurfaceRunnable()
48 if (mTestCase.mOutputSize != mTestCase.mSize) { in Go()
49 outputSize.emplace(mTestCase.mOutputSize); in Go()
55 nsDependentCString(mTestCase.mMimeType), in Go()
61 nsDependentCString(mTestCase.mMimeType), in Go()
74 EXPECT_EQ(mTestCase.mSize, mSurface->GetSize()); in Go()
78 mTestCase.mFlags & TEST_CASE_IS_FUZZY ? 1 : 0)); in Go()
85 ImageTestCase mTestCase; member in DecodeToSurfaceRunnable
/dports/www/firefox-legacy/firefox-52.8.0esr/image/test/gtest/
H A DTestDecodeToSurface.cpp33 , mTestCase(aTestCase) in DecodeToSurfaceRunnable()
46 nsDependentCString(mTestCase.mMimeType), in Go()
53 EXPECT_EQ(mTestCase.mSize, mSurface->GetSize()); in Go()
56 mTestCase.mFlags & TEST_CASE_IS_FUZZY ? 1 : 0)); in Go()
62 ImageTestCase mTestCase; member in DecodeToSurfaceRunnable
/dports/net/libksieve/libksieve-21.12.3/autotests/
H A Dparsertest.cpp434 , mTestCase(testCase) in VerifyingScriptBuilder()
581 return mTestCase.responses[mNextResponse]; in Q_DISABLE_COPY()
610 const TestCase &mTestCase; member in VerifyingScriptBuilder