OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_file
(Results
1 - 5
of
5
) 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
)
/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 64 milliseconds