/third_party/alsa-utils/seq/aplaymidi/ |
H A D | aplaymidi.c | 72 static snd_seq_addr_t *ports; variable 150 /* Assume that ports are separated by commas. We don't use in parse_ports() 157 ports = realloc(ports, port_count * sizeof(snd_seq_addr_t)); in parse_ports() 158 check_mem(ports); in parse_ports() 160 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports() 203 * need any connections to the playback ports. But we connect to those in connect_ports() 204 * anyway to force any underlying RawMIDI ports to remain open while in connect_ports() 209 err = snd_seq_connect_to(seq, 0, ports[i].client, ports[ in connect_ports() [all...] |
H A D | arecordmidi.c | 2 * arecordmidi.c - record standard MIDI files from sequencer ports 67 static snd_seq_addr_t *ports; variable 163 /* Assume that ports are separated by commas. We don't use in parse_ports() 170 ports = realloc(ports, port_count * sizeof(snd_seq_addr_t)); in parse_ports() 171 check_mem(ports); in parse_ports() 173 err = snd_seq_parse_address(seq, &ports[port_count - 1], port_name); in parse_ports() 331 /* common information for all our ports */ in create_ports() 376 err = snd_seq_connect_from(seq, i, ports[i].client, ports[ in connect_ports() [all...] |
/third_party/node/lib/internal/worker/ |
H A D | io.js | 137 ports = [], 144 this[kPorts] = [...ports]; 149 validateMessagePort(this[kPorts][i], `init.ports[${i}]`); 198 ports: { 221 const ports = this[kCurrentlyReceivingPorts]; 223 return new MessageEvent(type, { data, ports });
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-text.c | 105 static void append_port_list(pa_strbuf *s, pa_hashmap *ports) { in append_port_list() argument 109 pa_assert(ports); in append_port_list() 111 if (pa_hashmap_isempty(ports)) in append_port_list() 115 PA_HASHMAP_FOREACH(p, ports, state) { in append_port_list() 181 append_port_list(s, card->ports); in pa_card_list_to_string() 289 append_port_list(s, sink->ports); in pa_sink_list_to_string() 400 append_port_list(s, source->ports); in pa_source_list_to_string()
|
H A D | card.h | 81 pa_hashmap *ports; member 105 pa_hashmap *ports; member
|
H A D | source.c | 74 data->ports = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func, NULL, (pa_free_cb_t) pa_device_port_unref); in pa_source_new_data_init() 140 if (data->ports) in pa_source_new_data_done() 141 pa_hashmap_free(data->ports); in pa_source_new_data_done() 232 pa_device_port *p = pa_device_port_find_best(data->ports); in pa_source_new() 292 s->ports = data->ports; in pa_source_new() 293 data->ports = NULL; in pa_source_new() 299 if ((s->active_port = pa_hashmap_get(s->ports, data->active_port))) in pa_source_new() 305 s->active_port = pa_device_port_find_best(s->ports); in pa_source_new() 769 if (s->ports) in source_free() [all...] |
H A D | device-port.h | 94 pa_device_port *pa_device_port_find_best(pa_hashmap *ports);
|
/third_party/node/test/known_issues/ |
H A D | test-inspector-cluster-port-clash.js | 26 const ports = [process.debugPort]; 35 ports.push(message.debugPort); 53 // Block one of the ports with a listening socket.
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiPortWrapper.java | 72 PortInfo[] ports = mInfo.getPorts(); in findPortInfo() 73 for (PortInfo portInfo : ports) { in findPortInfo()
|
/third_party/node/test/parallel/ |
H A D | test-worker-message-port.js | 37 assert.deepStrictEqual(message.ports, []); 166 // Test MessageEvent#ports 171 assert.strictEqual(ev.ports.length, 1); 172 assert.strictEqual(ev.ports[0].constructor, MessagePort);
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-net_id.c | 66 * PCI ethernet multi-function card with 2 ports: 150 /* kernel provided port index for multiple ports on a single PCI function */ in dev_pci_onboard() 203 /* kernel provided port index for multiple ports on a single PCI function */ in dev_pci_slot() 299 char *ports; in names_usb() local 314 ports = s+1; in names_usb() 316 s = strchr(ports, ':'); in names_usb() 329 s = ports; in names_usb() 333 l = strpcpyl(&s, sizeof(names->usb_ports), "u", ports, NULL); in names_usb()
|
/third_party/libcoap/examples/lwip/ |
H A D | Makefile | 117 # lwip and coap opts (include early to shadow the lwip-contrib/ports/unix/proj/minimal/ file and any ../../config.h) 123 -Ilwip-contrib/ports/unix/port/include/ \ 124 -Ilwip-contrib/ports/unix/proj/minimal/ 129 vpath %.c lwip/src/core/ lwip-contrib/ports/unix/proj/minimal/ \ 130 lwip/src/netif/ lwip/src/core/ipv4/ lwip-contrib/ports/unix/port/ \ 131 lwip-contrib/ports/unix/port/netif/
|
/third_party/selinux/libsepol/src/ |
H A D | port_internal.h | 5 #include <sepol/ports.h>
|
/third_party/backends/backend/ |
H A D | umax_pp.c | 359 umax_pp_try_ports (SANEI_Config * config, char **ports) in umax_pp_try_ports() argument 364 if (ports != NULL) in umax_pp_try_ports() 368 while (ports[i] != NULL) in umax_pp_try_ports() 372 DBG (3, "umax_pp_try_ports: trying port `%s'\n", ports[i]); in umax_pp_try_ports() 373 rc = umax_pp_attach (config, ports[i]); in umax_pp_try_ports() 376 ports[i]); in umax_pp_try_ports() 380 ports[i]); in umax_pp_try_ports() 382 free (ports[i]); in umax_pp_try_ports() 385 free (ports); in umax_pp_try_ports() 398 char **ports; in umax_pp_auto_attach() local [all...] |
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 188 ports: Optional[pathlib.PurePath] 229 ports=None, 283 ports=EMSCRIPTEN_ROOT / "embuilder", variable 311 ports=None, variable 624 """Pre-build emscripten ports.""" 626 if platform.ports is None or platform.cc is None: 627 raise ValueError("Need ports and CC command") 629 embuilder_cmd = [os.fspath(platform.ports)] 870 # build Emscripten ports with embuilder
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 75 snd_pcm_ladspa_array_t ports; member 316 free(eps->ports.array); in snd_pcm_ladspa_free_eps() 434 err = snd_pcm_ladspa_add_to_array(&eps->ports, idx1, port); in snd_pcm_ladspa_connect_plugin1() 481 err = snd_pcm_ladspa_add_to_array(&eps->ports, 0, port); in snd_pcm_ladspa_connect_plugin_duplicate1() 716 assert(instance->input.ports.array[idx] != NO_ASSIGN); in snd_pcm_ladspa_allocate_memory() 722 assert(instance->output.ports.array[idx] != NO_ASSIGN); in snd_pcm_ladspa_allocate_memory() 888 instance->desc->connect_port(instance->handle, instance->input.ports.array[idx], data); in snd_pcm_ladspa_write_areas() 897 instance->desc->connect_port(instance->handle, instance->output.ports.array[idx], data); in snd_pcm_ladspa_write_areas() 949 instance->desc->connect_port(instance->handle, instance->input.ports.array[idx], data); in snd_pcm_ladspa_read_areas() 958 instance->desc->connect_port(instance->handle, instance->output.ports in snd_pcm_ladspa_read_areas() [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 260 pa_assert_se(port = pa_hashmap_get(u->card->ports, u->output_port_name)); in connect_ports() 261 pa_assert_se(pa_hashmap_put(sink_new_data->ports, port->name, port) >= 0); in connect_ports() 266 pa_assert_se(port = pa_hashmap_get(u->card->ports, u->input_port_name)); in connect_ports() 267 pa_assert_se(pa_hashmap_put(source_new_data->ports, port->name, port) >= 0); in connect_ports() 1926 static void create_card_ports(struct userdata *u, pa_hashmap *ports) { in create_card_ports() argument 1933 pa_assert(ports); in create_card_ports() 2011 pa_assert_se(pa_hashmap_put(ports, port->name, port) >= 0); in create_card_ports() 2022 pa_assert_se(pa_hashmap_put(ports, port->name, port) >= 0); in create_card_ports() 2027 static pa_card_profile *create_card_profile(struct userdata *u, pa_bluetooth_profile_t profile, pa_hashmap *ports) { in create_card_profile() argument 2035 pa_assert_se(input_port = pa_hashmap_get(ports, in create_card_profile() [all...] |
/third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/resources/ |
H A D | worker.js | 35 let port = e.ports[0];
|
/third_party/lwip/test/fuzz/ |
H A D | Makefile | 41 include $(CONTRIBDIR)/ports/unix/Common.mk
|
/third_party/selinux/libsepol/include/sepol/ |
H A D | sepol.h | 24 #include <sepol/ports.h>
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 283 up = hub->ports + port - 1; in uhub_tt_buffer_reset_async_locked() 338 up = udev->hub->ports + x; in uhub_reset_tt_callback() 373 * This function counts the number of active ports at the given speed. 395 up = hub->ports + x; in uhub_count_active_host_ports() 670 udev->hub->ports + portno - 1); in uhub_reattach_port() 946 udev->hub->ports + portno - 1); in uhub_suspend_resume_port() 1087 up = hub->ports + x; in uhub_explore() 1337 /* get number of ports */ in uhub_attach() 1346 /* check number of ports */ in uhub_attach() 1348 DPRINTFN(0, "Invalid number of USB 2.0 ports," in uhub_attach() [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.h | 238 const char *availability_group; /**< An indentifier for the group of ports that share their availability status with 241 * that something was plugged in but not what exactly. In this situation the ports for 244 * in. Such applications should get a list of all card ports and compare their 255 * Since one group can include both input and output ports, the grouping should be done 288 pa_sink_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports. \since 0.9.16 */ member 342 const char *availability_group; /**< An indentifier for the group of ports that share their availability status with 345 * that something was plugged in but not what exactly. In this situation the ports for 348 * in. Such applications should get a list of all card ports and compare their 360 * Since one group can include both input and output ports, th 393 pa_source_port_info** ports; /**< Array of available ports, or NULL. Array is terminated by an entry set to NULL. The number of entries is stored in n_ports. \\since 0.9.16 */ global() member 613 pa_card_port_info **ports; /**< Array of pointers to ports, or NULL. Array is terminated by an entry set to NULL. */ global() member [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.h | 95 u8 ports; member
|
/third_party/lwip/src/include/netif/ |
H A D | bridgeif.h | 73 /** Maximum number of ports in the bridge (ports are stored in an array, this 96 err_t bridgeif_fdb_add(struct netif *bridgeif, const struct eth_addr *addr, bridgeif_portmask_t ports);
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-inno-usb3.c | 147 struct rockchip_u3phy_port ports[U3PHY_PORT_NUM];
member 243 u3phy_port = &u3phy->ports[index];
in rockchip_u3phy_usb2_only_write() 262 u3phy_port = &u3phy->ports[index];
in rockchip_u3phy_usb2_only_write() 517 if (phy_np == u3phy->ports[index].phy->dev.of_node) {
in rockchip_u3phy_xlate() 518 u3phy_port = &u3phy->ports[index];
in rockchip_u3phy_xlate() 893 struct rockchip_u3phy_port *u3phy_port = &u3phy->ports[index];
in rockchip_u3phy_probe()
|