/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 375 """Host-specific port args (Emscripten).""" 409 """Target-specific port args.""" 584 def run_browser(self, bind="127.0.0.1", port=8000): 587 url = f"http://{bind}:{port}/{relbuilddir}/python.html" 593 "--port", 594 str(port), 601 with socket.create_connection((bind, port), timeout=0.1) as s: 813 emports="build Emscripten port with embuilder (only Emscripten)",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 136 * certain fixed multicast IP address and port, and "control points" sending 316 int port = 80; /* port to send to (default is port 80) */ in subscr_addr_add_url() local 339 /* Process and remove optional port component */ in subscr_addr_add_url() 344 port = atol(delim + 1); in subscr_addr_add_url() 367 rerr = getaddrinfo(host, NULL /* fill in port ourselves */, in subscr_addr_add_url() 376 *delim = ':'; /* Restore port */ in subscr_addr_add_url() 405 a->saddr.sin_port = htons(port); in subscr_addr_add_url()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 136 * certain fixed multicast IP address and port, and "control points" sending 324 int port = 80; /* port to send to (default is port 80) */ in subscr_addr_add_url() local 352 /* Process and remove optional port component */ in subscr_addr_add_url() 357 port = atol(delim + 1); in subscr_addr_add_url() 380 rerr = getaddrinfo(host, NULL /* fill in port ourselves */, in subscr_addr_add_url() 389 *delim = ':'; /* Restore port */ in subscr_addr_add_url() 426 a->saddr.sin_port = htons(port); in subscr_addr_add_url()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source.c | 128 void pa_source_new_data_set_port(pa_source_new_data *data, const char *port) { in pa_source_new_data_set_port() argument 132 data->active_port = pa_xstrdup(port); in pa_source_new_data_set_port() 302 /* Hopefully the active port has already been assigned in the previous call in pa_source_new() 2678 pa_device_port *port; in pa_source_set_port() local 2691 if (!(port = pa_hashmap_get(s->ports, name))) in pa_source_set_port() 2694 if (s->active_port == port) { in pa_source_set_port() 2701 if (s->set_port(s, port) < 0) in pa_source_set_port() 2706 pa_log_info("Changed port of source %u \"%s\" to %s", s->index, s->name, port->name); in pa_source_set_port() 2708 s->active_port = port; in pa_source_set_port() [all...] |
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scanner_info.h | 81 std::string port; member in OHOS::Scan::final
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_service.h | 80 * @param port Indicates the port of data sms 87 int32_t SendMessage(int32_t slotId, const std::u16string desAddr, const std::u16string scAddr, uint16_t port,
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-i2s-audio.c | 178 * Then, it is sound port 0
in dw_hdmi_qp_i2s_get_dai_id() 180 if (of_ep.port == 0x2) {
in dw_hdmi_qp_i2s_get_dai_id()
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_crtc.h | 929 /** @port: OF node used by drm_of_find_possible_crtcs(). */ 930 struct device_node *port; member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-i2s-audio.c | 185 * Then, it is sound port 0 in dw_hdmi_qp_i2s_get_dai_id() 187 if (of_ep.port == 2) in dw_hdmi_qp_i2s_get_dai_id()
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/ |
H A D | usb_device_lite_cdcacm_test.h | 103 struct Serial *port; member
|
/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | component_node.h | 53 int32_t ComponentTunnelRequest(uint32_t port, int32_t omxHandleTypeTunneledComp, uint32_t tunneledPort,
|
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_type.h | 286 * @brief Defines the audio codec port capabilities. 322 } port; member
|
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/ |
H A D | deeplinkreserveconfig_fuzzer.cpp | 48 const std::string PORT_NAME = "port"; 81 reservedUri.port = strParam; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_agent_client_test/ |
H A D | app_domain_verify_agent_client_test.cpp | 143 skillUri.port = "port"; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_utils.h | 112 char* port; member
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/ |
H A D | stream_manager_test.cpp | 81 remote->port = 1002; in HWTEST_F()
|
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/ |
H A D | mdns_client.cpp | 63 if (!(IsNameValid(serviceInfo.name) && IsTypeValid(serviceInfo.type) && IsPortValid(serviceInfo.port))) { in RegisterService()
|
/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | mdns_packet_parser.h | 122 uint16_t port; member
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | exrdsp.asm | 6 ;* port to ASM by Jokyo Images support by CNC - French National Center for Cinema
|
/third_party/ffmpeg/libavformat/ |
H A D | internal.h | 501 * @param port the destination port of the media stream, 0 if unknown 509 int port, int ttl, AVFormatContext *fmt);
|
/third_party/backends/backend/ |
H A D | plustek-pp_procs.h | 86 _LOC int MiscInitPorts ( pScanData ps, int port );
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | deqp-runner.sh | 229 --port 6667 \
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
H A D | minimal-secure-streams.c | 134 "\"port\":" "443," 159 "\"port\": 80," 335 "\"port\": 80" in app_system_state_nf() 341 * port doesn't have anything that will connect to us */ in app_system_state_nf() 347 "\"port\": 999" in app_system_state_nf() 465 info.port = CONTEXT_PORT_NO_LISTEN; in main() 472 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
H A D | minimal-secure-streams.c | 88 "\"port\":" "443," 104 "\"port\":" "443," 130 "\"port\": 80," 374 info.port = CONTEXT_PORT_NO_LISTEN; in main() 379 * tcp connection to this port */ in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
H A D | minimal-secure-streams-smd.c | 49 "\"port\": 80," 281 info.port = CONTEXT_PORT_NO_LISTEN; in main() 288 * tcp connection to this port */ in main()
|