Home
last modified time | relevance | path

Searched defs:scriptPath (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/
Dfetch_kc_cts.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "scripts") variable
Dfetch_sources.py35 scriptPath = os.path.join(os.path.dirname(__file__), "..", "scripts") variable
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dbuild_mustpass.py26 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Damber_verify.py28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Dgen_framework_c.py28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Dbuild_spirv_binaries.py31 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Dgen_framework.py33 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Dgen_framework_sc.py33 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
/third_party/vk-gl-cts/external/openglcts/scripts/
Dbuild_caselists.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Dbuild_mustpass.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
Dmustpass.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry_cache.py29 scriptPath = os.path.join(os.path.dirname(__file__), "..") variable
/third_party/typescript/src/webServer/
DwebServer.ts175 const scriptPath = combinePaths(packageRoot, browser); constant
/third_party/typescript/src/services/
DstringCompletions.ts406 const scriptPath = sourceFile.path; constant
914 const scriptPath = getDirectoryPath(sourceFile.path); constant
/third_party/vk-gl-cts/scripts/
Dcheck_build_sanity.py49 def __init__ (self, scriptPath, getExtraArgs = None): argument