Home
last modified time | relevance | path

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

12345678910>>...43

/external/zstd/.github/workflows/
Dgeneric-dev.yml1 name: generic-dev
3 on:
11 # icc (need self-hosted)
14 # staticAnalyze (need trusty so need self-hosted)
15 # pcc-fuzz: (need trusty so need self-hosted)
16 # min-decomp-macros (flakey)
18 # setting up self-hosted is pretty straightforward, but
26 runs-on: ubuntu-latest
28 - uses: actions/checkout@v2
29 - name: make benchmarking
[all …]
Dgeneric-release.yml1 name: generic-release
3 on:
7 # on dev pushes
15 # Qemu aarch64 + Fuzz Test (on Xenial)
20 runs-on: macos-10.15
22 - uses: actions/checkout@v2
23 - name: OS-X
26 # make -c lib all (need to fix. not working right now)
29 runs-on: ubuntu-16.04
31 - uses: actions/checkout@v2
[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/python/google-api-python-client/docs/dyn/
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 …]
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.runs.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.transferConfigs.runs.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/rust/crates/bytes/.github/workflows/
Dci.yml3 on:
6 - master
9 - master
12 RUSTFLAGS: -Dwarnings
14 nightly: nightly-2020-12-17
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v2
27 - name: Install Rust
29 - name: Check formatting
30 run: cargo fmt --all -- --check
[all …]
/external/rust/crates/anyhow/.github/workflows/
Dci.yml3 on:
11 runs-on: ubuntu-latest
13 fail-fast: false
17 - uses: actions/checkout@v2
18 - uses: dtolnay/rust-toolchain@master
21 - run: cargo test
22 - run: cargo check --no-default-features
23 - run: cargo check --features backtrace
27 runs-on: ubuntu-latest
29 - uses: actions/checkout@v2
[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/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/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/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/skqp/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/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/rust/crates/rusqlite/.github/workflows/
Dmain.yml3 on:
6 - master
9 - master
11 - cron: '00 01 * * *'
19 fail-fast: false
23 - { 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 }
28 runs-on: ${{ matrix.os }}
[all …]
/external/rust/crates/grpcio/.github/workflows/
Dci.yml3 on:
7 - master
9 - cron: '0 22 * * *'
13 RUSTFLAGS: "--deny=warnings"
17 Linux-Format:
18 name: Linux-Format
19 runs-on: ubuntu-latest
21 - uses: actions/checkout@v2
22 - run: sudo apt-get install -y clang-tidy-9
23- run: sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-9 100
[all …]
/external/okio/.github/workflows/
Dbuild.yml3 on: [push, pull_request]
6 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
10 runs-on: ubuntu-latest
13 fail-fast: false
15 java-version:
16 - 1.8
17 - 9
18 - 10
19 - 11
20 - 12
[all …]
/external/rust/crates/libm/.github/workflows/
Dmain.yml2 on: [push, pull_request]
7 runs-on: ubuntu-latest
11 - aarch64-unknown-linux-gnu
12 - arm-unknown-linux-gnueabi
13 - arm-unknown-linux-gnueabihf
14 - armv7-unknown-linux-gnueabihf
15 - i686-unknown-linux-gnu
16 - mips-unknown-linux-gnu
17 - mips64-unknown-linux-gnuabi64
18 - mips64el-unknown-linux-gnuabi64
[all …]
/external/rust/crates/ahash/.github/workflows/
Drust.yml3 on: [push, pull_request]
7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v2
10 - name: Install latest stable
11 uses: actions-rs/toolchain@v1
15 - name: check nostd
16 uses: actions-rs/cargo@v1
19 args: --no-default-features
20 - name: test nostd
21 uses: actions-rs/cargo@v1
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DSerializingExecutorTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
38 private List<Integer> runs = new ArrayList<>(); field in SerializingExecutorTest
49 runs.add(val); in run()
75 // Ensure that the runnable enqueued was actually removed on the failed execute above. in resumable()
78 assertThat(runs).containsExactly(2); in resumable()
85 assertEquals(Collections.<Integer>emptyList(), runs); in serial() local
87 assertEquals(Arrays.asList(1), runs); in serial()
90 assertEquals(Arrays.asList(1), runs); in serial()
92 assertEquals(Arrays.asList(1, 2), runs); in serial()
[all …]
/external/rust/crates/paste/.github/workflows/
Dci.yml3 on:
11 runs-on: ubuntu-latest
13 fail-fast: false
17 - uses: actions/checkout@v2
18 - uses: dtolnay/rust-toolchain@master
21 - run: cargo test
25 runs-on: ubuntu-latest
27 - uses: actions/checkout@v2
28 - uses: dtolnay/rust-toolchain@1.31.0
29 - run: cargo test --test test_item
[all …]

12345678910>>...43