Home
last modified time | relevance | path

Searched refs:TestMode (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils_unittest.cpp212 BeginsWithTest() : mMode(TestMode::CHAR_ARRAY) {} in BeginsWithTest()
214 enum class TestMode enum in __anon189e20460111::BeginsWithTest
221 void setMode(TestMode mode) { mMode = mode; } in setMode()
225 if (mMode == TestMode::CHAR_ARRAY) in runBeginsWith()
229 if (mMode == TestMode::STRING_AND_CHAR_ARRAY) in runBeginsWith()
249 TestMode mMode;
255 setMode(TestMode::CHAR_ARRAY); in TEST_F()
262 setMode(TestMode::STRING_AND_CHAR_ARRAY); in TEST_F()
269 setMode(TestMode::STRING); in TEST_F()
276 EndsWithTest() : mMode(TestMode::CHAR_ARRAY) {} in EndsWithTest()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVertexArrayPerfTest.cpp18 enum class TestMode enum
43 TestMode testMode = TestMode::BufferData;
58 if (testMode == TestMode::BindBuffer) in story()
62 else if (testMode == TestMode::UpdateBufferData) in story()
172 if (params.testMode == TestMode::BufferData) in drawBenchmark()
176 else if (params.testMode == TestMode::UpdateBufferData) in drawBenchmark()
208 VertexArrayParams VulkanNullParams(TestMode testMode) in VulkanNullParams()
219 VulkanNullParams(TestMode::BindBuffer),
220 VulkanNullParams(TestMode::BufferData),
221 VulkanNullParams(TestMode::UpdateBufferData),
DBindingPerf.cpp25 enum TestMode enum
53 TestMode testMode = TestMode::MultipleBindings;
70 if (testMode == TestMode::VertexArray) in story()
136 if (params.testMode == TestMode::MultipleBindings) in initializeBenchmark()
204 if (params.testMode == TestMode::VertexArray) in drawBenchmark()
237 BindingsParams VulkanParams(AllocationStyle allocationStyle, TestMode testMode) in VulkanParams()
257 VulkanParams(EVERY_ITERATION, TestMode::MultipleBindings),
258 VulkanParams(AT_INITIALIZATION, TestMode::MultipleBindings),
259 VulkanParams(AT_INITIALIZATION, TestMode::VertexArray));
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStreamTest.java24 private enum TestMode { enum in BrotliOutputStreamTest
43 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_ALL)); in suite()
44 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
45 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_BYTE)); in suite()
56 final TestMode mode;
57 StreamTestCase(String entryName, TestMode mode) { in StreamTestCase()
69 private static void run(String entryName, TestMode mode) throws Throwable { in run()
81 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) { in run()
DBrotliEncoderChannelTest.java27 private enum TestMode { enum in BrotliEncoderChannelTest
45 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_ALL)); in suite()
46 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
57 final TestMode mode;
58 ChannleTestCase(String entryName, TestMode mode) { in ChannleTestCase()
70 private static void run(String entryName, TestMode mode) throws Throwable { in run()
82 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) { in run()
/third_party/skia/gm/
Dconstcolorprocessor.cpp50 enum class TestMode { enum in skiagm::ColorProcessor
55 ColorProcessor(TestMode mode) : fMode(mode) { in ColorProcessor()
62 case TestMode::kConstColor: return SkString("const_color_processor"); in onShortName()
63 case TestMode::kModulateRGBA: return SkString("modulate_rgba"); in onShortName()
126 case TestMode::kConstColor: in onDraw()
131 case TestMode::kModulateRGBA: in onDraw()
206 TestMode fMode;
216 DEF_GM(return new ColorProcessor{ColorProcessor::TestMode::kConstColor};)
217 DEF_GM(return new ColorProcessor{ColorProcessor::TestMode::kModulateRGBA};)
/third_party/skia/tests/
DCodecAnimTest.cpp300 enum class TestMode { in DEF_TEST() enum
305 for (auto mode : { TestMode::kVector, TestMode::kIndividual }) { in DEF_TEST()
312 case TestMode::kVector: in DEF_TEST()
317 case TestMode::kIndividual: in DEF_TEST()
336 case TestMode::kVector: in DEF_TEST()
339 case TestMode::kIndividual: in DEF_TEST()
389 if (TestMode::kIndividual == mode) { in DEF_TEST()
/third_party/lzma/CPP/7zip/UI/Common/
DExtract.h50 bool TestMode; member
69 TestMode(false) in CExtractOptions()
DExtract.cpp198 options.StdOutMode, options.TestMode, in DecompressArchive()
207 !options.TestMode && in DecompressArchive()
217 Int32 testMode = (options.TestMode && !calcCrc) ? 1: 0; in DecompressArchive()
372 RINOK(extractCallback->BeforeOpen(arcPath, options.TestMode)); in Extract()
444 if (!options.TestMode) in Extract()
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp136 else if (Options->TestMode) in ProcessVirt()
195 if (!options.TestMode) in ExtractGUI()
273 UString title = LangString(options.TestMode ? IDS_PROGRESS_TESTING : IDS_PROGRESS_EXTRACTING); in ExtractGUI()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp25 bool TestMode; member in NArchive::N7z::CFolderOutStream
51 TestMode(false), in CFolderOutStream()
81 (TestMode ? in OpenFile()
292 folderOutStream->TestMode = (testModeSpec != 0); in Extract()
/third_party/cef/tests/ceftests/
Djsdialog_unittest.cc24 enum TestMode { enum in __anon9e89f8520111::JSDialogTestHandler
31 TestMode mode, in JSDialogTestHandler()
177 TestMode mode_;
Dresource_request_handler_unittest.cc221 enum TestMode { enum in __anoncd4ca1120111::IncompleteResourceHandlerOld
226 IncompleteResourceHandlerOld(TestMode test_mode, in IncompleteResourceHandlerOld()
299 const TestMode test_mode_;
316 enum TestMode { enum in __anoncd4ca1120111::IncompleteResourceHandler
321 IncompleteResourceHandler(TestMode test_mode, in IncompleteResourceHandler()
411 const TestMode test_mode_;
429 enum TestMode { enum in __anoncd4ca1120111::BasicResponseTest
489 BasicResponseTest(TestMode mode, bool custom_scheme, bool unhandled) in BasicResponseTest()
1361 const TestMode mode_;
1453 enum TestMode { enum in __anoncd4ca1120211::SubresourceResponseTest
[all …]
Ddownload_unittest.cc171 enum TestMode { enum in __anone099e21d0111::DownloadTestHandler
179 DownloadTestHandler(TestMode test_mode, in DownloadTestHandler()
510 const TestMode test_mode_;
Drequest_context_unittest.cc465 enum TestMode { enum in __anonda93c3120211::PopupNavTestHandler
478 PopupNavTestHandler(TestMode test_mode, in PopupNavTestHandler()
712 const TestMode mode_;
Dframe_handler_unittest.cc1014 enum TestMode { enum in __anonc22a5b4d0311::OrderSubTestHandler
1024 TestMode mode, in OrderSubTestHandler()
1275 const TestMode test_mode_;
1349 CrossOriginOrderSubTestHandler(int additional_nav_ct, TestMode mode) in CrossOriginOrderSubTestHandler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDiscardRectanglesTests.cpp66 enum TestMode enum
86 TestMode testMode;
390 const TestMode testMode, in generateReferenceImage()
745 params.testMode = (TestMode) mode; in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSampleReadTests.cpp720 enum TestMode enum
730 …TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType ren… in TestConfig()
739 TestMode testMode;
762 const TestMode m_testMode;
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp175 eo.TestMode = false; in WinMain2()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dctest.c55 typedef enum { RUNTESTS, SHOWTESTS } TestMode; typedef
81 TestMode mode);
330 TestMode mode) in iterateTestsWithLevel()
/third_party/icu/icu4c/source/tools/ctestfw/
Dctest.c56 typedef enum { RUNTESTS, SHOWTESTS } TestMode; typedef
82 TestMode mode);
332 TestMode mode) in iterateTestsWithLevel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp290 enum TestMode enum in vkt::FragmentOperations::__anon6e0fd6c40111::EarlyFragmentTestInstance
297 const TestMode m_testMode;
527 enum TestMode enum in vkt::FragmentOperations::__anon6e0fd6c40111::EarlyFragmentDiscardTestInstance
534 const TestMode m_testMode;
919 enum TestMode enum in vkt::FragmentOperations::__anon6e0fd6c40111::EarlyFragmentSampleMaskTestInstance
926 const TestMode m_testMode;
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp442 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp72 enum TestMode enum
86 TestMode mode;
803 const std::map<TestMode, MethodPtr> modeFuncMap in iterate()
2245 TestMode mode; in createAttachmentRateTests()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.cpp1996 enum TestMode enum in deqp::gles31::Functional::__anon1ac1ed400111::SampleMaskWriteCase
2003 … const char* desc, int sampleCount, RenderTarget target, ShaderRunMode runMode, TestMode testMode);
2019 const TestMode m_testMode;
2022 …, const char* desc, int sampleCount, RenderTarget target, ShaderRunMode runMode, TestMode testMode) in SampleMaskWriteCase()

12