HomeSort by relevance Sort by last modified time
    Searched refs:c_file (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/gyp/test/rules-rebuild/src/
make-sources.py 10 (in_file, c_file, h_file) = sys.argv[1:]
15 write_file(c_file, open(in_file, 'rb').read())
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 133 def compile_without_gstabs(env, sources, c_file):
142 This function compiles the given c_file without -gstabs, removes
143 the c_file from the sources list, then appends the new .o file to
154 obj_file = env2.SharedObject(c_file)
157 o_file = c_file.replace(".cpp", ".o")
161 sources.remove(c_file)
  /external/mesa3d/scons/
crossmingw.py 133 def compile_without_gstabs(env, sources, c_file):
142 This function compiles the given c_file without -gstabs, removes
143 the c_file from the sources list, then appends the new .o file to
154 obj_file = env2.SharedObject(c_file)
157 o_file = c_file.replace(".cpp", ".o")
161 sources.remove(c_file)
  /external/qemu/scripts/
qapi-commands.py 402 c_file = 'qmp-marshal.c' variable
427 c_file = output_dir + prefix + c_file variable
449 fdef = maybe_open(do_c, c_file, 'w')
qapi-types.py 294 c_file = 'qapi-types.c' variable
317 c_file = output_dir + prefix + c_file variable
333 fdef = maybe_open(do_c, c_file, 'w')
qapi-visit.py 395 c_file = 'qapi-visit.c' variable
418 c_file = output_dir + prefix + c_file variable
434 fdef = maybe_open(do_c, c_file, 'w')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 272 c_file = os.path.join(tmp_dir, 'foo.c')
273 self.write_file(c_file, 'void initfoo(void) {};\n')
274 ext = Extension('foo', [c_file])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 272 c_file = os.path.join(tmp_dir, 'foo.c')
273 self.write_file(c_file, 'void initfoo(void) {};\n')
274 ext = Extension('foo', [c_file])

Completed in 292 milliseconds