Home
last modified time | relevance | path

Searched defs:ports (Results 1 – 25 of 57) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-worker-message-event.js13 lastEventId: '', source: null, ports: [] property
20 lastEventId: '', source: null, ports: [] property
27 lastEventId: '0', source: null, ports: [] property
34 lastEventId: 'foo', source: null, ports: [] property
41 lastEventId: 'foo', source: dummyPort, ports: [] property
45 ['message', { ports: [dummyPort], source: null }], property
48 lastEventId: '', source: null, ports: [dummyPort] property
55 type, data, origin, lastEventId, source, ports field
74 new MessageEvent('message', { ports: 0 }); property
79 new MessageEvent('message', { ports: [ null ] }); property
[all …]
Dtest-worker-message-port-move.js37 port.onmessage = function({ data, ports }) { field
Dtest-dgram-exclusive-implicit-bind.js44 const ports = {}; constant
/third_party/node/lib/internal/per_context/
Dmessageport.js7 constructor(data, target, type, ports) { argument
19 exports.emitMessage = function(data, ports, type) { argument
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.h59 struct usb_port ports[0]; member
61 struct usb_port ports[USB_MAX_PORTS]; member
/third_party/node/test/known_issues/
Dtest-inspector-cluster-port-clash.js26 const ports = [process.debugPort]; variable
/third_party/node/deps/undici/src/lib/websocket/
Devents.js48 get ports () { getter in MessageEvent
66 ports = [] argument
73 bubbles, cancelable, data, origin, lastEventId, source, ports field
169 ports: kEnumerableProperty, property
/third_party/node/deps/undici/src/types/
Dwebsocket.d.ts100 ports?: (typeof MessagePort)[] property
108 readonly ports: ReadonlyArray<typeof MessagePort> property
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_roboswitch.c62 u16 ports; member
241 u16 ports, const u8 *addr) in wpa_driver_roboswitch_join()
287 u16 ports, const u8 *addr) in wpa_driver_roboswitch_leave()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_roboswitch.c62 u16 ports; member
241 u16 ports, const u8 *addr) in wpa_driver_roboswitch_join()
287 u16 ports, const u8 *addr) in wpa_driver_roboswitch_leave()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiPortWrapper.java72 PortInfo[] ports = mInfo.getPorts(); in findPortInfo() local
/third_party/backends/tools/
Dumax_pp.c56 char **ports; in main() local
/third_party/musl/src/network/
Dgetaddrinfo.c21 struct service ports[MAXSERVS]; in getaddrinfo() local
/third_party/pulseaudio/src/pulsecore/
Dcard.h81 pa_hashmap *ports; member
105 pa_hashmap *ports; member
Ddevice-port.c252 pa_device_port *pa_device_port_find_best(pa_hashmap *ports) in pa_device_port_find_best()
/third_party/lwip/src/netif/
Dbridgeif.c115 bridgeif_port_t *ports; member
135 bridgeif_fdb_add(struct netif *bridgeif, const struct eth_addr *addr, bridgeif_portmask_t ports) in bridgeif_fdb_add()
/third_party/node/lib/internal/worker/
Dio.js137 ports = [], property
198 ports: { property
223 return new MessageEvent(type, { data, ports }); field
/third_party/python/Doc/whatsnew/
D2.5.rst2205 .. _ports: target in Build and C API Changes
/third_party/musl/porting/linux/user/src/network/
Dgetaddrinfo.c108 struct service ports[MAXSERVS]; in getaddrinfo_ext() local
/third_party/backends/backend/
Dumax_pp.c359 umax_pp_try_ports (SANEI_Config * config, char **ports) in umax_pp_try_ports()
398 char **ports; in umax_pp_auto_attach() local
/third_party/musl/src/network/linux/
Dgetaddrinfo.c123 struct service ports[MAXSERVS]; in getaddrinfo_ext() local
/third_party/pulseaudio/src/modules/dbus/
Diface-device.c92 pa_hashmap *ports; member
666 const char **ports; in get_ports() local
689 const char **ports = NULL; in handle_get_ports() local
823 const char **ports = NULL; in handle_get_all() local
/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c942 static void update_mixer_paths(pa_hashmap *ports, const char *profile) { in update_mixer_paths()
1013 pa_hashmap *ports, in ucm_add_port_combination()
1245 pa_hashmap *ports, in ucm_add_ports_combination()
1302 pa_hashmap *ports, in pa_alsa_ucm_add_ports_combination()
2411 pa_hashmap *ports, in pa_alsa_ucm_add_ports_combination()
Dmodule-alsa-card.c142 static void add_profiles(struct userdata *u, pa_hashmap *h, pa_hashmap *ports) { in add_profiles()
707 static void prune_singleton_availability_groups(pa_hashmap *ports) { in prune_singleton_availability_groups()
/third_party/pulseaudio/src/modules/jack/
Dmodule-jack-source.c253 const char **ports = NULL, **p; in pa__init() local

123