| /external/libwebsockets/cmake/ |
| D | FindGit.cmake | 16 # This file was originally developed by Jean-Christophe Fillion-Robin, Kitware Inc. 17 # and was partially funded by NIH grant 3P41RR013218-12S1 19 # AG 2013-02-18: I got it from here 27 # GIT_EXECUTABLE - path to git command line client 28 # GIT_FOUND - true if the command line client was found 31 # GIT_WC_INFO(<dir> <var-prefix>) 36 # <var-prefix>_WC_REVISION_HASH - Current SHA1 hash 37 # <var-prefix>_WC_REVISION - Current SHA1 hash 38 # <var-prefix>_WC_REVISION_NAME - Name associated with <var-prefix>_WC_REVISION_HASH 39 # <var-prefix>_WC_URL - output of command `git config --get remote.origin.url' [all …]
|
| /external/tink/go/core/primitiveset/ |
| D | primitiveset_test.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 23 "github.com/google/go-cmp/cmp" 44 makeTestKey(1234543, tinkpb.KeyStatusType_ENABLED, tinkpb.OutputPrefixType_TINK, "type.url.1"), 45 makeTestKey(7213743, tinkpb.KeyStatusType_ENABLED, tinkpb.OutputPrefixType_LEGACY, "type.url.2"), 46 makeTestKey(5294722, tinkpb.KeyStatusType_ENABLED, tinkpb.OutputPrefixType_RAW, "type.url.3"), 67 TypeURL: "type.url.1", 68 Prefix: string([]byte{1, 0, 18, 214, 111}), 75 TypeURL: "type.url.2", 76 Prefix: string([]byte{0, 0, 110, 18, 175}), 83 TypeURL: "type.url.3", [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | compute_alpha.globalPublicDelegatedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_alpha.publicDelegatedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_alpha.publicAdvertisedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_v1.publicDelegatedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_beta.publicDelegatedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_v1.globalPublicDelegatedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | compute_beta.globalPublicDelegatedPrefixes.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | PublicDelegatedPrefixOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 104 …is field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint mus… 116 …is field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint mus… 128 …is field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint mus… 166 * The IPv4 address range, in CIDR format, represented by this public delegated prefix. 178 * The IPv4 address range, in CIDR format, represented by this public delegated prefix. 190 * The IPv4 address range, in CIDR format, represented by this public delegated prefix. 203 * If true, the prefix will be live migrated. 215 * If true, the prefix will be live migrated. 265 …-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long … [all …]
|
| /external/clang/lib/Format/ |
| D | SortJavaScriptImports.cpp | 1 //===--- SortJavaScriptImports.h - Sort ES6 Imports -------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 31 #define DEBUG_TYPE "format-formatter" 63 // URL, followed by an export of the symbol, allowing this code to treat both 68 // import * as prefix from 'foo'; 83 // The URL imported, e.g. `import .. from 'url';`. Empty for `export {a, b};`. 84 StringRef URL; member 85 // Prefix from "import * as prefix". Empty for symbol imports and `export *`. 87 StringRef Prefix; member [all …]
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
| D | URLHandler.java | 5 * Copyright (C) 2005-2015, International Business Machines Corporation and 21 import java.net.URL; 45 Class<?>[] params = { URL.class }; 57 if (ix == -1) { 101 public static URLHandler get(URL url) { in get() argument 102 if (url == null) { in get() 106 String protocol = url.getProtocol(); in get() 113 URLHandler handler = (URLHandler)m.invoke(null, new Object[] { url }); in get() 131 return getDefault(url); in get() 134 protected static URLHandler getDefault(URL url) { in getDefault() argument [all …]
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | URLHandler.java | 6 * Copyright (C) 2005-2015, International Business Machines Corporation and 22 import java.net.URL; 49 Class<?>[] params = { URL.class }; 61 if (ix == -1) { 105 public static URLHandler get(URL url) { in get() argument 106 if (url == null) { in get() 110 String protocol = url.getProtocol(); in get() 117 URLHandler handler = (URLHandler)m.invoke(null, new Object[] { url }); in get() 135 return getDefault(url); in get() 138 protected static URLHandler getDefault(URL url) { in getDefault() argument [all …]
|
| /external/openthread/src/lib/url/ |
| D | url.hpp | 38 * Represents a URL. 43 const char *mProtocol; ///< The URL protocol. 45 const char *mQuery; ///< The start of the URL query string. 46 const char *mEnd; ///< The end of the URL buffer. 50 namespace Url { namespace 53 * Implements the URL processing. 56 class Url : public otUrl class 59 Url(void); 62 * Initializes the URL. 64 * @param[in] aUrl A buffer stores the null-terminated URL string. [all …]
|
| /external/skia/tools/svg/ |
| D | svg_downloader.py | 3 # Use of this source code is governed by a BSD-style license that can be 18 def download_files(input_file, output_dir, prefix, keep_common_prefix): argument 25 for url in lines: 26 file_url = url.strip() 34 dest_file = os.path.join(dest_dir, prefix + os.path.basename(file_url)) 45 '-i', '--input_file', 47 'single URL.', 50 '-o', '--output_dir', 53 '-p', '--prefix', 54 help='The prefix which downloaded files will begin with.', [all …]
|
| /external/pigweed/pw_env_setup/ |
| D | get_pw_env_setup.sh | 8 # https://www.apache.org/licenses/LICENSE-2.0 16 if [ -z "$PW_ENVIRONMENT_ROOT" ]; then 19 PREFIX="$PW_ENVIRONMENT_ROOT/bootstrap" 20 mkdir -p "$PREFIX" 22 set -o errexit 25 for HASH in $(git --git-dir="$PW_ROOT/.git" --no-pager log --max-count=5 --format=format:%H); do 26 if [ -f "$PREFIX/$HASH" ]; then 27 touch "$PREFIX/$HASH" &> /dev/null 36 # will just re-download that executable in a few lines. 37 find "$PREFIX" -mtime +5 -exec rm {} \; [all …]
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | AnyPartial.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 42 // all the Any-specific code is in the same place. 43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => in GetTypeUrl() argument 44 … prefix.EndsWith("/") ? prefix + descriptor.FullName : prefix + "/" + descriptor.FullName; in GetTypeUrl() 47 … /// Retrieves the type name for a type URL, matching the <see cref="DescriptorBase.FullName"/> 52 /// This is always just the last part of the URL, after the final slash. No validation of 53 … /// anything before the trailing slash is performed. If the type URL does not include a slash, 61 /// <param name="typeUrl">The URL to extract the type name from</param> 67 return lastSlash == -1 ? "" : typeUrl.Substring(lastSlash + 1); in GetTypeName() [all …]
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | AnyPartial.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 42 // all the Any-specific code is in the same place. 43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => in GetTypeUrl() argument 44 … prefix.EndsWith("/") ? prefix + descriptor.FullName : prefix + "/" + descriptor.FullName; in GetTypeUrl() 47 … /// Retrieves the type name for a type URL, matching the <see cref="DescriptorBase.FullName"/> 52 /// This is always just the last part of the URL, after the final slash. No validation of 53 … /// anything before the trailing slash is performed. If the type URL does not include a slash, 61 /// <param name="typeUrl">The URL to extract the type name from</param> 67 return lastSlash == -1 ? "" : typeUrl.Substring(lastSlash + 1); in GetTypeName() [all …]
|
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
| D | acvp.go | 28 "net/url" 39 // PrefixTokens are access tokens that apply to URLs under a certain prefix. 47 // AccessToken is the top-level access token for the current session. 51 prefix string member 56 // prefix (e.g. "https://acvp.example.com/"). A copy of all bytes exchanged 58 func NewServer(prefix string, logFile string, derCertificates [][]byte, privateKey crypto.PrivateKe… 59 if !strings.HasSuffix(prefix, "/") { 60 prefix = prefix + "/" 96 …return &Server{client: client, prefix: prefix, totpFunc: totp, PrefixTokens: make(map[string]strin… 187 if len(buf) == 0 || buf[len(buf)-1] != ']' { [all …]
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
| D | acvp.go | 28 "net/url" 39 // PrefixTokens are access tokens that apply to URLs under a certain prefix. 47 // AccessToken is the top-level access token for the current session. 51 prefix string member 56 // prefix (e.g. "https://acvp.example.com/"). A copy of all bytes exchanged 58 func NewServer(prefix string, logFile string, derCertificates [][]byte, privateKey crypto.PrivateKe… 59 if !strings.HasSuffix(prefix, "/") { 60 prefix = prefix + "/" 96 …return &Server{client: client, prefix: prefix, totpFunc: totp, PrefixTokens: make(map[string]strin… 187 if len(buf) == 0 || buf[len(buf)-1] != ']' { [all …]
|
| /external/tensorflow/tensorflow/lite/tools/cmake/modules/ |
| D | OverridableFetchContent.cmake | 8 # https://www.apache.org/licenses/LICENSE-2.0 18 # Pairs of regex --> replacement strings that map Git repositories to archive 30 "https://gitlab.com/\\1/\\2/-/archive/GIT_COMMIT/\\2-GIT_COMMIT.tar.gz" 46 # Pairs of regex --> replacement strings that map Git repositories to raw file 58 "https://gitlab.com/\\1/\\2/-/raw/GIT_COMMIT/FILE_PATH" 83 # OUTPUT_VAR: Name of the variable to store the URL if successful. If 86 foreach(PREFIX ${TRANSFORMS}) 87 message(VERBOSE "Try converting ${GIT_REPOSITORY} with ${${PREFIX}_MATCH}") 88 set(MATCH "${${PREFIX}_MATCH}") 89 set(REPLACE "${${PREFIX}_REPLACE}") [all …]
|
| /external/clang/lib/Basic/ |
| D | Version.cpp | 1 //===- Version.cpp - Clang Version Number -----------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 10 // This file defines several version-related utility functions for Clang. 12 //===----------------------------------------------------------------------===// 32 StringRef URL(SVN_REPOSITORY); in getClangRepositoryPath() 34 StringRef URL(""); in getClangRepositoryPath() 39 StringRef SVNRepository("$URL$"); in getClangRepositoryPath() 40 if (URL.empty()) { in getClangRepositoryPath() 41 URL = SVNRepository.slice(SVNRepository.find(':'), in getClangRepositoryPath() 46 URL = URL.slice(0, URL.find("/src/tools/clang")); in getClangRepositoryPath() [all …]
|
| /external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/ |
| D | uri.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 "net/url" 47 u, err := url.ParseRequestURI(string(uri)) 63 if u, err := url.PathUnescape(s); err == nil { 77 return -1 118 const prefix = "$GOROOT" 119 if len(path) >= len(prefix) && strings.EqualFold(prefix, path[:len(prefix)]) { 120 suffix := path[len(prefix):] 133 u := url.URL{ 138 if unescaped, err := url.PathUnescape(uri); err == nil { [all …]
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | uri.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 "net/url" 47 u, err := url.ParseRequestURI(string(uri)) 63 if u, err := url.PathUnescape(s); err == nil { 77 return -1 118 const prefix = "$GOROOT" 119 if len(path) >= len(prefix) && strings.EqualFold(prefix, path[:len(prefix)]) { 120 suffix := path[len(prefix):] 133 u := url.URL{ 138 if unescaped, err := url.PathUnescape(uri); err == nil { [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | uri.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 19 "net/url" 47 u, err := url.ParseRequestURI(string(uri)) 63 if u, err := url.PathUnescape(s); err == nil { 77 return -1 118 const prefix = "$GOROOT" 119 if len(path) >= len(prefix) && strings.EqualFold(prefix, path[:len(prefix)]) { 120 suffix := path[len(prefix):] 133 u := url.URL{ 138 if unescaped, err := url.PathUnescape(uri); err == nil { [all …]
|