Home
last modified time | relevance | path

Searched defs:testDir (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/
DexternalCompileRunner.ts23 abstract testDir: string; property in ExternalCompileRunnerBase
112 readonly testDir = "tests/cases/user/"; property in UserCodeRunner
129 readonly testDir = "tests/cases/docker/"; property in DockerfileRunner
282 readonly testDir = "../DefinitelyTyped/types/"; property in DefinitelyTypedRunner
/third_party/openhitls/testcode/test_config/
Dtls_test_config.json2 "testDir":"testcode/sdv/testcase/", string
Dcrypto_test_config.json2 "testDir":"testcode/sdv/testcase/", string
/third_party/icu/icu4c/source/test/intltest/
Dtextfile.cpp51 const char* testDir = IntlTest::getSourceTestData(ec); in TextFile() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dtextfile.cpp51 const char* testDir = IntlTest::getSourceTestData(ec); in TextFile() local
/third_party/glslang/gtests/
DTestFixture.h555 void loadFileCompileIoMapAndCheck(const std::string& testDir, in loadFileCompileIoMapAndCheck()
673 void loadFilePreprocessAndCheck(const std::string& testDir, in loadFilePreprocessAndCheck()
/third_party/nghttp2/integration-tests/
Dserver_tester.go35 testDir = sourceDir + "/integration-tests" const