Searched refs:h_file (Results 1 - 7 of 7) 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
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DMain.py514 h_file string or None The generated C header file
526 self.h_file = None
H A DModuleNode.py131 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))

Completed in 1045 milliseconds