| /external/openscreen/third_party/abseil/src/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 119 auto c_size(C& c) -> decltype(c.size()) { 132 //------------------------------------------------------------------------------ 134 //------------------------------------------------------------------------------ [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 119 auto c_size(C& c) -> decltype(c.size()) { 132 //------------------------------------------------------------------------------ 134 //------------------------------------------------------------------------------ [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 122 auto c_size(C& c) -> decltype(c.size()) { 135 //------------------------------------------------------------------------------ 137 //------------------------------------------------------------------------------ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 122 auto c_size(C& c) -> decltype(c.size()) { 135 //------------------------------------------------------------------------------ 137 //------------------------------------------------------------------------------ [all …]
|
| /external/libtextclassifier/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 122 auto c_size(C& c) -> decltype(c.size()) { 135 //------------------------------------------------------------------------------ 137 //------------------------------------------------------------------------------ [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 119 auto c_size(C& c) -> decltype(c.size()) { 132 //------------------------------------------------------------------------------ 134 //------------------------------------------------------------------------------ [all …]
|
| /external/angle/third_party/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 125 //------------------------------------------------------------------------------ 127 //------------------------------------------------------------------------------ 131 // Container-based version of absl::linear_search() for performing a linear [all …]
|
| /external/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 124 //------------------------------------------------------------------------------ 126 //------------------------------------------------------------------------------ 130 // Container-based version of absl::linear_search() for performing a linear [all …]
|
| /external/cronet/third_party/abseil-cpp/absl/algorithm/ |
| D | container.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 16 // File: container.h 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 31 // `absl::c_xx(container, ...) are equivalent to std:: functions such as 36 // For template parameter and variable naming, `C` indicates the container type 123 //------------------------------------------------------------------------------ 125 //------------------------------------------------------------------------------ 129 // Container-based version of absl::linear_search() for performing a linear [all …]
|
| /external/pigweed/pw_containers/public/pw_containers/ |
| D | algorithm.h | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 // ----------------------------------------------------------------------------- 17 // ----------------------------------------------------------------------------- 19 // This header file provides Container-based versions of algorithmic functions 20 // within the C++ standard library, based on a subset of 21 // absl/algorithm/container.h. The following standard library sets of functions 30 // snake_case counterparts. Calls such as `pw::containers::Foo(container, ...) 36 // For template parameter and variable naming, `C` indicates the container type 41 // https://cs.opensource.google/abseil/abseil-cpp/+/main:absl/algorithm/algorithm.h;drc=12bc53e0318… 51 //------------------------------------------------------------------------------ [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /external/pigweed/pw_containers/ |
| D | docs.rst | 1 .. _module-pw_containers: 6 The ``pw_containers`` module provides embedded-friendly container classes. 8 ---------- 10 ---------- 12 fixed-size buffer. Vectors must be declared with an explicit maximum size 22 .. admonition:: Non-trivially-destructible, self-referencing types 24 ``pw::Vector`` is not safe to use with non-trivially-destructible, 25 self-referencing types. See `b/313899658 28 --------------- 30 --------------- [all …]
|
| /external/sdv/vsomeip/third_party/boost/container/example/ |
| D | doc_custom_tree.cpp | 3 // (C) Copyright Ion Gaztanaga 2013-2013. Distributed under the Boost 7 // See http://www.boost.org/libs/container for documentation. 11 #include <boost/container/set.hpp> 21 using namespace boost::container; in main() 26 //This option specifies an AVL tree based associative container in main() 29 //This option specifies an AVL tree based associative container in main() 34 //This option specifies an Splay tree based associative container in main() 37 //Now define new tree-based associative containers in main() 40 //AVLTree based set container in main() 43 //AVLTree based set container without size optimization in main() [all …]
|
| /external/libbrillo/brillo/streams/ |
| D | memory_containers.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 // A particular implementation of container type (e.g. based on raw memory 22 // buffers, std::vector, std::string or others) need to implement the container 24 // Low-level functionality such as reading data from and writing data to the 25 // container, getting and changing the buffer size, and so on, must be provided. 26 // Not all methods must be provided. For example, for read-only containers, only 33 // Read the data from the container into |buffer|. Up to |size_to_read| bytes 34 // must be read at a time. The container can return fewer bytes. The actual 44 // Writes |size_to_write| bytes of data from |buffer| into the container. 45 // The container may accept fewer bytes of data. The actual size of data [all …]
|
| /external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
| D | hex.hpp | 2 Copyright (c) Marshall Clow 2011-2012. 11 General problem - turn a sequence of integral types into a sequence of hexadecimal characters. 12 - and back. 17 /// characters and back. Based on the MySQL functions HEX and UNHEX 44 \brief Thrown when a non-hex value (0-9, A-F) encountered when decoding. 65 *--p = hexDigits [ val & 0x0F ]; in encode_one() 73 if ( c >= '0' && c <= '9' ) retval = c - '0'; in hex_char_to_int() 74 else if ( c >= 'A' && c <= 'F' ) retval = c - 'A' + 10; in hex_char_to_int() 75 else if ( c >= 'a' && c <= 'f' ) retval = c - 'a' + 10; in hex_char_to_int() 88 template<typename Container> [all …]
|
| /external/googleapis/google/ads/googleads/v14/common/ |
| D | simulation.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 // A container for simulation points for simulations of type CPC_BID. 36 // A container for simulation points for simulations of type CPV_BID. 42 // A container for simulation points for simulations of type TARGET_CPA. 48 // A container for simulation points for simulations of type TARGET_ROAS. 54 // A container for simulation points for simulations of type PERCENT_CPC_BID. 60 // A container for simulation points for simulations of type BUDGET. 66 // A container for simulation points for simulations of type 103 // The simulated CPC bid upon which projected metrics are based. 106 // The simulated scaling modifier upon which projected metrics are based. [all …]
|
| /external/googleapis/google/ads/googleads/v15/common/ |
| D | simulation.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 // A container for simulation points for simulations of type CPC_BID. 36 // A container for simulation points for simulations of type CPV_BID. 42 // A container for simulation points for simulations of type TARGET_CPA. 48 // A container for simulation points for simulations of type TARGET_ROAS. 54 // A container for simulation points for simulations of type PERCENT_CPC_BID. 60 // A container for simulation points for simulations of type BUDGET. 66 // A container for simulation points for simulations of type 103 // The simulated CPC bid upon which projected metrics are based. 106 // The simulated scaling modifier upon which projected metrics are based. [all …]
|
| /external/googleapis/google/ads/googleads/v16/common/ |
| D | simulation.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 // A container for simulation points for simulations of type CPC_BID. 36 // A container for simulation points for simulations of type CPV_BID. 42 // A container for simulation points for simulations of type TARGET_CPA. 48 // A container for simulation points for simulations of type TARGET_ROAS. 54 // A container for simulation points for simulations of type PERCENT_CPC_BID. 60 // A container for simulation points for simulations of type BUDGET. 66 // A container for simulation points for simulations of type 103 // The simulated CPC bid upon which projected metrics are based. 106 // The simulated scaling modifier upon which projected metrics are based. [all …]
|
| /external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
| D | options.hpp | 3 // (C) Copyright Ion Gaztanaga 2013-2013 9 // See http://www.boost.org/libs/container for documentation. 24 #include <boost/container/detail/config_begin.hpp> 25 #include <boost/container/container_fwd.hpp> 30 namespace container { namespace 35 // OPTIONS FOR ASSOCIATIVE TREE-BASED CONTAINERS 55 static const boost::container::tree_type_enum tree_type = TreeType; 64 //!(red-black, AVL, Scapegoat or Splay) for ordered associative containers 72 //! by \c boost::container::set, \c boost::container::multiset 73 //! \c boost::container::map and \c boost::container::multimap. [all …]
|
| /external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
| D | LocationOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 30 * Zero-based byte offsets delimiting the finding. 33 * the UTF-8 encoded textual representation of the content. 46 * Zero-based byte offsets delimiting the finding. 49 * the UTF-8 encoded textual representation of the content. 62 * Zero-based byte offsets delimiting the finding. 65 * the UTF-8 encoded textual representation of the content. 175 * Information about the container where this finding occurred, if available. 178 * <code>.google.privacy.dlp.v2.Container container = 8;</code> 180 * @return Whether the container field is set. [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
| D | BitstreamRemarkSerializer.h | 1 //===-- BitstreamRemarkSerializer.h - Bitstream serializer ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 30 /// Separate meta: | Container info 34 /// Separate remarks: | Container info 41 /// * The standalone model: | Container info 57 /// The type of the container we are serializing. 61 /// Note: depending on the container type, some IDs might be uninitialized. 87 /// Set up the necessary block info entries according to the container type. [all …]
|
| /external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ |
| D | DatapathProvider.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/container/v1/cluster_service.proto 19 package com.google.container.v1; 29 * Protobuf enum {@code google.container.v1.DatapathProvider} 46 * Use the IPTables implementation based on kube-proxy. 56 * Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE 58 * documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) 65 UNRECOGNIZED(-1), 82 * Use the IPTables implementation based on kube-proxy. 92 * Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE [all …]
|
| /external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
| D | DatapathProvider.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/container/v1beta1/cluster_service.proto 19 package com.google.container.v1beta1; 29 * Protobuf enum {@code google.container.v1beta1.DatapathProvider} 46 * Use the IPTables implementation based on kube-proxy. 56 * Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE 58 * documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) 65 UNRECOGNIZED(-1), 82 * Use the IPTables implementation based on kube-proxy. 92 * Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | run_v1alpha1.projects.locations.revisions.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 | run_v1alpha1.namespaces.revisions.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 …]
|