/third_party/python/Lib/test/ |
D | audiotests.py | 63 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/ |
D | check-doxy-blocks.pl | 41 sub check_file { subroutine 64 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/libabigail/tests/ |
D | test-read-write.cc | 32 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()
|
D | test-abidiff.cc | 166 using abigail::tools_utils::check_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 | 28 static void check_file(void) in check_file() function 98 check_file(); in vmsplice_test()
|
/third_party/icu/tools/scripts/ |
D | icu-file-utf8-check.py | 64 def check_file(file_name, is_source): function 124 if check_file(f, source_file) != 0:
|
/third_party/ltp/testcases/kernel/syscalls/tee/ |
D | tee01.c | 28 static void check_file(void) in check_file() function 80 check_file(); in tee_test()
|
/third_party/libabigail/tools/ |
D | abidw.cc | 48 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()
|
D | abicompat.cc | 266 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()
|
D | abilint.cc | 47 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()
|
D | kmidiff.cc | 304 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files() 311 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
|
D | abidiff.cc | 51 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/ |
D | c_rehash.in | 148 my ($cert, $crl) = check_file($fname); 160 sub check_file {
|
/third_party/node/deps/openssl/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 | 145 if (h->qh_ops->check_file && in quota_file_open() 146 (h->qh_ops->check_file(h, qtype) == 0)) { in quota_file_open()
|
D | quotaio.h | 165 int (*check_file) (struct quota_handle *h, int type); member
|
D | quotaio_v2.c | 34 .check_file = v2_check_file,
|
/third_party/libinput/tools/ |
D | libinput-replay | 244 def check_file(recording): function 267 check_file(y)
|
D | libinput-replay.py | 339 def check_file(recording): function 374 check_file(y)
|
/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/libabigail/include/ |
D | abg-tools-utils.h | 59 bool check_file(const string& path, ostream& out, const string& prog_name = "");
|