/external/libcap-ng/libcap-ng-0.7/utils/ |
D | filecap.c | 44 static int check_file(const char *fpath, in check_file() function 157 nftw(dir, check_file, 1024, nftw_flags); in main() 163 nftw("/", check_file, 1024, nftw_flags); in main() 166 nftw(dir, check_file, 1024, nftw_flags); in main() 169 check_file(path, &sbuf, 0, NULL); in main()
|
/external/python/cpython3/Lib/test/ |
D | audiotests.py | 74 def check_file(self, testfile, nframes, frames): member in AudioWriteTests 143 self.check_file(TESTFN, self.nframes, self.frames) 151 self.check_file(TESTFN, self.nframes, self.frames) 159 self.check_file(TESTFN, self.nframes, self.frames) 167 self.check_file(TESTFN, self.nframes, self.frames) 179 self.check_file(testfile, self.nframes, self.frames) 193 self.check_file(testfile, self.nframes, self.frames) 205 self.check_file(testfile, self.nframes, self.frames) 213 self.check_file(testfile, self.nframes, self.frames) 221 self.check_file(TESTFN, self.nframes, self.frames) [all …]
|
/external/libiio/src/CI/travis/ |
D | before_deploy | 30 check_file() function 55 check_file deb 75 check_file rpm 95 check_file tar.gz 160 check_file pkg
|
/external/python/cpython2/Lib/test/ |
D | audiotests.py | 79 def check_file(self, testfile, nframes, frames): member in AudioWriteTests 104 self.check_file(TESTFN, self.nframes, self.frames) 116 self.check_file(testfile, self.nframes, self.frames) 130 self.check_file(testfile, self.nframes, self.frames) 142 self.check_file(testfile, self.nframes, self.frames) 151 self.check_file(testfile, self.nframes, self.frames) 161 self.check_file(TESTFN, self.nframes, self.frames) 179 self.check_file(testfile, self.nframes + 1, self.frames) 198 self.check_file(testfile, self.nframes - 1, self.frames[:-framesize])
|
D | test_zipfile.py | 480 def check_file(self, filename, content): member in TestsWithSourceFile 502 self.check_file(writtenfile, content) 562 self.check_file(correctfile, content) 567 self.check_file(correctfile, content) 576 self.check_file(correctfile, content) 581 self.check_file(correctfile, content)
|
/external/ltp/testcases/kernel/syscalls/exit/ |
D | exit02.c | 28 static void check_file(void) in check_file() function 61 check_file(); in run()
|
/external/icu/icu4c/source/tools/ |
D | icu-file-utf8-check.py | 54 def check_file(file_name, is_source): function 103 check_file(f, source_file)
|
/external/ltp/testcases/kernel/syscalls/splice/ |
D | splice01.c | 32 static void check_file(void) in check_file() function 75 check_file(); in splice_test()
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice01.c | 29 static void check_file(void) in check_file() function 99 check_file(); in vmsplice_test()
|
/external/ltp/testcases/kernel/syscalls/tee/ |
D | tee01.c | 29 static void check_file(void) in check_file() function 81 check_file(); in tee_test()
|
/external/tensorflow/tensorflow/tools/test/ |
D | check_futures_test.py | 57 def check_file(path, old_division): function 103 check_file(path, old_division=path in old_division)
|
/external/f2fs-tools/fsck/ |
D | quotaio.c | 136 if (h->qh_ops->check_file && in quota_file_open() 137 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
|
D | quotaio.h | 155 int (*check_file) (struct quota_handle *h, int type); member
|
D | quotaio_v2.c | 35 .check_file = v2_check_file,
|
/external/e2fsprogs/lib/support/ |
D | quotaio.c | 248 if (h->qh_ops->check_file && in quota_file_open() 249 (h->qh_ops->check_file(h, qtype, fmt) == 0)) { in quota_file_open()
|
D | quotaio.h | 162 int (*check_file) (struct quota_handle *h, int type, int fmt); member
|
D | quotaio_v2.c | 34 .check_file = v2_check_file,
|
/external/linux-kselftest/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 121 function check_file() function 145 check_file ${PEER_DIR} || break
|
/external/libaom/libaom/test/ |
D | test_data_download_worker.cmake | 43 check_file("${filepath}" "${AOM_TEST_CHECKSUM}" "needs_download")
|
/external/u-boot/tools/ |
D | imx8image.c | 277 static void check_file(struct stat *sbuf, char *filename) in check_file() function 822 check_file(&sbuf, img_sp->filename); in build_container() 839 check_file(&sbuf, img_sp->filename); in build_container()
|
/external/autotest/utils/ |
D | run_pylint.py | 239 def check_file(file_path, base_opts): function
|
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 114 int check_file(int fd, int cf_inter, char *filename, int no_file_check); 1522 if (check_file(fd, file_check_inter, filename, in main() 2694 int check_file(int fd, int cf_inter, char *filename, int no_file_check) in check_file() function
|
/external/angle/third_party/spirv-tools/src/test/tools/ |
D | expect.py | 344 def check_file(self, status): member in ValidFileContents
|
/external/deqp-deps/SPIRV-Tools/test/tools/ |
D | expect.py | 344 def check_file(self, status): member in ValidFileContents
|
/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 344 def check_file(self, status): member in ValidFileContents
|