Home
last modified time | relevance | path

Searched refs:c_file (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh211 c_file="$test_name.c"
216 grep -q 'main' "$prereq_dir/$c_file" || echo >&2 "$prereq_dir/$c_file should be test."
219 grep -q 'main' "$prereq_dir/$c_file" && echo >&2 "$prereq_dir/$c_file should be run-test."
223 COMPILE_STR="\$(CC) $compiler_args \$(CFLAGS) \$(LDFLAGS) -o \$@ \$(srcdir)/$c_file"
229 $bin_file: \$(srcdir)/$c_file
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/
Dtest_script.sh60 c_file=`dirname "$2"`/test.c
80 echo "Running CBMC: ${CBMC} ${cbmc_opts} ${c_file}"
81 if ${CBMC} ${cbmc_opts} "${c_file}"; then
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_oa.py32 c_file = None variable
36 if c_file:
40 c_file.write(text.rstrip() + "\n")
44 if c_file:
45 c_file.write(''.rjust(_c_indent) + code)
47 if c_file:
48 c_file.write(code)
423 global c_file
442 c_file = open(args.code, 'w')
/external/llvm/cmake/modules/
DAddOCaml.cmake104 foreach( c_file ${ARG_C} )
105 list(APPEND sources "${c_file}.c")
107 list(APPEND c_inputs "${bin}/${c_file}.c")
108 list(APPEND c_outputs "${bin}/${c_file}${CMAKE_C_OUTPUT_EXTENSION}")
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddOCaml.cmake109 foreach( c_file ${ARG_C} )
110 list(APPEND sources "${c_file}.c")
112 list(APPEND c_inputs "${bin}/${c_file}.c")
113 list(APPEND c_outputs "${bin}/${c_file}${CMAKE_C_OUTPUT_EXTENSION}")
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_ext.py273 c_file = os.path.join(tmp_dir, 'foo.c')
274 self.write_file(c_file, 'void initfoo(void) {};\n')
275 ext = Extension('foo', [c_file])
/external/python/cpython3/Lib/distutils/tests/
Dtest_build_ext.py314 c_file = os.path.join(tmp_dir, 'foo.c')
315 self.write_file(c_file, 'void PyInit_foo(void) {}\n')
316 ext = Extension('foo', [c_file], optional=False)
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc105 const char* c_file = file.c_str(); in CreateTMPFile() local
107 char* c_path = strdup(c_file); in CreateTMPFile()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c124 char c_file[MAX_FNAME_LENGTH + 1]; member
4314 cp->c_oflags == oflags && strcmp(cp->c_file, file) == 0) { in alloc_fdcache()
4406 strcpy(free_slot->c_file, file); in alloc_fdcache()