Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 25 of 1217) sorted by relevance

12345678910>>...49

/external/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
9 on: [pull_request]
12 static-linking-test:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v2
[all …]
/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
8 on:
13 make-all:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - name: make all
21 make-test:
22 runs-on: ubuntu-latest
[all …]
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
9 on:
14 linux-kernel:
15 runs-on: ubuntu-latest
17 - uses: actions/checkout@v2
18 - name: linux kernel, library + build + test
19 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
22 runs-on: ubuntu-latest
[all …]
/external/python/pybind11/.github/workflows/
Dconfigure.yml3 on:
8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, macos-latest, windows-latest]
24 - runs-on: ubuntu-latest
28 - runs-on: macos-latest
32 - runs-on: windows-2016
36 - runs-on: windows-2016
[all …]
Dci.yml3 on:
8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
4 on:
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
[all …]
/external/rust/crates/coset/.github/workflows/
Dci.yml4 on:
6 paths-ignore:
7 - README.md
10 paths-ignore:
11 - README.md
15 runs-on: ubuntu-latest
19 - stable
20 - beta
21 - nightly-2022-01-01
23 - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
[all …]
/external/rust/crates/bytes/.github/workflows/
Dci.yml3 on:
6 - master
9 - master
12 RUSTFLAGS: -Dwarnings
14 nightly: nightly-2022-11-12
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v3
27 - name: Install Rust
29 - name: Check formatting
30 run: cargo fmt --all -- --check
[all …]
/external/ot-br-posix/.github/workflows/
Dbuild.yml23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31 on:
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
41 cancel-previous-runs:
42 runs-on: ubuntu-20.04
44 - uses: rokroskar/workflow-run-cleanup-action@master
50 runs-on: ubuntu-20.04
52 - uses: actions/checkout@v2
[all …]
/external/python/google-api-python-client/docs/dyn/
Dbigquerydatatransfer_v1.projects.transferConfigs.html8 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 …]
Dbigquerydatatransfer_v1.projects.locations.transferConfigs.html8 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 …]
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME7 Bligh. It is designed to compare kernels on the same machine, or to compare
9 machines (eg i386), the same userspace binaries and run kernbench on the same
12 It runs a kernel at various numbers of concurrent jobs: 1/2 number of cpus,
15 for the average of each group of runs and logs them to kernbench.log
20 Ideally it should be run in single user mode on a non-journalled filesystem.
37 kernbench [-n runs] [-o jobs] [-s] [-H] [-O] [-M] [-h] [-v]
40 s : perform single threaded runs (default don't)
41 H : don't perform half load runs (default do)
42 O : don't perform optimal load runs (default do)
43 M : don't perform maximal load runs (default do)
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java5 * Copyright (C) 2001-2014, International Business Machines
23 * These functions deal with the aspects of potentially mixed-directional
39 * index on the fly in such a case.
41 * The implementation of the access to same-level-runs and of the reordering
44 * one (32-bit) integer per text character.
47 * same-level-runs is created. Reordering then is done on this vector.
52 * This is inefficient if there are many very short runs. If the average run
70 /* handle trailing WS (L1) -------------------------------------------------- */
79 * before the WS if it is at the paraLevel - we merge the two here.
94 Setting trailingWSStart to pBidi->length will avoid changing the in setTrailingWSStart()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidiLine.java6 * Copyright (C) 2001-2014, International Business Machines
24 * These functions deal with the aspects of potentially mixed-directional
40 * index on the fly in such a case.
42 * The implementation of the access to same-level-runs and of the reordering
45 * one (32-bit) integer per text character.
48 * same-level-runs is created. Reordering then is done on this vector.
53 * This is inefficient if there are many very short runs. If the average run
71 /* handle trailing WS (L1) -------------------------------------------------- */
80 * before the WS if it is at the paraLevel - we merge the two here.
95 Setting trailingWSStart to pBidi->length will avoid changing the in setTrailingWSStart()
[all …]
/external/cronet/third_party/icu/source/common/
Dubidiln.cpp6 * Copyright (C) 1999-2015, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999aug06
30 * These functions deal with the aspects of potentially mixed-directional
46 * index on the fly in such a case.
48 * The implementation of the access to same-level-runs and of the reordering
51 * one (32-bit) integer per text character.
54 * same-level-runs is created. Reordering then is done on this vector.
59 * This is inefficient if there are many very short runs. If the average run
77 /* handle trailing WS (L1) -------------------------------------------------- */
[all …]
/external/icu/icu4c/source/common/
Dubidiln.cpp6 * Copyright (C) 1999-2015, International Business Machines
11 * encoding: UTF-8
15 * created on: 1999aug06
30 * These functions deal with the aspects of potentially mixed-directional
46 * index on the fly in such a case.
48 * The implementation of the access to same-level-runs and of the reordering
51 * one (32-bit) integer per text character.
54 * same-level-runs is created. Reordering then is done on this vector.
59 * This is inefficient if there are many very short runs. If the average run
77 /* handle trailing WS (L1) -------------------------------------------------- */
[all …]
/external/dagger2/.github/workflows/
Dci.yml3 on:
6 - master
9 - master
13 # Our Bazel builds currently rely on JDK 8.
15 # Our Bazel builds currently rely on 4.2.1. The version is set via
20 validate-latest-dagger-version:
22 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
25 - uses: ./.github/actions/prechecks
26 bazel-build:
[all …]
/external/python/cpython3/Objects/
Dlistsort.txt2 -----
4 timsort (hey, I earned it <wink>). It has supernatural performance on many
6 as few as N-1), yet as fast as Python's previous highly tuned samplesort
7 hybrid on random arrays.
11 runs "intelligently". Everything else is complication for speed, and some
12 hard-won measure of memory efficiency.
16 ------------------------------------------
18 which means as many as 2*N extra bytes on 32-bit boxes. It can be
19 expected to require a temp array this large when sorting random data; on
22 compared to the size of an object, 2 temp bytes worst-case (also expected-
[all …]
/external/skia/src/core/
DSkAntiRun.h4 * Use of this source code is governed by a BSD-style license that can be
14 /** Sparse array of run-length-encoded alpha (supersampling coverage) values.
24 // Return 0-255 given 0-256
27 return alpha - (alpha >> 8); in CatchOverflow()
41 * Insert into the buffer a run starting at (x-offsetX):
49 * Returns the offsetX value that should be passed on the next call,
50 * assuming we're on the same scanline. If the caller is switching
60 int16_t* runs = fRuns + offsetX; in add() local
63 x -= offsetX; in add()
66 SkAlphaRuns::Break(runs, alpha, x, 1); in add()
[all …]
/external/openthread/.github/workflows/
Dbuild.yml23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31 on: [push, pull_request]
35 cancel-previous-runs:
36 runs-on: ubuntu-20.04
38 - uses: rokroskar/workflow-run-cleanup-action@master
44 runs-on: ubuntu-20.04
46 - uses: actions/checkout@v2
49 - name: Bootstrap
51 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
52 sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 shellcheck
[all …]
/external/python/cpython2/Objects/
Dlistsort.txt2 -----
4 timsort (hey, I earned it <wink>). It has supernatural performance on many
6 as few as N-1), yet as fast as Python's previous highly tuned samplesort
7 hybrid on random arrays.
11 runs "intelligently". Everything else is complication for speed, and some
12 hard-won measure of memory efficiency.
16 ------------------------------------------
18 which means as many as 2*N extra bytes on 32-bit boxes. It can be
19 expected to require a temp array this large when sorting random data; on
22 compared to the size of an object, 2 temp bytes worst-case (also expected-
[all …]
/external/rust/crates/paste/.github/workflows/
Dci.yml3 on:
12 RUSTFLAGS: -Dwarnings
17 runs-on: ubuntu-latest
19 fail-fast: false
22 timeout-minutes: 45
24 - uses: actions/checkout@v3
25 - uses: dtolnay/rust-toolchain@master
28 - run: cargo test
32 runs-on: ubuntu-latest
33 timeout-minutes: 45
[all …]
/external/rust/crates/quote/.github/workflows/
Dci.yml3 on:
12 RUSTFLAGS: -Dwarnings
17 runs-on: ubuntu-latest
19 fail-fast: false
22 timeout-minutes: 45
24 - uses: actions/checkout@v3
25 - uses: dtolnay/rust-toolchain@master
28 components: rust-src
29 - run: cargo test
33 runs-on: ubuntu-latest
[all …]
/external/XNNPACK/.github/workflows/
Dbuild.yml2 on: [push]
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
[all …]
/external/rust/crates/rustversion/.github/workflows/
Dci.yml3 on:
13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
30 - uses: actions/checkout@v3
31 - uses: dtolnay/rust-toolchain@master
34 - name: Enable type layout randomization
35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
37 - run: cargo test
[all …]

12345678910>>...49