/third_party/skia/third_party/externals/angle2/src/common/ |
D | string_utils_unittest.cpp | 212 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/ |
D | VertexArrayPerfTest.cpp | 18 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),
|
D | BindingPerf.cpp | 25 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/ |
D | BrotliOutputStreamTest.java | 24 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()
|
D | BrotliEncoderChannelTest.java | 27 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/ |
D | constcolorprocessor.cpp | 50 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/ |
D | CodecAnimTest.cpp | 300 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/ |
D | Extract.h | 50 bool TestMode; member 69 TestMode(false) in CExtractOptions()
|
D | Extract.cpp | 198 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/ |
D | ExtractGUI.cpp | 136 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/ |
D | 7zExtract.cpp | 25 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/ |
D | jsdialog_unittest.cc | 24 enum TestMode { enum in __anon9e89f8520111::JSDialogTestHandler 31 TestMode mode, in JSDialogTestHandler() 177 TestMode mode_;
|
D | resource_request_handler_unittest.cc | 221 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 …]
|
D | download_unittest.cc | 171 enum TestMode { enum in __anone099e21d0111::DownloadTestHandler 179 DownloadTestHandler(TestMode test_mode, in DownloadTestHandler() 510 const TestMode test_mode_;
|
D | request_context_unittest.cc | 465 enum TestMode { enum in __anonda93c3120211::PopupNavTestHandler 478 PopupNavTestHandler(TestMode test_mode, in PopupNavTestHandler() 712 const TestMode mode_;
|
D | frame_handler_unittest.cc | 1014 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/ |
D | vktDrawDiscardRectanglesTests.cpp | 66 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/ |
D | vktRenderPassSampleReadTests.cpp | 720 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/ |
D | SfxWin.cpp | 175 eo.TestMode = false; in WinMain2()
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
D | ctest.c | 55 typedef enum { RUNTESTS, SHOWTESTS } TestMode; typedef 81 TestMode mode); 330 TestMode mode) in iterateTestsWithLevel()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 56 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 290 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/ |
D | SfxCon.cpp | 442 eo.TestMode = command.CommandType == NCommandType::kTest; in Main2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 72 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/ |
D | es31fSampleVariableTests.cpp | 1996 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()
|