Searched defs:TestMode (Results 1 - 10 of 10) sorted by relevance

/external/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannelTest.java25 private enum TestMode { enum in class:BrotliEncoderChannelTest
49 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_ALL));
50 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS));
61 final TestMode mode;
62 ChannleTestCase(String entryName, TestMode mode) {
74 private static void run(String entryName, TestMode mode) throws Throwable {
86 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) {
H A DBrotliOutputStreamTest.java23 private enum TestMode { enum in class:BrotliOutputStreamTest
48 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_ALL));
49 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_CHUNKS));
50 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_BYTE));
61 final TestMode mode;
62 StreamTestCase(String entryName, TestMode mode) {
74 private static void run(String entryName, TestMode mode) throws Throwable {
86 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) {
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.h42 bool TestMode; member in struct:CExtractOptions
56 TestMode(false),
/external/skia/tests/
H A DCodecAnimTest.cpp207 enum class TestMode { class
212 for (auto mode : { TestMode::kVector, TestMode::kIndividual }) {
219 case TestMode::kVector:
224 case TestMode::kIndividual:
243 case TestMode::kVector:
246 case TestMode::kIndividual:
286 if (TestMode::kIndividual == mode) {
/external/skqp/tests/
H A DCodecAnimTest.cpp207 enum class TestMode { class
212 for (auto mode : { TestMode::kVector, TestMode::kIndividual }) {
219 case TestMode::kVector:
224 case TestMode::kIndividual:
243 case TestMode::kVector:
246 case TestMode::kIndividual:
286 if (TestMode::kIndividual == mode) {
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h29 enum TestMode { enum in namespace:libvpx_test
200 // Map the TestMode enum to the deadline_ and passes_ variables.
201 void SetMode(TestMode mode);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp25 bool TestMode; member in class:NArchive::N7z::CFolderOutStream
51 TestMode(false),
81 (TestMode ?
282 folderOutStream->TestMode = (testModeSpec != 0);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp557 enum TestMode enum in class:vkt::FragmentOperations::__anon4328::EarlyFragmentTestInstance
564 const TestMode m_testMode;
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c55 typedef enum { RUNTESTS, SHOWTESTS } TestMode; typedef in typeref:enum:__anon8434
81 TestMode mode);
330 TestMode mode)
/external/python/cpython3/Lib/test/
H A Dtest_statistics.py1756 class TestMode(NumericTestCase, AverageMixin, UnivariateTypeMixin): class in inherits:NumericTestCase, AverageMixin, UnivariateTypeMixin

Completed in 267 milliseconds