Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/
Daudiotests.py63 def check_file(self, testfile, nframes, frames): member in AudioWriteTests
132 self.check_file(TESTFN, self.nframes, self.frames)
140 self.check_file(TESTFN, self.nframes, self.frames)
148 self.check_file(TESTFN, self.nframes, self.frames)
156 self.check_file(TESTFN, self.nframes, self.frames)
168 self.check_file(testfile, self.nframes, self.frames)
182 self.check_file(testfile, self.nframes, self.frames)
194 self.check_file(testfile, self.nframes, self.frames)
202 self.check_file(testfile, self.nframes, self.frames)
210 self.check_file(TESTFN, self.nframes, self.frames)
[all …]
/third_party/mbedtls/tests/scripts/
Dcheck-doxy-blocks.pl41 sub check_file { subroutine
64 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/libabigail/tests/
Dtest-read-write.cc32 using abigail::tools_utils::check_file;
274 if (!check_file(in_path, cerr)) in perform()
285 if (!check_file(ref_out_path, cerr)) in perform()
Dtest-abidiff.cc166 using abigail::tools_utils::check_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.c28 static void check_file(void) in check_file() function
98 check_file(); in vmsplice_test()
/third_party/icu/tools/scripts/
Dicu-file-utf8-check.py64 def check_file(file_name, is_source): function
124 if check_file(f, source_file) != 0:
/third_party/ltp/testcases/kernel/syscalls/tee/
Dtee01.c28 static void check_file(void) in check_file() function
80 check_file(); in tee_test()
/third_party/libabigail/tools/
Dabidw.cc48 using abigail::tools_utils::check_file;
462 if (!check_file(*i, cerr, "abidw")) in maybe_check_suppression_files()
469 if (!check_file(*i, cerr, "abidw")) in maybe_check_suppression_files()
487 if (!check_file(*file, cerr, "abidw")) in maybe_check_header_files()
837 if (!abigail::tools_utils::check_file(opts.vmlinux, cerr, argv[0])) in load_kernel_corpus_group_and_write_abixml()
979 if (!abigail::tools_utils::check_file(opts.in_file_path, cerr, argv[0])) in main()
Dabicompat.cc266 using abigail::tools_utils::check_file;
324 if (check_file(*i, cerr, opts.prog_name)) in create_diff_context()
765 if (!abigail::tools_utils::check_file(opts.app_path, cerr, opts.prog_name)) in main()
842 if (!abigail::tools_utils::check_file(opts.lib1_path, cerr, opts.prog_name)) in main()
Dabilint.cc47 using abigail::tools_utils::check_file;
638 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
749 if (!check_file(opts.file_path, cerr, argv[0])) in main()
Dkmidiff.cc304 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
311 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
Dabidiff.cc51 using abigail::tools_utils::check_file;
711 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
718 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
1172 if (!check_file(opts.file1, cerr)) in main()
1175 if (!check_file(opts.file2, cerr)) in main()
/third_party/openssl/tools/
Dc_rehash.in148 my ($cert, $crl) = check_file($fname);
160 sub check_file {
/third_party/node/deps/openssl/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.c145 if (h->qh_ops->check_file && in quota_file_open()
146 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
Dquotaio.h165 int (*check_file) (struct quota_handle *h, int type); member
Dquotaio_v2.c34 .check_file = v2_check_file,
/third_party/libinput/tools/
Dlibinput-replay244 def check_file(recording): function
267 check_file(y)
Dlibinput-replay.py339 def check_file(recording): function
374 check_file(y)
/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/libabigail/include/
Dabg-tools-utils.h59 bool check_file(const string& path, ostream& out, const string& prog_name = "");

12