Home
last modified time | relevance | path

Searched defs:test_config (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/local/
Dtestsuite.py87 def __init__(self, suite, test_class, test_config, test_root): argument
252 def Load(root, test_config, framework_name): argument
257 def __init__(self, name, root, test_config, framework_name): argument
/third_party/python/Lib/test/
Dtest_turtle.py11 test_config = """\ variable
/third_party/node/deps/v8/tools/testrunner/objects/
Dtestcase.py77 def __init__(self, suite, path, name, test_config): argument
/third_party/mesa3d/src/glx/
Dglxcmds.c1202 struct glx_config test_config; in choose_fbconfig() local
1256 struct glx_config test_config; in glXChooseVisual() local
/third_party/python/Modules/
D_testcapimodule.c69 test_config(PyObject *self, PyObject *Py_UNUSED(ignored)) in test_config() function