Home
last modified time | relevance | path

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

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