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 D | generate_pkcs7_tests.py | 26 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 D | generate_pkcs7_tests.py | 26 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/ |
D | drtm_measurements.h | 29 #define CHECK_RC(rc, func_call) { \ argument
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | benchmark_setup_teardown_test.cc | 46 static std::atomic<int> func_call(0); variable
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | benchmark_setup_teardown_test.cc | 46 static std::atomic<int> func_call(0); variable
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_msg.c | 104 #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 D | ssl_msg.c | 104 #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 D | common_utils.py | 815 func_call = torch._C.ScriptFunction.__call__ variable
|