Home
last modified time | relevance | path

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

12345678910>>...43

/third_party/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 …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml3 on:
13 RUSTFLAGS: -Dwarnings
18 runs-on: ubuntu-latest
19 timeout-minutes: 45
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@nightly
23 - run: cd test_suite && cargo test --features unstable
27 runs-on: windows-latest
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
23 # github.head_ref is only defined on pull_request
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
28 on:
32 - main
[all …]
/third_party/rust/crates/libc/.github/workflows/
Dbors.yml3 on:
6 - auto-libc
7 - try
13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
17 runs-on: ubuntu-22.04
19 fail-fast: true
22 i686-unknown-linux-gnu,
23 x86_64-unknown-linux-gnu,
26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
29 - uses: actions/checkout@v3
[all …]
/third_party/python/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 …]
/third_party/e2fsprogs/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
11 distributed under the License is distributed on an "AS IS" BASIS,
18 -->
25 …<policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="Compile tool not runs target, run…
26 …bility" name="LGPLStyleLicense" path=".*" desc="Compile tool not runs target, running on host buil…
27 …ibility" name="GPLStyleLicense" path=".*" desc="Compile tool not runs target, running on host buil…
28 …<policyitem type="compatibility" name="LGPL-2.0+" path=".*" desc="Compile tool not runs target, ru…
29 …DStyleLicense|LGPLStyleLicense" path=".*" desc="Compile tool not runs target, running on host buil…
[all …]
/third_party/rust/crates/syn/.github/workflows/
Dci.yml3 on:
13 RUSTFLAGS: -Dwarnings
23 runs-on: ubuntu-latest
24 timeout-minutes: 45
26 - uses: actions/checkout@v4
27 - uses: dtolnay/rust-toolchain@nightly
29 components: llvm-tools, rustc-dev
30 - run: cargo test --all-features --release --tests
36 runs-on: ${{matrix.os || 'ubuntu'}}-latest
38 fail-fast: false
[all …]
/third_party/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 …]
/third_party/rust/crates/proc-macro2/.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@v4
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - run: cargo test
36 - run: cargo test --no-default-features
[all …]
/third_party/rust/crates/clap/.github/workflows/
Dci.yml2 on:
7 - cron: '3 3 3 * *'
17 runs-on: ubuntu-latest
19 - name: Done
27 - build: linux
28 os: ubuntu-latest
31 - build: windows
32 os: windows-latest
35 - build: mac
36 os: macos-latest
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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 …]
/third_party/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 …]
/third_party/node/deps/icu-small/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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/rust/crates/quote/.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@v4
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - name: Enable type layout randomization
36 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
[all …]
/third_party/openssl/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
11 distributed under the License is distributed on an "AS IS" BASIS,
15 -->
22 …<policyitem type="compatibility" name="GPL-2.0+" path="external/perl/Text-Template-1.46/.*" desc="…
23 … name="LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil…
24 …" name="GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil…
25 …penSSL|LGPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil…
26 …OpenSSL|GPLStyleLicense" path="crypto/.*" desc="Compile tool not runs target, running on host buil…
[all …]
/third_party/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 …]
/third_party/rust/crates/io-lifetimes/.github/workflows/
Dmain.yml3 on:
6 - main
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v3
17 - uses: ./.github/actions/install-rust
20 - run: cargo fmt --all -- --check
24 runs-on: ${{ matrix.os }}
29 - build: stable
30 os: ubuntu-latest
32 - build: nightly
[all …]
/third_party/rust/crates/nom/.github/workflows/
Dci.yml3 on: [push, pull_request]
13 runs-on: ubuntu-latest
18 - stable
19 - beta
20 - nightly
21 - 1.48.0
24 - ''
27 - rust: stable
29 - rust: stable
30 features: '--features "std"'
[all …]
/third_party/rust/crates/env_logger/.github/workflows/
Dci.yml3 on:
6 - "**.rs"
7 - "Cargo.toml"
8 - "Cargo.lock"
13 runs-on: ubuntu-latest
15 - name: Checkout sources
18 - name: Install Rust toolchain
19 uses: actions-rs/toolchain@v1
26 - name: Check formatting
27 uses: actions-rs/cargo@v1
[all …]
/third_party/rust/crates/memoffset/.github/workflows/
Dci.yml3 on: [push, pull_request]
8 runs-on: ubuntu-latest
12 - stable
13 - beta
14 - nightly
16 - uses: actions/checkout@v2
17 - uses: actions-rs/toolchain@v1
21 - name: Run cargo test
24 test-msrv:
26 runs-on: ubuntu-latest
[all …]
/third_party/rust/crates/cxx/.github/workflows/
Dci.yml3 on:
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.64.0
30 - name: Cargo on macOS
33 - name: Cargo on Windows (msvc)
[all …]
/third_party/rust/crates/log/.github/workflows/
Dmain.yml2 on: [push, pull_request]
7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
[all …]
/third_party/pcre2/pcre2/.github/workflows/
Dbuild.yml3 on: [push, pull_request]
8 runs-on: ubuntu-latest
10 - name: Checkout
13 - name: Autogen
16 - name: Configure
17 …run: ./configure CPPFLAGS='-Wall -Wextra' --enable-jit --enable-pcre2-8 --enable-pcre2-16 --enable
19 - name: Build
22 - name: Test (main test script)
25 - name: Test (JIT test program)
28 - name: Test (pcre2grep test script)
[all …]

12345678910>>...43