| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | cmake.yml | 17 os: ubuntu-latest 24 os: ubuntu-latest 31 os: ubuntu-latest 38 os: ubuntu-latest 45 os: ubuntu-latest 54 os: ubuntu-latest 62 os: ubuntu-latest 70 os: ubuntu-latest 77 os: ubuntu-latest 84 os: ubuntu-latest [all …]
|
| D | configure.yml | 12 os: ubuntu-latest 22 os: ubuntu-latest 29 os: ubuntu-latest 34 os: ubuntu-latest 42 os: ubuntu-latest 50 os: ubuntu-latest 58 os: ubuntu-latest 66 os: ubuntu-latest 74 os: ubuntu-latest 82 os: ubuntu-latest [all …]
|
| /external/libultrahdr/.github/workflows/ |
| D | cmake.yml | 15 - name: ubuntu-latest-gcc-cmake 16 os: ubuntu-latest 22 - name: ubuntu-latest-gcc-cmake-deps 23 os: ubuntu-latest 29 - name: ubuntu-latest-clang-cmake 30 os: ubuntu-latest 36 - name: ubuntu-latest-clang-cmake-deps 37 os: ubuntu-latest 43 - name: ubuntu-latest-clang-cmake-fuzzers 44 os: ubuntu-latest [all …]
|
| /external/libopus/.github/workflows/ |
| D | cmake.yml | 36 runs-on: ubuntu-latest 63 os: ubuntu-latest, 70 # os: ubuntu-latest, 76 os: ubuntu-latest, 82 os: ubuntu-latest, 88 os: windows-latest, 94 os: windows-latest, 100 os: windows-latest, 106 os: ubuntu-latest, 112 os: macos-latest, [all …]
|
| /external/deqp-deps/SPIRV-Headers/.github/workflows/ |
| D | presubmit.yml | 13 os: [ubuntu-latest, macos-latest, windows-latest] 17 if: matrix.os == 'ubuntu-latest' 20 if: matrix.os == 'macos-latest' 43 runs-on: ubuntu-latest 46 - uses: lukka/get-cmake@latest 55 runs-on: ubuntu-latest 58 - uses: lukka/get-cmake@latest 65 runs-on: ubuntu-latest 68 - uses: lukka/get-cmake@latest 77 runs-on: ubuntu-latest [all …]
|
| /external/swiftshader/third_party/SPIRV-Headers/.github/workflows/ |
| D | presubmit.yml | 13 os: [ubuntu-latest, macos-latest, windows-latest] 17 if: matrix.os == 'ubuntu-latest' 20 if: matrix.os == 'macos-latest' 43 runs-on: ubuntu-latest 46 - uses: lukka/get-cmake@latest 55 runs-on: ubuntu-latest 58 - uses: lukka/get-cmake@latest 65 runs-on: ubuntu-latest 68 - uses: lukka/get-cmake@latest 77 runs-on: ubuntu-latest [all …]
|
| /external/angle/third_party/spirv-headers/src/.github/workflows/ |
| D | presubmit.yml | 13 os: [ubuntu-latest, macos-latest, windows-latest] 17 if: matrix.os == 'ubuntu-latest' 20 if: matrix.os == 'macos-latest' 43 runs-on: ubuntu-latest 46 - uses: lukka/get-cmake@latest 55 runs-on: ubuntu-latest 58 - uses: lukka/get-cmake@latest 65 runs-on: ubuntu-latest 68 - uses: lukka/get-cmake@latest 77 runs-on: ubuntu-latest [all …]
|
| /external/armnn/ |
| D | InstallationViaAptRepository.md | 55 armnn-latest-all_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_amd64.deb 56 armnn-latest-ref_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_amd64.deb 78 armnn-latest-all_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_arm64.deb 79 armnn-latest-cpu_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_arm64.deb 80 armnn-latest-cpu-gpu_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_arm64.deb 81 armnn-latest-cpu-gpu-ref_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_arm64.deb 82 armnn-latest-gpu_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_arm64.deb 83 armnn-latest-ref_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_arm64.deb 105 armnn-latest-all_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_armhf.deb 106 armnn-latest-cpu_{ARMNN_RELEASE_VERSION}-{PACKAGE_VERSION}_armhf.deb [all …]
|
| /external/rust/crates/miette/ |
| D | README.tpl | 6 [`miette!`]: https://docs.rs/miette/latest/miette/macro.miette.html 7 [`diagnostic!`]: https://docs.rs/miette/latest/miette/macro.diagnostic.html 9 [`Diagnostic`]: https://docs.rs/miette/latest/miette/trait.Diagnostic.html 10 [`IntoDiagnostic`]: https://docs.rs/miette/latest/miette/trait.IntoDiagnostic.html 11 [`MietteHandlerOpts`]: https://docs.rs/miette/latest/miette/struct.MietteHandlerOpts.html 12 [`MietteHandler`]: https://docs.rs/miette/latest/miette/struct.MietteHandler.html 13 [`MietteDiagnostic`]: https://docs.rs/miette/latest/miette/struct.MietteDiagnostic.html 14 [`Report`]: https://docs.rs/miette/latest/miette/struct.Report.html 15 [`ReportHandler`]: https://docs.rs/miette/latest/miette/trait.ReportHandler.html 16 [`Result`]: https://docs.rs/miette/latest/miette/type.Result.html [all …]
|
| /external/dagger2/util/ |
| D | latest-dagger-version.sh | 20 function github-latest-release-tag { 23 # Grab the last two latest releases: 24 # (We skip the latest release if we haven't set release notes yet). 27 # This gets the latest release info (as json) from github. 35 # Return the latest release tag 38 # If there are no release notes in the latest release then we use the 39 # 2nd most latest version since we don't want to update the version until 41 echo "Ignoring the latest release since the release notes have not been set." 42 echo "Using the previous release's version as latest." 49 function dagger-latest-release { [all …]
|
| /external/guice/util/ |
| D | generate-latest-docs.sh | 11 cp -R build/docs/javadoc $HOME/javadoc-latest 12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest 13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/ 21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc 22 mkdir -p api-docs/latest 23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs 24 cp -rf $HOME/javadoc-latest api-docs/latest/javadoc 26 …git commit -m "Latest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pus…
|
| /external/fsverity-utils/.github/workflows/ |
| D | ci.yml | 14 runs-on: ubuntu-latest 21 runs-on: ubuntu-latest 28 runs-on: ubuntu-latest 35 runs-on: ubuntu-latest 42 runs-on: ubuntu-latest 49 runs-on: ubuntu-latest 56 runs-on: ubuntu-latest 63 runs-on: ubuntu-latest 74 runs-on: ubuntu-latest 86 runs-on: ubuntu-latest [all …]
|
| /external/cronet/third_party/libc++/src/utils/data/unicode/ |
| D | README.txt | 7 https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt \ 8 https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt \ 9 https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt \ 10 https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt \ 11 https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt \ 12 https://www.unicode.org/Public/UCD/latest/ucd/EastAsianWidth.txt 18 Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt 22 Source: https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 26 Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt 30 Source: https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt [all …]
|
| /external/aws-sdk-java-v2/services-custom/iam-policy-builder/src/main/java/software/amazon/awssdk/policybuilder/iam/ |
| D | IamConditionOperator.java | 27 …* @see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condi… 37 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 46 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 55 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 64 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 73 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 82 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 91 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 100 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… 109 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_… [all …]
|
| D | IamStatement.java | 68 …* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/">The IAM Us… 72 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_id-based… 86 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_resource… 97 …* @see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_state… 160 …* Configure the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_eleme… 173 …* @see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.h… 180 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_effect.htm… 196 …* @see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_effec… 203 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_effect.htm… 219 …* @see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_effec… [all …]
|
| /external/flac/.github/workflows/ |
| D | action.yml | 12 - name: ubuntu-latest-clang-autotools 13 os: ubuntu-latest 19 - name: ubuntu-latest-gcc-cmake 20 os: ubuntu-latest 26 - name: ubuntu-latest-clang-cmake 27 os: ubuntu-latest 33 - name: macos-latest-clang-autotools 34 os: macos-latest 40 - name: macos-latest-clang-cmake 41 os: macos-latest [all …]
|
| /external/aws-sdk-java-v2/core/imds/src/test/java/software/amazon/awssdk/imds/internal/ |
| D | CachedTokenClientTest.java | 95 …assertThatThrownBy(() ->imdsClient.get("/latest/meta-data/ami-id")).isInstanceOf(SdkClientExceptio… in get_tokenFailsError4xx_shouldNotRetry() 100 assertThat(httpRequest.encodedPath()).isEqualTo("/latest/api/token"); in get_tokenFailsError4xx_shouldNotRetry() 106 …stubFor(put(urlPathEqualTo("/latest/api/token")).willReturn(aResponse().withStatus(500).withBody("… in getToken_failsError5xx_shouldRetryUntilMaxRetriesIsReached() 107 … stubFor(get(urlPathEqualTo("/latest/meta-data/ami-id")).willReturn(aResponse().withBody("{}"))); in getToken_failsError5xx_shouldRetryUntilMaxRetriesIsReached() 109 …assertThatThrownBy(() -> clientBuilder.build().get("/latest/meta-data/ami-id")).isInstanceOf(SdkCl… in getToken_failsError5xx_shouldRetryUntilMaxRetriesIsReached() 110 verify(exactly(4), putRequestedFor(urlPathEqualTo("/latest/api/token")) in getToken_failsError5xx_shouldRetryUntilMaxRetriesIsReached() 116 stubFor(put(urlPathEqualTo("/latest/api/token")).inScenario("Retry Scenario") in getToken_failsThenSucceeds_doesCacheTokenThatSucceeds() 120 stubFor(put(urlPathEqualTo("/latest/api/token")).inScenario("Retry Scenario") in getToken_failsThenSucceeds_doesCacheTokenThatSucceeds() 125 stubFor(get(urlPathEqualTo("/latest/meta-data/ami-id")).inScenario("Retry Scenario") in getToken_failsThenSucceeds_doesCacheTokenThatSucceeds() 131 Ec2MetadataResponse response = client.get("/latest/meta-data/ami-id"); in getToken_failsThenSucceeds_doesCacheTokenThatSucceeds() [all …]
|
| /external/dagger2/.github/workflows/ |
| D | ci.yml | 24 validate-latest-dagger-version: 26 runs-on: ubuntu-latest 32 needs: validate-latest-dagger-version 33 runs-on: ubuntu-latest 39 needs: validate-latest-dagger-version 49 runs-on: ubuntu-latest 56 runs-on: ubuntu-latest 63 runs-on: ubuntu-latest 87 runs-on: macos-latest 103 runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/termcolor/.github/workflows/ |
| D | ci.yml | 17 os: ubuntu-latest 20 os: windows-latest 23 os: ubuntu-latest 26 os: ubuntu-latest 29 os: ubuntu-latest 32 os: macos-latest 35 os: windows-latest 38 os: windows-latest 53 runs-on: ubuntu-latest
|
| /external/python/pyfakefs/.github/workflows/ |
| D | testsuite.yml | 8 runs-on: ubuntu-latest 27 os: [ubuntu-latest, macOS-latest, windows-latest] 31 os: ubuntu-latest 33 os: ubuntu-latest 35 os: ubuntu-latest 74 if [[ '${{ matrix.os }}' != 'windows-latest' ]]; then 91 if [[ '${{ matrix.os }}' != 'macOS-latest' ]]; then 102 os: [ubuntu-latest, macOS-latest, windows-latest] 135 os: [ubuntu-latest, windows-latest]
|
| /external/aws-sdk-java-v2/services/lexmodelbuilding/src/main/resources/codegen-resources/ |
| D | examples-1.json | 8 "versionOrAlias": "$LATEST" 11 "version": "$LATEST", 46 "intentVersion": "$LATEST" 73 "version": "$LATEST", 96 "version": "$LATEST", 100 "version": "$LATEST", 161 "slotTypeVersion": "$LATEST", 190 "slotTypeVersion": "$LATEST", 215 "slotTypeVersion": "$LATEST", 252 "version": "$LATEST", [all …]
|
| /external/rust/crates/arc-swap/.github/workflows/ |
| D | test.yaml | 18 - ubuntu-latest 19 - macos-latest 20 - windows-latest 53 runs-on: ubuntu-latest 75 runs-on: ubuntu-latest 98 runs-on: ubuntu-latest 115 runs-on: ubuntu-latest 134 runs-on: ubuntu-latest 155 runs-on: ubuntu-latest 175 runs-on: ubuntu-latest [all …]
|
| /external/rust/crates/log/.github/workflows/ |
| D | main.yml | 13 os: ubuntu-latest 16 os: ubuntu-latest 19 os: ubuntu-latest 22 os: macos-latest 25 os: windows-latest 28 os: windows-latest 31 os: windows-latest 53 runs-on: ubuntu-latest 65 runs-on: ubuntu-latest 81 runs-on: ubuntu-latest [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | CompletionConfigOrBuilder.java | 147 * Output only. The source data for the latest import of the autocomplete 162 * Output only. The source data for the latest import of the autocomplete 177 * Output only. The source data for the latest import of the autocomplete 192 * Output only. Name of the LRO corresponding to the latest suggestion terms 195 * retrieve the latest state of the Long Running Operation. 209 * Output only. Name of the LRO corresponding to the latest suggestion terms 212 * retrieve the latest state of the Long Running Operation. 227 * Output only. The source data for the latest import of the autocomplete 242 * Output only. The source data for the latest import of the autocomplete 257 * Output only. The source data for the latest import of the autocomplete [all …]
|
| /external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | CompletionConfigOrBuilder.java | 147 * Output only. The source data for the latest import of the autocomplete 162 * Output only. The source data for the latest import of the autocomplete 177 * Output only. The source data for the latest import of the autocomplete 192 * Output only. Name of the LRO corresponding to the latest suggestion terms 195 * retrieve the latest state of the Long Running Operation. 209 * Output only. Name of the LRO corresponding to the latest suggestion terms 212 * retrieve the latest state of the Long Running Operation. 227 * Output only. The source data for the latest import of the autocomplete 242 * Output only. The source data for the latest import of the autocomplete 257 * Output only. The source data for the latest import of the autocomplete [all …]
|