Home
last modified time | relevance | path

Searched refs:check_function (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/tools/impl/
Dpresubmit.py55 check_function: Callable[[CheckContext], Union[Command, None, List[Command]]]
80 name = self.check_function.__name__
87 if self.check_function.__doc__:
88 return self.check_function.__doc__.strip()
340 commands = check.check_function(context)
/external/cronet/net/third_party/quiche/src/quiche/quic/core/batch_writer/
Dquic_batch_writer_test.h24 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()
/external/stardoc/test/testdata/proto_format_test/
Dinput.bzl3 def check_function(foo):
/external/oss-fuzz/infra/
Dpresubmit.py129 for check_function in checks:
130 check_function()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1268 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()
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py1132 def decorator(check_function): argument
1133 return Check(check_function, *args, **kwargs)