HomeSort by relevance Sort by last modified time
    Searched refs:testThreading (Results 1 - 11 of 11) sorted by null

  /external/skqp/tools/flags/
SkCommonFlagsConfig.cpp 67 { "gltestthreading", "gpu", "api=gl,testThreading=true" },
192 sk_sp<SkColorSpace> colorSpace, bool useStencilBuffers, bool testThreading)
201 , fTestThreading(testThreading) {
402 bool testThreading = false;
433 } else if (key.equals("testThreading") && !seenTestThreading) {
434 valueOk = parse_option_bool(value, &testThreading);
446 testThreading);
SkCommonFlagsConfig.h 60 bool testThreading);
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 62 bool testThreading);
SkCommonFlagsConfig.cpp 67 { "gltestthreading", "gpu", "api=gl,testThreading=true" },
431 sk_sp<SkColorSpace> colorSpace, bool useStencilBuffers, bool testThreading)
440 , fTestThreading(testThreading) {
476 bool testThreading = false;
491 extendedOptions.get_option_bool("testThreading", &testThreading);
499 testThreading);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bz2.py 299 def testThreading(self):
  /external/python/cpython2/Lib/test/
test_bz2.py 300 def testThreading(self):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bz2.py 301 def testThreading(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bz2.py 301 def testThreading(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 301 def testThreading(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 301 def testThreading(self):
  /external/python/cpython3/Lib/test/
test_bz2.py 496 def testThreading(self):
    [all...]

Completed in 416 milliseconds