Searched refs:h_file (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/tools/gyp/test/rules-rebuild/src/ |
D | make-sources.py | 10 (in_file, c_file, h_file) = sys.argv[1:] 17 write_file(h_file, '#define NAME "%s"\n' % in_file)
|
/external/qemu/scripts/ |
D | qapi-commands.py | 403 h_file = 'qmp-commands.h' variable 428 h_file = output_dir + prefix + h_file variable 448 fdecl = maybe_open(do_h, h_file, 'w') 450 ret = gen_command_decl_prologue(header=basename(h_file), guard=guardname(h_file), prefix=prefix)
|
D | qapi-visit.py | 396 h_file = 'qapi-visit.h' variable 419 h_file = output_dir + prefix + h_file variable 435 fdecl = maybe_open(do_h, h_file, 'w') 456 header=basename(h_file))) 481 prefix=prefix, guard=guardname(h_file)))
|
D | qapi-types.py | 295 h_file = 'qapi-types.h' variable 318 h_file = output_dir + prefix + h_file variable 334 fdecl = maybe_open(do_h, h_file, 'w') 382 guard=guardname(h_file)))
|
/external/chromium_org/chrome/tools/build/mac/ |
D | generate_localizer | 99 h_file = localizer_template_h % values_dict 100 return h_file
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Main.py | 526 self.h_file = None
|
D | ModuleNode.py | 131 result.h_file = replace_suffix(result.c_file, ".h") 176 f = open_new_file(result.h_file) 208 if result.h_file: 209 h_code.putln('#include "%s"' % os.path.basename(result.h_file))
|