Home
last modified time | relevance | path

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

/external/deqp/scripts/
Dcheck_build_sanity.py46 def __init__ (self, scriptPath, getExtraArgs = None): argument
47 self.scriptPath = scriptPath
51 return self.scriptPath
54 args = ["python", os.path.join(env.srcDir, self.scriptPath)]
Dmake_release.py126scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", …
130 scriptPath,
233scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script…
237 scriptPath,
251scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch…
255 scriptPath,
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DGUnitExecuteMojo.java292 final String scriptPath = script.getAbsolutePath(); in performExecution() local
293 System.out.println( "Executing script " + scriptPath ); in performExecution()
297 ANTLRFileStream antlrStream = new ANTLRFileStream( scriptPath ); in performExecution()