Searched +full:- +full:- +full:enable +full:- +full:websockets (Results 1 – 25 of 61) sorted by relevance
123
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| D | linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| D | non-native.yml | 3 # SPDX-License-Identifier: curl 5 name: non-native 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' [all …]
|
| D | windows.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| D | torture.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' 18 - 'appveyor.*' [all …]
|
| D | linux32.yml | 3 # SPDX-License-Identifier: curl 5 name: Linux 32-bit 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' [all …]
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi 46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; } [all …]
|
| /external/python/bumble/examples/ |
| D | run_vcp_renderer.py | 1 # Copyright 2021-2024 Google LLC 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # ----------------------------------------------------------------------------- 17 # ----------------------------------------------------------------------------- 23 import websockets 53 def dumps_volume_state(volume_setting: int, muted: int, change_counter: int) -> str: 63 # ----------------------------------------------------------------------------- 64 async def main() -> None: 66 print('Usage: run_vcp_renderer.py <config-file>' '<transport-spec-for-device>') 79 # Add "placeholder" services to enable Android LEA features. [all …]
|
| D | run_hfp_gateway.py | 1 # Copyright 2021-2022 Google LLC 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # ----------------------------------------------------------------------------- 17 # ----------------------------------------------------------------------------- 24 import websockets 39 ws: Optional[websockets.WebSocketServerProtocol] = None 44 def _default_configuration() -> hfp.AgConfiguration: 72 def send_message(type: str, **kwargs) -> None: 116 async def ws_server(ws_client: websockets.WebSocketServerProtocol, path: str): 179 # ----------------------------------------------------------------------------- [all …]
|
| D | run_avrcp.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # ----------------------------------------------------------------------------- 17 # ----------------------------------------------------------------------------- 24 import websockets 39 # ----------------------------------------------------------------------------- 44 # pylint: disable=line-too-long 58 # ----------------------------------------------------------------------------- 83 # ----------------------------------------------------------------------------- 90 # ----------------------------------------------------------------------------- 95 # ----------------------------------------------------------------------------- [all …]
|
| D | run_hid_device.py | 1 # Copyright 2021-2022 Google LLC 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # ----------------------------------------------------------------------------- 17 # ----------------------------------------------------------------------------- 23 import websockets 58 # ----------------------------------------------------------------------------- 84 ENCODING = 0x6A # 0x006A uint16 UTF-8 encoding 106 # pylint: disable=line-too-long 149 … 0x02, # . Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,Non-volatile) 155 … 0x03, # . Output (Const,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,Non-volatile) [all …]
|
| /external/cronet/net/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 33 # pretty confident that mmap-ing the index would not hurt any existing x86 35 # So enable it for x86 only for now. 45 # platform-specific code deep in //net. Nowadays, this is abstracted away and 46 # we could enable the interfaces on iOS for platform-independence. However, 52 # If fixing this, re-enable the tests in ssl_client_socket_unittest.cc and 83 …s://www.chromium.org/developers/design-documents/http-authentication/writing-a-spnego-authenticato… 453 "disk_cache/blockfile/storage_block-inl.h", 1402 # fixed, switch this to a non-public config, so NSS usage must be explicit 1410 "//third_party/fuchsia-sdk/sdk/pkg/async-loop-cpp", [all …]
|
| D | features.gni | 2 # Use of this source code is governed by a BSD-style license that can be 13 # WebSockets and socket stream code are not used when blink is not used 17 # Enable Kerberos authentication. It is disabled by default on iOS, Fuchsia 20 # TODO(fuchsia): Enable kerberos on Fuchsia when it's implemented there.
|
| /external/curl/ |
| D | configure.ac | 21 # SPDX-License-Identifier: curl 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) 94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then [all …]
|
| D | CMakeLists.txt | 21 # SPDX-License-Identifier: curl 29 # sub-projects in a larger build using `FetchContent`. To support 32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package 61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 66 # Setup package meta-data 71 # SET(PACKAGE_VERSION "-") 72 # SET(PACKAGE_STRING "curl-") 86 option(PICKY_COMPILER "Enable picky compiler options" ON) 91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF) 99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION}) [all …]
|
| /external/libwebsockets/ |
| D | CMakeLists.txt | 2 # libwebsockets - small server side websockets and web server implementation 4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com> 48 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE 61 #set(CMAKE_TOOLCHAIN_FILE contrib/cross-esp32.cmake) 98 option(LWS_WITH_DISTRO_RECOMMENDED "Enable features recommended for distro packaging" OFF) 99 option(LWS_FOR_GITOHASHI "Enable features recommended for use with gitohashi" OFF) 109 option(LWS_WITH_NETWORK "Compile with network-related code" ON) 111 option(LWS_ROLE_WS "Compile with support for websockets" ON) 118 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF) 124 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF) [all …]
|
| D | CMakeLists-implied-options.txt | 2 # libwebsockets - small server side websockets and web server implementation 4 # Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com> 30 # Workaround for ESP-IDF 32 # Otherwise the user may not be able to run configuration ESP-IDF in the first time. 34 message(STATUS "ESP-IDF enabled") 93 set(LWS_ROLE_DBUS 1) # dbus-related libs 211 message(STATUS "LWS_WITH_LWSWS --> Enabling LWS_WITH_PLUGINS and LWS_WITH_LIBUV") 246 message(STATUS "LWS_WITH_PLUGINS --> Enabling LWS_WITH_LIBUV") 326 message("You have to enable both client and server for http proxy")
|
| /external/cronet/net/websockets/ |
| D | websocket_end_to_end_test.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 // End-to-end tests for WebSocket. 74 #include "net/websockets/websocket_channel.h" 75 #include "net/websockets/websocket_event_interface.h" 76 #include "net/websockets/websocket_handshake_response_info.h" 78 #include "third_party/abseil-cpp/absl/types/optional.h" 79 #include "third_party/abseil-cpp/absl/types/variant.h" 96 static const char kEchoServer[] = "echo-with-no-extension"; 243 base::SingleThreadTaskRunner::GetCurrentDefault()->PostTask( in OnSSLCertificateError() 322 context_ = context_builder_->Build(); in InitialiseContext() [all …]
|
| /external/pigweed/pw_console/py/pw_console/ |
| D | python_logging.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 24 def all_loggers() -> Iterator[logging.Logger]: 26 manager = logging.getLogger().manager # type: ignore[attr-defined] 28 for logger_name in manager.loggerDict: # pylint: disable=no-member 34 ) -> str: 37 Example format: /tmp/pw_console_2021-05-04_151807_8hem6iyq 61 ) -> None: 66 def disable_stdout_handlers(logger: logging.Logger) -> None: 71 # pylint: disable=unidiomatic-typecheck 74 # pylint: enable=unidiomatic-typecheck [all …]
|
| /external/libwebsockets/plugins/ssh-base/include/ |
| D | lws-plugin-ssh.h | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> 50 #define SSHMO_VEOF 5 /* End-of-file character (sends EOF from the 52 #define SSHMO_VEOL 6 /* End-of-line character in addition to 54 #define SSHMO_VEOL2 7 /* Additional end-of-line character. */ 56 * control-Q). */ 57 #define SSHMO_VSTOP 9 /* Pauses output (normally control-S). */ 73 #define SSHMO_INPCK 32 /* Enable checking of parity errors. */ 79 #define SSHMO_IXON 38 /* Enable output flow control. */ 81 #define SSHMO_IXOFF 40 /* Enable input flow control. */ [all …]
|
| /external/cronet/net/test/spawned_test_server/ |
| D | base_test_server.h | 2 // Use of this source code is governed by a BSD-style license that can be 23 #include "third_party/abseil-cpp/absl/types/optional.h" 54 // Cross-signed certificate to test PKIX path building. Contains an 55 // intermediate cross-signed by an unknown root, while the client (via 56 // TestRootStore) is expected to have a self-signed version of the 78 // and rerunning net/data/ssl/scripts/generate-test-certs.sh. 104 // each containing a single, PEM-encoded X.509 certificates. The subject 123 // servers (such as WebSockets and HTTP, or HTTP and HTTPS). You must call 168 // Enable HTTP basic authentication. Currently this only works for TYPE_WS and 223 // { argument-name: argument-value, ... }
|
| /external/libwebsockets/plugins/raw-proxy/ |
| D | protocol_lws_raw_proxy.c | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> 94 free(pkt->payload); in __destroy_packet() 95 pkt->payload = NULL; in __destroy_packet() 96 pkt->len = 0; in __destroy_packet() 102 struct conn *conn = pss->conn; in destroy_conn() 104 if (conn->r[ACC]) in destroy_conn() 105 lws_ring_destroy(conn->r[ACC]); in destroy_conn() 106 if (conn->r[ONW]) in destroy_conn() 107 lws_ring_destroy(conn->r[ONW]); in destroy_conn() [all …]
|
| /external/libwebsockets/lib/plat/freertos/ |
| D | freertos-sockets.c | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> 25 #include "private-lib-core.h" 46 /* the fact we checked implies we avoided back-to-back writes */ in lws_send_pipe_choked() 47 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked() 52 || wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked() 53 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked() 59 FD_SET(wsi_eff->desc.sockfd, &writefds); in lws_send_pipe_choked() 61 n = select(wsi_eff->desc.sockfd + 1, NULL, &writefds, NULL, &tv); in lws_send_pipe_choked() 75 FD_SET(fd->fd, &readfds); in lws_poll_listen_fd() [all …]
|
| /external/cronet/net/third_party/quiche/src/quiche/balsa/ |
| D | balsa_frame.h | 2 // Use of this source code is governed by a BSD-style license that can be 86 // Clear the headers if they are non-null, even if the new headers are in set_balsa_headers() 88 headers_->Clear(); in set_balsa_headers() 92 // If set to non-null, allow 100 Continue headers before the main headers. 93 // This method is a no-op if set_use_interim_headers_callback(true) is called. 99 // Clear the headers if they are non-null, even if the new headers are in set_continue_headers() 101 continue_headers_->Clear(); in set_continue_headers() 123 // Clear the trailer if it is non-null, even if the new trailer is in set_balsa_trailer() 125 trailer_->Clear(); in set_balsa_trailer() 215 // For websockets and possibly other uses, we suspend the usual expectations [all …]
|
| /external/curl/lib/ |
| D | curl_config.h.in | 3 /* Ignore c-ares deprecation warnings */ 6 /* to enable curl debug memory tracking */ 21 /* disable alt-svc */ 63 /* disable headers-api */ 66 /* disable alt-svc */ 87 /* to disable --libcurl C code generation option */ 114 /* disable progress-meter */ 153 /* enable debug build options */ 305 /* Define to 1 if you have a working glibc-style strerror_r function. */ 314 /* if you have GSS-API libraries */ [all …]
|
123