Home
last modified time | relevance | path

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

/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp525 bool testThreading, in SkCommandLineConfigGpu() argument
539 , fTestThreading(testThreading) in SkCommandLineConfigGpu()
568 bool testThreading = false; in parse_command_line_config_gpu() local
590 extendedOptions.get_option_bool("testThreading", &testThreading) && in parse_command_line_config_gpu()
599 if (!validOptions || (testThreading && (testPersistentCache != 0))) { in parse_command_line_config_gpu()
620 testThreading, in parse_command_line_config_gpu()
DCommonFlagsConfig.h67 bool testThreading,
/third_party/python/Lib/test/
Dtest_bz2.py500 def testThreading(self): member in BZ2FileTest