Home
last modified time | relevance | path

Searched defs:check_function (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/logging/liblog/tests/
H A Dliblog_test.cpp263 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local
312 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local
359 auto check_function = [&](log_msg log_msg, bool* found) { in bswrite_test() local
457 auto check_function = [&](log_msg log_msg, bool* found) { in buf_write_test() local
956 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local
996 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local
1045 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local
1837 auto check_function = [&](log_msg log_msg, bool* found) { in android_errorWriteWithInfoLog_helper() local
1964 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local
2423 auto check_function = [&](log_msg log_msg, bool* found) { in create_android_logger() local
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/dos/
H A Dpdckbd.c100 check_function = 0xff; variable
/aosp_15_r20/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py248 def _TestPropertyTypes(self, property_contexts_file, check_function): argument
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_backends.py88 def check_function(self, function_name, input): member in JitBackendTestCase
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpresubmit.py776 def decorator(check_function): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_test.cc1268 auto check_function = [&](absl::Span<const int64_t> indexes) { in TEST_F() local
1311 auto check_function = [&](absl::Span<const int64_t> indexes) { in TEST_F() local
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_numeric.py2174 def check_function(self, func, fill_value=None): member in TestCreationFuncs