Home
last modified time | relevance | path

Searched defs:interface (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md63 #### Threadpool creation / destruction
79 #### Task creation / destruction
95 #### The task function itself
136 #### Synchronizing
155 #### The cleanup function
167 #### Protecting against WRITABLE and / or SYNC duplication
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go439 func (m Map) Put(key, value interface{}) string {
446 func (m Map) Get(key interface{}) interface{} {
452 func is(prototypes ...interface{}) func(interface{}) bool {
469 func isConstructor(v interface{}) bool {
500 func methodsOf(obj interface{}) []*Method {
527 func attributesOf(obj interface{}) []*ast.Member {
551 func constantsOf(obj interface{}) []*ast.Member {
574 func setlikeOf(obj interface{}) *ast.Pattern {
/third_party/typescript/tests/baselines/reference/
DasiPreventsParsingAsInterface05.js4 var interface: number; variable
17 var interface; variable
DasiPreventsParsingAsInterface01.js2 var interface: number, I: string; variable
9 var interface, I; variable
DasiPreventsParsingAsInterface04.js2 var declare: boolean, interface: number, I: string; variable
10 var declare, interface, I; variable
DdeleteReadonly.js2 interface A { variable
11 interface B { variable
DemitClassDeclarationWithLiteralPropertyNameInES6.js10 interface() { } method in B
28 interface() { } method in B
DdeleteExpressionMustBeOptional(strict=false).js2 interface Foo { variable
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dgenerate.go157 func (m Map) Put(key, value interface{}) string {
164 func (m Map) Get(key interface{}) interface{} {
170 func is(ty interface{}) func(interface{}) bool {
179 func isFirstIn(v, slice interface{}) bool {
189 func isLastIn(v, slice interface{}) bool {
/third_party/uboot/u-boot-2020.01/drivers/net/phy/
Dphy.c621 static struct phy_driver *generic_for_interface(phy_interface_t interface) in generic_for_interface()
632 phy_interface_t interface) in get_phy_driver()
650 phy_interface_t interface) in phy_device_create()
732 phy_interface_t interface) in create_phy_by_mask()
764 phy_interface_t interface) in search_for_existing_phy()
781 phy_interface_t interface) in get_phy_device_by_mask()
822 phy_interface_t interface) in get_phy_device()
894 phy_interface_t interface) in phy_find_by_mask()
928 phy_interface_t interface) in phy_connect_gmii2rgmii()
963 phy_interface_t interface) in phy_connect_fixed()
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_open_protocol.c18 struct interface { struct
27 static struct interface interface1; argument
88 void *interface; in execute() local
Defi_selftest_manageprotocols.c20 struct interface { struct
36 static struct interface interface1; argument
136 struct interface *interface; in execute() local
Defi_selftest_devicepath.c19 struct interface { struct
21 } interface; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dctrl_iface.h28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dctrl_iface.h28 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
34 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
/third_party/glib/gio/
Dgdbusinterfaceskeleton.c99 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE() local
131 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in g_dbus_interface_skeleton_get_property() local
151 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in g_dbus_interface_skeleton_set_property() local
166 g_dbus_interface_skeleton_g_authorize_method_default (GDBusInterfaceSkeleton *interface, in g_dbus_interface_skeleton_g_authorize_method_default()
262 g_dbus_interface_skeleton_init (GDBusInterfaceSkeleton *interface) in g_dbus_interface_skeleton_init()
406 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in _g_dbus_interface_skeleton_get_info() local
413 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in g_dbus_interface_skeleton_get_object() local
424 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in g_dbus_interface_skeleton_dup_object() local
438 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (interface_); in g_dbus_interface_skeleton_set_object() local
462 GDBusInterfaceSkeleton *interface; member
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_helpers.c25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties()
81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties()
147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all()
233 char *interface, in properties_get_or_set()
286 char *interface; in properties_handler() local
604 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties()
656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
845 const char *path, const char *interface, in wpa_dbus_mark_property_changed()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_helpers.c25 const char *interface, void *user_data, DBusError *error) in fill_dict_with_properties()
81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, in get_all_properties()
147 static DBusMessage * properties_get_all(DBusMessage *message, char *interface, in properties_get_all()
233 char *interface, in properties_get_or_set()
286 char *interface; in properties_handler() local
604 const struct wpa_dbus_object_desc *obj_dsc, const char *interface, in put_changed_properties()
656 DBusConnection *con, const char *path, const char *interface, in do_send_prop_changed_signal()
691 DBusConnection *con, const char *path, const char *interface, in do_send_deprecated_prop_changed_signal()
718 DBusConnection *con, const char *path, const char *interface, in send_prop_changed_signal()
845 const char *path, const char *interface, in wpa_dbus_mark_property_changed()
[all …]
/third_party/uboot/u-boot-2020.01/common/spl/
Dspl_dfu.c19 static int run_dfu(int usb_index, char *interface, char *devstring) in run_dfu()
35 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd()
/third_party/wayland_standard/src/
Dscanner.c173 struct interface { struct
174 struct location loc;
175 char *name;
176 char *uppercase_name;
177 int version;
178 int since;
179 struct wl_list request_list;
180 struct wl_list event_list;
181 struct wl_list enumeration_list;
182 struct wl_list link;
[all …]
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dcore.c151 …interface_instance (struct usb_device_instance *device, int port, int configuration, int interface) in usbd_device_interface_instance()
173 …nce (struct usb_device_instance *device, int port, int configuration, int interface, int alternate) in usbd_device_alternate_instance()
233 *device, int port, int configuration, int interface, int alternate) in usbd_device_interface_descriptor()
257 *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_descriptor_index()
281 …ize (struct usb_device_instance *device, int port, int configuration, int interface, int alternate… in usbd_device_endpoint_transfersize()
306 …tor (struct usb_device_instance *device, int port, int configuration, int interface, int alternate… in usbd_device_endpoint_descriptor()
/third_party/skia/third_party/externals/tint/tools/src/list/
Dlist.go32 Set(i int, v interface{})
35 Append(v interface{})
52 func Wrap(s interface{}) List {
/third_party/typescript/tests/cases/compiler/
DinterfaceNaming1.ts2 interface interface{ } interface
/third_party/uboot/u-boot-2020.01/net/
Dmdio-uclass.c119 phy_interface_t interface) in dm_mdio_phy_connect()
130 phy_interface_t interface) in dm_eth_connect_phy_handle()
177 phy_interface_t interface; in dm_eth_phy_connect() local
/third_party/boringssl/src/util/
Dconvert_wycheproof.go40 func sortedKeys(m map[string]interface{}) []string {
49 func printAttribute(w io.Writer, key string, valueI interface{}, isInstruction bool) error {

12345678910>>...18