/third_party/node/deps/v8/tools/testrunner/local/ |
D | testsuite.py | 87 def __init__(self, suite, test_class, test_config, test_root): argument 90 self.test_config = test_config 121 suite, path, self._path_to_name(path), self.test_config, **kwargs) 252 def Load(root, test_config, framework_name): argument 255 return module.GetSuite(name, root, test_config, framework_name) 257 def __init__(self, name, root, test_config, framework_name): argument 260 self.test_config = test_config 266 self, self._test_class(), self.test_config, self.root)
|
D | testsuite_test.py | 19 from testrunner.test_config import TestConfig 27 self.test_config = TestConfig( 41 self.suite = TestSuite.Load(self.test_root, self.test_config, 46 self.assertEquals(self.suite.test_config, self.test_config)
|
/third_party/openssl/test/recipes/ |
D | 80-test_cmp_http.t | 74 my $test_config = $ENV{OPENSSL_CMP_CONFIG} // "$server_name/test.cnf"; 75 open (CH, $test_config) or die "Cannot open $test_config: $!"; 99 die "Cannot find all CMP server config values in $test_config section [$section]\n" 210 my $test_config = $ENV{OPENSSL_CMP_CONFIG} // "$server_name/test.cnf"; 247 $line =~ s{-section,,}{-config,../$test_config,-section,$server_name $aspect,};
|
/third_party/python/Lib/test/ |
D | cfgparser.1 | 1 # Also used by idlelib.test_idle.test_config.
|
D | test_turtle.py | 11 test_config = """\ variable 63 cfg_name = self.get_cfg_file(test_config)
|
D | test_logging.py | 1616 test_config = """ 1636 self.apply_config(test_config)
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
D | testcase.py | 77 def __init__(self, suite, path, name, test_config): argument 93 self._test_config = test_config 257 not self.suite.test_config.run_skipped)
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1202 struct glx_config test_config; in choose_fbconfig() local 1212 init_fbconfig_for_chooser(&test_config, GL_TRUE); in choose_fbconfig() 1213 __glXInitializeVisualConfigFromTags(&test_config, 512, in choose_fbconfig() 1219 if (fbconfigs_compatible(&test_config, configs[i])) { in choose_fbconfig() 1256 struct glx_config test_config; in glXChooseVisual() local 1272 init_fbconfig_for_chooser(&test_config, GL_FALSE); in glXChooseVisual() 1273 __glXInitializeVisualConfigFromTags(&test_config, 512, in glXChooseVisual() 1286 if (fbconfigs_compatible(&test_config, config) in glXChooseVisual()
|
/third_party/node/deps/v8/tools/testrunner/ |
D | base_runner.py | 28 from testrunner.test_config import TestConfig 638 test_config = self._create_test_config(options) 647 os.path.join(options.test_root, name), test_config,
|
/third_party/python/Lib/distutils/tests/ |
D | test_upload.py | 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase
|
D | test_register.py | 16 from distutils.tests.test_config import BasePyPIRCCommandTestCase
|
D | test_sdist.py | 27 from distutils.tests.test_config import BasePyPIRCCommandTestCase
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 480 without -jn. Fix warning from test_config.
|
D | 3.6.3rc1.rst | 1139 changes_class_v4.py on bpo issue. * Add class test_config.ChangesTest,
|
D | 3.5.3rc1.rst | 1749 without -jn. Fix warning from test_config.
|
D | 3.7.0a1.rst | 6025 changes_class_v4.py on bpo issue. * Add class test_config.ChangesTest,
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 721 * Add class test_config.ChangesTest, partly using configdialog_tests_v1.py. 817 -w option but without -jn. Fix warning from test_config.
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 69 test_config(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_config() function 5627 {"test_config", test_config, METH_NOARGS},
|
/third_party/cef/ |
D | BUILD.gn | 1148 # Part of //base/test:test_config which is testingonly.
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 169199 -F src/test_config.c 284c29912736f68b0a583a920bf63fd8f9125dffb8a75cb0676e58502b2f7908 169200 +F src/test_config.c 8264637b06a3c1f0727c88d1ea32dcf7986b9e7e358a970cae87cdac8a5b2708 184376 diff --git a/src/third_party/sqlite/src/src/test_config.c b/src/third_party/sqlite/src/src/test_con… 184378 --- a/src/third_party/sqlite/src/src/test_config.c 184379 +++ b/src/third_party/sqlite/src/src/test_config.c
|