Home
last modified time | relevance | path

Searched defs:func_call (Results 1 – 9 of 9) sorted by relevance

/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dgenerate_pkcs7_tests.py26 def __init__(self, name, depends, func_call): argument
71 def add(self, name, func_call): argument
/external/mbedtls/tests/scripts/
Dgenerate_pkcs7_tests.py26 def __init__(self, name, depends, func_call): argument
71 def add(self, name, func_call): argument
/external/trusty/arm-trusted-firmware/services/std_svc/drtm/
Ddrtm_measurements.h29 #define CHECK_RC(rc, func_call) { \ argument
/external/cronet/tot/third_party/google_benchmark/src/test/
Dbenchmark_setup_teardown_test.cc46 static std::atomic<int> func_call(0); variable
/external/google-benchmark/test/
Dbenchmark_setup_teardown_test.cc46 static std::atomic<int> func_call(0); variable
/external/cronet/stable/third_party/google_benchmark/src/test/
Dbenchmark_setup_teardown_test.cc46 static std::atomic<int> func_call(0); variable
/external/mbedtls/library/
Dssl_msg.c104 #define PSA_CHK(func_call) \ in mbedtls_ct_hmac() argument
223 #define MD_CHK(func_call) \ in mbedtls_ct_hmac() argument
/external/openthread/third_party/mbedtls/repo/library/
Dssl_msg.c104 #define PSA_CHK(func_call) \ in mbedtls_ct_hmac() argument
223 #define MD_CHK(func_call) \ in mbedtls_ct_hmac() argument
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py815 func_call = torch._C.ScriptFunction.__call__ variable