Searched refs:inputname (Results 1 – 4 of 4) sorted by relevance
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | split-lib.py | 42 def splitScript(inputname, libGenScript, timingScript): argument 43 rootname = inputname[:-2] 47 infile = open(inputname, "r") 50 print "Splitting %s into %s and %s" % (inputname, callname, libname)
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | split-lib.py | 42 def splitScript(inputname, libGenScript, timingScript): argument 43 rootname = inputname[:-2] 47 infile = open(inputname, "r") 50 print "Splitting %s into %s and %s" % (inputname, callname, libname)
|
/external/javassist/sample/preproc/ |
D | Compiler.java | 62 public Compiler(String inputname) throws CannotCompileException { in Compiler() argument 64 input = new BufferedReader(new FileReader(inputname)); in Compiler() 67 throw new CannotCompileException("cannot open: " + inputname); in Compiler() 70 String outputname = getOutputFilename(inputname); in Compiler() 71 if (outputname.equals(inputname)) in Compiler() 73 + inputname); in Compiler()
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | scantools.py | 481 inputname = self.scanfile.name 482 self.report("scanfile = %r", inputname) 487 self.specfile.write("# Generated from %r\n\n" % (inputname,)) 492 self.defsfile.write("# Generated from %r\n\n" % (os.path.split(inputname)[1],))
|