Home
last modified time | relevance | path

Searched defs:check_entry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/logging/liblog/tests/
H A Dlogprint_test.cpp145 auto check_entry = [&](const AndroidLogEntry& entry) { in TEST() local
/aosp_15_r20/external/iptables/iptables/
H A Dnft-shared.h79 int (*check_entry)(struct nft_handle *h, member
H A Diptables.c321 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry() function
H A Dip6tables.c322 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_os.py4181 def check_entry(self, entry, name, is_dir, is_file, is_symlink): member in TestScandir