Home | History | Annotate | Download | only in utils

Lines Matching full:inputs

14     def __init__(self, inputs, delete, insert, replace,
16 self.inputs = [(s, open(s).read()) for s in inputs]
24 self.num_positions = sum([len(d) for _,d in self.inputs])
34 for i,(s,d) in enumerate(self.inputs):
81 name,data = self.tg.inputs[i]
95 name,data = self.tg.inputs[i]
106 'inputs' : ' '.join(quote(f) for f in input_files) }
114 file_data = test_application.tg.inputs[test[3][0]][1]
166 %prog is a tool for fuzzing inputs and testing them.
176 NOTE: You should make sure you have a backup copy of your inputs, in case
181 test and then leave the fuzzed inputs in place to examine the failure.
189 'inputs' - the full list of test inputs
230 help="Add a list of inputs files to fuzz (one per line)",
273 # Collect the list of inputs.