Searched refs:h_file (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/gyp/test/rules-rebuild/src/
H A Dmake-sources.py10 (in_file, c_file, h_file) = sys.argv[1:]
17 write_file(h_file, '#define NAME "%s"\n' % in_file)
/external/qemu/scripts/
H A Dqapi-commands.py403 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)
H A Dqapi-visit.py396 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)))
H A Dqapi-types.py295 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/
H A Dgenerate_localizer99 h_file = localizer_template_h % values_dict
100 return h_file

Completed in 179 milliseconds