Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/tools/build/test/
Dlink.py168 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/
Daudiotests.py62 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/
Dcheck-doxy-blocks.pl68 sub check_file { subroutine
91 check_file($file);
/third_party/ltp/testcases/kernel/syscalls/exit/
Dexit02.c28 static void check_file(void) in check_file() function
61 check_file(); in run()
/third_party/flutter/skia/third_party/externals/icu/source/tools/
Dicu-file-utf8-check.py52 def check_file(file_name, is_source): function
101 check_file(f, source_file)
/third_party/icu/icu4c/source/tools/
Dicu-file-utf8-check.py54 def check_file(file_name, is_source): function
103 check_file(f, source_file)
/third_party/ltp/testcases/kernel/syscalls/splice/
Dsplice01.c32 static void check_file(void) in check_file() function
75 check_file(); in splice_test()
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice01.c29 static void check_file(void) in check_file() function
99 check_file(); in vmsplice_test()
/third_party/ltp/testcases/kernel/syscalls/tee/
Dtee01.c29 static void check_file(void) in check_file() function
81 check_file(); in tee_test()
/third_party/openssl/tools/
Dc_rehash.in148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
/third_party/libsnd/Scripts/
Dcstyle.py169 self.check_file (filename)
171 def check_file (self, filename): member in CStyleChecker
/third_party/f2fs-tools/fsck/
Dquotaio.c144 if (h->qh_ops->check_file && in quota_file_open()
145 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
Dquotaio.h166 int (*check_file) (struct quota_handle *h, int type); member
Dquotaio_v2.c35 .check_file = v2_check_file,
/third_party/libinput/tools/
Dlibinput-replay244 def check_file(recording): function
267 check_file(y)
/third_party/e2fsprogs/lib/support/
Dquotaio.c248 if (h->qh_ops->check_file && in quota_file_open()
249 (h->qh_ops->check_file(h, qtype, fmt) == 0)) { in quota_file_open()
Dquotaio.h162 int (*check_file) (struct quota_handle *h, int type, int fmt); member
Dquotaio_v2.c34 .check_file = v2_check_file,
/third_party/libwebsockets/test-apps/
Dtest.js2 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/
Dtest.js2 function check_file() function
495 document.getElementById("file").onchange = check_file;
/third_party/uboot/u-boot-2020.01/tools/
Dimx8image.c277 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/
Dgrowfiles.c114 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
Ddoio.c407 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/
Dexpect.py344 def check_file(self, status): member in ValidFileContents
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py344 def check_file(self, status): member in ValidFileContents

12