Home
last modified time | relevance | path

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

12

/external/minijail/tools/
Dseccomp_policy_lint_unittest.py51 with path.open('r', encoding='utf-8') as check_file:
53 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS),
70 with path.open('r', encoding='utf-8') as check_file:
72 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS),
90 with path.open('r', encoding='utf-8') as check_file:
92 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS),
109 with path.open('r', encoding='utf-8') as check_file:
111 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS),
Dseccomp_policy_lint.py73 def check_seccomp_policy(check_file, dangerous_syscalls): argument
85 for line_num, line in enumerate(check_file):
/external/libcap-ng/libcap-ng-0.7/utils/
Dfilecap.c44 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/
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 …]
/external/libiio/src/CI/travis/
Dbefore_deploy30 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/
Daudiotests.py79 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])
/external/ComputeLibrary/scripts/
Dadd_copyright.py60 def check_file( path ): function
84 check_file(path)
90 check_file(path)
/external/ltp/testcases/kernel/syscalls/exit/
Dexit02.c28 static void check_file(void) in check_file() function
61 check_file(); in run()
/external/libabigail/tests/
Dtest-read-write.cc32 using abigail::tools_utils::check_file;
277 if (!check_file(in_path, cerr)) in perform()
288 if (!check_file(ref_out_path, cerr)) in perform()
Dtest-abidiff.cc160 using abigail::tools_utils::check_file;
/external/ltp/testcases/kernel/syscalls/splice/
Dsplice01.c32 static void check_file(void) in check_file() function
75 check_file(); in splice_test()
/external/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice01.c29 static void check_file(void) in check_file() function
99 check_file(); in vmsplice_test()
/external/ltp/testcases/kernel/syscalls/tee/
Dtee01.c29 static void check_file(void) in check_file() function
81 check_file(); in tee_test()
/external/libabigail/tools/
Dabidw.cc46 using abigail::tools_utils::check_file;
433 if (!check_file(*i, cerr, "abidw")) in maybe_check_suppression_files()
440 if (!check_file(*i, cerr, "abidw")) in maybe_check_suppression_files()
458 if (!check_file(*file, cerr, "abidw")) in maybe_check_header_files()
802 if (!abigail::tools_utils::check_file(opts.vmlinux, cerr, argv[0])) in load_kernel_corpus_group_and_write_abixml()
935 if (!abigail::tools_utils::check_file(opts.in_file_path, cerr, argv[0])) in main()
Dabicompat.cc236 using abigail::tools_utils::check_file;
294 if (check_file(*i, cerr, opts.prog_name)) in create_diff_context()
667 if (!abigail::tools_utils::check_file(opts.app_path, cerr, opts.prog_name)) in main()
740 if (!abigail::tools_utils::check_file(opts.lib1_path, cerr, opts.prog_name)) in main()
Dabilint.cc45 using abigail::tools_utils::check_file;
232 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
344 if (!check_file(opts.file_path, cerr, argv[0])) in main()
Dkmidiff.cc282 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
289 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
Dabidiff.cc50 using abigail::tools_utils::check_file;
671 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
678 if (!check_file(*i, cerr, "abidiff")) in maybe_check_suppression_files()
1113 if (!check_file(opts.file1, cerr)) in main()
1116 if (!check_file(opts.file2, cerr)) in main()
/external/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()
/external/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()
/external/linux-kselftest/tools/testing/selftests/ntb/
Dntb_test.sh121 function check_file() function
145 check_file ${PEER_DIR} || break
/external/libaom/libaom/test/
Dtest_data_download_worker.cmake43 check_file("${filepath}" "${AOM_TEST_CHECKSUM}" "needs_download")
/external/libwebsockets/test-apps/
Dtest.js2 function check_file() function
495 document.getElementById("file").onchange = check_file;
/external/angle/third_party/zlib/contrib/bench/
Dzlib_bench.cc196 void check_file(const Data& file, zlib_wrapper type) { in check_file() function
241 check_file(file, type); in zlib_file()
/external/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;

12