| /third_party/grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: srv-ipv4-single-target 28 _grpclb._tcp.srv-ipv4-single-target: [all …]
|
| D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # This file is auto-generated 28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 29 argp.add_argument('--test_bin_path', default=None, type=str, 31 argp.add_argument('--dns_server_bin_path', default=None, type=str, 33 argp.add_argument('--records_config_path', default=None, type=str, 36 argp.add_argument('--dns_server_port', default=None, type=int, 38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 67 '--server_host', '127.0.0.1', [all …]
|
| /third_party/node/test/common/ |
| D | README.md | 7 * [ArrayStream module](#arraystream-module) 8 * [Benchmark module](#benchmark-module) 9 * [Common module API](#common-module-api) 10 * [Countdown module](#countdown-module) 11 * [CPU Profiler module](#cpu-profiler-module) 12 * [DNS module](#dns-module) 13 * [Duplex pair helper](#duplex-pair-helper) 14 * [Environment variables](#environment-variables) 15 * [Fixtures module](#fixtures-module) 16 * [Heap dump checker module](#heap-dump-checker-module) [all …]
|
| /third_party/python/Doc/library/ |
| D | socket.rst | 1 :mod:`socket` --- Low-level networking interface 5 :synopsis: Low-level networking interface. 9 -------------- 22 call and library interface for sockets to Python's object-oriented style: the 24 the various socket system calls. Parameter types are somewhat higher-level than 40 --------------- 49 - The address of an :const:`AF_UNIX` socket bound to a file system node 52 Linux's abstract namespace is returned as a :term:`bytes-like object` with 56 bytes-like object can be used for either type of address when 60 Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8 [all …]
|
| D | asyncio-eventloop.rst | 11 ------------------------------------ 19 Application developers should typically use the high-level asyncio functions, 22 of lower-level code, libraries, and frameworks, who need finer control over 27 The following low-level functions can be used to get, set, or create 66 :ref:`setting a custom event loop policy <asyncio-policies>`. 90 .. _asyncio-event-loop: 95 Event loops have **low-level** APIs for the following: 188 An optional keyword-only *context* argument allows specifying a 195 This method is not thread-safe. 199 A thread-safe variant of :meth:`call_soon`. Must be used to [all …]
|
| /third_party/toybox/generated/ |
| D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support… 11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be … 15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support." 17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 35 …--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm… 43 …-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n… 45 …-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF… 51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command… [all …]
|
| /third_party/grpc/src/proto/grpc/channelz/ |
| D | channelz.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // https://github.com/grpc/proposal/blob/master/A14-channelz.md 20 // https://github.com/grpc/grpc-proto/blob/master/grpc/channelz/v1/channelz.proto 84 // https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md 103 // The target this channel originally tried to connect to. May be absent 104 string target = 2; field 113 // The number of calls that have completed with a non-OK status 198 // Server represents a single server. There may be multiple servers in a single 220 // The number of incoming calls that have a completed with a non-OK status 227 // Information about an actual connection. Pronounced "sock-ay". [all …]
|
| /third_party/boost/libs/beast/example/http/server/fast/ |
| D | http_server_fast.cpp | 10 //------------------------------------------------------------------------------ 14 //------------------------------------------------------------------------------ 55 if(iequals(ext, ".swf")) return "application/x-shockwave-flash"; in mime_type() 56 if(iequals(ext, ".flv")) return "video/x-flv"; in mime_type() 116 // The string-based response message. 119 // The string-based response serializer. 122 // The file-based response message. 125 // The file-based response serializer. 161 // forwarded to the message object. A single argument in read_request() 181 process_request(parser_->get()); in read_request() [all …]
|
| /third_party/curl/lib/ |
| D | curl_setup.h | 10 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 38 * Define WIN32 when build target is Win32 API 70 * Include configuration script results or hand-crafted 81 # include "config-win32ce.h" 84 # include "config-win32.h" 89 # include "config-mac.h" 93 # include "config-riscos.h" 97 # include "config-amigaos.h" 101 # include "config-os400.h" 105 # include "config-tpf.h" [all …]
|
| /third_party/lwip/doc/doxygen/ |
| D | main_page.h | 9 * - low-level "core" / "callback" or @ref callbackstyle_api. 10 * - higher-level @ref sequential_api. 11 * - BSD-style @ref socket. 39 * in a single execution context. 43 * Non thread-safe APIs, callback style for maximum performance and minimum 57 * The raw API (sometimes called native API) is an event-driven API designed 58 * to be used without an operating system that implements zero-copy send and 63 * @defgroup sequential_api Sequential-style APIs 65 * Sequential-style APIs, blocking functions. More overhead, but can be called 69 * model of execution is based on the blocking open-read-write-close [all …]
|
| /third_party/lwip/ |
| D | CHANGELOG | 7 * [Enter new changes just after this line - do not remove this line] 9 (STABLE-2.1.2): 13 2018-11-21: Jens Nielsen 16 2018-11-19: Dirk Ziegelmeier 19 2018-11-12: Simon Goldschmidt 22 2018-11-12: Simon Goldschmidt 25 (STABLE-2.1.1): 29 2018-11-01: Joan Lledó 32 2018-11-01: Dirk Ziegelmeier 35 2018-10-23: David Girault [all …]
|
| /third_party/lwip/src/apps/snmp/ |
| D | snmp_core.c | 33 * Martin Hentschel <info@cl-soft.de> 41 * (lwip-contrib/apps/LwipMibCompiler).\n 45 * Rewritten by Martin Hentschel <info@cl-soft.de> and 52 * --------- 53 * - SNMPv2c support. 54 * - SNMPv3 support (a port to ARM mbedtls is provided, LWIP_SNMP_V3_MBEDTLS option). 55 * - Low RAM usage - no memory pools, stack only. 56 * - MIB2 implementation is separated from SNMP stack. 57 * - Support for multiple MIBs (snmp_set_mibs() call) - e.g. for private MIB. 58 * - Simple and generic API for MIB implementation. [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/runner/ |
| D | flutter_command.dart | 2 // Use of this source code is governed by a BSD-style license that can be 55 …/// https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#timin… 59 /// Optional epoch time when the command's non-interactive wait time is 85 static const String kExtraFrontEndOptions = 'extra-front-end-options'; 86 static const String kExtraGenSnapshotOptions = 'extra-gen-snapshot-options'; 87 static const String kEnableExperiment = 'enable-experiment'; 88 static const String kFileSystemRoot = 'filesystem-root'; 89 static const String kFileSystemScheme = 'filesystem-scheme'; 93 /// The currently executing command (or sub-command). 95 /// Will be `null` until the top-most command has begun execution. [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| D | hostapd.conf | 6 # Note: This attribute can be overridden by the values supplied with the '-i' 37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all 54 logger_syslog=-1 56 logger_stdout=-1 73 # run as non-root users. However, since the control interface can be used to 76 # want to allow non-root users to use the contron interface, add a new group 90 # (double quoted string, hexdump, printf-escaped string) 95 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding 98 # Country code (ISO/IEC 3166-1). Used to set regulatory domain. 117 # Annex E, Table E-4 (Global operating classes) [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| D | hostapd.conf | 6 # Note: This attribute can be overridden by the values supplied with the '-i' 37 # Module bitfield (ORed bitfield of modules that will be logged; -1 = all 54 logger_syslog=-1 56 logger_stdout=-1 73 # run as non-root users. However, since the control interface can be used to 76 # want to allow non-root users to use the contron interface, add a new group 90 # (double quoted string, hexdump, printf-escaped string) 95 # UTF-8 SSID: Whether the SSID is to be interpreted using UTF-8 encoding 98 # Country code (ISO/IEC 3166-1). Used to set regulatory domain. 117 # Annex E, Table E-4 (Global operating classes) [all …]
|
| /third_party/curl/docs/ |
| D | KNOWN_BUGS | 15 1.2 Multiple methods in a single WWW-Authenticate: header 18 1.5 Expect-100 meets 417 42 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses 46 4.1 -J and -O with %-encoded file names 47 4.2 -J with -C - fails 48 4.3 --retry and transfer timeouts 52 5.2 curl-config --libs contains private details 55 5.5 can't handle Unicode arguments in non-Unicode builds on Windows 60 5.11 configure --with-gssapi with Heimdal is ignored on macOS 69 6.6 libcurl can fail to try alternatives with --proxy-any [all …]
|
| /third_party/Linux_Kernel/ |
| D | README | 10 Linus Torvalds with assistance from a loosely-knit team of hackers across 11 the Net. It aims towards POSIX and Single UNIX Specification compliance. 13 It has all the features you would expect in a modern fully-fledged Unix, 15 loading, shared copy-on-write executables, proper memory management, 16 and multistack networking including IPv4 and IPv6. 18 It is distributed under the GNU General Public License - see the 23 Although originally developed first for 32-bit x86-based PCs (386 or higher), 26 IBM S/390, MIPS, HP PA-RISC, Intel IA-64, DEC VAX, AMD x86-64, AXIS CRIS, 29 Linux is easily portable to most general-purpose 32- or 64-bit architectures 35 userspace application - this is called UserMode Linux (UML). [all …]
|
| /third_party/node/deps/cares/src/ |
| D | ares_init.c | 3 * Copyright (C) 2007-2013 by Daniel Stenberg 99 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \ 100 x->nservers > -1 && \ 101 x->ndomains > -1 && \ 102 x->ndots > -1 && x->timeout > -1 && \ 103 x->tries > -1) 133 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options() 146 channel->flags = -1; in ares_init_options() 147 channel->timeout = -1; in ares_init_options() 148 channel->tries = -1; in ares_init_options() [all …]
|
| /third_party/cares/ |
| D | ares_init.c | 3 * Copyright (C) 2007-2013 by Daniel Stenberg 99 #define ARES_CONFIG_CHECK(x) (x->lookups && x->nsort > -1 && \ 100 x->nservers > -1 && \ 101 x->ndomains > -1 && \ 102 x->ndots > -1 && x->timeout > -1 && \ 103 x->tries > -1) 133 return ARES_ENOTINITIALIZED; /* LCOV_EXCL_LINE: n/a on non-WinSock */ in ares_init_options() 146 channel->flags = -1; in ares_init_options() 147 channel->timeout = -1; in ares_init_options() 148 channel->tries = -1; in ares_init_options() [all …]
|
| D | CHANGES | 1 Changelog for the c-ares project. Generated with git2changes.pl 6 - c-ares 1.16.1 release prep 8 - update travis to use xcode11.4 10 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called 13 it would result in an invalid read and double-free due to calling end_hquery() twice. 18 - [shelley vohr brought this change] 32 - travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable. 34 - travis: bump macos image to the latest 36 - cast-align warnings are false for struct sockaddr, silence 38 Create a macro to silence false cast-align warnings when casting [all …]
|
| /third_party/openssl/doc/man1/ |
| D | s_client.pod | 5 openssl-s_client, 6 s_client - SSL/TLS client program 11 [B<-help>] 12 [B<-connect host:port>] 13 [B<-bind host:port>] 14 [B<-proxy host:port>] 15 [B<-unix path>] 16 [B<-4>] 17 [B<-6>] 18 [B<-servername name>] [all …]
|
| /third_party/boost/doc/html/boost_asio/overview/networking/ |
| D | protocols.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 22 <div class="spirit-nav"> 31 Boost.Asio provides off-the-shelf support for the internet protocols TCP, 53 The list of endpoints obtained above could contain both IPv4 and IPv6 endpoints, 58 To simplify the development of protocol-independent programs, TCP clients 62 connected. For example, a single call: 190 …a>, <a class="link" href="../../tutorial/tutdaytime1.html" title="Daytime.1 - A synchronous TCP da… 197 <td align="right"><div class="copyright-footer">Copyright © 2003-2020 Christopher M. 200 …file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http:… 205 <div class="spirit-nav">
|
| /third_party/musl/ |
| D | WHATSNEW | 1 0.5.0 - initial release 5 0.5.9 - signal ABI bugfix, various cleanup and fixes: 25 many internal improvements have been made to the syscall-related code 30 0.6.0 - x86_64 port, various important bugs fixed 48 0.7.0 - major improvements to posix conformance and completeness 61 malloc(0) now returns a non-null pointer. 64 hanging), and non-default-type mutex behavior. 67 libgcc with dwarf2 unwind support, and possibly other low-level tools. 69 improved musl-gcc compiler wrapper. 76 0.7.1 - improvements to completeness, bug fixes [all …]
|
| /third_party/boost/doc/html/boost_asio/ |
| D | net_ts.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 22 <div class="spirit-nav"> 397 …The service-related functionality has been moved to the <code class="computeroutput">execution_con… 483 …<code class="computeroutput">handler_type</code> and single parameter <code class="computeroutput"… 488 …The <code class="computeroutput">async_result</code> trait is now the single point of customisation 557 for single buffers 562 … <code class="computeroutput">buffer_size</code> is not deprecated for single buffers as 713 overloads that take a single iterator 735 overloads that take a single iterator 1096 IPv4 network addresses using CIDR notation. [all …]
|
| /third_party/boost/libs/asio/doc/ |
| D | reference.qbk | 2 / Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) 94 Construct to point to the same target as another any_executor. 106 [Execute the function on the target executor. ] 111 [Determine whether the wrapper has a target executor. ] 146 [[link boost_asio.reference.execution__any_executor.target [*target]]] 147 [Get a pointer to the target executor. ] 152 [Get the type of the target executor. ] 296 Default handler invocation hook used for non-const function objects. 316 …g the same method as the final handler. This is required to ensure that user-defined objects are n… 325 If necessary, the default implementation makes a copy of the function object so that the non-const … [all …]
|