Home
last modified time | relevance | path

Searched +full:check +full:- +full:submodules (Results 1 – 25 of 185) sorted by relevance

12345678

/external/ot-br-posix/.github/workflows/
Dbuild.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
46 runs-on: ubuntu-22.04
48 - uses: actions/checkout@v4
49 - name: Bootstrap
50 run: BUILD_TARGET=pretty-check tests/scripts/bootstrap.sh
51 - name: Check
[all …]
Ddocker.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
45 docker-check:
46 runs-on: ubuntu-latest
51 - uses: actions/checkout@v4
53 submodules: true
54 - name: Bootstrap
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
24 runs-on: ubuntu-22.04 # latest
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgitmodules.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Check various rules for .gitmodules files."""
36 # Allow submodules to exist in any form.
39 # Allow direct references to non-Google hosts.
66 def _parse_gitmodules(path: Path) -> dict[str, dict[str, str]]:
68 'config', '--file', path, '--list'
70 submodules: dict[str, dict[str, str]] = {}
83 submodules.setdefault(submodule, {})
84 submodules[submodule][param] = value
86 return submodules
[all …]
Dgit_repo.py7 # https://www.apache.org/licenses/LICENSE-2.0
38 ) -> str:
44 ['-C', str(repo), *args],
46 check=True,
54 def find_git_repo(path_in_repo: Path) -> git_repo.GitRepo:
63 ) -> str | None:
87 ) -> list[Path]:
88 """Lists files with git ls-files or git diff --name-only.
92 pathspecs: Git pathspecs to use in git ls-files or diff
103 def has_uncommitted_changes(repo: Path | None = None) -> bool:
[all …]
/external/openthread/.github/workflows/
Dbuild.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-22.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
[all …]
Dsimulation-1.2.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 thread-1-3:
49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
50 runs-on: ubuntu-20.04
52 CFLAGS: -${{ matrix.arch }}
[all …]
Dsimulation-1.1.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 packet-verification:
49 runs-on: ubuntu-20.04
57 - name: Harden Runner
58 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
/external/llvm/test/tools/dsymutil/X86/
Dsubmodules.m12 clang -D CHILD_H -E -o Child.h submodules.m
14 clang -cc1 -emit-obj -fmodules -fmodule-map-file=modules.modulemap \
15 -fmodule-format=obj -g -dwarf-ext-refs -fmodules-cache-path=. \
16 -fdisable-module-hash submodules.m -o 1.o
19 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/submodules \
20 // RUN: -y %p/dummy-debug-map.map -o - \
21 // RUN: | llvm-dwarfdump --debug-dump=info - | FileCheck %s
23 // ---------------------------------------------------------------------
25 // ---------------------------------------------------------------------
27 // CHECK: DW_TAG_compile_unit
[all …]
/external/clang/test/Modules/
Dimport-self.m1 // RUN: rm -rf %t
2 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \
3 // RUN: -I %S/Inputs/submodules %s 2>&1 | FileCheck %s
4 // CHECK: import of module 'import_self.c' appears within same top-level module 'import_self'
6 // RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \
7 // RUN: -I %S/Inputs/submodules -fmodule-name=import_self %s \
8 // RUN: 2>&1 | FileCheck -check-prefix=CHECK-fmodule-name %s
9 // CHECK-fmodule-name: @import of module 'import_self.b' in implementation of 'import_self'
Dmissing-header.m1 // RUN: rm -rf %t
2 // RUN: not %clang_cc1 -x objective-c -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %…
4 // FIXME: cannot use -verify, because the error from inside the module build has
9 // CHECK-NOT: missing_unavailable_headers
12 // CHECK: module.map:15:27: error: header 'missing.h' not found
13 // CHECK: could not build module 'missing_headers'
/external/rust/crates/coset/.github/workflows/
Dci.yml6 paths-ignore:
7 - README.md
10 paths-ignore:
11 - README.md
15 runs-on: ubuntu-latest
19 - stable
20 - beta
21 - nightly-2023-04-01
23 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
24 - uses: dtolnay/rust-toolchain@a3ac054b2e7d62f514aa1bd57e3508c522fe772d # 1.68.2
[all …]
/external/pigweed/pw_cli/py/
Dgit_repo_test.py8 # https://www.apache.org/licenses/LICENSE-2.0
32 def _run_tool(self, tool: str, args, **kwargs) -> CompletedProcess:
46 def git_ok(cmd: str, stdout: str) -> CompletedProcess:
55 def git_err(cmd: str, stderr: str, returncode: int = 1) -> CompletedProcess:
68 SUBMODULES = [ variable in TestGitRepo
73 GIT_SUBMODULES_OUT = "\n".join([str(x) for x in SUBMODULES])
79 '--quiet',
80 '--recursive',
113 self.assertIn(self.SUBMODULES[2], paths)
137 self.assertNotIn(self.SUBMODULES[0], paths)
[all …]
/external/crosvm/infra/recipe_modules/crosvm/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
96 "--verbose",
97 "--stop",
98 "--cros",
106 "--pull",
107 "--cros",
153 "--no-interactive",
154 "--verbose",
156 + (["--cros"] if cros else [])
169 "user.email", "crosvm-bot@crosvm-infra.iam.gserviceaccount.com"
[all …]
/external/wayland/
Dimport_official_snapshot.py8 # http://www.apache.org/licenses/LICENSE-2.0
30 def git(cmd, check=True): argument
33 check=check,
38 return git(['show-ref', '--head', '--hash', commit]).stdout.strip()
43 ['show-ref', '--head', '--hash', '--verify', f'refs/heads/{ref}'],
44 check=False).returncode == 0
49 git(['ls-tree', '-r', '--name-only',
54 r = git(['diff-files', '--quiet', '--ignore-submodules'], check=False)
59 ['diff-index', '--quiet', '--ignore-submodules', '--cached', 'HEAD'],
60 check=False)
[all …]
/external/rust/crates/grpcio-sys/grpc/.github/workflows/
Dpr-auto-fix.yaml7 actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
8 contents: write # to create branch (peter-evans/create-pull-request)
9 pull-requests: write # to create a PR (peter-evans/create-pull-request)
11 runs-on: ubuntu-latest
14 - name: Get current time
15 uses: srfrnk/current-time@master
16 id: current-time
19 - name: Get current time
20 uses: srfrnk/current-time@master
21 id: current-time-with-day
[all …]
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_bazel_workspace.py9 # http://www.apache.org/licenses/LICENSE-2.0
25 git_hash_pattern = re.compile("[0-9a-f]{40}")
27 # Parse git hashes from submodules
62 # TODO(stanleycheung): remove when prometheus-cpp has new release
92 # TODO(stanleycheung): remove when prometheus-cpp has new release
180 print("- GRPC_DEP_NAMES only:", grpc_dep_names_set - names_set)
181 print("- grpc_deps.bzl only:", names_set - grpc_dep_names_set)
184 # There are some "bazel-only" deps that are exceptions to this sanity check,
197 # Validate the equivalence of the git submodules and Bazel git dependencies. The
201 if len(workspace_git_hashes - git_submodule_hashes) > 0:
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_bazel_workspace.py9 # http://www.apache.org/licenses/LICENSE-2.0
25 git_hash_pattern = re.compile('[0-9a-f]{40}')
27 # Parse git hashes from submodules
149 # There are some "bazel-only" deps that are exceptions to this sanity check,
162 # Validate the equivalence of the git submodules and Bazel git dependencies. The
166 if len(workspace_git_hashes - git_submodule_hashes) > 0:
168 "Found discrepancies between git submodules and Bazel WORKSPACE dependencies"
172 print(("workspace_git_hashes - git_submodule_hashes: %s" %
173 (workspace_git_hashes - git_submodule_hashes)))
176 # Also check that we can override each dependency
/external/grpc-grpc/.github/workflows/
Dpr-auto-fix.yaml7 actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
8 contents: write # to create branch (peter-evans/create-pull-request)
9 pull-requests: write # to create a PR (peter-evans/create-pull-request)
11 runs-on: ubuntu-latest
14 - name: Get current time
15 uses: srfrnk/current-time@5a4163ad035ccd9a407ec9e519c3b6ba1b633d1e # v1.1.0
16 id: current-time
19 - name: Get current time
20 uses: srfrnk/current-time@5a4163ad035ccd9a407ec9e519c3b6ba1b633d1e # v1.1.0
21 id: current-time-with-day
[all …]
/external/open-dice/
Dbootstrap.sh7 # https://www.apache.org/licenses/LICENSE-2.0
26 …$(command -v python3 || command -v python2 || command -v python) -c "import os.path; print(os.path…
30 if test -n "$BASH"; then
33 elif test -n "$ZSH_NAME"; then
34 _BOOTSTRAP_PATH="$(_bootstrap_abspath "${(%):-%N}")"
38 "$(lsof -p $$ -Fn0 | tail -1 | sed 's#^[^/]*##;')")"
44 # Check if this file is being executed or sourced.
46 if [ -n "$SWARMING_BOT_ID" ]; then
47 # If set we're running on swarming and don't need this check.
49 elif [ -n "$ZSH_EVAL_CONTEXT" ]; then
[all …]
Dactivate.sh7 # https://www.apache.org/licenses/LICENSE-2.0
26 …$(command -v python3 || command -v python2 || command -v python) -c "import os.path; print(os.path…
30 if test -n "$BASH"; then
33 elif test -n "$ZSH_NAME"; then
34 _BOOTSTRAP_PATH="$(_bootstrap_abspath "${(%):-%N}")"
38 "$(lsof -p $$ -Fn0 | tail -1 | sed 's#^[^/]*##;')")"
44 # Check if this file is being executed or sourced.
46 if [ -n "$SWARMING_BOT_ID" ]; then
47 # If set we're running on swarming and don't need this check.
49 elif [ -n "$ZSH_EVAL_CONTEXT" ]; then
[all …]
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h4 * Use of this source code is governed by a BSD-style license
62 // Methods forcing APM to run in a single-threaded manner.
87 // Capture-side exclusive methods possibly running APM in a
88 // multi-threaded manner. Acquire the capture lock.
108 // Render-side exclusive methods possibly running APM in a
109 // multi-threaded manner. Acquire the render lock.
121 // Methods only accessed from APM submodules or
122 // from AudioProcessing tests in a single-threaded manner.
175 // Class providing thread-safe message pipe functionality for
195 // removed. "WebRTC-Audio-InputVolumeControllerExperiment" field trial
[all …]
/external/rust/crates/minimal-lexical/.github/workflows/
DSimple.yml12 runs-on: ubuntu-latest
14 fail-fast: false
18 - uses: actions/checkout@v2
20 submodules: recursive
21 - uses: dtolnay/rust-toolchain@master
24 - run: cargo check
25 - run: cargo test
26 - run: cargo test --features=compact
28 check:
30 runs-on: ubuntu-latest
[all …]
/external/pigweed/pw_presubmit/
Ddocs.rst1 .. _module-pw_presubmit:
6 .. pigweed-module::
10 checking and fixing code format. It also includes the presubmit check script for
23 existing tools like ``clang-format``, and it’s simple to add support for new
34 .. todo-check: disable
36 * Check code format of several languages including C, C++, and Python
47 * Forbid non-inclusive language
48 * Check format of TODO lines
52 .. todo-check: enable
54 -------------
[all …]
/external/grpc-grpc/third_party/
DREADME.md1 # Third-party libraries
3 gRPC depends on several third-party libraries, their source code is available
6 ## Guidelines on updating submodules
8 - IMPORTANT: whenever possible, try to only update to a stable release of a library (= not to maste…
12 - bazel BUILD uses a different dependency model - whenever updating a submodule, also update the re…
13 non-bazel builds stay in sync (this is actually enforced by a sanity check in some cases)
15 ## Considerations when adding a new third-party dependency
17 - gRPC C++ needs to stay buildable/installable even if the submodules are not present (e.g. the tar…
20- CAVEAT: upb is an exception here because of its lack of cmake support. Therefore, third_party/up…
22 - Adding a new dependency is a lot of work (both for us and for the users).
[all …]

12345678