Home
last modified time | relevance | path

Searched full:latest (Results 1 – 25 of 3563) sorted by relevance

12345678910>>...143

/external/flac/.github/workflows/
Daction.yml11 ubuntu-latest-gcc-autotools,
12 ubuntu-latest-clang-autotools,
13 ubuntu-latest-gcc-cmake,
14 ubuntu-latest-clang-cmake,
15 macos-latest-clang-autotools,
16 macos-latest-clang-cmake,
17 ubuntu-latest-gcc-autotools-64-bit-words,
18 ubuntu-latest-clang-autotools-64-bit-words,
19 ubuntu-latest-gcc-cmake-64-bit-words,
20 ubuntu-latest-clang-cmake-64-bit-words,
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml53 os: ubuntu-latest
59 os: ubuntu-latest
68 os: ubuntu-latest
73 os: ubuntu-latest
79 os: ubuntu-latest
85 os: ubuntu-latest
91 os: ubuntu-latest
97 os: ubuntu-latest
103 os: ubuntu-latest
110 os: ubuntu-latest
[all …]
Dconfigure.yml34 os: ubuntu-latest
39 os: ubuntu-latest
46 os: ubuntu-latest
51 os: ubuntu-latest
58 os: ubuntu-latest
65 os: ubuntu-latest
72 os: ubuntu-latest
79 os: ubuntu-latest
86 os: ubuntu-latest
93 os: ubuntu-latest
[all …]
/external/guice/util/
Dgenerate-latest-docs.sh11 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/rust/crates/chrono/.github/workflows/
Dtest.yml17 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
23 - os: ubuntu-latest
26 - os: windows-latest
29 - os: macos-latest
33 - os: ubuntu-latest
37 - os: ubuntu-latest
39 - os: ubuntu-latest
43 - os: macos-latest
68 os: [macos-latest, ubuntu-latest]
89 os: [macos-latest]
[all …]
Dtest-release.yml15 os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
19 - os: ubuntu-latest
22 - os: windows-latest
25 - os: macos-latest
29 - os: ubuntu-latest
31 - os: ubuntu-latest
35 - os: macos-latest
59 os: [macos-latest, ubuntu-latest]
80 os: [macos-latest]
/external/fonttools/.github/workflows/
Dtest.yml11 runs-on: ubuntu-latest
31 platform: [ubuntu-latest, macos-latest, windows-latest]
32 exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows.
33 - platform: macos-latest
35 - platform: macos-latest
37 - platform: windows-latest
39 - platform: windows-latest
66 runs-on: ubuntu-latest
80 runs-on: ubuntu-latest
/external/rust/crates/log/.github/workflows/
Dmain.yml13 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
51 runs-on: ubuntu-latest
63 runs-on: ubuntu-latest
79 runs-on: ubuntu-latest
[all …]
/external/zstd/.github/workflows/
Dgeneric-dev.yml26 runs-on: ubuntu-latest
33 runs-on: ubuntu-latest
40 runs-on: ubuntu-latest
65 runs-on: ubuntu-latest
88 runs-on: ubuntu-latest
99 runs-on: ubuntu-latest
108 runs-on: ubuntu-latest
129 runs-on: ubuntu-latest
139 runs-on: ubuntu-latest
153 runs-on: ubuntu-latest
[all …]
/external/capstone/.github/workflows/
Dpython-publish.yml11 os: [macos-latest, ubuntu-latest, windows-latest]
22 if: matrix.os == 'windows-latest' && matrix.platform == 'x32'
28 if: matrix.os == 'windows-latest' && matrix.platform == 'x64'
38 if [ ${{ matrix.platform }} == 'x32' ] && [ ${{ matrix.os }} == 'windows-latest' ]; then
40 elif [ ${{ matrix.platform }} == 'x32' ] && [ ${{ matrix.os }} == 'ubuntu-latest' ]; then
44 elif [ ${{ matrix.platform }} == 'x64' ] && [ ${{ matrix.os }} == 'ubuntu-latest' ]; then
48 elif [ ${{ matrix.platform }} == 'x32' ] && [ ${{ matrix.os }} == 'macos-latest' ]; then
60 runs-on: ubuntu-latest
/external/rust/crates/flate2/.github/workflows/
Dmain.yml14 os: ubuntu-latest
17 os: ubuntu-latest
20 os: ubuntu-latest
23 os: macos-latest
26 os: windows-latest
29 os: windows-latest
50 runs-on: ubuntu-latest
59 runs-on: ubuntu-latest
68 runs-on: ubuntu-latest
80 runs-on: ubuntu-latest
/external/rust/crates/rusqlite/.github/workflows/
Dmain.yml23 - { target: x86_64-pc-windows-msvc, os: windows-latest }
24 - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
25 - { target: x86_64-apple-darwin, os: macos-latest }
26 - { target: x86_64-pc-windows-gnu, os: windows-latest, host: -x86_64-pc-windows-gnu }
45 if: matrix.os != 'windows-latest'
59 runs-on: windows-latest
70 runs-on: ubuntu-latest
82 runs-on: ubuntu-latest
105 runs-on: ubuntu-latest
118 runs-on: ubuntu-latest
[all …]
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dluci.json5 "latest"
11 "latest"
17 "latest"
23 "latest"
29 "latest"
35 "latest"
41 "latest"
/external/perfetto/tools/
Dadd_test_trace.sh19 echo "Downloading latest copy of test data"
22 curl -o /tmp/latest-test-data.zip $LATEST_ZIP
27 rm -rf /tmp/latest-test-data 2>/dev/null
28 unzip /tmp/latest-test-data.zip -d /tmp/latest-test-data
33 cp $1 /tmp/latest-test-data
40 cd /tmp/latest-test-data
62 rm -r /tmp/latest-test-data
63 rm /tmp/latest-test-data.zip
/external/dokka/core/testdata/format/java-layout-html/
Dsimple.html11 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">kotlin.Any</a></…
45 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="id…
62 … <td>From <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/index.html">kotlin</a>
68latest/jvm/stdlib/kotlin/also.html">also</a>(<span class="identifier" id="kotlin$also(kotlin.also.…
74latest/jvm/stdlib/kotlin/apply.html">apply</a>(<span class="identifier" id="kotlin$apply(kotlin.ap…
80 …de><span class="identifier">T</span>.<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/…
86 …de><span class="identifier">T</span>.<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/…
92latest/jvm/stdlib/kotlin/take-if.html">takeIf</a>(<span class="identifier" id="kotlin$takeIf(kotli…
98latest/jvm/stdlib/kotlin/take-unless.html">takeUnless</a>(<span class="identifier" id="kotlin$take…
102 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-pair/index.html"><span class="id…
[all …]
DtopLevel.package-summary.html21 …<td><span class="keyword">const</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotli…
32 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="id…
38 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="id…
49 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="…
55 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="…
61 …<td><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="…
71 …</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/…
77 …</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/…
81 …</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/…
86 …</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/…
[all …]
/external/rust/crates/bytes/.github/workflows/
Dci.yml24 runs-on: ubuntu-latest
36 # runs-on: ubuntu-latest
49 runs-on: ubuntu-latest
63 - ubuntu-latest
64 - macos-latest
65 - windows-latest
78 runs-on: ubuntu-latest
117 runs-on: ubuntu-latest
128 runs-on: ubuntu-latest
137 runs-on: ubuntu-latest
[all …]
/external/python/jinja/.github/workflows/
Dtests.yaml19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38}
20 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
21 - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
22 - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
23 - {name: Style, python: '3.8', os: ubuntu-latest, tox: style}
24 - {name: Docs, python: '3.8', os: ubuntu-latest, tox: docs}
25 - {name: Windows, python: '3.8', os: windows-latest, tox: py38}
26 - {name: Mac, python: '3.8', os: macos-latest, tox: py38}
/external/python/markupsafe/.github/workflows/
Dtests.yaml19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38}
20 - {name: Windows, python: '3.8', os: windows-latest, tox: py38}
21 - {name: Mac, python: '3.8', os: macos-latest, tox: py38}
22 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
23 - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
24 - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
25 - {name: Style, python: '3.8', os: ubuntu-latest, tox: style}
26 - {name: Docs, python: '3.8', os: ubuntu-latest, tox: docs}
/external/cldr/tools/scripts/web/
Dcheck_redirects.sh29 VLATEST=`${CURL} -s "${URL}/repos/cldr/tags/latest/${DTDLOC}" | sh ${DTD2VERSION}`
32 echo "CLDR latest=${VLATEST} trunk=${VDEV}"
97 verify_redirect 302 "${URL}/Public/cldr/latest" "${URL}/Public/cldr/${VLATEST}"
98 verify_redirect 302 "${URL}/Public/cldr/latest/${SOMEFILE}" "${URL}/Public/cldr/${VLATEST}/${SOMEFI…
104 verify_redirect 302 "${URL}/cldr/charts/latest" "${URL}/cldr/charts/latest/"
108 verify_content 200 "${URL}/cldr/charts/latest/summary/bs_Cyrl.html" "CLDR Version ${VLATEST}"
111 # add 'latest' if missing
112 verify_redirect 302 "${URL}/cldr/charts/summary/bs_Cyrl.html" "${URL}/cldr/charts/latest/summary/bs…
123 verify_redirect 302 "${URL}/cldr/changes/latest" "http://unicode.org/cldr/trac/report/62"
127 verify_redirect 302 "${URL}/cldr/latest" "http://unicode.org/repos/cldr/tags/latest"
/external/rust/crates/anyhow/.github/workflows/
Dci.yml11 runs-on: ubuntu-latest
27 runs-on: ubuntu-latest
35 runs-on: ubuntu-latest
43 runs-on: ubuntu-latest
51 runs-on: windows-latest
59 runs-on: ubuntu-latest
67 runs-on: ubuntu-latest
/external/toolchain-utils/crosperf/
Ddownload_images_buildid_test.py17 # latest : lumpy-release/R34-5500.132.0
18 # latest-beta : lumpy-release/R35-5712.43.0
19 # latest-official: lumpy-release/R36-5814.0.0
20 # latest-dev : lumpy-release/R36-5814.0.0
21 # latest-canary : lumpy-release/R36-5814.0.0
95 self.test_one_id(downloader, 'remote/lumpy/latest-dev', 'lumpy-release/R',
102 self.test_one_id(downloader, 'remote/lumpy/latest-dev', 'lumpy-release/R',
104 self.test_one_id(downloader, 'remote/lumpy/latest-official',
106 self.test_one_id(downloader, 'remote/lumpy/latest-beta', 'lumpy-release/R',
/external/rust/crates/ahash/.github/workflows/
Drust.yml7 runs-on: ubuntu-latest
10 - name: Install latest stable
43 - name: Install latest nightly
69 runs-on: ubuntu-latest
84 runs-on: ubuntu-latest
99 runs-on: ubuntu-latest
116 runs-on: ubuntu-latest
131 runs-on: ubuntu-latest
/external/toolchain-utils/pgo_tools/
Dmerge_profdata_and_upload.py15 which will automatically grab profdata from latest PGO generate builders
114 """Fetch the latest profdata and metadata from a give gs location.
132 # Use a loop to go through all artifacts to find the latest profdata.
133 # An example of the output of latest builder bucket:
162 """Fetch artifacts from latest builders.
170 print('\nFETCHING LATEST PROFDATA ON %s...' % arch.upper())
259 help='Merge and upload profiles from the latest builders.')
262 '--latest',
286 if not args.all_latest_profiles and not (args.latest or args.buildbucket):
287 parser.error('Please specify whether to use latest profiles or '
[all …]
/external/rust/crates/plotters/.github/workflows/
Dpush-check.yml7 runs-on: ubuntu-latest
24 os: [ubuntu-latest, windows-latest, macos-latest]
42 runs-on: ubuntu-latest
56 runs-on: ubuntu-latest

12345678910>>...143