Home
last modified time | relevance | path

Searched refs:inputname (Results 1 – 4 of 4) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py42 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/
Dsplit-lib.py42 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/
DCompiler.java62 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/
Dscantools.py481 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],))