/external/google-cloud-java/java-container/ |
D | synth.metadata | 6 "remote": "https://github.com/googleapis/java-container.git", 30 "apiName": "container", 105 "google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerClient.java", 106 … "google-cloud-container/src/main/java/com/google/cloud/container/v1/ClusterManagerSettings.java", 107 "google-cloud-container/src/main/java/com/google/cloud/container/v1/gapic_metadata.json", 108 "google-cloud-container/src/main/java/com/google/cloud/container/v1/package-info.java", 109 … "google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStub.java", 110 …"google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/ClusterManagerStubSetting… 111 …"google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerCallabl… 112 …"google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/GrpcClusterManagerStub.ja… [all …]
|
D | CHANGELOG.md | 3 …/googleapis/google-cloud-java/compare/google-cloud-container-v2.7.1-SNAPSHOT...google-cloud-contai… 9 * [container] added High Throughput Logging API for Google Kubernetes Engine ([36fb66a](https://git… 10 * [container] added High Throughput Logging API for Google Kubernetes Engine ([#8413](https://githu… 11 * [container] launch GKE Cost Allocations configuration to the v1 GKE API ([#8559](https://github.c… 36 …b.com/googleapis/google-cloud-java/compare/google-cloud-container-v2.6.0...google-cloud-container-… 42 * [container] added High Throughput Logging API for Google Kubernetes Engine ([36fb66a](https://git… 43 * [container] added High Throughput Logging API for Google Kubernetes Engine ([#8413](https://githu… 44 * [container] launch GKE Cost Allocations configuration to the v1 GKE API ([#8559](https://github.c… 69 ## [2.6.0](https://github.com/googleapis/java-container/compare/v2.5.2...v2.6.0) (2022-10-04) 74 … Google Kubernetes Engine ([144a9ee](https://github.com/googleapis/java-container/commit/144a9ee5f… [all …]
|
/external/autotest/site_utils/lxc/ |
D | container_unittest.py | 19 from autotest_lib.site_utils.lxc import container as container_module 26 """Unit tests for the Container class.""" 34 # Check if a base container exists on this machine and download one if 57 # Make a container that just points to the base container. 58 container = lxc.Container.create_from_existing_dir( 62 # the on-disk container is valid. 63 self.assertFalse(container.is_running()) 71 container = lxc.Container.create_from_existing_dir(self.test_dir, 74 container.refresh_status() 78 with self.createContainer() as container: [all …]
|
D | container_bucket.py | 21 from autotest_lib.site_utils.lxc.container import Container 34 """A wrapper class to interact with containers in a specific container path. 47 @param base_name: Name of the base container image. Used to initialize a 52 @param base_container_path: Path to the directory used for the base container. 60 # Pass in the container path so that the bucket is hermetic (i.e. so 61 # that if the container path is customized, the base image doesn't 62 # fall back to using the default container path). 65 container = BaseImage(base_container_path, base_name).get() 75 base_container=container, 84 include the base container, or any containers owned by the container [all …]
|
D | container.py | 31 # Naming convention of test container, e.g., test_300_1422862512_2424, where: 33 # 1422862512: The tick when container is created. 34 # 2424: The PID of autoserv that starts the container. 36 # Name of the container ID file. 59 @param path: Path to a directory where the container ID will be 67 logging.debug('Container id saved to %s (content: %s)', dst, 74 @param path: Path to check for a serialized container ID. 76 @return: A container ID if one is found on the given path, or None 91 logging.warning('Load container id file "%s" error: %s', src, err) 94 # container ids have migrated to str. [all …]
|
/external/google-cloud-java/java-container/grpc-google-cloud-container-v1/src/main/java/com/google/container/v1/ |
D | ClusterManagerGrpc.java | 16 package com.google.container.v1; 29 comments = "Source: google/container/v1/cluster_service.proto") 35 public static final String SERVICE_NAME = "google.container.v1.ClusterManager"; 39 com.google.container.v1.ListClustersRequest, com.google.container.v1.ListClustersResponse> 44 requestType = com.google.container.v1.ListClustersRequest.class, 45 responseType = com.google.container.v1.ListClustersResponse.class, 48 com.google.container.v1.ListClustersRequest, com.google.container.v1.ListClustersResponse> 51 com.google.container.v1.ListClustersRequest, in getListClustersMethod() 52 com.google.container.v1.ListClustersResponse> in getListClustersMethod() 60 .<com.google.container.v1.ListClustersRequest, in getListClustersMethod() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/support/ |
D | test_container_comparisons.h | 19 template <template <typename...> typename Container, typename Elem, typename Order> 23 Container<Elem> l1; in test_sequence_container_spaceship_with_type() 24 Container<Elem> l2; in test_sequence_container_spaceship_with_type() 29 Container<Elem> l1{1, 1}; in test_sequence_container_spaceship_with_type() 30 Container<Elem> l2{1, 1}; in test_sequence_container_spaceship_with_type() 35 Container<Elem> l1{1, 1}; in test_sequence_container_spaceship_with_type() 36 Container<Elem> l2{1, 2}; in test_sequence_container_spaceship_with_type() 41 Container<Elem> l1{1, 3}; in test_sequence_container_spaceship_with_type() 42 Container<Elem> l2{1, 2}; in test_sequence_container_spaceship_with_type() 47 Container<Elem> l1{1}; in test_sequence_container_spaceship_with_type() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/support/ |
D | test_container_comparisons.h | 19 template <template <typename...> typename Container, typename Elem, typename Order> 23 Container<Elem> l1; in test_sequence_container_spaceship_with_type() 24 Container<Elem> l2; in test_sequence_container_spaceship_with_type() 29 Container<Elem> l1{1, 1}; in test_sequence_container_spaceship_with_type() 30 Container<Elem> l2{1, 1}; in test_sequence_container_spaceship_with_type() 35 Container<Elem> l1{1, 1}; in test_sequence_container_spaceship_with_type() 36 Container<Elem> l2{1, 2}; in test_sequence_container_spaceship_with_type() 41 Container<Elem> l1{1, 3}; in test_sequence_container_spaceship_with_type() 42 Container<Elem> l2{1, 2}; in test_sequence_container_spaceship_with_type() 47 Container<Elem> l1{1}; in test_sequence_container_spaceship_with_type() [all …]
|
/external/google-cloud-java/java-container/grpc-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
D | ClusterManagerGrpc.java | 16 package com.google.container.v1beta1; 29 comments = "Source: google/container/v1beta1/cluster_service.proto") 35 public static final String SERVICE_NAME = "google.container.v1beta1.ClusterManager"; 39 com.google.container.v1beta1.ListClustersRequest, 40 com.google.container.v1beta1.ListClustersResponse> 45 requestType = com.google.container.v1beta1.ListClustersRequest.class, 46 responseType = com.google.container.v1beta1.ListClustersResponse.class, 49 com.google.container.v1beta1.ListClustersRequest, 50 com.google.container.v1beta1.ListClustersResponse> 53 com.google.container.v1beta1.ListClustersRequest, in getListClustersMethod() [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/test/container/ |
D | container_tests.hpp | 13 #include <boost/phoenix/stl/container/container.hpp> 70 template <typename Container> 71 void test_assign(Container c) in test_assign() 75 typename Container::size_type count = 2; in test_assign() 76 typename Container::const_iterator first = c.begin(); in test_assign() 77 typename Container::const_iterator second = first; in test_assign() 78 typename Container::value_type value = *first; in test_assign() 88 cerr << "Failed " << typeid(Container).name() << " test_assign 1\n"; in test_assign() 93 Container const const_c = c; in test_assign() 98 template <typename Container> [all …]
|
/external/pdfium/core/fxcrt/containers/ |
D | contains.h | 27 template <typename Container, typename Element, typename = void> 30 template <typename Container, typename Element> 32 Container, 34 std::void_t<decltype(std::declval<const Container&>().find( 36 Container::npos)>> : std::true_type {}; 38 template <typename Container, typename Element, typename = void> 41 template <typename Container, typename Element> 43 Container, 45 std::void_t<decltype(std::declval<const Container&>().find( 47 std::declval<const Container&>().end())>> [all …]
|
/external/pdfium/third_party/base/containers/ |
D | contains.h | 27 template <typename Container, typename Element, typename = void> 30 template <typename Container, typename Element> 32 Container, 34 std::void_t<decltype(std::declval<const Container&>().find( 36 Container::npos)>> : std::true_type {}; 38 template <typename Container, typename Element, typename = void> 41 template <typename Container, typename Element> 43 Container, 45 std::void_t<decltype(std::declval<const Container&>().find( 47 std::declval<const Container&>().end())>> [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
D | container_support.cpp | 64 template <typename Container> in BOOST_SPIRIT_DEFINE() 69 Container container; in BOOST_SPIRIT_DEFINE() local 70 Container const compare {{"k1", "v1"}, {"k2", "v2"}}; in BOOST_SPIRIT_DEFINE() 73 BOOST_TEST(test_attr("k1=v1,k2=v2,k2=v3", rule, container)); in BOOST_SPIRIT_DEFINE() 74 BOOST_TEST(container.size() == 2); in BOOST_SPIRIT_DEFINE() 75 BOOST_TEST(container == compare); in BOOST_SPIRIT_DEFINE() 79 container.clear(); in BOOST_SPIRIT_DEFINE() 80 BOOST_TEST(test_attr("k1=v1,k2=v2,k2=v3", seq_rule, container)); in BOOST_SPIRIT_DEFINE() 82 // test parsing container into container in BOOST_SPIRIT_DEFINE() 84 container.clear(); in BOOST_SPIRIT_DEFINE() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/test/ |
D | iron-flex-layout-classes.html | 28 .container { 33 .container > div { 40 .container > div.fixed-height { 44 .container.relative > div { 49 .container.small { width: 120px; } 50 .container.tall { height: 300px; } 62 <div class="container layout"> 72 <div class="container layout"> 82 <div class="container layout"> 90 <div class="container layout relative"> [all …]
|
/external/sdv/vsomeip/third_party/boost/container/proj/vs/ |
D | container.vcxproj | 22 <ClInclude Include="..\..\..\..\boost\container\adaptive_pool.hpp" /> 23 <ClInclude Include="..\..\..\..\boost\container\allocator.hpp" /> 24 <ClInclude Include="..\..\..\..\boost\container\allocator_traits.hpp" /> 25 <ClInclude Include="..\..\..\..\boost\container\container_fwd.hpp" /> 26 <ClInclude Include="..\..\..\..\boost\container\deque.hpp" /> 27 <ClInclude Include="..\..\..\..\boost\container\detail\adaptive_node_pool.hpp" /> 28 <ClInclude Include="..\..\..\..\boost\container\detail\adaptive_node_pool_impl.hpp" /> 29 <ClInclude Include="..\..\..\..\boost\container\detail\addressof.hpp" /> 30 <ClInclude Include="..\..\..\..\boost\container\detail\advanced_insert_int.hpp" /> 31 <ClInclude Include="..\..\..\..\boost\container\detail\algorithm.hpp" /> [all …]
|
/external/libchrome/base/ |
D | stl_util.h | 32 template <typename Container, typename Predicate> 33 void IterateAndEraseIf(Container& container, Predicate pred) { in IterateAndEraseIf() argument 34 for (auto it = container.begin(); it != container.end();) { in IterateAndEraseIf() 36 it = container.erase(it); in IterateAndEraseIf() 46 template <typename Container> 47 constexpr auto size(const Container& c) -> decltype(c.size()) { 58 template <typename Container> 59 constexpr auto empty(const Container& c) -> decltype(c.empty()) { 75 template <typename Container> 76 constexpr auto data(Container& c) -> decltype(c.data()) { [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-input/test/ |
D | paper-input-container.html | 14 <title>paper-input-container tests</title> 26 <link rel="import" href="../paper-input-container.html"> 34 <paper-input-container> 37 </paper-input-container> 43 <paper-input-container> 47 </paper-input-container> 53 <paper-input-container> 57 </paper-input-container> 63 <paper-input-container> 66 </paper-input-container> [all …]
|
/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/ |
D | AddonsConfig.java | 17 // source: google/container/v1beta1/cluster_service.proto 19 package com.google.container.v1beta1; 29 * Protobuf type {@code google.container.v1beta1.AddonsConfig} 33 // @@protoc_insertion_point(message_implements:google.container.v1beta1.AddonsConfig) 55 return com.google.container.v1beta1.ClusterServiceProto in getDescriptor() 62 return com.google.container.v1beta1.ClusterServiceProto in internalGetFieldAccessorTable() 65 com.google.container.v1beta1.AddonsConfig.class, in internalGetFieldAccessorTable() 66 com.google.container.v1beta1.AddonsConfig.Builder.class); in internalGetFieldAccessorTable() 70 private com.google.container.v1beta1.HttpLoadBalancing httpLoadBalancing_; 79 * <code>.google.container.v1beta1.HttpLoadBalancing http_load_balancing = 1;</code> [all …]
|
D | NodeConfigDefaults.java | 17 // source: google/container/v1beta1/cluster_service.proto 19 package com.google.container.v1beta1; 28 * Protobuf type {@code google.container.v1beta1.NodeConfigDefaults} 32 // @@protoc_insertion_point(message_implements:google.container.v1beta1.NodeConfigDefaults) 54 return com.google.container.v1beta1.ClusterServiceProto in getDescriptor() 61 return com.google.container.v1beta1.ClusterServiceProto in internalGetFieldAccessorTable() 64 com.google.container.v1beta1.NodeConfigDefaults.class, in internalGetFieldAccessorTable() 65 com.google.container.v1beta1.NodeConfigDefaults.Builder.class); in internalGetFieldAccessorTable() 69 private com.google.container.v1beta1.GcfsConfig gcfsConfig_; 74 * GCFS (Google Container File System, also known as Riptide) options. [all …]
|
/external/sdv/vsomeip/third_party/boost/iterator/doc/quickbook/ |
D | shared_container_iterator.qbk | 1 [section:shared_container Shared Container Iterator] 5 The purpose of the shared container iterator is to attach the lifetime 6 of a container to the lifetime of its iterators. In other words, the 7 container will not be deleted until after all its iterators are 8 destroyed. The shared container iterator is typically used to 15 The shared container iterator augments an iterator over a shared 16 container. It maintains a reference count on the shared container. If 17 only shared container iterators hold references to the container, the 18 container's lifetime will end when the last shared container iterator 19 over it is destroyed. In any case, the shared container is guaranteed [all …]
|
/external/autotest/site_utils/ |
D | lxc_cleanup.py | 9 container used to run the test will be orphaned. This adds overhead to the 12 This module also checks if the test job associated with a container has 14 container. To avoid racing condition, this only applies to job finished at least 34 # The cutoff time to declare a test job is completed and container is orphaned. 36 # is still in the process of destroying the container it used. 39 def is_container_orphaned(container): argument 40 """Check if a container is orphaned. 42 A container is orphaned if any of these condition is True: 43 1. The autoserv process created the container is no longer running. 46 @param container: A Container object. [all …]
|
/external/googleapis/google/container/v1beta1/ |
D | container_grpc_service_config.json | 6 "service": "google.container.v1beta1.ClusterManager", 10 "service": "google.container.v1beta1.ClusterManager", 14 "service": "google.container.v1beta1.ClusterManager", 18 "service": "google.container.v1beta1.ClusterManager", 22 "service": "google.container.v1beta1.ClusterManager", 26 "service": "google.container.v1beta1.ClusterManager", 30 "service": "google.container.v1beta1.ClusterManager", 34 "service": "google.container.v1beta1.ClusterManager", 38 "service": "google.container.v1beta1.ClusterManager", 42 "service": "google.container.v1beta1.ClusterManager", [all …]
|
/external/sdv/vsomeip/third_party/boost/range/test/test_driver/ |
D | range_return_test_driver.hpp | 28 template< class Container, class Iterator > 30 Container& test, in test() 31 Container& reference, in test() 45 template< class Container, class Iterator > 47 Container& test, in test() 48 Container& reference, in test() 66 template< class Container, class Iterator > 68 Container& test, in test() 69 Container& reference, in test() 95 template< class Container, class Iterator > [all …]
|
/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/ |
D | NodeConfigDefaults.java | 17 // source: google/container/v1/cluster_service.proto 19 package com.google.container.v1; 28 * Protobuf type {@code google.container.v1.NodeConfigDefaults} 32 // @@protoc_insertion_point(message_implements:google.container.v1.NodeConfigDefaults) 54 return com.google.container.v1.ClusterServiceProto in getDescriptor() 61 return com.google.container.v1.ClusterServiceProto in internalGetFieldAccessorTable() 64 com.google.container.v1.NodeConfigDefaults.class, in internalGetFieldAccessorTable() 65 com.google.container.v1.NodeConfigDefaults.Builder.class); in internalGetFieldAccessorTable() 69 private com.google.container.v1.GcfsConfig gcfsConfig_; 74 * GCFS (Google Container File System, also known as Riptide) options. [all …]
|
/external/googleapis/google/container/v1/ |
D | container_grpc_service_config.json | 6 "service": "google.container.v1.ClusterManager", 10 "service": "google.container.v1.ClusterManager", 14 "service": "google.container.v1.ClusterManager", 18 "service": "google.container.v1.ClusterManager", 22 "service": "google.container.v1.ClusterManager", 26 "service": "google.container.v1.ClusterManager", 30 "service": "google.container.v1.ClusterManager", 34 "service": "google.container.v1.ClusterManager", 38 "service": "google.container.v1.ClusterManager", 56 "service": "google.container.v1.ClusterManager", [all …]
|