Searched refs:input (Results 1 – 13 of 13) sorted by relevance
| /tools/hypercalls/templates/ |
| A D | guest_interface.c.tmpl | 23 #for $in_reg, $input in $hypcall.inputs 28 register uint${input.size * 8}_t#slurp 30 #if $input.ignore 31 ${hex(input.default)}U; 33 (uint${input.size * 8}_t)($register_expr($input)); 35 #if $input.pointer
|
| /tools/registers/ |
| A D | register_gen.py | 84 def generate_accessors(template, input, ns): argument 87 for line in input.splitlines(): 150 input = "" 151 for f in options.input: 152 input += f.read() 155 output += generate_accessors(options.template, input, {}) 158 ret = subprocess.run([options.formatter], input=output.encode("utf-8"),
|
| /tools/events/ |
| A D | event_gen.py | 66 if options.input and options.load_pickle: 70 elif options.input: 82 for f in options.input: 134 input=result.encode("utf-8"), 145 if options.input:
|
| /tools/typed/ |
| A D | type_gen.py | 102 if options.input and options.load_pickle: 112 if options.input: 114 ir = parse_dsl(parser, options.input, options.abi) 138 input=result.encode("utf-8"),
|
| /tools/debug/ |
| A D | tracebuf.py | 247 header = args.input.read(64) 296 args.input.seek(entries_max * 64, 1) 304 trace = args.input.read(64) 347 if args.input.seekable(): 348 args.input.seek((entries_max - head_index) * 64, 1) 350 args.input.read((entries_max - head_index) * 64)
|
| /tools/objects/ |
| A D | object_gen.py | 49 object_list = [Object(o) for group in options.input for o in group] 58 ret = subprocess.run([options.formatter], input=output.encode("utf-8"),
|
| /tools/hypercalls/ |
| A D | hypercall.py | 114 def add_input(self, input): argument 115 self.check_type(input, 'input') 118 self.inputs.append((reg, input))
|
| A D | hypercall_gen.py | 229 for p in options.input: 247 input=result.encode("utf-8"),
|
| /tools/cpptest/ |
| A D | cyclomatic_xml_to_json.py | 29 tree = ET.parse(args.input)
|
| A D | klocwork_xml_to_json.py | 50 with open(args.input.name, 'r') as json_file:
|
| A D | misra_xml_to_json.py | 30 tree = ET.parse(args.input)
|
| /tools/codegen/ |
| A D | codegen.py | 110 ret = subprocess.run([options.formatter], input=output.encode("utf-8"),
|
| /tools/elf/ |
| A D | package_apps.py | 429 package_files(options.input[0], options.app, options.runtime,
|
Completed in 31 milliseconds