Home
last modified time | relevance | path

Searched +full:agent +full:- +full:base (Results 1 – 25 of 1174) sorted by relevance

12345678910>>...47

/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/lib/
Dsrc.zip ... java.base/com/sun/crypto/provider/AESCipher ... /java/io/Serial.java java.
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/lib/
Dsrc.zip ... java.base/apple/security/AppleProvider.java java. ...
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/lib/
Dsrc.zip ... java.base/apple/security/AppleProvider.java java. ...
/aosp_15_r20/external/aws-sdk-java-v2/services/bedrockagent/src/main/resources/codegen-resources/
H A Dservice-2.json4 "apiVersion":"2023-06-05",
5 "endpointPrefix":"bedrock-agent",
7 "protocol":"rest-json",
9 "serviceId":"Bedrock Agent",
12 "uid":"bedrock-agent-2023-06-05"
33 "documentation":"<p>Associate a Knowledge Base to an existing Amazon Bedrock Agent</p>",
53 "documentation":"<p>Creates an Amazon Bedrock Agent</p>",
74 "documentation":"<p>Creates an Action Group for existing Amazon Bedrock Agent</p>",
95 "documentation":"<p>Creates an Alias for an existing Amazon Bedrock Agent</p>",
136 "documentation":"<p>Create a new knowledge base</p>",
[all …]
/aosp_15_r20/external/cronet/components/cronet/
H A Durl_request_context_config_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
9 #include "base/check.h"
10 #include "base/containers/contains.h"
11 #include "base/feature_list.h"
12 #include "base/functional/bind.h"
13 #include "base/json/json_writer.h"
14 #include "base/notreached.h"
15 #include "base/strings/strcat.h"
16 #include "base/strings/string_piece.h"
17 #include "base/test/task_environment.h"
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddialogflow_v2beta1.projects.conversationProfiles.html8 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 …]
Ddialogflow_v2beta1.projects.locations.conversationProfiles.html8 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 …]
Ddialogflow_v2beta1.projects.agent.knowledgeBases.html8 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 …]
Ddialogflow_v2beta1.projects.knowledgeBases.html8 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 …]
Ddialogflow_v2beta1.projects.locations.knowledgeBases.html8 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 …]
Ddialogflow_v2.projects.conversationProfiles.html8 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 …]
Ddialogflow_v2.projects.locations.conversationProfiles.html8 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 …]
Ddialogflow_v2.projects.agent.knowledgeBases.html8 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 …]
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DNetworkAgent.java8 * http://www.apache.org/licenses/LICENSE-2.0
52 * A utility class for handling for communicating between bearer-specific
55 * An agent manages the life cycle of a network. A network starts its
58 * the agent should call {@link markConnected} to inform the system that
60 * ends and the agent should call {@link unregister}, at which point the
63 * is disconnected the agent cannot be used any more. Network providers
68 * perhaps connections with different SSID or P2P for Wi-Fi).
77 * terms of battery - these agents should simply not override the related
134 // TODO: have ConnectivityService store message names in different maps and remove this base
135 private static final int BASE = 200; field in NetworkAgent
[all …]
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtracing_agent.h2 // Use of this source code is governed by a BSD-style license that can be
8 #include "base/base_export.h"
9 #include "base/callback.h"
10 #include "base/memory/ref_counted_memory.h"
11 #include "base/values.h"
13 namespace base {
21 // A tracing agent is an entity that records its own sort of trace. Each
30 base::OnceCallback<void(const std::string& agent_name, bool success)>;
32 // available for the specified agent.
33 using StopAgentTracingCallback = base::OnceCallback<void(
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/bedrockagentruntime/src/main/resources/codegen-resources/
H A Dservice-2.json4 "apiVersion":"2023-07-26",
5 "endpointPrefix":"bedrock-agent-runtime",
7 "protocol":"rest-json",
9 "serviceId":"Bedrock Agent Runtime",
12 "uid":"bedrock-agent-runtime-2023-07-26"
57 "documentation":"<p>Retrieve from knowledge base.</p>"
115 "documentation":"<p>Agent Trace Action Group Name</p>",
120 "documentation":"<p>Agent Trace Action Group Lambda Invocation Output String</p>",
125 "documentation":"<p>Identifier of the agent alias.</p>",
128 "pattern":"[0-9a-zA-Z]+"
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/proto/google/cloud/dialogflow/v2beta1/
H A Dknowledge_base.proto7 // http://www.apache.org/licenses/LICENSE-2.0
39 "https://www.googleapis.com/auth/cloud-platform,"
42 // Returns the list of all knowledge bases of the specified agent.
44 // Note: The `projects.agent.knowledgeBases` resource is deprecated;
54 get: "/v2beta1/{parent=projects/*/agent}/knowledgeBases"
60 // Retrieves the specified knowledge base.
62 // Note: The `projects.agent.knowledgeBases` resource is deprecated;
71 get: "/v2beta1/{name=projects/*/agent/knowledgeBases/*}"
77 // Creates a knowledge base.
79 // Note: The `projects.agent.knowledgeBases` resource is deprecated;
[all …]
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/v2beta1/
H A Dknowledge_base.proto7 // http://www.apache.org/licenses/LICENSE-2.0
39 "https://www.googleapis.com/auth/cloud-platform,"
42 // Returns the list of all knowledge bases of the specified agent.
44 // Note: The `projects.agent.knowledgeBases` resource is deprecated;
54 get: "/v2beta1/{parent=projects/*/agent}/knowledgeBases"
60 // Retrieves the specified knowledge base.
62 // Note: The `projects.agent.knowledgeBases` resource is deprecated;
71 get: "/v2beta1/{name=projects/*/agent/knowledgeBases/*}"
77 // Creates a knowledge base.
79 // Note: The `projects.agent.knowledgeBases` resource is deprecated;
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/
H A DKnowledgeBasesClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
42 // AUTO-GENERATED DOCUMENTATION AND CLASS.
53 * // - It may require correct/in-range values for request initialization.
54 * // - It may require specifying regional endpoints when creating the service client as shown in
64 * as threads. In the example above, try-with-resources is used, which automatically calls close().
94 * // - It may require correct/in-range values for request initialization.
95 * // - It may require specifying regional endpoints when creating the service client as shown in
109 * // - It may require correct/in-range values for request initialization.
110 * // - It may require specifying regional endpoints when creating the service client as shown in
123 * // - It may require correct/in-range values for request initialization.
[all …]
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtracing_agent.h2 // Use of this source code is governed by a BSD-style license that can be
8 #include "base/base_export.h"
9 #include "base/functional/callback.h"
10 #include "base/memory/ref_counted_memory.h"
12 namespace base {
20 // A tracing agent is an entity that records its own sort of trace. Each
29 base::OnceCallback<void(const std::string& agent_name, bool success)>;
31 // available for the specified agent.
32 using StopAgentTracingCallback = base::OnceCallback<void(
35 const scoped_refptr<base::RefCountedString>& events_str_ptr)>;
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
H A DKnowledgeBasesGrpc.java8 * https://www.apache.org/licenses/LICENSE-2.0
292 * Creates a new blocking-style stub that supports unary and streaming output calls on the service
306 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
333 * Returns the list of all knowledge bases of the specified agent.
334 * Note: The `projects.agent.knowledgeBases` resource is deprecated;
350 * Retrieves the specified knowledge base.
351 * Note: The `projects.agent.knowledgeBases` resource is deprecated;
367 * Creates a knowledge base.
368 * Note: The `projects.agent.knowledgeBases` resource is deprecated;
384 * Deletes the specified knowledge base.
[all …]
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/data/
H A DDataCallFailCause.aidl8 * http://www.apache.org/licenses/LICENSE-2.0
23 @SuppressWarnings(value={"redundant-name"})
140 VOICE_REGISTRATION_FAIL = -1,
144 DATA_REGISTRATION_FAIL = -2,
148 SIGNAL_LOST = -3,
152 PREF_RADIO_TECH_CHANGED = -4,
154 * Data call was disconnected because radio was resetting, powered off - no retry
156 RADIO_POWER_OFF = -5,
161 TETHERED_CALL_ACTIVE = -6,
179 * Network supports IPv4v6 PDP type only. Non-IP type is not allowed. In LTE mode of operation,
[all …]
/aosp_15_r20/art/runtime/ti/
H A Dagent.cc8 * http://www.apache.org/licenses/LICENSE-2.0
17 #include "agent.h"
19 #include "android-base/stringprintf.h"
23 #include "base/logging.h"
24 #include "base/strlcpy.h"
27 #include "thread-current-inl.h"
28 #include "scoped_thread_state_change-inl.h"
33 using android::base::StringPrintf;
49 std::unique_ptr<Agent> AgentSpec::Load(/*out*/jint* call_res, in Load()
52 VLOG(agents) << "Loading agent: " << name_ << " " << args_; in Load()
[all …]
/aosp_15_r20/art/adbconnection/
H A Dadbconnection.cc8 * http://www.apache.org/licenses/LICENSE-2.0
32 #include "android-base/endian.h"
33 #include "android-base/stringprintf.h"
34 #include "android-base/unique_fd.h"
35 #include "art_field-inl.h"
36 #include "art_method-alloc-inl.h"
37 #include "base/file_utils.h"
38 #include "base/globals.h"
39 #include "base/logging.h"
40 #include "base/macros.h"
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A DDockerfile1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
16 # docker compose build buildkite-builder
20 # ghcr.io/libcxx/buildkite-builder
21 # ghcr.io/libcxx/actions-builder
22 # ghcr.io/libcxx/android-buildkite-builder
27 # ===----------------------------------------------------------------------===##
29 # ===----------------------------------------------------------------------===##
31 # To start a Buildkite Agent, run it as:
[all …]

12345678910>>...47