Lines Matching refs:input
27 def executeWorklist(input, worklist):
34 print("### " + input + " skslc error:\n")
57 # The `inputs` array pairs off input files with their matching output directory, e.g.:
64 for input, targetDir in pairwise(inputs):
65 noExt, ext = os.path.splitext(input)
77 worklist.write(input + "\n")
81 worklist.write(input + "\n")
85 worklist.write(input + "\n")
89 worklist.write(input + "\n")
93 worklist.write(input + "\n")
101 executeWorklist(input, worklist)