/third_party/fsverity-utils/.github/workflows/ |
D | ci.yml | 1 # 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/openssl/.github/workflows/ |
D | ci.yml | 1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved. 10 on: [pull_request, push] 14 # BUILDOPTS: "-j4" 15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}" 19 # - make="make -s" 26 runs-on: ubuntu-latest 28 - name: install unifdef 30 sudo apt-get update 31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef 32 - uses: actions/checkout@v2 [all …]
|
/third_party/openssl/ |
D | OAT.xml | 1 <?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/rust/crates/serde/.github/workflows/ |
D | ci.yml | 3 on: 9 RUSTFLAGS: -Dwarnings 14 runs-on: ubuntu-latest 16 - uses: actions/checkout@v2 17 - uses: dtolnay/rust-toolchain@nightly 18 - run: cd test_suite && cargo test --features unstable 22 runs-on: windows-latest 24 - uses: actions/checkout@v2 25 - uses: dtolnay/rust-toolchain@nightly 26 - run: cd test_suite && cargo test --features unstable -- --skip ui --exact [all …]
|
/third_party/rust/crates/libc/.github/workflows/ |
D | bors.yml | 3 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/rust/crates/syn/.github/workflows/ |
D | ci.yml | 3 on: 12 RUSTFLAGS: -Dwarnings 17 runs-on: ubuntu-latest 18 timeout-minutes: 45 20 - uses: actions/checkout@v3 21 - uses: dtolnay/rust-toolchain@nightly 23 components: rustc-dev 24 - run: cargo test --all-features --release --tests 28 runs-on: ${{matrix.os || 'ubuntu'}}-latest 30 fail-fast: false [all …]
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | README | 7 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/flutter/flutter/dev/devicelab/ |
D | manifest.yaml | 18 # tasks are grouped by stage so they appear next to each on the dashboard and have a distinct 20 # run device tests on red Cirrus builds. 30 # on should be hidden because they just cause confusion otherwise. 81 Runs codegeneration and verifies that it can execute 88 Runs codegeneration and verifies that it can execute 95 Runs codegeneration and verifies that it can execute 130 Run flutter web on the devicelab and hot restart. 135 # Android on-device tests 139 Measures the runtime performance of the Complex Layout sample app on 146 Measures the runtime performance of the tiles tab in the Complex Layout sample app on Android. [all …]
|
/third_party/json/.github/workflows/ |
D | ubuntu.yml | 3 on: 6 - develop 7 - master 8 - release/* 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v2 16 - name: install_ninja 19 sudo apt install ninja-build 21 - name: install_clang 26 sudo apt-get install clang-tools-11 [all …]
|
D | windows.yml | 3 on: 6 - develop 7 - master 8 - release/* 13 runs-on: windows-latest 19 - uses: actions/checkout@v2 20 - name: Set up MinGW 21 uses: egor-tensin/setup-mingw@v2 24 - name: cmake 25 run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On [all …]
|
/third_party/rust/crates/quote/.github/workflows/ |
D | ci.yml | 3 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 …]
|
/third_party/python/Objects/ |
D | listsort.txt | 2 ----- 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/ |
D | OAT.xml | 1 <?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/tracing/.github/workflows/ |
D | CI.yml | 3 on: 6 - master 7 - "v0.1.x" 13 # Incremental compilation is useful as part of an edit-build-test-edit cycle, 15 # on CI, we're not making small edits; we're almost always building the entire 16 # project from scratch. Thus, incremental compilation on CI actually 20 # See https://matklad.github.io/2021/09/04/fast-rust-builds.html#ci-workflow 40 runs-on: ubuntu-latest 42 - uses: actions/checkout@v3 43 - uses: actions-rs/toolchain@v1 [all …]
|
/third_party/rust/crates/proc-macro2/.github/workflows/ |
D | ci.yml | 3 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 - run: cargo test 35 - run: cargo test --no-default-features 36 - run: cargo test --features span-locations [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BidiLine.java | 6 * 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/ |
D | BidiLine.java | 5 * 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/icu/icu4c/source/common/ |
D | ubidiln.cpp | 6 * 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/ |
D | ubidiln.cpp | 6 * 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/node/deps/icu-small/source/common/ |
D | ubidiln.cpp | 6 * 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/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidiln.cpp | 6 * 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/clap/.github/workflows/ |
D | ci.yml | 2 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/skia/src/core/ |
D | SkAntiRun.h | 4 * 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/flutter/skia/src/core/ |
D | SkAntiRun.h | 4 * 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/signal-hook/.github/workflows/ |
D | test.yaml | 3 on: 14 fail-fast: false 17 - ubuntu-latest 18 - macos-latest 19 - windows-latest 21 - stable 22 - beta 23 - nightly 25 - 1.36.0 27 - 1.40.0 [all …]
|