Home
last modified time | relevance | path

Searched +full:- +full:- +full:run +full:- +full:affected (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/external/accompanist/.github/workflows/
Dbuild-snapshot.yml6 - snapshot
7 paths-ignore:
8 - '**.md'
11 - snapshot
19 runs-on: ubuntu-latest
20 timeout-minutes: 30
23 - uses: actions/checkout@v2
25 # Fetch expanded history, which is needed for affected module detection
26 fetch-depth: '500'
28 - name: Copy CI gradle.properties
[all …]
Dbuild.yml6 - main
7 - compose-1.0
8 - compose-1.0
9 - compose-1.1
10 - compose-1.2
11 - compose-1.3
12 - compose-1.4
13 - compose-1.5
14 paths-ignore:
15 - '**.md'
[all …]
/external/webrtc/tools_webrtc/mb/docs/
Ddesign_spec.md1 # The MB (Meta-Build wrapper) design spec
7 MB is intended to address two major aspects of the GYP -> GN transition
10 1. "bot toggling" - make it so that we can easily flip a given bot
13 2. "bot configuration" - provide a single source of truth for all of
20 and a list of targets to build and returns which targets are affected by
36 * `mb gen -c linux_rel_bot //out/Release`
37 * `mb analyze -m tryserver.chromium.linux -b linux_rel /tmp/input.json /tmp/output.json`
72 [list of files] --type=executable --all --as=output` and filtering the
78 by only building and running the tests affected by the files in a patch, rather
83 * In an ideal (un-resource-constrained) world, we would build and test
[all …]
Duser_guide.md1 # The MB (Meta-Build wrapper) user guide
7 `mb` is a simple python wrapper around the GYP and GN meta-build tools to
8 be used as part of the GYP->GN migration.
23 `mb analyze` is reponsible for determining what targets are affected by
27 mb analyze -c chromium_linux_rel //out/Release input.json output.json
30 Either the `-c/--config` flag or the `-m/--builder-group` and `-b/--builder`
33 The first positional argument must be a GN-style "source-absolute" path
41 * `test_targets`: an array of (ninja) build targets that needed to run the
42 tests we wish to run. An empty array will be treated as if there are
43 no tests that will be run.
[all …]
/external/accompanist/scripts/
Drun-tests.sh9 # https://www.apache.org/licenses/LICENSE-2.0
18 set -ex
25 # By default we run tests on device
31 --shard-count=*)
35 --unit-tests)
39 --shard-index=*)
43 --log-file=*)
47 --run-affected)
51 --run-flaky-tests)
55 --affected-base-ref=*)
[all …]
/external/ComputeLibrary/docs/user_guide/
Derrata.dox2 /// Copyright (c) 2019-2022 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 - (COMPMID-5324) Issue identified with direct and depthwise convolutions for certain Arm® Mali™ DDK…
34 - Versions Affected: < v22.08
35 - Conditions:
36 - Arm® Mali™ DDK Versions : >= r23p0 && <= r38p0
37 - Mali™ GPUs: Bifrost GPU family with the exception of G71
38 - Backend: OpenCL
39 - Build options Include : "cl-fast-relaxed-math"
40- Result: Reduced accuracy issue, while using direct and depthwise convolutions fused with LU_BOUN…
[all …]
/external/pigweed/targets/stm32f429i_disc1/
Dtarget_docs.rst1 .. _target-stm32f429i-disc1:
3 ----------------
4 stm32f429i-disc1
5 ----------------
6 The STMicroelectronics STM32F429I-DISC1 development board is currently Pigweed's
7 primary target for on-device testing and development.
11 To build for this Pigweed target, simply build the top-level "stm32f429i" Ninja
14 .. code-block:: sh
16 $ ninja -C out stm32f429i
21 These tests can be run on-device in a few different ways.
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DAssumptionCache.cpp1 //===- AssumptionCache.cpp - Cache finding @llvm.assume calls -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
40 VerifyAssumptionCache("verify-assumption-cache", cl::Hidden,
50 return AVI->second; in getOrInsertAffectedValues()
54 return AVIP.first->second; in getOrInsertAffectedValues()
59 SmallVectorImpl<AssumptionCache::ResultElem> &Affected) { in findAffectedValues() argument
60 // Note: This code must be kept in-sync with the code in in findAffectedValues()
63 auto AddAffected = [&Affected](Value *V, unsigned Idx = in findAffectedValues()
[all …]
/external/pigweed/pw_watch/
Ddocs.rst1 .. _module-pw_watch:
3 .. rst-class:: with-subtitle
8 .. pigweed-module::
13 ----------
15 ----------
23 .. _module-pw_watch-design:
25 ------------
27 ------------
30 source code, ``pw_watch`` can instantly compile, flash, and run tests.
32 .. figure:: https://storage.googleapis.com/pigweed-media/pw_watch_test_demo2.gif
[all …]
Dguide.rst1 .. _module-pw_watch-guide:
4 pw_watch how-to guide
6 .. pigweed-module-subpage::
11 See :ref:`docs-build-system` for an overview of Pigweed's approach to build
14 -------------------------------
16 -------------------------------
17 See :ref:`activate-pigweed-environment` if you see an error like this:
19 .. code-block:: sh
24 -----
26 -----
[all …]
/external/clang/test/SemaCXX/
Dpragma-optimize.cpp1 // RUN: %clang_cc1 -I %S/Inputs -x c++ -std=c++11 -triple x86_64-unknown-linux -emit-llvm -O2 < %s …
2 // RUN: %clang_cc1 -I %S/Inputs -x c++ -std=c++11 -triple x86_64-unknown-linux -emit-llvm -Os < %s …
3 // RUN: %clang_cc1 -I %S/Inputs -x c++ -std=c++11 -triple x86_64-unknown-linux -emit-llvm -Oz < %s …
16 // CHECK-DAG: @_Z3fooii{{.*}} [[ATTRFOO:#[0-9]+]]
24 // CHECK-DAG: @_Z3barii{{.*}} [[ATTRBAR:#[0-9]+]]
28 // region of code affected by the functionality (not because of the position
31 // CHECK-DAG: @_Z7createdi{{.*}} [[ATTRCREATED:#[0-9]+]]
43 // CHECK-DAG: @_ZN7MyClass6methodEi{{.*}} [[ATTRMETHOD:#[0-9]+]]
58 // CHECK-DAG: @_Z3bazi{{.*}} [[ATTRBAZ:#[0-9]+]]
65 // CHECK-DAG: @_Z3baxi{{.*}} [[ATTRBAX:#[0-9]+]]
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
17 * This class is generally used as a bridge between coroutine-based API and
46 * ## Interaction with [delay] and time-based coroutines. in close()
48 …* If the given [ExecutorService] is an instance of [ScheduledExecutorService], then all time-relat… in close()
49 …* coroutine operations such as [delay], [withTimeout] and time-based [Flow] operators will be sche… in close()
58 * _track_ the delay and time-related executions, but the coroutine itself will still be executed in close()
65 * then the [Job] of the affected task is [cancelled][Job.cancel] and the task is submitted to the in close()
66 * [Dispatchers.IO], so that the affected coroutine can cleanup its resources and promptly complete. in close()
75 * ## Interaction with [delay] and time-based coroutines. in close()
77 * If the given [Executor] is an instance of [ScheduledExecutorService], then all time-related in close()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp1 //===- AssumptionCache.cpp - Cache finding @llvm.assume calls -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
40 VerifyAssumptionCache("verify-assumption-cache", cl::Hidden,
50 return AVI->second; in getOrInsertAffectedValues()
54 return AVIP.first->second; in getOrInsertAffectedValues()
58 SmallVectorImpl<Value *> &Affected) { in findAffectedValues() argument
59 // Note: This code must be kept in-sync with the code in in findAffectedValues()
62 auto AddAffected = [&Affected](Value *V) { in findAffectedValues()
[all …]
/external/clang/test/CodeGen/
Ddebug-info-block-out-return.c1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -debug-info-kind=limited -fblocks -emit-llvm -o -
3 // Check that arg numbering is not affected by LLVM IR argument numbering -
4 // since the latter is affected by return-by-out-parameter ABI requirements
Darm-cortex-cpus.c1 // REQUIRES: arm-registered-target
3 // Check that Cortex-M cores don't enable hwdiv-arm (and don't emit Tag_DIV_use)
6 // only the build attributes in generated assembly and object files are affected.
8 // RUN: %clang -target arm-linux-gnueabi -mcpu=cortex-m3 -S %s -o - | FileCheck %s
9 // RUN: %clang -target arm-linux-gnueabi -mcpu=cortex-m4 -S %s -o - | FileCheck %s
10 // CHECK-NOT: .eabi_attribute 44
/external/mesa3d/.gitlab/issue_templates/
DBug Report - AMD Radeon Vulkan.md2 - Check if a new version of Mesa is available which might have fixed the problem.
3 - If you can, check if the latest development version (git main) works better.
4 - Check if your bug has already been reported here.
5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#c…
6- Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snipp…
7 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
14 …lude a short description of the issue, the hardware/driver(s) affected and application(s) affected.
27 …ould look. For freezes, it may be useful to provide a screenshot of the affected game scene. Prefe…
31 - Backtrace (for crashes)
32 - Output of `dmesg`
[all …]
DBug Report.md2 - Check if a new version of Mesa is available which might have fixed the problem.
3 - If you can, check if the latest development version (git main) works better.
4 - Check if your bug has already been reported here.
5 - For any logs, backtraces, etc - use [code blocks](https://docs.gitlab.com/ee/user/markdown.html#c…
6- Do not paste long logs directly into the description. Use https://gitlab.freedesktop.org/-/snipp…
7 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
14 …lude a short description of the issue, the hardware/driver(s) affected and application(s) affected.
19 Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/…
22 - OS: (`cat /etc/os-release | grep "NAME"`)
23 - GPU: (`lspci -nn | grep VGA` or `lshw -C display -numeric`)
[all …]
/external/clang/test/Driver/
Dverify_pch.m1 // RUN: touch %t.pch
2 // RUN: %clang -### -verify-pch %t.pch 2> %t.log.1
3 // RUN: FileCheck %s < %t.log.1
4 // CHECK: -verify-pch
6 // Also ensure that the language setting is not affected by the .pch extension
7 // CHECK-NOT: "-x" "precompiled-header"
9 // RUN: %clang -### -verify-pch -x objective-c %t.pch 2> %t.log.2
10 // RUN: FileCheck -check-prefix=CHECK2 %s < %t.log.2
11 // CHECK2: "-x" "objective-c"
12 // CHECK2-NOT: "-x" "precompiled-header"
/external/rust/crates/rayon-core/tests/
Dscoped_threadpool.rs36 LOCAL.set(x, || thread.run()) in spawn_scoped_tls_threadpool()
51 // If we change our local value, the pool is not affected. in spawn_scoped_tls_threadpool()
52 LOCAL.set(&Local(-1), || { in spawn_scoped_tls_threadpool()
74 move |thread| LOCAL.set(x, || thread.run()), in build_scoped_tls_threadpool()
84 // If we change our local value, the pool is not affected. in build_scoped_tls_threadpool()
85 LOCAL.set(&Local(-1), || { in build_scoped_tls_threadpool()
/external/python/mako/.github/workflows/
Drun-test.yaml1 name: Run tests
4 # run on push in main or rel_* branches excluding changes are only on doc or example folders
7 - main
8 - "rel_*"
10 - "workflow_test_*"
11 paths-ignore:
12 - "docs/**"
15 run-test:
16 name: ${{ matrix.python-version }}-${{ matrix.os }}
17 runs-on: ${{ matrix.os }}
[all …]
/external/python/google-api-python-client/docs/dyn/
Dclouderrorreporting_v1beta1.projects.groupStats.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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAssumptionCache.h1 //===- llvm/Analysis/AssumptionCache.h - Track @llvm.assume -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
76 /// Move affected values in the cache for OV to be affected values for NV.
93 /// This cache is designed to be self-updating and so it should never be
110 /// Update the cache of values being affected by this assumption (i.e.
116 /// It will be re-scanned the next time it is requested.
146 return AVI->second; in assumptionsFor()
162 AssumptionCache run(Function &F, FunctionAnalysisManager &) { in run() function
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DAssumptionCache.h1 //===- llvm/Analysis/AssumptionCache.h - Track @llvm.assume -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
94 /// Move affected values in the cache for OV to be affected values for NV.
112 /// This cache is designed to be self-updating and so it should never be
129 /// Update the cache of values being affected by this assumption (i.e.
135 /// It will be re-scanned the next time it is requested.
165 return AVI->second; in assumptionsFor()
181 AssumptionCache run(Function &F, FunctionAnalysisManager &);
[all …]
/external/ruy/ruy/
Dpack.h7 http://www.apache.org/licenses/LICENSE-2.0
19 // of multiply-add operations), Ruy first performs a data transformation (which
22 // - rearrange data into blocks that are a convenient size/layout for the gemm
26 // - compute row/column sums needed for handling quantization with non-symmetric
36 // A NxKxM matrix multiplication requires N*K*M multiply-accumulate operations.
38 // multiply-accumulate operations is O(N^3).
47 // cases "gemv-like".
51 // situation is different. In this case, the multiply-accumulate work is only
55 // the LHS or RHS) is amortized across the non-depth dimension of the opposite
65 // One practical use case that is affected by this is inference of
[all …]
/external/bc/manuals/
Drelease.md6 affected was changed. For example, I don't need to run the `scripts/randmath.py`
9 1. Run `./scripts/format.sh`.
13 5. Run the `scripts/randmath.py` script an excessive amount and add failing
28 11. Run and pass the `scripts/release.sh` script on my own machine.
29 12. Run and pass the `scripts/release.sh` script, without generated tests and
31 13. Run and pass the `scripts/release.sh` script, without generated tests,
32 sanitizers, and 64-bit, on an ARM server.
33 14. Run and pass the release script, with no generated tests, no clang, no
35 15. Run and pass the release script, with no generated tests, no sanitizers, and
37 16. Run `scan-build make`.
[all …]

12345678910>>...42