/third_party/libsoup/tests/ |
D | uri-parsing-test.c | 1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ 3 #include "test-utils.h" 15 { "ftp://user@host/path", "ftp://user@host/path", NULL, 16 { "ftp", "user", NULL, "host", 21, "/path", NULL, NULL } }, 17 { "ftp://user@host:9999/path", "ftp://user@host:9999/path", NULL, 18 { "ftp", "user", NULL, "host", 9999, "/path", NULL, NULL } }, 19 { "ftp://user:password@host/path", "ftp://user@host/path", NULL, 20 { "ftp", "user", "password", "host", 21, "/path", NULL, NULL } }, 21 { "ftp://user:password@host:9999/path", "ftp://user@host:9999/path", NULL, 22 { "ftp", "user", "password", "host", 9999, "/path", NULL, NULL } }, [all …]
|
/third_party/glib/glib/tests/ |
D | uri.c | 1 /* GLIB - Library of useful routines for C programming 2 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 19 * Modified by the GLib Team and others 1997-2000. See the AUTHORS 71 { "/-_.!~*'()", NULL, "file:///-_.!~*'()", 0 }, 85 { "/", "0123456789-", NULL, G_CONVERT_ERROR_ILLEGAL_SEQUENCE}, 142 /* Accept also the old Netscape drive-letter-and-vertical bar convention */ 155 { "file://-_.!~*'()/", NULL, NULL, G_CONVERT_ERROR_BAD_URI}, 246 return (*a - *b); in safe_strcmp_filename() 248 return (*a - *b); in safe_strcmp_filename() 305 "# urn:isbn:0-201-08372-8\r\n" in run_uri_list_tests() [all …]
|
/third_party/libunwind/ |
D | .travis.yml | 5 - HOST=x86_64-linux-gnu 6 - HOST=x86-linux-gnu 7 - HOST=arm-linux-gnueabihf 8 - HOST=aarch64-linux-gnu 9 - HOST=mipsel-linux-gnu 11 #- HOST=powerpc64-linux-gnu 13 linux-s390x: &linux-s390x 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu 18 - autoreconf -i 19 - ./configure [all …]
|
/third_party/ltp/testcases/kernel/mce-test/kvm/ |
D | README | 12 ---------------- 16 host/* 17 Contains host test scripts, which drive test procedure on host system. 22 ---------------- 29 * mce-inject 32 * page-types: 34 source (2.6.32 or newer, $KERNEL_SRC/Documentation/vm/page-types.c). 48 * (optionally) ssh-keygen 52 --------------- 53 - Start a process in the guest OS, get a virtual address from guest OS [all …]
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.min.js | 1 /** @license URI.js v4.4.0 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */ 2 …-1);for(var t=r.length-1,o=1;o<t;++o)r[o]=r[o].slice(1,-1);return r[t]=r[t].slice(1),r.join("")}re… class
|
/third_party/node/test/parallel/ |
D | test-url-parse-format.js | 17 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h': { 20 host: 'evil-phisher', property 21 hostname: 'evil-phisher', 25 href: 'http://evil-phisher/foo.html#h%5Ca%5Cs%5Ch' 28 'http:\\\\evil-phisher\\foo.html?json="\\"foo\\""#h\\a\\s\\h': { 31 host: 'evil-phisher', property 32 hostname: 'evil-phisher', 38 href: 'http://evil-phisher/foo.html?json=%22%5C%22foo%5C%22%22#h%5Ca%5Cs%5Ch' 41 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h?blarg': { 44 host: 'evil-phisher', property [all …]
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_CONNECT_TO.3 | 8 .\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 25 CURLOPT_CONNECT_TO \- Connect to a specific host and port instead of the URL's host and port 41 HOST:PORT:CONNECT-TO-HOST:CONNECT-TO-PORT where HOST is the host of the 42 request, PORT is the port of the request, CONNECT-TO-HOST is the host name to 43 connect to, and CONNECT-TO-PORT is the port to connect to. 45 The first string that matches the request's host and port is used. 47 Dotted numerical IP addresses are supported for HOST and CONNECT-TO-HOST. 50 Any of the four values may be empty. When the HOST or PORT is empty, the host 51 or port will always match (the request's host or port is ignored). 52 When CONNECT-TO-HOST or CONNECT-TO-PORT is empty, the "connect to" feature [all …]
|
/third_party/nghttp2/src/includes/nghttp2/ |
D | asio_http2_client.h | 2 * nghttp2 - HTTP/2 C Library 51 // Returns content-length. -1 if it is unknown. 104 // Returns method (e.g., GET). 147 // Starts HTTP/2 session by connecting to |host| and |service| 148 // (e.g., "80") using clear text TCP connection with connect timeout 150 session(boost::asio::io_service &io_service, const std::string &host, 156 const std::string &host, const std::string &service); 158 // Starts HTTP/2 session by connecting to |host| and |service| 159 // (e.g., "80") using clear text TCP connection with given connect 161 session(boost::asio::io_service &io_service, const std::string &host, [all …]
|
/third_party/libffi/m4/ |
D | ax_enable_builddir.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_enable_builddir.html 7 # AX_ENABLE_BUILDDIR [(dirstring-or-command [,Makefile.mk [,-all]])] 12 # configure-files into a subdir and let the configure steps continue 13 # there. We provide an option --disable-builddir to suppress the move into 18 # $1 = $host (overridden with $HOST) 20 # $3 = -all 25 # rule-targets, each extended with a default rule-execution that recurses 26 # into the build directory of the current "HOST". You can override the 27 # auto-detection through `config.guess` and build-time of course, as in 29 # make HOST=i386-mingw-cross [all …]
|
/third_party/curl/docs/cmdline-opts/ |
D | connect-to.d | 1 Long: connect-to 3 Help: Connect to host 5 See-also: resolve header 7 --- 10 This option is suitable to direct requests at a specific server, e.g. at a 13 used for TLS/SSL (e.g. SNI, certificate verification) or for the application 15 host/port". "HOST2" and "PORT2" may also be the empty string, meaning "use the 16 request's original host/port". 18 A "host" specified to this option is compared as a string, so it needs to 20 "127.0.0.1" or the full host name such as "example.org".
|
/third_party/nghttp2/src/ |
D | shrpx_worker.cc | 2 * nghttp2 - HTTP/2 C Library 49 auto worker = static_cast<Worker *>(w->data); in eventcb() 50 worker->process_events(); in eventcb() 56 auto worker = static_cast<Worker *>(w->data); in mcpool_clear_cb() 57 if (worker->get_worker_stat()->num_connections != 0) { in mcpool_clear_cb() 60 auto mcpool = worker->get_mcpool(); in mcpool_clear_cb() 61 if (mcpool->freelistsize == mcpool->poolsize) { in mcpool_clear_cb() 62 worker->get_mcpool()->clear(); in mcpool_clear_cb() 69 auto worker = static_cast<Worker *>(w->data); in proc_wev_cb() 70 worker->process_events(); in proc_wev_cb() [all …]
|
D | shrpx_config.cc | 2 * nghttp2 - HTTP/2 C Library 54 #include "url-parser/url_parser.h" 118 int split_host_port(char *host, size_t hostlen, uint16_t *port_ptr, in split_host_port() argument 120 // host and port in |hostport| is separated by single ','. in split_host_port() 123 LOG(ERROR) << opt << ": Invalid host, port: " << hostport; in split_host_port() 124 return -1; in split_host_port() 126 size_t len = sep - std::begin(hostport); in split_host_port() 129 return -1; in split_host_port() 131 std::copy(std::begin(hostport), sep, host); in split_host_port() 132 host[len] = '\0'; in split_host_port() [all …]
|
/third_party/node/deps/npm/node_modules/aws4/ |
D | aws4.js | 8 // http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html 20 return urlEncodedString.replace(/[!'()*]/g, function(c) { 25 // request: { path | body, [host], [method], [headers], [service], [region] } 32 hostParts = this.matchHost(request.hostname || request.host || headers.Host || headers.host) 38 this.region = request.region || hostParts[1] || 'us-east-1' 46 if (!headers.Host && !headers.host) { 47 headers.Host = request.hostname || request.host || this.createHost() 51 headers.Host += ':' + request.port 53 if (!request.hostname && !request.host) 54 request.hostname = headers.Host || headers.host [all …]
|
/third_party/python/Lib/ |
D | nturl2path.py | 3 This module only exists to provide OS-specific code 9 """OS-specific conversion from a relative URL of the 'file' scheme 11 # e.g. 23 # path is something like ////host/path/on/remote/host 24 # convert this to \\host\path\on\remote\host 28 # make sure not to convert quoted slashes :-) 31 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters: 34 drive = comp[0][-1].upper() 40 # Issue #11474 - handing url such as |c/| 46 """OS-specific conversion from a file system path to a relative URL [all …]
|
/third_party/grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 9 * Channel connection to a particular host is established at the time of 11 to the same host. 12 * If the underlying connection to the remote host is broken, the channel is 16 * The network interface is no longer available, e.g. WiFi or cellular 18 * The underlying TCP connection is no longer valid, e.g. WiFi connects to 19 another hotspot, cellular data switched from LTE to 4G, etc; 20 * A network interface more preferable by the OS is valid, e.g. WiFi gets 23 next call to the same host, but only after a certain backoff period (see 25 [doc](https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md)). 26 During the backoff period, any call to the same host will wait until the [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_negative.cpp | 2 // Copyright 2006-2012 Adobe Systems Incorporated 135 dng_metadata::dng_metadata (dng_host &host) in dng_metadata() argument 141 , fExif (host.Make_dng_exif ()) in dng_metadata() 148 , fXMP (host.Make_dng_xmp ()) in dng_metadata() 172 return ptr.Get () ? ptr->Clone () : NULL; in CloneAutoPtr() 182 return ptr.Get () ? ptr->Clone (u) : NULL; in CloneAutoPtr() 244 fXMP->SetOrientation (fBaseOrientation); in ApplyOrientation() 347 thumbDataLength.Set (thumbnail->fCompressedData->LogicalSize ()); in BuildExifBlock() 383 stream.Put (thumbnail->fCompressedData->Buffer (), in BuildExifBlock() 384 thumbnail->fCompressedData->LogicalSize ()); in BuildExifBlock() [all …]
|
/third_party/boost/libs/compute/doc/ |
D | advanced_topics.qbk | 2 Copyright (c) 2013-2015 Kyle Lutz <kyle.r.lutz@gmail.com> 15 In addition to the built-in scalar types (e.g. `int` and `float`), OpenCL 16 also provides vector data types (e.g. `int2` and `vector4`). These can be 17 used with the Boost Compute library on both the host and device. 20 `boost::compute::scalarN_` where `scalar` is a scalar data type (e.g. `int`, 25 array of `float`s on the host the device and then calculate the sum of the 27 function. The sum is transferred to the host and the centroid computed by 40 The OpenCL runtime and the Boost Compute library provide a number of built-in 72 Also see [@http://kylelutz.blogspot.com/2014/03/custom-opencl-functions-in-c-with.html 112 defined at the call-site of an algorithm. [all …]
|
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/ |
D | regexps-uri.js | 3 …const ALPHA$$ = "[A-Za-z]", CR$ = "[\\x0D]", DIGIT$$ = "[0-9]", DQUOTE$$ = "[\\x22]", HEXDIG$$ = m… 4 …" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%"… 5 …$$, SUB_DELIMS$$), UCSCHAR$$ = isIRI ? "[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDC… 6 IPRIVATE$$ = isIRI ? "[\\uE000-\\uF8FF]" : "[]", //subset 7 …-\\.\\_\\~]", UCSCHAR$$), SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*")… 21 …HOST$ = subexp(IP_LITERAL$ + "|" + IPV4ADDRESS$ + "(?!" + REG_NAME$ + ")" + "|" + REG_NAME$), PORT… 24 …HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ +… 26 NOT_SCHEME: new RegExp(merge("[^]", ALPHA$$, DIGIT$$, "[\\+\\-\\.]"), "g"), 27 NOT_USERINFO: new RegExp(merge("[^\\%\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), 28 NOT_HOST: new RegExp(merge("[^\\%\\[\\]\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), [all …]
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | set_ipv4addr | 19 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ## 35 # $1: target host to set the IPv6 address 36 # lhost - local host / rhost - remote host 39 # $4: host portion of the IPv4 address 46 # Oct 19 2005 - Created (Mitsuru Chinen) 48 #----------------------------------------------------------------------- 50 #trace_logic=${trace_logic:-"set -x"} 54 LTPROOT=${LTPROOT:-`(cd ../../../../ ; pwd)`} 61 if [ $# -ne 4 ]; then 70 # Check the host type [all …]
|
/third_party/python/Tools/msi/ |
D | uploadrelease.proj | 1 <?xml version="1.0" encoding="utf-8"?> 4 <ProjectGuid>{2D69F2AB-D5D0-4344-84B5-EF6DB34A9BC9}</ProjectGuid> 36 <Error Text="No value for Host provided" Condition="'$(Host)' == ''" /> 45 …<Exec Command=""$(GPG)" -ba -o "$(IntermediateOutputPath)\gpg\%(File.FileName)%(Fil… 55 …quot;$(PLINK)" $(User)@$(Host) mkdir %(File.CopyTo) ^&^& chgrp downloads %(File.CopyT… 56 <Exec Command=""$(PSCP)" @(File,' ') $(User)@$(Host):%(File.CopyTo)" /> 57 …<Exec Command=""$(PLINK)" $(User)@$(Host) chgrp downloads %(File.CopyTo)/*; chmod g-w,o+… 61 …quot;$(PLINK)" $(User)@$(Host) mkdir %(File.CopyTo) ^&^& chgrp downloads %(File.CopyT… 62 <Exec Command="echo "$(PSCP)" @(File,' ') $(User)@$(Host):%(File.CopyTo)" /> 63 …<Exec Command="echo "$(PLINK)" $(User)@$(Host) chgrp downloads %(File.CopyTo)/*; chmod g… [all …]
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | host_shareable_validation_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 32 Global(Source{{56, 78}}, "g", ty.Of(s), ast::StorageClass::kStorage, in TEST_F() 39 ASSERT_FALSE(r()->Resolve()); in TEST_F() 42 r()->error(), in TEST_F() 43 … R"(56:78 error: Type 'bool' cannot be used in storage class 'storage' as it is non-host-shareable in TEST_F() 45 56:78 note: while instantiating variable g)"); in TEST_F() 52 Global(Source{{56, 78}}, "g", ty.Of(s), ast::StorageClass::kStorage, in TEST_F() 59 ASSERT_FALSE(r()->Resolve()); in TEST_F() 62 r()->error(), in TEST_F() 63 …6:78 error: Type 'vec3<bool>' cannot be used in storage class 'storage' as it is non-host-shareable in TEST_F() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac 17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code 21 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 23 libjpeg-turbo, then YASM must be used when building libjpeg-turbo. 34 ARCH=`uname -m` [all …]
|
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 18 … importModuleSpecifierPreference === "non-relative" ? RelativePreference.NonRelative : 19 … importModuleSpecifierPreference === "project-relative" ? RelativePreference.ExternalNonRelative : 47 host: ModuleSpecifierResolutionHost, 50 …duleSpecifierWorker(compilerOptions, importingSourceFileName, toFileName, host, getPreferencesForU… 61 host: ModuleSpecifierResolutionHost, 64 …return getModuleSpecifierWorker(compilerOptions, importingSourceFileName, toFileName, host, getPre… 71 host: ModuleSpecifierResolutionHost, 73 const info = getInfo(importingSourceFileName, host); 74 …const modulePaths = getAllModulePaths(importingSourceFileName, nodeModulesFileName, host, compiler… 76 …modulePath => tryGetModuleNameAsExternalModule(modulePath, info, host, compilerOptions, /*packageN… [all …]
|
/third_party/grpc/src/ruby/lib/grpc/generic/ |
D | service.rb | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 # Provides behaviour used to implement schema-derived service classes. 23 # IDL-schema-derived servers. 27 # E.g, 28 # PrintHTML -> print_html 29 # AMethod -> a_method 30 # AnRpc -> an_rpc 35 s.gsub!(/([A-Z]+)([A-Z][a-z])/, '\1_\2') 36 s.gsub!(/([a-z\d])([A-Z])/, '\1_\2') 37 s.tr!('-', '_') [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | url | 7 host: ffmpeg 16 host: ffmpeg 31 host: [::1] 37 host: [::1] 43 host: ffmpeg 102 http://a/b/c/d;p?q g:h => g:h 103 http://a/b/c/d;p?q g => http://a/b/c/g 104 http://a/b/c/d;p?q ./g => http://a/b/c/g 105 http://a/b/c/d;p?q g/ => http://a/b/c/g/ 106 http://a/b/c/d;p?q /g => http://a/g [all …]
|