Home
last modified time | relevance | path

Searched +full:git +full:- +full:core (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/testcases/
Dnode__master2 echo "Testing ${docker_image:=grpc_interop_node:1415ecbf-5d0f-423e-8c2c-e0cb6d154e73}"
3-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
4-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
5-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
6-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
7-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
8-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
9-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
10-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
11-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
[all …]
/external/grpc-grpc/tools/interop_matrix/testcases/
Dnode__master2 echo "Testing ${docker_image:=grpc_interop_node:1415ecbf-5d0f-423e-8c2c-e0cb6d154e73}"
3-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
4-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
5-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
6-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
7-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
8-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
9-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
10-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
11-i --rm=true -w /var/local/git/grpc-node --net=host $docker_image bash -c "packages/grpc-native-co…
[all …]
/external/oss-fuzz/projects/bitcoin-core/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder-rust
20 # * https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#dependency-build-instructions
21 …github.com/bitcoin/bitcoin/blob/master/depends/README.md#for-linux-including-i386-arm-cross-compil…
22 RUN apt-get update && apt-get install -y \
23 build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 \
24 make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config patch bison \
27 RUN git clone --depth=1 https://github.com/bitcoin/bitcoin.git bitcoin-core
28 RUN git clone --depth=1 https://github.com/bitcoin-core/qa-assets bitcoin-core/assets
29 RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
[all …]
/external/armnn/shim/sl/scripts/
Dclone_aosp_libs.sh5 # SPDX-License-Identifier: MIT
10 if [ "$#" -ne 1 ]; then
16 if [ ! -d "$1" ]; then
26 git clone https://android.googlesource.com/platform/packages/modules/NeuralNetworks/ "${AOSP_WORKIN…
28 git checkout 9c2360318a35756addcd5d321a85f9270e0a04da
31 git clone https://android.googlesource.com/platform/system/core "${AOSP_WORKING_DIR}/system/core/"
32 pushd "${AOSP_WORKING_DIR}/system/core/"
33 git checkout c408ee943a1d9c486e4fac10bee7f76a61c75bab
36 git clone https://android.googlesource.com/platform/system/libbase "${AOSP_WORKING_DIR}/system/libb…
38 git checkout 2d235ac982044ea4985c39a834e2d85c6a8bca8f
[all …]
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_e2e_performance_gke_experiment.sh8 # http://www.apache.org/licenses/LICENSE-2.0
15 set -ex
27 GRPC_DOTNET_REPO=grpc/grpc-dotnet
29 GRPC_GO_REPO=grpc/grpc-go
31 GRPC_JAVA_REPO=grpc/grpc-java
33 GRPC_NODE_REPO=grpc/grpc-node
35 TEST_INFRA_REPO=grpc/test-infra
40 # pre-built images in the optimization.
41 gcloud auth configure-docker
43 # Connect to benchmarks-prod2 cluster.
[all …]
Dgrpc_e2e_performance_gke.sh8 # http://www.apache.org/licenses/LICENSE-2.0
15 set -ex
27 GRPC_DOTNET_REPO=grpc/grpc-dotnet
29 GRPC_GO_REPO=grpc/grpc-go
31 GRPC_JAVA_REPO=grpc/grpc-java
33 GRPC_NODE_REPO=grpc/grpc-node
35 TEST_INFRA_REPO=grpc/test-infra
40 # pre-built images in the optimization.
41 gcloud auth configure-docker
43 # Connect to benchmarks-prod2 cluster.
[all …]
/external/mesa3d/bin/
Dupdate-android-headers.sh3 set -eu
5 if [ ! -e .git ]; then
6 echo must run from top-level directory;
10 if [ ! -d platform-hardware-libhardware ]; then
11git clone --depth 1 https://android.googlesource.com/platform/frameworks/native platform-framework…
12git clone --depth 1 https://android.googlesource.com/platform/hardware/libhardware platform-hardwa…
13 git clone --depth 1 https://android.googlesource.com/platform/system/core platform-system-core
14git clone --depth 1 https://android.googlesource.com/platform/system/logging platform-system-loggi…
15git clone --depth 1 https://android.googlesource.com/platform/system/unwinding platform-system-unw…
22 cp -av ${dest}/system/window.h platform-system-core/libsystem/include/system
[all …]
/external/sdv/vsomeip/third_party/boost/core/
D.travis.yml1 # Copyright 2016-2019 Peter Dimov
11 - master
12 - develop
13 - /feature\/.*/
17 - BOGUS_JOB=true
22 - env: BOGUS_JOB=true
25 - os: linux
31 - g++-multilib
33 - os: linux
38 - os: linux
[all …]
Dappveyor.yml1 # Copyright 2016-2019 Peter Dimov
5 version: 1.0.{build}-{branch}
11 - master
12 - develop
13 - /feature\/.*/
17 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
18 TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0
21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
22 TOOLSET: msvc-12.0,msvc-14.0
25 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_e2e_performance_gke_experiment.sh8 # http://www.apache.org/licenses/LICENSE-2.0
15 set -ex
27 GRPC_DOTNET_REPO=grpc/grpc-dotnet
29 GRPC_GO_REPO=grpc/grpc-go
31 GRPC_JAVA_REPO=grpc/grpc-java
33 TEST_INFRA_REPO=grpc/test-infra
38 # pre-built images in the optimization.
39 gcloud auth configure-docker
41 # Connect to benchmarks-prod2 cluster.
42 gcloud config set project grpc-testing
[all …]
Dgrpc_e2e_performance_gke.sh8 # http://www.apache.org/licenses/LICENSE-2.0
15 set -ex
24 # pre-built images in the optimization.
25 gcloud auth configure-docker
27 # Connect to benchmarks-prod2 cluster.
28 gcloud config set project grpc-testing
29 gcloud container clusters get-credentials benchmarks-prod2 \
30 --zone us-central1-b --project grpc-testing
35 if [[ "${KOKORO_BUILD_INITIATOR%%-*}" == kokoro ]]; then
44 PREBUILT_IMAGE_PREFIX="gcr.io/grpc-testing/e2etest/prebuilt/${LOAD_TEST_PREFIX}"
[all …]
/external/openthread/
DCONTRIBUTING.md5 - [1 Code of Conduct](#code-of-conduct)
6 - [2 Bugs](#bugs)
7 - [3 New Features](#new-features)
8 - [4 Contributing Code](#contributing-code)
9 - [4.1 Initial Setup](#initial-setup)
10 - [4.2 Contributor License Agreement (CLA)](#contributor-license-agreement--cla-)
11 - [4.3 Submitting a Pull Request](#submitting-a-pull-request)
12 - [5 Contributing Documentation](#contributing-documentation)
20 …issue and step-by-step instructions for predictably reproducing the issue. Even better, you can [s…
28 - _Large feature_: first [submit a GitHub Issue](https://github.com/openthread/openthread/issues/ne…
[all …]
/external/python/python-api-core/
DCONTRIBUTING.rst10 …/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-re…
20 - The feature must be documented in both the API and narrative
23 - The feature must work fully on the following CPython versions:
26 - The feature must not add unnecessary dependencies (where
34 You'll have to create a development environment using a Git checkout:
36 - While logged into your GitHub account, navigate to the
37 ``python-api-core`` `repo`_ on GitHub.
39 - Fork and clone the ``python-api-core`` repository to your GitHub account by
42 - Clone your fork of ``python-api-core`` from your GitHub account to your local
44 as ``hack-on-python-api-core``. E.g.::
[all …]
/external/grpc-grpc/third_party/
DREADME.md1 # Third-party libraries
3 gRPC depends on several third-party libraries, their source code is available
4 (usually as a git submodule) in this directory.
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 …]
/external/pdfium/
Dupdate_pdfium.py15 PDFIUM_GIT_REPO = "https://pdfium.googlesource.com/pdfium.git"
19 "core/fdrm/Android.bp",
20 "core/fpdfapi/cmaps/Android.bp",
21 "core/fpdfapi/edit/Android.bp",
22 "core/fpdfapi/font/Android.bp",
23 "core/fpdfapi/page/Android.bp",
24 "core/fpdfapi/parser/Android.bp",
25 "core/fpdfapi/render/Android.bp",
26 "core/fpdfdoc/Android.bp",
27 "core/fpdftext/Android.bp",
[all …]
/external/jackson-core/
Dpom.xml1 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
2 <!-- This module was also published with a richer model, Gradle metadata, -->
3 <!-- which should be used instead. Do not delete the following line which -->
4 <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
5 <!-- that they should prefer consuming it instead. -->
6 <!-- do_not_remove: published-with-gradle-metadata -->
10 <artifactId>jackson-base</artifactId>
11 <version>2.12.0-SNAPSHOT</version>
14 <groupId>com.fasterxml.jackson.core</groupId>
15 <artifactId>jackson-core</artifactId>
[all …]
/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/git_repos/
Dmetadata.json19 "source": "registry+https://github.com/rust-lang/crates.io-index",
26 "name": "rustc-std-workspace-core",
29 "rename": "core",
31 "source": "registry+https://github.com/rust-lang/crates.io-index",
36 …tem depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first…
37 "documentation": "https://docs.rs/cfg-if",
43 "core": [ array
44 "dep:core"
46 "rustc-dep-of-std": [
47 "core",
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/
DREADME.md1 # Third-party libraries
3 gRPC depends on several third-party libraries, their source code is available
4 (usually as a git submodule) in this directory.
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…
21 - Adding a new dependency is a lot of work (both for us and for the users).
26 …r the users and community - it means that all users will need to update their projects accordingly…
[all …]
/external/sdv/vsomeip/third_party/boost/config/.github/workflows/
Dci.yml10 ubuntu-focal:
11 runs-on: ubuntu-20.04
13 fail-fast: false
15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
17 - uses: actions/checkout@v2
19 fetch-depth: '0'
20 - uses: mstachniuk/ci-skip@v1
22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win…
23 commit-filter-separator: ';'
24 fail-fast: true
[all …]
/external/bazelbuild-rules_python/
DCONTRIBUTING.md15 (More advanced users may prefer the GitHub UI and raw `git` commands).
18 gh repo fork bazelbuild/rules_python --clone --remote
23 [install pyenv](https://github.com/pyenv/pyenv-installer) and
38 git checkout main # Start our branch from the latest code
39 git checkout -b my-feature # Create and switch to our feature branch
40 git push origin my-feature # Cause the branch to be created in your fork.
44 save your work to github, you use `git push` to do so:
47 git push origin my-feature
66 the tests in those directories instead, which can speed up your edit-run cycle.
68 Note that there are tests to verify generated documentation is correct -- if
[all …]
/external/swiftshader/third_party/
Dupdate-spirvtools.sh3 # update-spirvtools merges the latest changes from
4 # the github.com/KhronosGroup/SPIRV-Tools into third_party/SPIRV-Tools.
9 if [ ! -z "$REASON" ]; then
15 GIT_RESULT=`git subtree pull --prefix third_party/SPIRV-Tools https://github.com/KhronosGroup/SPIRV
20 git rm ${THIRD_PARTY_DIR}/SPIRV-Tools/Android.mk
21 git rm ${THIRD_PARTY_DIR}/SPIRV-Tools/android_test/Android.mk
22 git rm ${THIRD_PARTY_DIR}/SPIRV-Tools/android_test/jni/Application.mk
23 git -c core.editor=true merge --continue # '-c core.editor=true' prevents the editor from showing
24 if [ $? -ne 0 ]; then
31 ALL_CHANGES=`git log -n 1 HEAD^2 | egrep '^(\s{4}[0-9a-f]{9}\s*.*)$'`
[all …]
/external/rust/beto-rust/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y build-essential wget vim libstdc++-10-dev \
19 clang git checkinstall zlib1g-dev curl protobuf-compiler cmake \
20 pkg-config libdbus-1-dev ninja-build libssl-dev default-jre
21 RUN apt upgrade -y
23 RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
24 RUN apt-get -y install ./google-chrome-stable_current_amd64.deb
25 RUN export CHROME_BIN="/usr/bin/google-chrome-stable"
31 RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.77.1
34 RUN rustup toolchain install nightly --force
[all …]
/external/accessibility-test-framework/
Dbuild.gradle8 classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14'
9 classpath 'digital.wup:android-maven-publish:3.6.3'
46 all().each { task ->
73 apply plugin: 'digital.wup.android-maven-publish'
74 apply plugin: 'maven-publish'
81 artifactId 'accessibility-test-framework'
89 url = 'https://github.com/google/Accessibility-Test-Framework-for-Android'
93 url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
106 … connection = 'scm:git:git@github.com:google/Accessibility-Test-Framework-for-Android.git'
107 … developerConnection = 'scm:git:git@github.com:google/Accessibility-Test-Framework-for-Android.git'
[all …]
/external/oss-fuzz/projects/qubes-os/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN apt-get update && apt-get -y install build-essential automake libtool git python libsystemd-dev
21 WORKDIR qubes-os
23 RUN git clone --single-branch https://github.com/QubesOS/qubes-app-linux-input-proxy $SRC/qubes-os/…
25 RUN git clone --single-branch https://github.com/QubesOS/qubes-core-qubesdb $SRC/qubes-os/qubes-cor…
27 RUN git clone --single-branch https://github.com/QubesOS/qubes-core-qrexec $SRC/qubes-os/qubes-core…
/external/grpc-grpc-java/xds/third_party/xds/
Dimport.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
22 GIT_REPO="https://github.com/cncf/xds.git"
41 xds/core/v3/authority.proto
42 xds/core/v3/collection_entry.proto
43 xds/core/v3/context_params.proto
44 xds/core/v3/extension.proto
45 xds/core/v3/resource_locator.proto
46 xds/core/v3/resource_name.proto
55 pushd `git rev-parse --show-toplevel`/xds/third_party/xds
[all …]

12345678910>>...37