/external/minijail/tools/ |
D | seccomp_policy_lint_unittest.py | 45 with path.open("r", encoding="utf-8") as check_file: 48 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS 70 with path.open("r", encoding="utf-8") as check_file: 73 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS 100 with path.open("r", encoding="utf-8") as check_file: 103 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS 125 with path.open("r", encoding="utf-8") as check_file: 128 check_file, seccomp_policy_lint.DANGEROUS_SYSCALLS
|
D | seccomp_policy_lint.py | 104 check_file, dangerous_syscalls: Set[str], filename: Optional[str] = None argument 112 filename = check_file.name 119 for line_num, line in enumerate(check_file):
|
/external/cronet/stable/third_party/boringssl/src/util/fipstools/ |
D | break-tests.sh | 72 check_file() { function 133 check_file "$TEST_FIPS_BIN" 134 check_file "$TEST_FIPS_BREAK_BIN" 161 check_file "$TEST_FIPS_BIN" 162 check_file "$LIBCRYPTO_BIN" 163 check_file "$LIBCRYPTO_BREAK_BIN"
|
/external/boringssl/src/util/fipstools/ |
D | break-tests.sh | 72 check_file() { function 133 check_file "$TEST_FIPS_BIN" 134 check_file "$TEST_FIPS_BREAK_BIN" 161 check_file "$TEST_FIPS_BIN" 162 check_file "$LIBCRYPTO_BIN" 163 check_file "$LIBCRYPTO_BREAK_BIN"
|
/external/cronet/tot/third_party/boringssl/src/util/fipstools/ |
D | break-tests.sh | 72 check_file() { function 133 check_file "$TEST_FIPS_BIN" 134 check_file "$TEST_FIPS_BREAK_BIN" 161 check_file "$TEST_FIPS_BIN" 162 check_file "$LIBCRYPTO_BIN" 163 check_file "$LIBCRYPTO_BREAK_BIN"
|
/external/libcap-ng/utils/ |
D | filecap.c | 50 static int check_file(const char *fpath, in check_file() function 191 nftw(dir, check_file, 1024, nftw_flags); in main() 197 nftw("/", check_file, 1024, nftw_flags); in main() 200 nftw(dir, check_file, 1024, nftw_flags); in main() 204 rc = check_file(path, &sbuf, 0, NULL); in main()
|
/external/python/cpython3/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 …]
|
/external/ComputeLibrary/scripts/ |
D | add_copyright.py | 60 def check_file( path ): function 84 check_file(path) 90 check_file(path)
|
/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
D | check-doxy-blocks.pl | 29 sub check_file { subroutine 52 check_file($file);
|
/external/mbedtls/tests/scripts/ |
D | check-doxy-blocks.pl | 29 sub check_file { subroutine 52 check_file($file);
|
/external/ltp/testcases/kernel/syscalls/exit/ |
D | exit02.c | 28 static void check_file(void) in check_file() function 61 check_file(); in run()
|
/external/pytorch/tools/linter/adapters/ |
D | exec_linter.py | 38 def check_file(filename: str) -> LintMessage | None: function 84 lint_message = check_file(filename)
|
D | constexpr_linter.py | 37 def check_file(filename: str) -> LintMessage | None: function 91 lint_message = check_file(filename)
|
D | no_merge_conflict_csv_linter.py | 39 def check_file(filename: str) -> list[LintMessage]: function 99 futures = {executor.submit(check_file, x): x for x in args.filenames}
|
D | cmake_linter.py | 65 def check_file( function 128 check_file,
|
D | testowners_linter.py | 110 def check_file(filename: str) -> list[LintMessage]: function 156 lint_messages.extend(check_file(filename))
|
D | test_has_main_linter.py | 80 def check_file(filename: str) -> list[LintMessage]: function 123 lint_messages = pool.map(check_file, args.filenames)
|
D | actionlint_linter.py | 66 def check_file( function 152 check_file,
|
D | newlines_linter.py | 39 def check_file(filename: str) -> LintMessage | None: function 161 lint_message = check_file(filename)
|
/external/ltp/testcases/kernel/syscalls/splice/ |
D | splice01.c | 32 static void check_file(void) in check_file() function 75 check_file(); in splice_test()
|
/external/rust/android-crates-io/crates/libtest-mimic/examples/ |
D | tidy.rs | 37 let test = Trial::test(name, move || check_file(&path)) in collect_tests() 60 fn check_file(path: &Path) -> Result<(), Failed> { in check_file() function
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice01.c | 28 static void check_file(void) in check_file() function 98 check_file(); in vmsplice_test()
|
/external/ltp/testcases/kernel/syscalls/tee/ |
D | tee01.c | 28 static void check_file(void) in check_file() function 80 check_file(); in tee_test()
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap01.c | 34 static void check_file(void) in check_file() function 112 check_file(); in run()
|
/external/pytorch/torch/testing/_internal/ |
D | check_kernel_launches.py | 103 def check_file(filename): function 145 file_result = check_file(filename)
|