/external/chromium_org/tools/gyp/test/rules-rebuild/src/ |
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/ |
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)
|
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)))
|
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/ |
generate_localizer | 99 h_file = localizer_template_h % values_dict 100 return h_file
|