Home
last modified time | relevance | path

Searched refs:testThreading (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp427 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()
DSkCommonFlagsConfig.h60 bool testThreading, bool testPersistentCache, SurfType);
/external/skia/tools/flags/
DCommonFlagsConfig.cpp487 bool testThreading, in SkCommandLineConfigGpu() argument
502 , fTestThreading(testThreading) in SkCommandLineConfigGpu()
532 bool testThreading = false; in parse_command_line_config_gpu() local
554 extendedOptions.get_option_bool("testThreading", &testThreading) && in parse_command_line_config_gpu()
563 if (!validOptions || (testThreading && (testPersistentCache != 0))) { in parse_command_line_config_gpu()
585 testThreading, in parse_command_line_config_gpu()
DCommonFlagsConfig.h64 bool testThreading,
/external/python/cpython2/Lib/test/
Dtest_bz2.py300 def testThreading(self): member in BZ2FileTest
/external/python/cpython3/Lib/test/
Dtest_bz2.py496 def testThreading(self): member in BZ2FileTest