Home
last modified time | relevance | path

Searched defs:api_name (Results 1 – 4 of 4) sorted by relevance

/third_party/weston/libweston/
Dplugin-registry.c38 char *api_name; /**< The search key */ member
66 const char *api_name, in weston_plugin_api_register()
136 const char *api_name, in weston_plugin_api_get()
/third_party/grpc/src/python/grpcio/grpc/experimental/
D__init__.py63 def _warn_experimental(api_name, stack_offset): argument
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc316 const std::string& api_name = kSupportedAPIs[i]; in OnExtensionsSupportUI() local
/third_party/libusb/libusb/os/
Dwindows_usbdk.c64 static FARPROC get_usbdk_proc_addr(struct libusb_context *ctx, LPCSTR api_name) in get_usbdk_proc_addr()