/external/libtextclassifier/native/actions/ |
D | ranker_test.cc | 8 * 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 …]
|
D | actions-suggestions_test.cc | 8 * 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/pytorch/.github/scripts/s390x-ci/ |
D | README.md | 1 # Configuring the builder. 6 $ sudo dnf install podman podman-docker jq 12 $ sudo cp self-hosted-builder/*.service /etc/systemd/system/ 13 $ sudo systemctl daemon-reload 16 ## Download qemu-user-static image 19 # sudo docker pull docker.io/iiilinuxibmcom/qemu-user-static:6.1.0-1 25 $ sudo systemctl enable --now qemu-user-static 30 First build s390x builder image `docker.io/pytorch/manylinuxs390x-builder`, 37 $ git submodule update --init --recursive 38 $ GPU_ARCH_TYPE=cpu-s390x "$(pwd)/.ci/docker/manywheel/build.sh" manylinuxs390x-builder [all …]
|
/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/gmail/ |
D | ComposeTrigger.java | 8 * 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 …]
|
D | GmailAddOnManifest.java | 8 * 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 …]
|
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/update/ |
D | UpdateExpression.java | 27 …* 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/ |
D | ListActionsResponse.java | 8 * 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/ |
D | ci.yml | 5 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/pytorch/.github/workflows/ |
D | build-manywheel-images.yml | 7 - main 8 - release/* 11 # Release candidate tags look like: v1.11.0-rc1 12 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 14 - '.ci/docker/manywheel/*' 15 - '.ci/docker/manywheel/build_scripts/*' 16 - '.ci/docker/common/*' 17 - .github/workflows/build-manywheel-images.yml 20 - '.ci/docker/manywheel/*' 21 - '.ci/docker/manywheel/build_scripts/*' [all …]
|
D | _binary-test-linux.yml | 1 name: linux-binary-test 17 default: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine" 25 description: Root directory for the pytorch/builder repository 67 github-token: 73 runs-on: ${{ inputs.runs_on }} 74 timeout-minutes: 240 93 AWS_DEFAULT_REGION: us-east-1 101 - name: Make the env permanent during this workflow (but not the secrets) 129 - name: "[FB EMPLOYEES] Enable SSH (Click me for login details)" 130 if: inputs.build_environment != 'linux-s390x-binary-manywheel' [all …]
|
/external/iamf_tools/.github/workflows/ |
D | ci.yml | 6 linux-amd64: 7 runs-on: ubuntu-latest 9 - name: Checkout repo 10 uses: actions/checkout@v4 11 - name: Build 12 uses: ./.github/actions/iamf-tools-builder 15 macos-arm64: 16 runs-on: macos-latest 18 - name: Checkout repo 19 uses: actions/checkout@v4 [all …]
|
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
D | RiskAnalysisJobConfig.java | 8 * 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 …]
|
D | InspectJobConfig.java | 8 * 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/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/update/ |
D | UpdateExpressionTest.java | 29 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/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/ |
D | Rule.java | 8 * 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 …]
|
D | ActionExecutorOutput.java | 8 * 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 …]
|
D | RuleActionsPair.java | 8 * 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 …]
|
/external/cronet/stable/third_party/libc++/src/utils/ci/ |
D | docker-compose.yml | 1 x-versions: &compiler_versions 6 actions-builder: 7 image: ghcr.io/llvm/libcxx-linux-builder:${TAG} 11 target: actions-builder 13 BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1 16 android-buildkite-builder: 17 image: ghcr.io/llvm/libcxx-android-builder:${TAG} 21 target: android-buildkite-builder
|
/external/cronet/tot/third_party/libc++/src/utils/ci/ |
D | docker-compose.yml | 1 x-versions: &compiler_versions 6 actions-builder: 7 image: ghcr.io/llvm/libcxx-linux-builder:${TAG} 11 target: actions-builder 13 BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1 16 android-buildkite-builder: 17 image: ghcr.io/llvm/libcxx-android-builder:${TAG} 21 target: android-buildkite-builder
|
/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/ |
D | happy_path.rs | 7 // 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/ |
D | PlayerNotificationManager.java | 8 * 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/ |
D | PlayerNotificationManager.java | 8 * 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/ |
D | Pipeline.java | 8 * 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/ |
D | TextClassifierEvent.java | 8 * 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-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/ |
D | QueryWorkflowInvocationActionsResponse.java | 8 * 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 …]
|