/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_backends.py | 88 def check_function(self, function_name, input): member in JitBackendTestCase 149 self.check_function("accum", (input, input)) 150 self.check_function("sub_accum", (input, input)) 151 self.check_function("forward", (input, input)) 271 self.check_function("forward", (input, input)) 355 self.check_function("forward", (input, input)) 697 self.check_function("forward", (input1, input2, input2)) 787 self.check_function("forward", (a, b, s))
|
/aosp_15_r20/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 263 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local 290 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in TEST() 312 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local 324 RunLogTests(LOG_ID_MAIN, write_function, check_function); in TEST() 359 auto check_function = [&](log_msg log_msg, bool* found) { in bswrite_test() local 403 RunLogTests(LOG_ID_EVENTS, write_function, check_function); in bswrite_test() 457 auto check_function = [&](log_msg log_msg, bool* found) { in buf_write_test() local 480 RunLogTests(LOG_ID_MAIN, write_function, check_function); in buf_write_test() 956 auto check_function = [&](log_msg log_msg, bool* found) { in TEST() local 981 RunLogTests(LOG_ID_SYSTEM, write_function, check_function); in TEST() [all …]
|
/aosp_15_r20/external/crosvm/tools/impl/ |
H A D | presubmit.py | 53 check_function: Callable[[CheckContext], Union[Command, None, List[Command]]] 78 name = self.check_function.__name__ 85 if self.check_function.__doc__: 86 return self.check_function.__doc__.strip() 353 maybe_commands = check.check_function(context)
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/dos/ |
H A D | pdckbd.c | 100 check_function = 0xff; variable 145 check_function = 0x11; in PDC_check_key() 151 check_function = 1; in PDC_check_key() 217 regs.h.ah = check_function; in PDC_check_key()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/ |
H A D | quic_batch_writer_test.h | 24 static auto check_function = [](int address_family) { in IsAddressFamilySupported() 37 static const bool ipv4_supported = check_function(AF_INET); in IsAddressFamilySupported() 41 static const bool ipv6_supported = check_function(AF_INET6); in IsAddressFamilySupported()
|
/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | filter_utils.py | 366 def _ModuleNamePrefixMatchingCheck(self, item: str, check_function: Callable) -> bool: 386 res = check_function(item) 390 res = check_function(
|
/aosp_15_r20/test/vts-testcase/security/system_property/ |
D | vts_treble_sys_prop_test.py | 248 def _TestPropertyTypes(self, property_contexts_file, check_function): argument 263 if not check_function(tokens[1].split(":")[2])]
|
/aosp_15_r20/external/stardoc/test/testdata/proto_format_test/ |
H A D | input.bzl | 3 def check_function(foo):
|
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/ |
H A D | presubmit.py | 776 def decorator(check_function): argument 777 return Check(check_function, *args, **kwargs)
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal_test.cc | 1268 auto check_function = [&](absl::Span<const int64_t> indexes) { in TEST_F() local 1274 check_function); in TEST_F() 1311 auto check_function = [&](absl::Span<const int64_t> indexes) { in TEST_F() local 1317 check_function); in TEST_F()
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_numeric.py | 2174 def check_function(self, func, fill_value=None): member in TestCreationFuncs 2193 self.check_function(np.zeros) 2196 self.check_function(np.ones) 2199 self.check_function(np.empty) 2202 self.check_function(np.full, 0) 2203 self.check_function(np.full, 1)
|