Searched refs:testThreading (Results 1 – 3 of 3) sorted by relevance
525 bool testThreading, in SkCommandLineConfigGpu() argument539 , fTestThreading(testThreading) in SkCommandLineConfigGpu()568 bool testThreading = false; in parse_command_line_config_gpu() local590 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()
67 bool testThreading,
500 def testThreading(self): member in BZ2FileTest