Home
last modified time | relevance | path

Searched +full:scope +full:- +full:manager (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/external/google-cloud-java/java-certificate-manager/google-cloud-certificate-manager/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-cloud-certificate-manager</artifactId>
6 <version>0.20.0</version><!-- {x-version-update:google-cloud-certificate-manager:current} -->
8 <name>Google Certificate Manager</name>
9 …<description>Certificate Manager lets you acquire and manage TLS (SSL) certificates for use with C…
12 <artifactId>google-cloud-certificate-manager-parent</artifactId>
13 <version>0.20.0</version><!-- {x-version-update:google-cloud-certificate-manager:current} -->
16 <site.installationModule>google-cloud-certificate-manager</site.installationModule>
21 <artifactId>grpc-api</artifactId>
[all …]
/external/aws-sdk-java-v2/services/fms/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2018-01-01",
13 "uid":"fms-2018-01-01"
30Manager default administrator account. The Firewall Manager default administrator account can mana…
46 …the Firewall Manager policy administrator as a tenant administrator of a third-party firewall serv…
63 "documentation":"<p>Associate resources to a Firewall Manager resource set.</p>"
79 "documentation":"<p>Disassociates resources from a Firewall Manager resource set.</p>"
93 "documentation":"<p>Permanently deletes an Firewall Manager applications list.</p>"
107 … Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) t…
123 "documentation":"<p>Permanently deletes an Firewall Manager policy. </p>"
137 "documentation":"<p>Permanently deletes an Firewall Manager protocols list.</p>"
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
63 node->set_name(name); in NodeSetUp()
64 node->set_op(op_name); in NodeSetUp()
65 node->set_device(device_name); in NodeSetUp()
78 FIFOManager manager = FIFOManager(); in TEST_F() local
79 manager.AddNode(&node1_); in TEST_F()
80 EXPECT_EQ(manager.GetCurrNode()->name(), "Node1"); in TEST_F()
85 FIFOManager manager = FIFOManager(); in TEST_F() local
86 manager.AddNode(&node1_); in TEST_F()
89 manager.RemoveCurrNode(); in TEST_F()
[all …]
/external/google-cloud-java/java-asset/grpc-google-cloud-asset-v1p1beta1/src/main/java/com/google/cloud/asset/v1p1beta1/
DAssetServiceGrpc.java8 * https://www.apache.org/licenses/LICENSE-2.0
148 * Creates a new blocking-style stub that supports unary and streaming output calls on the service
162 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
188 * Searches all the resources within a given accessible Resource Manager scope
190 * administrators the ability to search all the resources within a scope, even
192 * have `cloud.assets.SearchAllResources` permission on the requested scope,
208 * Searches all the IAM policies within a given accessible Resource Manager
209 * scope (project/folder/organization). This RPC gives callers especially
210 * administrators the ability to search all the IAM policies within a scope,
213 * requested scope, otherwise the request will be rejected.
[all …]
/external/scudo/standalone/
Dtiming.h1 //===-- timing.h ------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager), in Timer()
35 Other.Manager = nullptr; in Timer()
47 AccTime += getMonotonicTime() - StartTime; in stop()
53 // is useful if we only want to track subset of certain scope events.
57 Manager = nullptr; in ignore()
62 Timer(TimingManager &Manager, u32 HandleId) in Timer() argument
63 : Manager(&Manager), HandleId(HandleId) {} in Timer()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddebug_info_manager_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
23 #include "spirv-tools/libspirv.hpp"
85 DebugInfoManager manager(context.get()); local
87 EXPECT_EQ(manager.GetDebugInlinedAt(150), nullptr);
88 EXPECT_EQ(manager.GetDebugInlinedAt(31), nullptr);
89 EXPECT_EQ(manager.GetDebugInlinedAt(22), nullptr);
91 auto* inst = manager.GetDebugInlinedAt(100);
92 EXPECT_EQ(inst->GetSingleWordOperand(kDebugInlinedAtOperandLineIndex), 7);
93 EXPECT_EQ(inst->GetSingleWordOperand(kDebugInlinedAtOperandScopeIndex), 22);
138 DebugScope scope(22U, 0U); local
[all …]
/external/angle/third_party/spirv-tools/src/test/opt/
Ddebug_info_manager_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
23 #include "spirv-tools/libspirv.hpp"
85 DebugInfoManager manager(context.get()); local
87 EXPECT_EQ(manager.GetDebugInlinedAt(150), nullptr);
88 EXPECT_EQ(manager.GetDebugInlinedAt(31), nullptr);
89 EXPECT_EQ(manager.GetDebugInlinedAt(22), nullptr);
91 auto* inst = manager.GetDebugInlinedAt(100);
92 EXPECT_EQ(inst->GetSingleWordOperand(kDebugInlinedAtOperandLineIndex), 7);
93 EXPECT_EQ(inst->GetSingleWordOperand(kDebugInlinedAtOperandScopeIndex), 22);
138 DebugScope scope(22U, 0U); local
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Ddebug_info_manager_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
23 #include "spirv-tools/libspirv.hpp"
85 DebugInfoManager manager(context.get()); local
87 EXPECT_EQ(manager.GetDebugInlinedAt(150), nullptr);
88 EXPECT_EQ(manager.GetDebugInlinedAt(31), nullptr);
89 EXPECT_EQ(manager.GetDebugInlinedAt(22), nullptr);
91 auto* inst = manager.GetDebugInlinedAt(100);
92 EXPECT_EQ(inst->GetSingleWordOperand(kDebugInlinedAtOperandLineIndex), 7);
93 EXPECT_EQ(inst->GetSingleWordOperand(kDebugInlinedAtOperandScopeIndex), 22);
138 DebugScope scope(22U, 0U); local
[all …]
/external/google-cloud-java/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/
DAssetServiceClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
36 // AUTO-GENERATED DOCUMENTATION AND CLASS.
46 * // - It may require correct/in-range values for request initialization.
47 * // - It may require specifying regional endpoints when creating the service client as shown in
50 * String scope = "scope109264468";
54 * assetServiceClient.searchAllResources(scope, query, assetTypes).iterateAll()) {
61 * as threads. In the example above, try-with-resources is used, which automatically calls close().
91 * // - It may require correct/in-range values for request initialization.
92 * // - It may require specifying regional endpoints when creating the service client as shown in
106 * // - It may require correct/in-range values for request initialization.
[all …]
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
DBatchGetEffectiveIamPoliciesRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. Only IAM policies on or below the scope will be returned.
33 * "projects/my-project-id"), or a project number (such as "projects/12345").
35 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_…
37 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_fo…
41 …* string scope = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { …
44 * @return The scope.
51 * Required. Only IAM policies on or below the scope will be returned.
54 * "projects/my-project-id"), or a project number (such as "projects/12345").
56 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_…
[all …]
DBatchGetEffectiveIamPoliciesRequest.java8 * https://www.apache.org/licenses/LICENSE-2.0
82 * Required. Only IAM policies on or below the scope will be returned.
85 * "projects/my-project-id"), or a project number (such as "projects/12345").
87 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_…
89 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_fo…
93 …* string scope = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { …
96 * @return The scope.
114 * Required. Only IAM policies on or below the scope will be returned.
117 * "projects/my-project-id"), or a project number (such as "projects/12345").
119 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_…
[all …]
DIamPolicyAnalysisQueryOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
31 * policies within the scope will be analyzed.
34 * "projects/my-project-id"), or a project number (such as "projects/12345").
36 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_…
38 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_fo…
41 * <code>string scope = 1 [(.google.api.field_behavior) = REQUIRED];</code>
43 * @return The scope.
51 * policies within the scope will be analyzed.
54 * "projects/my-project-id"), or a project number (such as "projects/12345").
56 …* ](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_…
[all …]
/external/aws-sdk-java-v2/.changes/2.17.x/
D2.17.131.json3 "date": "2022-02-16",
7 "category": "Amazon Simple Systems Manager (SSM)",
9 "description": "Assorted ticket fixes and updates for AWS Systems Manager."
27 …"description": "Adds support for auto-adjusting budgets, a new budget method alongside fixed and p…
31 "category": "S3 Transfer Manager",
33 …r>` instead of `Optional<Consumer<UploadFileRequest.Builder>>` it will be no-op if no uploadFileRe…
39 … "description": "Removed codegen-resources from service jars, which reduces SDK artifact size."
49 "category": "S3 Transfer Manager",
57 …implementations. If the region scope to use is not supplied to the signing methods, the signers wi…
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/filter/network/http_connection_manager/v2/
Dhttp_connection_manager.proto27 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connec…
32 // [#protodoc-title: HTTP connection manager]
33 // HTTP connection manager :ref:`configuration overview <config_http_conn_man>`.
36 // [#next-free-field: 37]
39 // For every new connection, the connection manager will determine which
46 // The connection manager will assume that the client is speaking HTTP/1.1.
49 // The connection manager will assume that the client is speaking HTTP/2
54 // [#not-implemented-hide:] QUIC implementation is not production ready yet. Use this enum with
73 // How to handle the :ref:`config_http_conn_man_headers_x-forwarded-client-cert` (XFCC) HTTP
96 // [#next-free-field: 10]
[all …]
/external/tensorflow/tensorflow/python/autograph/core/
Dfunction_wrappers.py7 # http://www.apache.org/licenses/LICENSE-2.0
26 # TODO(mdan): Move this into operators - it represents a function definition.
30 """Context manager that wraps the body of a converted function.
32 This context manager handles various operations related to the scope of a
34 * optional TF name scopes - these name scopes match the name of the
36 * optional automatic control dependencies - this adds the same mechanism
88 """Marks a value as returned from the function guarded by the scope."""
98 # is responsible for adding a return value to the top-level function.
111 """Inline version of the FunctionScope context manager."""
112 with FunctionScope('lambda_', scope_name, options) as scope:
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/
Dpom.xml2 <!--
3 ~ Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
15 -->
17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23 <artifactId>aws-sdk-java-pom</artifactId>
27 <artifactId>s3-transfer-manager</artifactId>
28 <name>AWS Java SDK :: S3 :: Transfer Manager</name>
30 The S3 Transfer Manager allows customers to easily and optimally
44 <artifactId>bom-internal</artifactId>
[all …]
/external/google-cloud-java/java-accesscontextmanager/google-identity-accesscontextmanager/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-identity-accesscontextmanager</artifactId>
6 <version>1.18.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
8 <name>Google Identity Access Context Manager</name>
9 <description>Identity Access Context Manager n/a</description>
12 <artifactId>google-identity-accesscontextmanager-parent</artifactId>
13 … <version>1.18.0</version><!-- {x-version-update:google-identity-accesscontextmanager:current} -->
16 <site.installationModule>google-identity-accesscontextmanager</site.installationModule>
21 <artifactId>grpc-api</artifactId>
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dvars_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
50 # TODO(b/197981388): re-enable MWMS test
72 # TODO(b/197981388): re-enable MWMS test
96 updates = [("assign", 1.), ("assign_add", 1.), ("assign_sub", -1.)]
112 with distribution.scope():
126 with distribution.scope():
130 -2., aggregation=variables_lib.VariableAggregation.MEAN)
157 with distribution.scope():
172 " sponge/80ba41f8-4220-4516-98ce-bbad48f9f11a.")
174 with distribution.scope():
[all …]
/external/google-cloud-java/java-secretmanager/google-cloud-secretmanager/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-cloud-secretmanager</artifactId>
6 <version>2.17.0</version><!-- {x-version-update:google-cloud-secretmanager:current} -->
8 <name>Google Cloud Secret Manager</name>
9 <description>Java idiomatic client for Google Cloud Secret Manager</description>
12 <artifactId>google-cloud-secretmanager-parent</artifactId>
13 <version>2.17.0</version><!-- {x-version-update:google-cloud-secretmanager:current} -->
16 <site.installationModule>google-cloud-secretmanager</site.installationModule>
21 <artifactId>grpc-api</artifactId>
[all …]
/external/google-cloud-java/java-certificate-manager/
DREADME.md1 # Google Certificate Manager Client for Java
3 Java idiomatic client for [Certificate Manager][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
11 > Note: This client is a work-in-progress, and may occasionally
12 > make backwards-incompatible changes.
18 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
25 <artifactId>libraries-bom</artifactId>
[all …]
/external/aws-sdk-java-v2/services/acm/
Dpom.xml2 <!--
15 -->
17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
27 <name>AWS Java SDK :: Services :: AWS Certificate Manager</name>
28 …<description>The AWS Java SDK for AWS Certificate Manager module holds the client classes that are…
29 communicating with AWS Certificate Manager service.
36 <artifactId>maven-jar-plugin</artifactId>
40 … <Automatic-Module-Name>software.amazon.awssdk.services.acm</Automatic-Module-Name>
51 <artifactId>aws-json-protocol</artifactId>
[all …]
/external/chromium-trace/catapult/devil/devil/android/tools/
Dwebview_app.py3 # Use of this source code is governed by a BSD-style license that can be
40 """A context manager that uses the apk as the webview provider while in scope.
46 expected_package: (str) If non-empty, verify apk's package name matches
62 'exit of UseWebViewProvider context manager scope.')
75 # if any, can be found by the ReplaceSystemApp context manager
82 'Non-System application paths found after uninstallation: ',
130 """ Make package un-installed while in scope. """
154 """ Make apk installed while in scope. """
170 '-v',
171 '--verbose',
[all …]
/external/skia/src/gpu/graphite/
DScratchResourceManager.h4 * Use of this source code is governed by a BSD-style license that can be
45 (*count)--; in decrement()
67 * the manager maintains a stack that corresponds with the depth-first traversal of the tasks
93 // - ScratchBuffer uses RAII to return the resource; ScratchResourceManager could adopt this
96 // - ScratchResourceManager is currently only available in snap(), but DrawBufferManager needs
99 // Alternatively, ScratchResourceManager could have the same lifetime as the buffer manager.
101 // Mark the resource as available for reuse. Must have been previously returned by this manager.
107 // added to the root task list, or explicitly when appending child tasks). The depth-first
112 // Each recursion in the depth-first traversal of the task graph pushes the stack. Going up
114 // listener that is triggered when either its scope is popped off or a consuming task that
[all …]
/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/
DSearchCatalogRequest.java8 * https://www.apache.org/licenses/LICENSE-2.0
75 …otoc_insertion_point(interface_extends:google.cloud.datacatalog.v1beta1.SearchCatalogRequest.Scope)
84 * https://cloud.google.com/resource-manager/docs/creating-managing-organization.
98 * https://cloud.google.com/resource-manager/docs/creating-managing-organization.
112 * https://cloud.google.com/resource-manager/docs/creating-managing-organization.
127 * https://cloud.google.com/resource-manager/docs/creating-managing-organization.
202 * https://cloud.google.com/public-datasets/. By default, GCP public
219 * Protobuf type {@code google.cloud.datacatalog.v1beta1.SearchCatalogRequest.Scope}
221 public static final class Scope extends com.google.protobuf.GeneratedMessageV3 class in SearchCatalogRequest
223 …toc_insertion_point(message_implements:google.cloud.datacatalog.v1beta1.SearchCatalogRequest.Scope)
[all …]
/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/
Dpom.xml1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-cloud-resourcemanager</artifactId>
7 <version>1.19.0</version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
8 <name>Google Cloud Resource Manager</name>
10 Java idiomatic client for Google Cloud Resource Manager
15 <artifactId>google-cloud-resourcemanager-parent</artifactId>
16 <version>1.19.0</version><!-- {x-version-update:google-cloud-resourcemanager:current} -->
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
[all …]

12345678910>>...38