Searched refs:testThreading (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 431 sk_sp<SkColorSpace> colorSpace, bool useStencilBuffers, bool testThreading, in SkCommandLineConfigGpu() argument 441 , fTestThreading(testThreading) in SkCommandLineConfigGpu() 468 bool testThreading = false; in parse_command_line_config_gpu() local 485 extendedOptions.get_option_bool("testThreading", &testThreading) && in parse_command_line_config_gpu() 490 if (!validOptions || (testThreading && testPersistentCache)) { in parse_command_line_config_gpu() 495 colorType, alphaType, colorSpace, useStencils, testThreading, in parse_command_line_config_gpu()
|
D | SkCommonFlagsConfig.h | 60 bool testThreading, bool testPersistentCache, SurfType);
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.cpp | 427 sk_sp<SkColorSpace> colorSpace, bool useStencilBuffers, bool testThreading, in SkCommandLineConfigGpu() argument 437 , fTestThreading(testThreading) in SkCommandLineConfigGpu() 464 bool testThreading = false; in parse_command_line_config_gpu() local 481 extendedOptions.get_option_bool("testThreading", &testThreading) && in parse_command_line_config_gpu() 486 if (!validOptions || (testThreading && testPersistentCache)) { in parse_command_line_config_gpu() 491 colorType, alphaType, colorSpace, useStencils, testThreading, in parse_command_line_config_gpu()
|
D | SkCommonFlagsConfig.h | 60 bool testThreading, bool testPersistentCache, SurfType);
|
/external/python/cpython2/Lib/test/ |
D | test_bz2.py | 300 def testThreading(self): member in BZ2FileTest
|
/external/python/cpython3/Lib/test/ |
D | test_bz2.py | 492 def testThreading(self): member in BZ2FileTest
|