Home
last modified time | relevance | path

Searched refs:scriptPath (Results 1 – 14 of 14) sorted by relevance

/external/deqp/scripts/
Dcheck_build_sanity.py51 def __init__ (self, scriptPath, getExtraArgs = None): argument
52 self.scriptPath = scriptPath
56 return self.scriptPath
59 args = [pythonExecutable, os.path.join(env.srcDir, self.scriptPath)]
67 return "RunScript:%s" % (self.scriptPath)
Dmake_release.py128scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", …
132 scriptPath,
235scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script…
239 scriptPath,
253scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch…
257 scriptPath,
/external/deqp/external/
Dfetch_kc_cts.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "scripts") variable
31 sys.path.insert(0, scriptPath)
Dfetch_sources.py36 scriptPath = os.path.join(os.path.dirname(__file__), "..", "scripts") variable
37 sys.path.insert(0, scriptPath)
/external/deqp/external/vulkancts/scripts/
Dbuild_mustpass.py26 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
27 sys.path.insert(0, scriptPath)
Damber_verify.py28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
29 sys.path.insert(0, scriptPath)
Dgen_framework_c.py28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
29 sys.path.insert(0, scriptPath)
Dbuild_spirv_binaries.py31 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
32 sys.path.insert(0, scriptPath)
Dgen_framework.py35 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
36 sys.path.insert(0, scriptPath)
/external/deqp/external/openglcts/scripts/
Dbuild_caselists.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
31 sys.path.insert(0, scriptPath)
Dmustpass.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
31 sys.path.insert(0, scriptPath)
Dbuild_mustpass.py30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable
31 sys.path.insert(0, scriptPath)
/external/deqp/scripts/khr_util/
Dregistry_cache.py29 scriptPath = os.path.join(os.path.dirname(__file__), "..") variable
30 sys.path.insert(0, scriptPath)
/external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DGUnitExecuteMojo.java284 final String scriptPath = script.getAbsolutePath(); in performExecution() local
285 System.out.println( "Executing script " + scriptPath ); in performExecution()
289 ANTLRFileStream antlrStream = new ANTLRFileStream( scriptPath ); in performExecution()