/external/deqp/scripts/ |
D | check_build_sanity.py | 51 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)
|
D | make_release.py | 128 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", … 132 scriptPath, 235 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script… 239 scriptPath, 253 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch… 257 scriptPath,
|
/external/deqp/external/ |
D | fetch_kc_cts.py | 30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "scripts") variable 31 sys.path.insert(0, scriptPath)
|
D | fetch_sources.py | 36 scriptPath = os.path.join(os.path.dirname(__file__), "..", "scripts") variable 37 sys.path.insert(0, scriptPath)
|
/external/deqp/external/vulkancts/scripts/ |
D | build_mustpass.py | 26 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 27 sys.path.insert(0, scriptPath)
|
D | amber_verify.py | 28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 29 sys.path.insert(0, scriptPath)
|
D | gen_framework_c.py | 28 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 29 sys.path.insert(0, scriptPath)
|
D | build_spirv_binaries.py | 31 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 32 sys.path.insert(0, scriptPath)
|
D | gen_framework.py | 35 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 36 sys.path.insert(0, scriptPath)
|
/external/deqp/external/openglcts/scripts/ |
D | build_caselists.py | 30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 31 sys.path.insert(0, scriptPath)
|
D | mustpass.py | 30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 31 sys.path.insert(0, scriptPath)
|
D | build_mustpass.py | 30 scriptPath = os.path.join(os.path.dirname(__file__), "..", "..", "..", "scripts") variable 31 sys.path.insert(0, scriptPath)
|
/external/deqp/scripts/khr_util/ |
D | registry_cache.py | 29 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/ |
D | GUnitExecuteMojo.java | 284 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()
|