HomeSort by relevance Sort by last modified time
    Searched refs:c_file (Results 1 - 10 of 10) 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/cython/src/Tools/site_scons/site_tools/
cython.py 51 c_file, cxx_file = SCons.Tool.createCFileBuilders(env)
53 c_file.suffix['.pyx'] = cython_suffix_emitter
54 c_file.add_action('.pyx', cythonAction)
56 c_file.suffix['.py'] = cython_suffix_emitter
57 c_file.add_action('.py', cythonAction)
  /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/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 733 c_file = base + '.cpp'
736 c_file = base + '.c'
741 c_file = os.path.join(build_dir, c_file)
742 dir = os.path.dirname(c_file)
746 if os.path.exists(c_file):
747 c_timestamp = os.path.getmtime(c_file)
770 to_compile.append((priority, source, c_file, fingerprint, quiet,
772 new_sources.append(c_file)
773 if c_file not in modules_by_cfile
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 131 c_file = Utils.decode_filename(os.path.basename(target_filename))
132 f.write(u'<p>Raw output: <a href="%s">%s</a>\n' % (c_file, c_file))
Main.py 371 if err and result.c_file:
373 Utils.castrate_file(result.c_file, os.stat(source_desc.filename))
376 result.c_file = None
384 result.c_file = os.path.join(compilation_source.cwd, options.output_file)
390 result.c_file = Utils.replace_suffix(source_desc.filename, c_suffix)
420 html_filename = os.path.splitext(result.c_file)[0] + ".html"
513 c_file string or None The generated C source file
525 self.c_file = None
ModuleNode.py 131 result.h_file = replace_suffix(result.c_file, ".h")
135 result.i_file = replace_suffix(result.c_file, ".pxi")
202 result.api_file = replace_suffix(result.c_file, "_api.h")
348 f = open_new_file(result.c_file)
361 rootwriter.save_annotation(result.main_source_file, result.c_file)
368 target_dir = os.path.abspath(os.path.dirname(result.c_file))
    [all...]
ParseTreeTransforms.py     [all...]
  /external/chromium_org/third_party/cython/src/
setup.py 210 c_source_file = result.c_file

Completed in 123 milliseconds