Home
last modified time | relevance | path

Searched defs:_method (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dspl.h334 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
341 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dmetadata_test.py163 async def _method(request, unused_context): member in _TestGenericHandlerItself
/third_party/python/Lib/
Dfunctools.py385 def _method(cls_or_self, /, *args, **keywords): function
912 def _method(*args, **kwargs): function