/external/python/cpython2/Lib/test/ |
D | test_dircache.py | 21 def writeTemp(self, fname): argument 25 def mkdirTemp(self, fname): argument 28 def delTemp(self, fname): argument
|
D | test_mhlib.py | 34 def writeFile(fname, contents): argument 42 def readFile(fname): argument 79 def mkdirs(fname): argument 86 def deltree(fname): argument
|
D | test_bsddb.py | 318 fname = test_support.TESTFN variable in TestBTree 322 fname = None variable in TestBTree_InMemory 329 fname = None variable in TestBTree_InMemory_Truncate 337 fname = test_support.TESTFN variable in TestHashTable 344 fname = None variable in TestHashTable_InMemory
|
/external/dtc/ |
D | srcpos.c | 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open() 98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) in srcfile_relative_open() 143 void srcfile_push(const char *fname) in srcfile_push() 252 const char *fname = "<no-file>"; in srcpos_string() local
|
/external/ppp/pppd/plugins/radius/ |
D | radattr.c | 70 char fname[512]; in print_attributes() local 106 char fname[512]; in cleanup() local
|
/external/elfutils/src/ |
D | strings.c | 191 const char *fname = print_file_name ? argv[remaining] : NULL; in main() local 329 process_chunk_mb (const char *fname, const unsigned char *buf, off_t to, in process_chunk_mb() 406 process_chunk (const char *fname, const unsigned char *buf, off_t to, in process_chunk() 518 read_block_no_mmap (int fd, const char *fname, off_t from, off_t fdlen) in read_block_no_mmap() 580 read_block (int fd, const char *fname, off_t fdlen, off_t from, off_t to) in read_block() 703 read_fd (int fd, const char *fname, off_t fdlen) in read_fd() 710 read_elf (Elf *elf, int fd, const char *fname, off_t fdlen) in read_elf()
|
D | size.c | 107 #define INTERNAL_ERROR(fname) \ argument 284 process_file (const char *fname) in process_file() 358 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname) in handle_ar() 403 show_sysv (Elf *elf, const char *prefix, const char *fname, in show_sysv() 526 show_bsd (Elf *elf, const char *prefix, const char *fname, in show_bsd() 643 handle_elf (Elf *elf, const char *prefix, const char *fname) in handle_elf()
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 95 fail (const char *msg, const char *fname) in fail() 106 fail_errno (const char *msg, const char *fname) in fail_errno() 117 fail_idx (const char *msg, const char *fname, size_t idx) in fail_idx() 128 fail_elf (const char *msg, const char *fname) in fail_elf() 139 fail_elf_idx (const char *msg, const char *fname, size_t idx) in fail_elf_idx() 161 const char *fname; in main() local
|
/external/ltp/testcases/kernel/fs/fs-bench/ |
D | random-access.c | 25 char fname[1024]; in main() local 65 void open_read_close(char *fname) in open_read_close()
|
/external/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 61 char fname[] = "/bin/cat"; /* test executable to open */ variable 63 char fname[] = "/system/bin/cat"; /* test executable to open */ variable
|
D | posix_fadvise03.c | 60 char fname[] = "/bin/cat"; /* test executable to open */ variable 62 char fname[] = "/system/bin/cat"; /* test executable to open */ variable
|
/external/fio/ |
D | filelock.c | 168 static bool __fio_lock_file(const char *fname, int trylock) in __fio_lock_file() 215 bool fio_trylock_file(const char *fname) in fio_trylock_file() 220 void fio_lock_file(const char *fname) in fio_lock_file() 225 void fio_unlock_file(const char *fname) in fio_unlock_file()
|
/external/blktrace/btt/ |
D | args.c | 244 static FILE *setup_ofile(char *fname) in setup_ofile() 270 char fname[strlen(output_name) + 32]; in std_open() local
|
/external/ltp/tools/pounder21/ |
D | run.c | 217 static inline int is_executable(const char *fname) in is_executable() 240 static inline int is_directory(const char *fname) in is_directory() 464 static pid_t spawn_test(char *fname) in spawn_test() 583 static void note_child(pid_t pid, char *fname, char type) in note_child() 608 static int process_dir(const char *fname) in process_dir()
|
/external/skia/infra/bots/ |
D | test_utils.py | 30 def write(self, fname, mode=0640): argument 37 def remove(self, fname): argument
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | utils.py | 106 def _wrap_async_return(return_cb, fname, logger): argument 125 def _wrap_async_raise(raise_cb, fname, logger): argument
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open08.c | 72 static char fname[] = "/bin/cat"; variable 76 char *fname; member
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPObject.java | 111 String fname = fieldType.toString(); in equals() local 201 String fname = fieldType.toString(); in match() local 316 String fname = fieldType.toString(); in debugDump() local
|
/external/libunwind/tests/ |
D | crasher.c | 16 void write_maps(char *fname) in write_maps() 45 write_maps(char *fname) in write_maps()
|
/external/strace/tests/ |
D | chmod.c | 42 static const char fname[] = "chmod_test_file"; in main() local
|
D | fchmod.c | 44 static const char fname[] = "fchmod_test_file"; in main() local
|
/external/strace/tests-m32/ |
D | chmod.c | 42 static const char fname[] = "chmod_test_file"; in main() local
|
/external/strace/tests-mx32/ |
D | chmod.c | 42 static const char fname[] = "chmod_test_file"; in main() local
|
/external/toybox/toys/lsb/ |
D | hostname.c | 25 char *fname; in GLOBALS()
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | common_j_h.c | 148 int setup_file(char *testdir, char *fname, char *path) in setup_file() 154 int _setup_file(char *testdir, char *fname, char *path, int flags, mode_t mode) in _setup_file() 178 int setup_swapfile(char *testdir, char *fname, char *path, size_t size) in setup_swapfile()
|