| /external/accompanist/.github/workflows/ |
| D | build.yml | 6 - main 7 - compose-1.0 8 - compose-1.0 9 - compose-1.1 10 - compose-1.2 11 - compose-1.3 12 - compose-1.4 13 - compose-1.5 14 paths-ignore: 15 - '**.md' [all …]
|
| D | build-snapshot.yml | 6 - snapshot 7 paths-ignore: 8 - '**.md' 11 - snapshot 19 runs-on: ubuntu-latest 20 timeout-minutes: 30 23 - uses: actions/checkout@v2 25 # Fetch expanded history, which is needed for affected module detection 26 fetch-depth: '500' 28 - name: Copy CI gradle.properties [all …]
|
| /external/accompanist/scripts/ |
| D | run-tests.sh | 9 # https://www.apache.org/licenses/LICENSE-2.0 18 set -ex 31 --shard-count=*) 35 --unit-tests) 39 --shard-index=*) 43 --log-file=*) 47 --run-affected) 51 --run-flaky-tests) 55 --affected-base-ref=*) 67 if [[ ! -z "$LOG_FILE" ]]; then [all …]
|
| /external/googleapis/grafeas/v1/swagger/ |
| D | grafeas.swagger.json | 30 "$ref": "#/definitions/projectListProjectsResponse" 36 "$ref": "#/definitions/rpcStatus" 75 "$ref": "#/definitions/projectProject" 81 "$ref": "#/definitions/rpcStatus" 92 "$ref": "#/definitions/projectProject" 109 "$ref": "#/definitions/v1Occurrence" 115 "$ref": "#/definitions/rpcStatus" 146 "$ref": "#/definitions/rpcStatus" 171 "$ref": "#/definitions/v1Note" 177 "$ref": "#/definitions/rpcStatus" [all …]
|
| /external/libxml2/test/schemas/ |
| D | changelog093_1.xsd | 7 <!-- 10 --> 14 life-span of a software project. Changes are tracked by releases, with a 15 granularity of individual items made up of files that were affected. 19 <dc:date>2004-11-22</dc:date> 23 project change-logs. 29 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 34 project change-logs. 47 <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" /> 49 <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/"> [all …]
|
| D | nvdcve_0.xsd | 19 http://www.first.org/cvss/cvss-guide.html for more information on 28 <xs:element ref="cve:entry" minOccurs="0" maxOccurs="unbounded"/> 49 <!-- ******************************************************************* --> 50 <!-- * Complex Types * --> 51 <!-- ******************************************************************* --> 145 <xs:element name="ref" type="cve:refType" minOccurs="0" maxOccurs="unbounded"> 165 not be present). Software affected by this CVE entry are 175 <xs:restriction base="xs:NMTOKEN"> 186 <xs:restriction base="xs:ID"> 187 <xs:pattern value="(CAN|CVE)\-\d\d\d\d\-\d\d\d\d"/> [all …]
|
| /external/cronet/third_party/libxml/fuzz/seed_corpus/ |
| D | 4ce8dbe5d8fe97177d838802c7f0abd770c49453 | 7 <!-- 10 --> 14 life-span of a software project. Changes are tracked by releases, with a 15 granularity of individual items made up of files that were affected. 19 <dc:date>2004-11-22</dc:date> 23 project change-logs. 29 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 34 project change-logs. 47 <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" /> 49 <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/2.0/"> [all …]
|
| D | 74fa7a7901379ffe690ba9b471bc74995bb5302c | 19 http://www.first.org/cvss/cvss-guide.html for more information on 28 <xs:element ref="cve:entry" minOccurs="0" maxOccurs="unbounded"/> 49 <!-- ******************************************************************* --> 50 <!-- * Complex Types * --> 51 <!-- ******************************************************************* --> 145 <xs:element name="ref" type="cve:refType" minOccurs="0" maxOccurs="unbounded"> 165 not be present). Software affected by this CVE entry are 175 <xs:restriction base="xs:NMTOKEN"> 186 <xs:restriction base="xs:ID"> 187 <xs:pattern value="(CAN|CVE)\-\d\d\d\d\-\d\d\d\d"/> [all …]
|
| /external/skia/tests/ |
| D | IncrTopoSortTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 11 #include "include/private/base/SkDebug.h" 12 #include "include/private/base/SkTArray.h" 13 #include "include/private/base/SkTDArray.h" 14 #include "src/base/SkTSort.h" 35 SkDebugf("%c, ", tmp->id()); in print() 41 SkDebugf("%c, ", tmp->id()); in print() 50 REPORTER_ASSERT(reporter, dependedOn->indexInSort() < this->indexInSort()); in validate() 53 REPORTER_ASSERT(reporter, this->indexInSort() < dependent->indexInSort()); in validate() 59 return a->indexInSort() > b->indexInSort(); in CompareIndicesGT() [all …]
|
| /external/grpc-grpc/test/core/xds/ |
| D | xds_transport_fake.h | 8 // http://www.apache.org/licenses/LICENSE-2.0 29 #include "absl/base/thread_annotations.h" 73 using StreamingCall::Ref; // Make it public. 109 void OnRequestSent(bool ok) { event_handler_->OnRequestSent(ok); } in OnRequestSent() 111 event_handler_->OnRecvMessage(payload); in OnRecvMessage() 114 event_handler_->OnStatusReceived(std::move(status)); in OnStatusReceived() 147 using XdsTransportFactory::Ref; // Make it public. 160 // will not be affected. 170 // will not be affected. 206 using XdsTransport::Ref; // Make it public.
|
| /external/arm-trusted-firmware/docs/design/ |
| D | reset-design.rst | 4 This document describes the high-level design of the framework to handle CPU 5 resets in Trusted Firmware-A (TF-A). It also describes how the platform 9 This document should be used in conjunction with the :ref:`Firmware Design` 14 ----------------------- 16 The TF-A reset code is implemented in BL1 by default. The following high-level 27 If BL31 is used as the TF-A entry point instead of BL1, the diagram 33 ------------------------------ 35 By default, TF-A assumes that the CPU reset address is not programmable. 40 If the reset vector address (reflected in the reset vector base address register 47 To enable this boot flow, compile TF-A with ``PROGRAMMABLE_RESET_ADDRESS=1``. [all …]
|
| /external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/ |
| D | SecretVolumeSource.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 93 java.lang.Object ref = secret_; in getSecret() local 94 if (ref instanceof java.lang.String) { in getSecret() 95 return (java.lang.String) ref; in getSecret() 97 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getSecret() 119 java.lang.Object ref = secret_; in getSecretBytes() local 120 if (ref instanceof java.lang.String) { in getSecretBytes() 122 com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); in getSecretBytes() 126 return (com.google.protobuf.ByteString) ref; in getSecretBytes() 229 * Directories within the path are not affected by this setting. [all …]
|
| /external/trusty/arm-trusted-firmware/docs/design/ |
| D | reset-design.rst | 4 This document describes the high-level design of the framework to handle CPU 5 resets in Trusted Firmware-A (TF-A). It also describes how the platform 9 This document should be used in conjunction with the :ref:`Firmware Design` 14 ----------------------- 16 The TF-A reset code is implemented in BL1 by default. The following high-level 27 If BL31 is used as the TF-A entry point instead of BL1, the diagram 33 ------------------------------ 35 By default, TF-A assumes that the CPU reset address is not programmable. 40 If the reset vector address (reflected in the reset vector base address register 47 To enable this boot flow, compile TF-A with ``PROGRAMMABLE_RESET_ADDRESS=1``. [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | ondemandscanning.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 14 "canonicalName": "On-Demand Scanning", 17 "documentationLink": "https://cloud.google.com/container-analysis/docs/on-demand-scanning/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 115 …"description": "Starts asynchronous cancellation on a long-running operation. The server makes a b… [all …]
|
| D | ondemandscanning.v1beta1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 14 "canonicalName": "On-Demand Scanning", 17 "documentationLink": "https://cloud.google.com/container-analysis/docs/on-demand-scanning/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 115 …"description": "Starts asynchronous cancellation on a long-running operation. The server makes a b… [all …]
|
| D | containeranalysis.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/container-analysis/api/reference/rest/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 131 "$ref": "BatchCreateNotesRequest" 134 "$ref": "BatchCreateNotesResponse" [all …]
|
| D | run.v1alpha1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 131 "$ref": "Job" 134 "$ref": "Job" 137 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
| D | osconfig.v1alpha.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 124 … Compute Engine project-number or project-id can be provided. For `{instance}`, either Compute Eng… 133 "$ref": "InstanceOSPoliciesCompliance" 136 "https://www.googleapis.com/auth/cloud-platform" [all …]
|
| /external/mesa3d/src/panfrost/vulkan/ |
| D | panvk_private.h | 67 #include "drm-uapi/panfrost_drm.h" 80 /* Pre-declarations needed for WSI entrypoints */ 150 return (((dim - 1) << 1) | (isarray ? 1 : 0)); in panvk_meta_copy_tex_type() 174 } color[3]; /* 3 base types */ 260 struct vk_object_base base; member 311 return unlikely(p_atomic_read(&device->_lost)); in panvk_device_is_lost() 352 struct vk_object_base base; member 367 struct vk_object_base base; member 409 /* Shader stages affected by this set+binding */ 418 /* Shader stages affected by this descriptor set */ [all …]
|
| /external/trusty/arm-trusted-firmware/docs/getting_started/ |
| D | prerequisites.rst | 4 This document describes the software requirements for building |TF-A| for 7 It may possible to build |TF-A| with combinations of software packages that are 12 ---------- 14 |TF-A| can be built using either a Linux or a Windows machine as the build host. 16 A relatively recent Linux distribution is recommended for building |TF-A|. We 17 have performed tests using Ubuntu 22.04 LTS (64-bit) but other distributions 18 should also work fine as a base, provided that the necessary tools and libraries 24 --------- 26 |TF-A| can be built with any of the following *cross-compiler* toolchains that 27 target the Armv7-A or Armv8-A architectures: [all …]
|
| /external/cronet/url/ |
| D | url_canon_internal.cc | 2 // Use of this source code is governed by a BSD-style license that can be 19 #include "base/bits.h" 20 #include "base/numerics/safe_conversions.h" 21 #include "base/strings/utf_string_conversion_utils.h" 40 for (i = 0; i < base::bits::AlignDown(length, kChunkSize); i += kChunkSize) { in FindInitialQuerySafeString() 79 output->Append(source, i); in DoAppendStringOfType() 91 // Just append the 7-bit character, possibly escaping it. in DoAppendStringOfType() 96 output->push_back(uch); in DoAppendStringOfType() 101 // This function assumes the input values are all contained in 8-bit, 111 // Handle UTF-8/16 encodings. This call will correctly handle the error in DoAppendInvalidNarrowString() [all …]
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 1 //===-- RuntimeDyldELF.cpp - Run-time dynamic linker for MC-JIT -*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 10 // Implementation of ELF support for the MC-JIT runtime dynamic linker. 12 //===----------------------------------------------------------------------===// 60 return v->isDyldType(); in classof() 72 this->isDyldELFObject = true; in DyldELFObject() 83 // The template-based type cast handles everything else. in updateSectionAddress() 84 shdr->sh_addr = static_cast<addr_type>(Addr); in updateSectionAddress() 95 // The template-based type cast handles everything else. in updateSymbolAddress() 96 sym->st_value = static_cast<addr_type>(Addr); in updateSymbolAddress() [all …]
|
| /external/mesa3d/docs/ci/ |
| D | kernel.rst | 7 side-effects since many devices from different platforms are involved in the 11 ----------------- 14 https://gitlab.freedesktop.org/gfx-ci/linux 18 as the base for newer kernels. 20 So, one should base the kernel uprev from the last tag used in the Mesa CI, 21 please refer to ``.gitlab-ci/image-tags.yml`` ``KERNEL_TAG`` variable. 22 Every tag has a standard naming: ``vX.YZ-for-mesa-ci-<commit_short_SHA>``, which 25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)` 28 --------------- 30 The kernel files are loaded from the artifacts uploaded to S3 from gfx-ci/linux. [all …]
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.6.rst | 36 sufficient; the e-mail address isn't necessary. 54 :pep:`494` - Python 3.6 Release Schedule 57 Summary -- Release highlights 62 * :ref:`PEP 498 <whatsnew36-pep498>`, formatted string literals. 64 * :ref:`PEP 515 <whatsnew36-pep515>`, underscores in numeric literals. 66 * :ref:`PEP 526 <whatsnew36-pep526>`, syntax for variable annotations. 68 * :ref:`PEP 525 <whatsnew36-pep525>`, asynchronous generators. 70 * :ref:`PEP 530 <whatsnew36-pep530>`: asynchronous comprehensions. 75 * :mod:`secrets`: :ref:`PEP 506 -- Adding A Secrets Module To The Standard Library <whatsnew36-pep5… 80 * The :ref:`dict <typesmapping>` type has been reimplemented to use [all …]
|
| /external/libchrome/mojo/core/ports/ |
| D | node.cc | 2 // Use of this source code is governed by a BSD-style license that can be 12 #include "base/atomicops.h" 13 #include "base/containers/stack_container.h" 14 #include "base/lazy_instance.h" 15 #include "base/logging.h" 16 #include "base/memory/ref_counted.h" 17 #include "base/optional.h" 18 #include "base/synchronization/lock.h" 19 #include "base/threading/thread_local.h" 28 #include "base/rand_util.h" [all …]
|