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

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/
test_script.sh 59 c_file=`dirname "$2"`/test.c
79 echo "Running CBMC: ${CBMC} ${cbmc_opts} ${c_file}"
80 if ${CBMC} ${cbmc_opts} "${c_file}"; then
  /external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh 201 c_file="$test_name.c"
206 grep -q 'main' "$prereq_dir/$c_file" || echo >&2 "$prereq_dir/$c_file should be test."
209 grep -q 'main' "$prereq_dir/$c_file" && echo >&2 "$prereq_dir/$c_file should be run-test."
213 COMPILE_STR="\$(CC) $compiler_args \$(CFLAGS) \$(LDFLAGS) -o \$@ \$(srcdir)/$c_file \$(LDLIBS)"
216 $bin_file: \$(srcdir)/$c_file
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 268 c_file = os.path.join(tmp_dir, 'foo.c')
269 self.write_file(c_file, 'void initfoo(void) {};\n')
270 ext = Extension('foo', [c_file])
  /external/python/cpython2/Lib/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/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])
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 105 const char* c_file = file.c_str(); local
107 char* c_path = strdup(c_file);
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 124 char c_file[MAX_FNAME_LENGTH + 1]; member in struct:fd_cache
    [all...]

Completed in 1043 milliseconds