| /external/mesa3d/.gitlab-ci/container/ |
| D | baremetal_build.sh | 3 set -e 4 set -o xtrace 6 # Fetch the arm-built rootfs image and unpack it in our x86_64 container (saves 10 if curl -X HEAD -s "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done"; then 16 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 17 "${ARTIFACTS_URL}"/lava-rootfs.tar.zst -o rootfs.tar.zst 18 mkdir -p /rootfs-"$arch" 19 tar -C /rootfs-"$arch" '--exclude=./dev/*' --zstd -xf rootfs.tar.zst 23 mkdir -p /baremetal-files 24 pushd /baremetal-files [all …]
|
| D | build-kernel.sh | 5 set -ex 7 mkdir -p kernel 11 KERNEL_IMAGE_NAME+=" cheza-kernel" 15 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 16 -o "/lava-files/${image}" "${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${image}" 20 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 21 -o "/lava-files/${dtb}" "${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/${dtb}" 24 mkdir -p "/lava-files/rootfs-${DEBIAN_ARCH}" 25 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 26 -O "${KERNEL_IMAGE_BASE}/${DEBIAN_ARCH}/modules.tar.zst" [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | retry-all-errors.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: retry-all-errors 5 Help: Retry all errors (with --retry) 9 See-also: 10 - retry 12 - --retry 5 --retry-all-errors $URL 13 --- 15 # `--retry-all-errors` 17 Retry on any error. This option is used together with --retry. [all …]
|
| D | retry-connrefused.md | 1 --- 3 SPDX-License-Identifier: curl 4 Long: retry-connrefused 5 Help: Retry on connection refused (with --retry) 9 See-also: 10 - retry 11 - retry-all-errors 13 - --retry-connrefused --retry 7 $URL 14 --- 16 # `--retry-connrefused` [all …]
|
| /external/mesa3d/.gitlab-ci/bare-metal/ |
| D | fastboot.sh | 6 . "$SCRIPTS_DIR"/setup-test-env.sh 8 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ] && [ -z "$BM_SERIAL_SCRIPT" ]; then 12 …echo "Must set BM_SERIAL OR BM_SERIAL_SCRIPT in your gitlab-runner config.toml [[runners]] environ… 20 if [ -z "$BM_POWERUP" ]; then 21 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment" 27 if [ -z "$BM_POWERDOWN" ]; then 28 echo "Must set BM_POWERDOWN in your gitlab-runner config.toml [[runners]] environment" 33 if [ -z "$BM_FASTBOOT_SERIAL" ]; then 34 echo "Must set BM_FASTBOOT_SERIAL in your gitlab-runner config.toml [[runners]] environment" [all …]
|
| D | poe-powered.sh | 7 . "$SCRIPTS_DIR"/setup-test-env.sh 13 BM=$CI_PROJECT_DIR/install/bare-metal 18 if [ -z "$BM_SERIAL" ]; then 19 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 24 if [ -z "$BM_POE_ADDRESS" ]; then 25 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment" 30 if [ -z "$BM_POE_INTERFACE" ]; then 31 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment" 36 if [ -z "$BM_POWERUP" ]; then 37 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment" [all …]
|
| D | cros-servo.sh | 10 BM=$CI_PROJECT_DIR/install/bare-metal 15 if [ -z "$BM_SERIAL" ]; then 16 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 21 if [ -z "$BM_SERIAL_EC" ]; then 22 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 27 if [ ! -d /nfs ]; then 32 if [ ! -d /tftp ]; then 38 if [ -z "$BM_KERNEL" ]; then 43 if [ -z "$BM_ROOTFS" ]; then 48 if [ -z "$BM_CMDLINE" ]; then [all …]
|
| /external/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_64_test-android.sh | 5 set -e 6 set -o xtrace 12 build-essential:native 15 config-package-dev 16 debhelper-compat 17 dpkg-dev 18 ninja-build 25 apt-get install -y --no-remove --no-install-recommends \ 30 . .gitlab-ci/container/container_pre_build.sh 36 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ [all …]
|
| D | android_build.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -ex 16 apt-get install -y --no-remove "${EPHEMERAL[@]}" 20 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 21 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip 22 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 26 rdfind -makehardlinks true -makeresultsfile false /${ndk}/ 28 find /${ndk}/ -type f \( -iname '*clang-check*' -o -iname '*clang-tidy*' -o -iname '*lldb*' \) -exe… 30 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" $ANDROID_SDK_VERSION 32 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 $ANDR… [all …]
|
| /external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
| D | ResultCode.java | 3 * All rights reserved. 7 * - Redistributions of source code must retain the above copyright 9 * - Redistributions in binary form must reproduce the above copyright 12 * - Neither the name of The Android Open Source Project nor the names of its contributors may 41 public static final int ERROR_SERVICE_NOT_ENABLED = -1; 46 public static final int ERROR_SERVICE_NOT_PUBLISHED = -2; 51 public static final int ERROR_SERVICE_NOT_AVAILABLE = -3; 59 * Temporary error and need retry later. 62 * Device shall retry with exponential back-off 65 * Device shall retry with exponential back-off [all …]
|
| /external/mesa3d/.gitlab-ci/tests/data/ |
| D | UBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 28 url: None/lava-rootfs.tar.zst 32 - boot: 34 method: u-boot 36 - 'lava-shell:' [all …]
|
| D | UBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 28 url: None/lava-rootfs.tar.zst 34 - boot: 36 method: u-boot 38 - 'lava-shell:' [all …]
|
| D | FASTBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 25 url: None/lava-rootfs.tar.zst 27 - deploy: 39 image: registry.gitlab.collabora.com/lava/health-check-docker 41 - cat Image.gz my_dtb_filename.dtb > Image.gz+dtb [all …]
|
| D | FASTBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 20 - deploy: 25 url: None/lava-rootfs.tar.zst 28 - deploy: 40 image: registry.gitlab.collabora.com/lava/health-check-docker 42 - cat Image.gz my_dtb_filename.dtb > Image.gz+dtb [all …]
|
| /external/mesa3d/.gitlab-ci/lava/utils/ |
| D | lava_job_definition.py | 33 def __init__(self, job_submitter: "LAVAJobSubmitter") -> None: 36 def has_ssh_support(self) -> bool: 46 def generate_lava_yaml_payload(self) -> dict[str, Any]: 60 "url": f"{args.rootfs_url_prefix}/lava-rootfs.tar.zst", 79 wrap_final_deploy_action(deploy_actions[-1]) 99 def generate_lava_job_definition(self) -> str: 113 def generate_metadata(self) -> dict[str, Any]: 124 "depthcharge-retry": { 128 "depthcharge-start": { 132 "depthcharge-action": { [all …]
|
| /external/curl/tests/data/ |
| D | test1909 | 6 retry 11 # Server-side 15 Content-Length: 5 22 Content-Length: 5 30 # Client-side 36 HTTP GET --retry-all-errors to overcome partial transfer 38 <command option="no-output,no-include"> 39 --retry 1 --retry-all-errors -o %LOGDIR/outfile%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER 49 User-Agent: curl/%VERSION 54 User-Agent: curl/%VERSION
|
| /external/grpc-grpc/doc/ |
| D | statuscodes.md | 7 …------------------|--------|----------------------------------------------------------------------… 10 … belongs to an error space that is not known in this address space. Also errors raised by APIs tha… 13 … If a request is denied for some users within a class of users, such as user-based access control,… 15 …errors). `PERMISSION_DENIED` must not be used if the caller can not be identified (use `UNAUTHENTI… 16 | RESOURCE_EXHAUSTED | 8 | Some resource has been exhausted, perhaps a per-user quota, or perhaps t… 17 …-empty, an rmdir operation is applied to a non-directory, etc. Service implementors can use the fo… 19 …-of-file. Unlike `INVALID_ARGUMENT`, this error indicates a problem that may be fixed if the syste… 21 …ternal errors. This means that some invariants expected by the underlying system have been broken.… 22 …rrected by retrying with a backoff. Note that it is not always safe to retry non-idempotent operat… 26 All RPCs started at a client return a `status` object composed of an integer [all …]
|
| /external/sg3_utils/include/ |
| D | sg_io_linux.h | 5 * Copyright (c) 2004-2020 Douglas Gilbert. 6 * All rights reserved. 7 * Use of this source code is governed by a BSD-style 10 * SPDX-License-Identifier: BSD-2-Clause 44 #define DID_PASSTHROUGH 0x0a /* Force command past mid-level */ 45 #define DID_SOFT_ERROR 0x0b /* The low-level driver wants a retry */ 48 #define DID_IMM_RETRY 0x0c /* Retry without decrementing retry count */ 51 #define DID_REQUEUE 0x0d /* Requeue command (no immediate retry) also 52 * without decrementing the retry count */ 104 * Following "suggests" are "or-ed" with one of previous 8 entries */ [all …]
|
| /external/tensorflow/tensorflow/core/data/service/ |
| D | grpc_util.cc | 1 /* Copyright 2020 The TensorFlow Authors. All Rights Reserved. 7 http://www.apache.org/licenses/LICENSE-2.0 24 #include "tensorflow/core/lib/core/errors.h" 27 #include "tensorflow/core/platform/errors.h" 36 return errors::Internal("Expected a non-ok grpc status. Wrapping message: ", in WrapError() 45 Status Retry(const std::function<Status()>& f, const std::string& description, in Retry() function 47 return Retry( in Retry() 51 Status Retry(const std::function<Status()>& f, in Retry() function 70 int64_t wait_time_micros = backoff_until - now_micros; in Retry() 73 << ". Will retry in " << wait_time_micros / 1000 << "ms."; in Retry() [all …]
|
| /external/bazelbuild-remote-apis/build/bazel/remote/asset/v1/ |
| D | remote_asset.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 option go_package = "github.com/bazelbuild/remote-apis/build/bazel/remote/asset/v1;remoteasset"; 42 // uri: https://github.com/bazelbuild/remote-apis.git 45 // uuid namespace identifier: urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6. 47 // serves as an agreed-upon key, but carries no other inherent meaning. 53 // Qualifiers are used to disambiguate or sub-select content that shares a URI. 58 // no ambiguity to be had - for example, a qualifier specifying a checksum 62 // the URL and/or qualifiers - e.g. dictated by URL scheme - it is recommended 84 // information about when the client should retry the request; clients SHOULD 98 // longer present, it *MAY* re-issue the request with [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/extensions/filters/http/router/v3/ |
| D | router.proto | 18 option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3… 21 // [#protodoc-title: Router] 25 // [#next-free-field: 10] 35 // In case a retry is applied, an upstream access log will be recorded for each retry. 41 // case of long-lived requests, such as CONNECT and Websockets. 66 // Do not add any additional ``x-envoy-`` headers to requests or responses. This 67 // only affects the :ref:`router filter generated x-envoy- headers 69 // connection manager may continue to set ``x-envoy-`` headers. 77 // Value must be a ','-delimited list (i.e. no spaces) of supported retry 80 // * :ref:`config_http_filters_router_x-envoy-retry-grpc-on` [all …]
|
| /external/federated-compute/fcp/client/ |
| D | grpc_federated_protocol.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 84 // and 'permanent' errors. While the exact categorization of transient vs. 85 // permanent errors is defined by a flag, the intent is that transient errors 86 // are those types of errors that may occur in the regular course of business, 89 // merely retrying the request at a slightly later time. Permanent errors are 93 // until the server-side configuration is changed, it will continue returning 94 // such an error. Hence, such errors can warrant a longer retry period (to waste 97 // The errors also differ in how they interact with the server-specified retry 99 // - If a permanent error occurs, then we will always return a retry window 100 // based on the target 'permanent errors retry period' flag, regardless of [all …]
|
| /external/aws-sdk-java-v2/.changes/2.10.x/ |
| D | 2.10.82.json | 3 "date": "2020-03-09", 8 …all into a list. The order in which header values are inspected is: headers set by the request mar… 13 …ion": "Added support for \"retry modes\". A retry mode allows configuring multiple SDK parameters … 18 …r own retry policy would override AWS and service-specific retry conditions. By default, all retry… 23 …"description": "Fixed an issue where the retry condition returned by `RetryPolicy.retryCondition` … 28 …or disable the default retry throttling behavior of the SDK that 'kicks in' during a large volume … 38 …clude detailed transaction info; to capture table DDL details; to use single-line unformatted json…
|
| /external/aws-sdk-java-v2/services/kafka/src/main/resources/codegen-resources/ |
| D | service-2.json | 3 "apiVersion": "2018-11-14", 9 "protocol": "rest-json", 11 "uid": "kafka-2018-11-14", 19 "requestUri" : "/v1/clusters/{clusterArn}/scram-secrets", 29 "errors" : [ { array 40 …"documentation" : "\n <p>Access forbidden. Check your credentials and then retry your r… 43 …source could not be found due to incorrect input. Correct the input, then retry the request.</p>\n… 66 "errors": [ array 81 …ion": "\n <p>Access forbidden. Check your credentials and then retry your request.</p>\… 93 …"documentation": "\n <p>This cluster name already exists. Retry your request using anot… [all …]
|
| /external/pigweed/pw_status/ |
| D | reference.rst | 1 .. _module-pw_status-reference: 6 .. pigweed-module-subpage:: 9 .. _module-pw_status-codes: 11 ------------ 13 ------------ 21 .. list-table:: 23 * - C++ 24 - ``pw::OkStatus()`` 25 * - C 26 - ``PW_STATUS_OK`` [all …]
|