Home
last modified time | relevance | path

Searched +full:actions +full:- +full:builder (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/external/libtextclassifier/native/actions/
Dranker_test.cc8 * http://www.apache.org/licenses/LICENSE-2.0
17 #include "actions/ranker.h"
21 #include "actions/actions_model_generated.h"
22 #include "actions/types.h"
41 response.actions = { in TEST()
48 flatbuffers::FlatBufferBuilder builder; in TEST() local
49 builder.Finish(RankingOptions::Pack(builder, &options)); in TEST()
51 flatbuffers::GetRoot<RankingOptions>(builder.GetBufferPointer()), in TEST()
54 ranker->RankActions(conversation, &response); in TEST()
56 response.actions, in TEST()
[all …]
Dactions-suggestions_test.cc8 * http://www.apache.org/licenses/LICENSE-2.0
17 #include "actions/actions-suggestions.h"
24 #include "actions/actions_model_generated.h"
25 #include "actions/test-utils.h"
26 #include "actions/zlib-utils.h"
32 #include "utils/grammar/utils/locale-shard-map.h"
35 #include "utils/jvm-test-utils.h"
36 #include "utils/test-data-test-utils.h"
76 std::string GetModelPath() { return GetTestDataPath("actions/test_data/"); } in GetModelPath()
110 actions_suggestions->SuggestActions( in TEST_F()
[all …]
/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/gmail/
DComposeTrigger.java8 * https://www.apache.org/licenses/LICENSE-2.0
36 private ComposeTrigger(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ComposeTrigger() argument
37 super(builder); in ComposeTrigger()
68 com.google.apps.script.type.gmail.ComposeTrigger.Builder.class); in internalGetFieldAccessorTable()
114 UNRECOGNIZED(-1),
219 if (desc.getIndex() == -1) { in valueOf()
242 * Defines the set of actions for compose time add-on. These are actions
246 * <code>repeated .google.apps.script.type.MenuItemExtensionPoint actions = 5;</code>
256 * Defines the set of actions for compose time add-on. These are actions
260 * <code>repeated .google.apps.script.type.MenuItemExtensionPoint actions = 5;</code>
[all …]
DGmailAddOnManifest.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Properties customizing the appearance and execution of a Gmail add-on.
36 private GmailAddOnManifest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in GmailAddOnManifest() argument
37 super(builder); in GmailAddOnManifest()
69 com.google.apps.script.type.gmail.GmailAddOnManifest.Builder.class); in internalGetFieldAccessorTable()
81 * content when this add-on declares more targeted triggers.
101 * content when this add-on declares more targeted triggers.
123 * content when this add-on declares more targeted triggers.
145 * Defines the set of conditions that trigger the add-on.
159 * Defines the set of conditions that trigger the add-on.
[all …]
DUniversalAction.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * An action that is always available in the add-on toolbar menu regardless of
37 private UniversalAction(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in UniversalAction() argument
38 super(builder); in UniversalAction()
68 com.google.apps.script.type.gmail.UniversalAction.Builder.class); in internalGetFieldAccessorTable()
126 * Required. User-visible text describing the action, for example, "Add a new
150 * Required. User-visible text describing the action, for example, "Add a new
247 * action. See the [universal actions
248 * guide](/gmail/add-ons/how-tos/universal-actions) for details.
263 * action. See the [universal actions
[all …]
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/update/
DUpdateExpression.java27 …* Contains sets of {@link UpdateAction} that represent the four DynamoDB update actions: SET, ADD,…
30 …* with another. When two UpdateExpression are merged, the actions of each group of UpdateAction, s…
31 * combined; all SET actions from each expression are concatenated, all REMOVE actions etc.
35 * Example:-
40 * UpdateExpression.builder()
57 private UpdateExpression(Builder builder) { in UpdateExpression() argument
58 this.removeActions = builder.removeActions; in UpdateExpression()
59 this.setActions = builder.setActions; in UpdateExpression()
60 this.deleteActions = builder.deleteActions; in UpdateExpression()
61 this.addActions = builder.addActions; in UpdateExpression()
[all …]
/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
DListActionsResponse.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * List actions response.
36 private ListActionsResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ListActionsResponse() argument
37 super(builder); in ListActionsResponse()
68 com.google.cloud.dataplex.v1.ListActionsResponse.Builder.class); in internalGetFieldAccessorTable()
79 * Actions under the given parent lake/zone/asset.
82 * <code>repeated .google.cloud.dataplex.v1.Action actions = 1;</code>
92 * Actions under the given parent lake/zone/asset.
95 * <code>repeated .google.cloud.dataplex.v1.Action actions = 1;</code>
106 * Actions under the given parent lake/zone/asset.
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
24 runs-on: ubuntu-22.04 # latest
[all …]
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
DRiskAnalysisJobConfig.java8 * https://www.apache.org/licenses/LICENSE-2.0
26 * https://cloud.google.com/dlp/docs/concepts-risk-analysis to learn more.
37 private RiskAnalysisJobConfig(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in RiskAnalysisJobConfig() argument
38 super(builder); in RiskAnalysisJobConfig()
68 com.google.privacy.dlp.v2.RiskAnalysisJobConfig.Builder.class); in internalGetFieldAccessorTable()
179 * Actions to execute at the completion of the job. Are executed in the order
183 * <code>repeated .google.privacy.dlp.v2.Action actions = 3;</code>
193 * Actions to execute at the completion of the job. Are executed in the order
197 * <code>repeated .google.privacy.dlp.v2.Action actions = 3;</code>
208 * Actions to execute at the completion of the job. Are executed in the order
[all …]
DInspectJobConfig.java8 * https://www.apache.org/licenses/LICENSE-2.0
36 private InspectJobConfig(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in InspectJobConfig() argument
37 super(builder); in InspectJobConfig()
68 com.google.privacy.dlp.v2.InspectJobConfig.Builder.class); in internalGetFieldAccessorTable()
234 * Actions to execute at the completion of the job.
237 * <code>repeated .google.privacy.dlp.v2.Action actions = 4;</code>
247 * Actions to execute at the completion of the job.
250 * <code>repeated .google.privacy.dlp.v2.Action actions = 4;</code>
261 * Actions to execute at the completion of the job.
264 * <code>repeated .google.privacy.dlp.v2.Action actions = 4;</code>
[all …]
/external/cronet/third_party/libc++/src/utils/ci/
Ddocker-compose.yml3 x-versions: &compiler_versions
8 buildkite-builder:
9 image: ghcr.io/libcxx/buildkite-builder:${TAG:-latest}
13 target: buildkite-builder
17 actions-builder:
18 image: ghcr.io/libcxx/actions-builder:${TAG:-latest}
22 target: actions-builder
24 BASE_IMAGE: ghcr.io/actions/actions-runner:2.311.0
26 android-buildkite-builder:
27 image: ghcr.io/libcxx/android-buildkite-builder:${TAG:-latest}
[all …]
/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
DRule.java8 * https://www.apache.org/licenses/LICENSE-2.0
36 private Rule(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Rule() argument
37 super(builder); in Rule()
71 com.google.cloud.contentwarehouse.v1.Rule.Builder.class); in internalGetFieldAccessorTable()
78 * The trigger types for actions.
114 UNRECOGNIZED(-1),
216 if (desc.getIndex() == -1) { in valueOf()
382 * When the condition is true actions are executed.
408 * When the condition is true actions are executed.
437 * List of actions that are executed when the rule is satisfied.
[all …]
DActionExecutorOutput.java8 * https://www.apache.org/licenses/LICENSE-2.0
36 private ActionExecutorOutput(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ActionExecutorOutput() argument
37 super(builder); in ActionExecutorOutput()
67 com.google.cloud.contentwarehouse.v1.ActionExecutorOutput.Builder.class); in internalGetFieldAccessorTable()
78 * List of rule and corresponding actions result.
92 * List of rule and corresponding actions result.
106 * List of rule and corresponding actions result.
119 * List of rule and corresponding actions result.
132 * List of rule and corresponding actions result.
143 private byte memoizedIsInitialized = -1;
[all …]
DRuleActionsPair.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Represents a rule and outputs of associated actions.
36 private RuleActionsPair(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in RuleActionsPair() argument
37 super(builder); in RuleActionsPair()
67 com.google.cloud.contentwarehouse.v1.RuleActionsPair.Builder.class); in internalGetFieldAccessorTable()
124 * Outputs of executing the actions associated with the above rule.
137 * Outputs of executing the actions associated with the above rule.
151 * Outputs of executing the actions associated with the above rule.
164 * Outputs of executing the actions associated with the above rule.
177 * Outputs of executing the actions associated with the above rule.
[all …]
DRuleEngineOutput.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Records the output of Rule Engine including rule evaluation and actions
37 private RuleEngineOutput(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in RuleEngineOutput() argument
38 super(builder); in RuleEngineOutput()
68 com.google.cloud.contentwarehouse.v1.RuleEngineOutput.Builder.class); in internalGetFieldAccessorTable()
79 * Name of the document against which the rules and actions were evaluated.
102 * Name of the document against which the rules and actions were evaluated.
179 * Output from Action Executor containing rule and corresponding actions
195 * Output from Action Executor containing rule and corresponding actions
213 * Output from Action Executor containing rule and corresponding actions
[all …]
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/update/
DUpdateExpressionTest.java29 private static final AttributeValue VAL = AttributeValue.builder().n("5").build();
31 private static final RemoveAction removeAction = RemoveAction.builder().path("").build();
32 private static final SetAction setAction = SetAction.builder()
37 private static final DeleteAction deleteAction = DeleteAction.builder()
42 private static final AddAction addAction = AddAction.builder()
52 AttributeValue.builder().s("1").build(), in equalsHashcode()
53 AttributeValue.builder().s("2").build()) in equalsHashcode()
59 UpdateExpression updateExpression = UpdateExpression.builder().build(); in build_minimal()
68 UpdateExpression updateExpression = UpdateExpression.builder() in build_maximal_single()
82 UpdateExpression updateExpression = UpdateExpression.builder() in build_maximal_plural()
[all …]
/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/
Dhappy_path.rs7 // http://www.apache.org/licenses/LICENSE-2.0
28 actions::{ActionBits, ActionsDataElement, NearbyShare},
56 let mut builder = AdvBuilder::new(UnencryptedEncoder); in parse_min_len_adv() localVariable
57 builder.add_data_element(de.clone()).unwrap(); in parse_min_len_adv()
58 let data = builder.into_advertisement().unwrap(); in parse_min_len_adv()
81 let mut builder = AdvBuilder::new(UnencryptedEncoder); in parse_max_len_adv() localVariable
82 builder.add_data_element(de.clone()).unwrap(); in parse_max_len_adv()
83 let data = builder.into_advertisement().unwrap(); in parse_max_len_adv()
119 &[DeserializedDataElement::Actions(de)], in actions_min_len()
130 let actions = ActionsDataElement::from(action_bits); in typical_tx_power_and_actions() localVariable
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
71 * Starts, updates and cancels a media style notification reflecting the player state. The actions
82 * Playback actions can be included or omitted as follows:
85 * <li><b>{@code usePlayPauseActions}</b> - Sets whether the play and pause actions are used.
90 * <li><b>{@code useRewindAction}</b> - Sets whether the rewind action is used.
95 * <li><b>{@code useRewindActionInCompactView}</b> - If {@code useRewindAction} is {@code true},
102 * <li><b>{@code useFastForwardAction}</b> - Sets whether the fast forward action is used.
107 * <li><b>{@code useFastForwardActionInCompactView}</b> - If {@code useFastForwardAction} is
114 * <li><b>{@code usePreviousAction}</b> - Whether the previous action is used.
119 * <li><b>{@code usePreviousActionInCompactView}</b> - If {@code usePreviousAction} is {@code
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerNotificationManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
69 * Starts, updates and cancels a media style notification reflecting the player state. The actions
80 * Playback actions can be included or omitted as follows:
83 * <li><b>{@code usePlayPauseActions}</b> - Sets whether the play and pause actions are used.
88 * <li><b>{@code useRewindAction}</b> - Sets whether the rewind action is used.
93 * <li><b>{@code useRewindActionInCompactView}</b> - If {@code useRewindAction} is {@code true},
100 * <li><b>{@code useFastForwardAction}</b> - Sets whether the fast forward action is used.
105 * <li><b>{@code useFastForwardActionInCompactView}</b> - If {@code useFastForwardAction} is
112 * <li><b>{@code usePreviousAction}</b> - Whether the previous action is used.
117 * <li><b>{@code usePreviousActionInCompactView}</b> - If {@code usePreviousAction} is {@code
[all …]
/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/
DPipeline.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Specifies a series of actions to execute, expressed as Docker containers.
36 private Pipeline(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Pipeline() argument
37 super(builder); in Pipeline()
78 com.google.cloud.lifesciences.v2beta.Pipeline.Builder.class); in internalGetFieldAccessorTable()
89 * The list of actions to execute, in the order they are specified.
92 * <code>repeated .google.cloud.lifesciences.v2beta.Action actions = 1;</code>
102 * The list of actions to execute, in the order they are specified.
105 * <code>repeated .google.cloud.lifesciences.v2beta.Action actions = 1;</code>
116 * The list of actions to execute, in the order they are specified.
[all …]
/external/libtextclassifier/java/src/com/android/textclassifier/common/logging/
DTextClassifierEvent.java8 * http://www.apache.org/licenses/LICENSE-2.0
65 * Conversation actions
118 /** Smart actions shown to the user. */
146 /** TextClassifier generated some actions */
163 private TextClassifierEvent(Builder<?> builder) { in TextClassifierEvent() argument
164 eventCategory = builder.eventCategory; in TextClassifierEvent()
165 eventType = builder.eventType; in TextClassifierEvent()
166 entityTypes = builder.entityTypes; in TextClassifierEvent()
167 eventContext = builder.eventContext; in TextClassifierEvent()
168 resultId = builder.resultId; in TextClassifierEvent()
[all …]
/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/
DQueryWorkflowInvocationActionsResponse.java8 * https://www.apache.org/licenses/LICENSE-2.0
38 com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in QueryWorkflowInvocationActionsResponse() argument
39 super(builder); in QueryWorkflowInvocationActionsResponse()
70 com.google.cloud.dataform.v1beta1.QueryWorkflowInvocationActionsResponse.Builder.class); in internalGetFieldAccessorTable()
82 * List of workflow invocation actions.
98 * List of workflow invocation actions.
115 * List of workflow invocation actions.
130 * List of workflow invocation actions.
146 * List of workflow invocation actions.
212 private byte memoizedIsInitialized = -1;
[all …]
DQueryCompilationResultActionsResponse.java8 * https://www.apache.org/licenses/LICENSE-2.0
38 com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in QueryCompilationResultActionsResponse() argument
39 super(builder); in QueryCompilationResultActionsResponse()
70 com.google.cloud.dataform.v1beta1.QueryCompilationResultActionsResponse.Builder.class); in internalGetFieldAccessorTable()
82 * List of compilation result actions.
98 * List of compilation result actions.
115 * List of compilation result actions.
130 * List of compilation result actions.
146 * List of compilation result actions.
212 private byte memoizedIsInitialized = -1;
[all …]
/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/
DQueryCompilationResultActionsResponse.java8 * https://www.apache.org/licenses/LICENSE-2.0
38 com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in QueryCompilationResultActionsResponse() argument
39 super(builder); in QueryCompilationResultActionsResponse()
70 com.google.cloud.dataform.v1alpha2.QueryCompilationResultActionsResponse.Builder.class); in internalGetFieldAccessorTable()
82 * List of compilation result actions.
98 * List of compilation result actions.
115 * List of compilation result actions.
130 * List of compilation result actions.
146 * List of compilation result actions.
212 private byte memoizedIsInitialized = -1;
[all …]
DQueryWorkflowInvocationActionsResponse.java8 * https://www.apache.org/licenses/LICENSE-2.0
38 com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in QueryWorkflowInvocationActionsResponse() argument
39 super(builder); in QueryWorkflowInvocationActionsResponse()
70 com.google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsResponse.Builder in internalGetFieldAccessorTable()
83 * List of workflow invocation actions.
99 * List of workflow invocation actions.
116 * List of workflow invocation actions.
131 * List of workflow invocation actions.
147 * List of workflow invocation actions.
213 private byte memoizedIsInitialized = -1;
[all …]

12345678910>>...20