/third_party/boost/tools/build/test/ |
D | link.py | 168 def check_file(target, file): function 175 check_file("dir1-link", "include/file1.h") 176 check_file("dir2-link", "include/nested/file2.h") 177 check_file("dir3-link", "include/nested/file3.h") 178 check_file("dir4-link", "include/nested/xxx/yyy/file4.h") 179 check_file("dir5-link", "include/nested/xxx/yyy/file5.h")
|
/third_party/python/Lib/test/ |
D | audiotests.py | 62 def check_file(self, testfile, nframes, frames): member in AudioWriteTests 131 self.check_file(TESTFN, self.nframes, self.frames) 139 self.check_file(TESTFN, self.nframes, self.frames) 147 self.check_file(TESTFN, self.nframes, self.frames) 155 self.check_file(TESTFN, self.nframes, self.frames) 167 self.check_file(testfile, self.nframes, self.frames) 181 self.check_file(testfile, self.nframes, self.frames) 193 self.check_file(testfile, self.nframes, self.frames) 201 self.check_file(testfile, self.nframes, self.frames) 209 self.check_file(TESTFN, self.nframes, self.frames) [all …]
|
/third_party/mbedtls/tests/scripts/ |
D | check-doxy-blocks.pl | 68 sub check_file { subroutine 91 check_file($file);
|
/third_party/ltp/testcases/kernel/syscalls/exit/ |
D | exit02.c | 28 static void check_file(void) in check_file() function 61 check_file(); in run()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/ |
D | icu-file-utf8-check.py | 52 def check_file(file_name, is_source): function 101 check_file(f, source_file)
|
/third_party/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)
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
D | splice01.c | 32 static void check_file(void) in check_file() function 75 check_file(); in splice_test()
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice01.c | 29 static void check_file(void) in check_file() function 99 check_file(); in vmsplice_test()
|
/third_party/ltp/testcases/kernel/syscalls/tee/ |
D | tee01.c | 29 static void check_file(void) in check_file() function 81 check_file(); in tee_test()
|
/third_party/openssl/tools/ |
D | c_rehash.in | 148 my ($cert, $crl) = check_file($fname); 160 sub check_file {
|
/third_party/libsnd/Scripts/ |
D | cstyle.py | 169 self.check_file (filename) 171 def check_file (self, filename): member in CStyleChecker
|
/third_party/f2fs-tools/fsck/ |
D | quotaio.c | 144 if (h->qh_ops->check_file && in quota_file_open() 145 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
|
D | quotaio.h | 166 int (*check_file) (struct quota_handle *h, int type); member
|
D | quotaio_v2.c | 35 .check_file = v2_check_file,
|
/third_party/libinput/tools/ |
D | libinput-replay | 244 def check_file(recording): function 267 check_file(y)
|
/third_party/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,
|
/third_party/libwebsockets/test-apps/ |
D | test.js | 2 function check_file() function 495 document.getElementById("file").onchange = check_file;
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
D | test.js | 2 function check_file() function 495 document.getElementById("file").onchange = check_file;
|
/third_party/uboot/u-boot-2020.01/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()
|
/third_party/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
|
D | doio.c | 407 char *check_file(char *file, int offset, int length, char *pattern, 1910 msg = check_file(file, offset, nbytes, Pattern, Pattern_Length, in do_write() 2283 msg = check_file(lio->r_file, in do_listio() 3444 msg = check_file(file, offset, nbytes * nstrides * nents, in do_rw() 3736 char *check_file(char *file, int offset, int length, char *pattern, in check_file() function
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | expect.py | 344 def check_file(self, status): member in ValidFileContents
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 344 def check_file(self, status): member in ValidFileContents
|