/external/grpc-grpc/src/core/lib/transport/ |
D | timeout_encoding.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 35 return (dividend - 1 + divisor) / divisor; in DivideRoundingUp() 49 Timeout Timeout::FromDuration(Duration duration) { in FromDuration() 50 return Timeout::FromMillis(duration.millis()); in FromDuration() 53 double Timeout::RatioVersus(Timeout other) const { in RatioVersus() 58 if (a < 0) return -100; in RatioVersus() 61 return 100 * (a / b - 1); in RatioVersus() 64 Duration Timeout::AsDuration() const { in AsDuration() 82 return Duration::Minutes(value); in AsDuration() 84 return Duration::Minutes(value * 10); in AsDuration() [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | timeout_encoding.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 35 return (dividend - 1 + divisor) / divisor; in DivideRoundingUp() 49 Timeout Timeout::FromDuration(Duration duration) { in FromDuration() 50 return Timeout::FromMillis(duration.millis()); in FromDuration() 53 double Timeout::RatioVersus(Timeout other) const { in RatioVersus() 58 if (a < 0) return -100; in RatioVersus() 61 return 100 * (a / b - 1); in RatioVersus() 64 Duration Timeout::AsDuration() const { in AsDuration() 82 return Duration::Minutes(value); in AsDuration() 84 return Duration::Minutes(value * 10); in AsDuration() [all …]
|
/external/curl/.github/workflows/ |
D | windows.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.circleci/**' 15 - 'appveyor.*' 16 - 'packages/**' 17 - 'plan9/**' 18 - 'projects/**' [all …]
|
D | distcheck.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 14 - master 17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} 18 cancel-in-progress: true 23 maketgz-and-verify-in-tree: 24 runs-on: ubuntu-latest 25 timeout-minutes: 15 27 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 [all …]
|
/external/mesa3d/.gitlab-ci/tests/data/ |
D | FASTBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 11 minutes: 10 13 depthcharge-retry: 14 minutes: 4 15 depthcharge-start: 16 minutes: 1 17 depthcharge-action: 18 minutes: 15 20 - deploy: [all …]
|
D | FASTBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 11 minutes: 10 13 depthcharge-retry: 14 minutes: 4 15 depthcharge-start: 16 minutes: 1 17 depthcharge-action: 18 minutes: 15 20 - deploy: [all …]
|
D | UBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 11 minutes: 10 13 depthcharge-retry: 14 minutes: 4 15 depthcharge-start: 16 minutes: 1 17 depthcharge-action: 18 minutes: 15 20 - deploy: [all …]
|
D | UBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 11 minutes: 10 13 depthcharge-retry: 14 minutes: 4 15 depthcharge-start: 16 minutes: 1 17 depthcharge-action: 18 minutes: 15 20 - deploy: [all …]
|
/external/mesa3d/.gitlab-ci/lava/utils/ |
D | uart_job_definition.py | 9 # Use the same image that is being used for the hardware enablement and health-checks. 12 # https://gitlab.collabora.com/lava/health-check-docker/-/blob/main/Dockerfile 13 # And the registry here: https://gitlab.collabora.com/lava/health-check-docker/container_registry/ 14 DOCKER_IMAGE = "registry.gitlab.collabora.com/lava/health-check-docker" 19 ) -> tuple[dict[str, Any], ...]: 23 "timeout": {"minutes": 10}, 29 "timeout": {"minutes": 5}, 42 "mkbootimg --kernel Image.gz+dtb" 43 + f' --cmdline "{cmdline}"' 44 + " --pagesize 4096 --base 0x80000000 -o boot.img", [all …]
|
D | log_section.py | 26 # For post-merge jobs, this should be ~infinite, but we can fail more 27 # aggressively for pre-merge. 31 # minutes. 33 # summing up to 9 minutes. 34 # It is better to retry the boot than cancel the job and re-submit to avoid 38 # Estimated overhead in minutes for a job from GitLab to reach the test phase, 44 LAVA_TEST_DUT_SUITE_TIMEOUT = int(getenv("CI_JOB_TIMEOUT")) // 60 - LAVA_TEST_OVERHEAD_MIN 51 # Gitlab job timeout. 52 LAVA_TEST_CASE_TIMEOUT = int(getenv("CI_JOB_TIMEOUT")) // 60 - LAVA_TEST_OVERHEAD_MIN 58 FALLBACK_GITLAB_SECTION_TIMEOUT = timedelta(minutes=10) [all …]
|
/external/cpuinfo/.github/workflows/ |
D | build.yml | 6 - main 12 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 13 cancel-in-progress: true 15 cmake-linux-local: 16 runs-on: ubuntu-latest 17 timeout-minutes: 40 19 - uses: actions/checkout@v2 20 - name: Update apt 22 - name: Install ninja 23 run: sudo apt install ninja-build [all …]
|
/external/rust/cxx/.github/workflows/ |
D | ci.yml | 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.70.0 30 - rust: 1.74.0 31 - name: Cargo on macOS 34 - name: Cargo on Windows (msvc) [all …]
|
/external/XNNPACK/.github/workflows/ |
D | build.yml | 4 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} 5 cancel-in-progress: true 7 cmake-linux-local: 8 runs-on: ubuntu-latest 9 timeout-minutes: 40 11 - uses: actions/checkout@v2 12 - name: Update apt 14 - name: Install ninja 15 run: sudo apt install ninja-build 16 - name: Configure and build [all …]
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
D | urls.js | 2 // Use of this source code is governed by a BSD-style license that can be 10 var RADIO_AUDIO_URL = 'https://storage.googleapis.com/chromiumos-test-assets-public/power_LoadTest/… 12 var PLAY_MUSIC_URL = 'https://play.google.com/music/listen?u=0#/wst/st/a2be2d85-0ac9-3a7a-b038-e221… 25 duration: minutes(60), 37 // Page cycle through popular external websites for 36 minutes 41 duration: minutes(36), 43 timeout: seconds(30), property 48 // After 36 minutes, actively read e-mail for 12 minutes 51 start: minutes(36) + seconds(1), 52 duration: minutes(12) - seconds(1), [all …]
|
/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 2 # Use of this source code is governed by a BSD-style license that can be 36 @param timeout_min: The maximum amount of time (in minutes) to sleep. 42 # => total_sleep = sleep*sum(r=0..max_retry-1, backoff^r) 43 # => total_sleep = sleep( (1-backoff^max_retry) / (1-backoff) ) 44 # => max_retry*ln(backoff) = ln(1-(total_sleep/sleep)*(1-backoff)) 45 # => max_retry = ln(1-(total_sleep/sleep)*(1-backoff))/ln(backoff) 47 numerator = math.log10(1 - (total_sleep / delay_sec) * (1 - backoff)) 55 Timeout for retries and delay between retries are configurable. 60 @param timeout_min: timeout in minutes until giving up. 61 @param delay_sec: pre-jittered delay between retries in seconds. [all …]
|
/external/pytorch/.github/workflows/ |
D | _win-test.yml | 1 name: win-test 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 cuda-version: 14 test-matrix: 18 sync-tag: 24 job with the same `sync-tag` is identical. 25 timeout-minutes: 30 Set the maximum (in minutes) how long the workflow should take to finish 38 if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]' [all …]
|
D | _mac-test.yml | 1 name: mac-test 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 test-matrix: 14 sync-tag: 20 job with the same `sync-tag` is identical. 21 python-version: 27 timeout-minutes: 32 Set the maximum (in minutes) how long the workflow should take to finish 37 if: github.repository_owner == 'pytorch' && toJSON(fromJSON(inputs.test-matrix).include) != '[]' [all …]
|
D | _rocm-test.yml | 1 # TODO: this looks sort of similar to _linux-test, but there are like a dozen 10 build-environment: 13 description: Top-level label for what's being built/tested. 14 test-matrix: 18 docker-image: 22 sync-tag: 28 job with the same `sync-tag` is identical. 29 timeout-minutes: 34 Set the maximum (in minutes) how long the workflow should take to finish 35 tests-to-include: [all …]
|
D | _xpu-test.yml | 1 # TODO: this looks sort of similar to _linux-test, but there are like a dozen 5 name: xpu-test 10 build-environment: 13 description: Top-level label for what's being built/tested. 14 test-matrix: 18 docker-image: 22 sync-tag: 28 job with the same `sync-tag` is identical. 29 timeout-minutes: 34 Set the maximum (in minutes) how long the workflow should take to finish [all …]
|
D | _linux-test-label.yml | 1 name: linux-test-rg 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 test-matrix: 14 docker-image: 18 sync-tag: 24 job with the same `sync-tag` is identical. 25 timeout-minutes: 30 Set the maximum (in minutes) how long the workflow should take to finish 31 use-gha: [all …]
|
D | _linux-test-rg.yml | 1 name: linux-test-label 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 test-matrix: 14 docker-image: 18 sync-tag: 24 job with the same `sync-tag` is identical. 25 timeout-minutes: 30 Set the maximum (in minutes) how long the workflow should take to finish 31 use-gha: [all …]
|
/external/aws-sdk-java-v2/.github/workflows/ |
D | codebuild-ci.yml | 4 paths-ignore: 5 - '**.md' 6 - '.all-contributorsrc' 7 - 'docs/**' 10 - master 11 paths-ignore: 12 - '**.md' 13 - '.all-contributorsrc' 14 - 'docs/**' 17 id-token: write [all …]
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | cancel_with_status.cc | 9 // http://www.apache.org/licenses/LICENSE-2.0 35 auto c = NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create(); in CORE_END2END_TEST() 40 // The API of \a description allows for it to be a dynamic/non-const in CORE_END2END_TEST() 50 auto c = NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create(); in CORE_END2END_TEST() 58 // The API of \a description allows for it to be a dynamic/non-const in CORE_END2END_TEST() 71 // shutdown, the test would not timeout and fail. in CORE_END2END_TEST() 73 auto c = NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create(); in CORE_END2END_TEST() 82 // The API of \a description allows for it to be a dynamic/non-const in CORE_END2END_TEST() 95 // shutdown, the test would not timeout and fail. in CORE_END2END_TEST() 97 auto c = NewClientCall("/foo").Timeout(Duration::Minutes(1)).Create(); in CORE_END2END_TEST() [all …]
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | control.email_1hour | 2 # Use of this source code is governed by a BSD-style license that can be 24 - make sure that Ethernet cable is disconnected and WiFi is connected 25 - disconnect power cable 47 # timeout: time before loading a url times out for the cycle type (ms) 58 duration: minutes(60), 72 duration: minutes(60), 73 delay: minutes(5), 74 timeout: seconds(10), 85 duration: minutes(60), 86 delay: minutes(12), [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | androidpublisher_v3.internalappsharingartifacts.html | 8 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 …]
|