Searched refs:rootname (Results 1 – 9 of 9) sorted by relevance
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | split-lib.py | 12 rootname = irname 14 rootname = irname[:irname.rfind('.')] 20 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname)) 25 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname)) 30 …false -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname)) 43 rootname = inputname[:-2] 44 libname = rootname + "-lib.k" 45 irname = rootname + "-lib.ir" 46 callname = rootname + "-call.k"
|
D | genk-timing.py | 15 rootname = filename 17 rootname = filename[:filename.rfind('.')] 23 …ble-lazy-compilation=false < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname)) 28 …compilation=true < %s > %s-mcjit-lazy.out 2> %s-mcjit-lazy.err\n" % (filename, rootname, rootname)) 33 …press-prompts -use-mcjit=false < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | split-lib.py | 12 rootname = irname 14 rootname = irname[:irname.rfind('.')] 20 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname)) 25 …cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname)) 30 …y-jit -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname)) 43 rootname = inputname[:-2] 44 libname = rootname + "-lib.k" 45 irname = rootname + "-lib.ir" 46 callname = rootname + "-call.k"
|
D | genk-timing.py | 15 rootname = filename 17 rootname = filename[:filename.rfind('.')] 23 ….shfile.write("./toy-mcjit < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname)) 28 … self.shfile.write("./toy-jit < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 15 rootname = filename 17 rootname = filename[:filename.rfind('.')] 23 ….shfile.write("./toy-mcjit < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (filename, rootname, rootname)) 28 … self.shfile.write("./toy-jit < %s > %s-jit.out 2> %s-jit.err\n" % (filename, rootname, rootname))
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.awk | 4 rootname, rootname > outfile
|
/external/toolchain-utils/dejagnu/ |
D | chromeos.exp.in | 129 set rootname [file rootname $command] 132 set other_file [file join $path "${rootname}.*"]
|
/external/swiftshader/third_party/LLVM/test/lib/ |
D | llvm2cpp.exp | 33 set testname [file rootname $filename]
|
/external/ltp/testcases/kernel/syscalls/setresuid/ |
D | setresuid03.c | 84 char rootname[] = "root"; variable
|