Home
last modified time | relevance | path

Searched +full:- +full:- +full:jq (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/external/sdv/vsomeip/third_party/boost/spirit/
D.drone.star17-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
18-10", packages="g++-10 jq", buildtype="boost", buildscript="drone", image=linuxglobalimage, enviro…
19-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
20-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
21-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
22-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
23-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
25-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
27-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
28-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil…
[all …]
/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Ddevlink_lib.sh2 # SPDX-License-Identifier: GPL-2.0
4 # Kselftest framework requirement - SKIP code is 4.
10 if [[ ! -v DEVLINK_DEV ]]; then
11 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \
12 | jq -r '.port | keys[]' | cut -d/ -f-2)
13 if [ -z "$DEVLINK_DEV" ]; then
17 if [[ "$(echo $DEVLINK_DEV | grep -c pci)" -eq 0 ]]; then
22 DEVLINK_VIDDID=$(lspci -s $(echo $DEVLINK_DEV | cut -d"/" -f2) \
23 -n | cut -d" " -f3)
24 elif [[ ! -z "$DEVLINK_DEV" ]]; then
[all …]
Dbridge_vlan_mcast.sh2 # SPDX-License-Identifier: GPL-2.0
52 bridge vlan add vid 10-11 dev $swp1 master
53 bridge vlan add vid 10-11 dev $swp2 master
105 bridge -j mdb show dev br0 |
106 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and .vid == 10)" &>/dev/null
107 if [ $expect -eq 0 ]; then
114 if [ $RET -eq 0 ]; then
117 bridge -j mdb show dev br0 |
118 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and \
127 local goutput=`bridge -j vlan global show`
[all …]
Dlib.sh2 # SPDX-License-Identifier: GPL-2.0
7 # Kselftest framework requirement - SKIP code is 4.
39 if [[ -f $relative_path/forwarding.config ]]; then
48 tc -j &> /dev/null
49 if [[ $? -ne 0 ]]; then
62 if [[ $? -ne 0 ]]; then
80 if [[ $? -ne 0 ]]; then
81 echo "SKIP: iproute2 too old; tc-flower is missing extended MPLS support"
85 tc -j filter show dev $dev ingress protocol mpls_uc | jq . &> /dev/null
90 if [[ $ret -ne 0 ]]; then
[all …]
/external/openthread/tools/harness-simulation/posix/
Dinstall.sh30 set -euxo pipefail
40 "jq"
45 sudo apt install -y "${PACKAGES[@]}"
47 pip3 install -r "${POSIX_DIR}/requirements.txt"
48 python3 -m grpc_tools.protoc -I"${SNIFFER_DIR}" --python_out="${SNIFFER_DIR}" --grpc_python_out="${…
50 CONFIG_NAME=${1:-"${POSIX_DIR}/config.yml"}
52 CONFIG=$(python3 -c 'import json, sys, yaml; print(json.dumps(yaml.safe_load(open(sys.argv[1]))))' …
54 MAX_NETWORK_SIZE=$(jq -r '.ot_build.max_number' <<<"$CONFIG")
60 target="ot-cli-ftd"
61 build_dir=$(jq -r '.subpath' <<<"$1")
[all …]
/external/python/google-auth-library-python/.kokoro/
Dpublish-docs.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
24 python3 -m pip install --user --upgrade --quiet nox
25 python3 -m nox --version
28 nox -s docs
30 python3 -m pip install --user gcp-docuploader
33 python3 -m docuploader create-metadata \
34 --name=$(jq --raw-output '.name // empty' .repo-metadata.json) \
35 --version=$(python3 setup.py --version) \
36 --language=$(jq --raw-output '.language // empty' .repo-metadata.json) \
[all …]
/external/python/python-api-core/.kokoro/
Dpublish-docs.sh8 # https://www.apache.org/licenses/LICENSE-2.0
16 set -eo pipefail
24 nox -s docs
27 python3.10 -m docuploader create-metadata \
28 --name=$(jq --raw-output '.name // empty' .repo-metadata.json) \
29 --version=$(python3.10 setup.py --version) \
30 --language=$(jq --raw-output '.language // empty' .repo-metadata.json) \
31 --distribution-name=$(python3.10 setup.py --name) \
32 --product-page=$(jq --raw-output '.product_documentation // empty' .repo-metadata.json) \
33 --github-repository=$(jq --raw-output '.repo // empty' .repo-metadata.json) \
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/dsa/
Dbridge_vlan_mcast.sh2 # SPDX-License-Identifier: GPL-2.0
52 bridge vlan add vid 10-11 dev $swp1 master
53 bridge vlan add vid 10-11 dev $swp2 master
105 bridge -j mdb show dev br0 |
106 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and .vid == 10)" &>/dev/null
107 if [ $expect -eq 0 ]; then
114 if [ $RET -eq 0 ]; then
117 bridge -j mdb show dev br0 |
118 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and \
127 local goutput=`bridge -j vlan global show`
[all …]
Dlib.sh2 # SPDX-License-Identifier: GPL-2.0
7 # Kselftest framework requirement - SKIP code is 4.
39 if [[ -f $relative_path/forwarding.config ]]; then
48 tc -j &> /dev/null
49 if [[ $? -ne 0 ]]; then
62 if [[ $? -ne 0 ]]; then
80 if [[ $? -ne 0 ]]; then
81 echo "SKIP: iproute2 too old; tc-flower is missing extended MPLS support"
85 tc -j filter show dev $dev ingress protocol mpls_uc | jq . &> /dev/null
90 if [[ $ret -ne 0 ]]; then
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/
Dci.yml7 - master
8 - develop
9 - githubactions*
10 - feature/**
11 - fix/**
12 - pr/**
20 fail-fast: false
23 - name: "STD=14 JOB=test/x3 Job 0"
25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache"
27 os: "ubuntu-18.04"
[all …]
/external/mesa3d/.gitlab-ci/container/
Dget-firmware-from-source.sh2 # shellcheck disable=SC2046 # we want to arg-split FIRMWARE_FILES
6 set -e
11 if [ -n "${FIRMWARE_FILES:-}" ]; then
12 FIRMWARE=$(jq -s '.' $(echo "$FIRMWARE_FILES"))
17 if ! echo "$FIRMWARE" | jq empty; then
21 for item in $(echo "$FIRMWARE" | jq -c '.[]'); do
22 src=$(echo "$item" | jq -r '.src')
23 git_hash=$(echo "$item" | jq -r '.git_hash')
24 dst=$(echo "$item" | jq -r '.dst')
38 if [ "$(echo "$item" | jq '.files | length')" -eq 0 ]; then
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/release/
Dbackport_pr.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -euo pipefail
19 if command -v "$1" 1>/dev/null 2>&1; then
29 USAGE: $0 PR_ID GITHUB_USER BACKPORT_BRANCHES REVIEWERS [-c PER_BACKPORT_COMMAND]
32 BACKPORT_BRANCHES: A space-separated list of branches to which the source PR will be backported.
33 REVIEWERS: A comma-separated list of users to add as both reviewer and assignee.
35 If you use this option, ensure your working directory is clean, as "git add -A" will be used to
36 incorporate any generated files. Try running "git clean -xdff" beforehand.
39 Example: $0 25493 gnossen "\$(seq 30 33 | xargs -n1 printf 'v1.%s.x ')" "menghanl" -c ./tools/docke…
47 ensure_command "jq"
[all …]
/external/grpc-grpc/tools/release/
Dbackport_pr.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -euo pipefail
19 if command -v "$1" 1>/dev/null 2>&1; then
29 USAGE: $0 PR_ID GITHUB_USER BACKPORT_BRANCHES REVIEWERS [-c PER_BACKPORT_COMMAND]
32 BACKPORT_BRANCHES: A space-separated list of branches to which the source PR will be backported.
33 REVIEWERS: A comma-separated list of users to add as both reviewer and assignee.
35 If you use this option, ensure your working directory is clean, as "git add -A" will be used to
36 incorporate any generated files. Try running "git clean -xdff" beforehand.
39 Example: $0 25493 gnossen "\$(seq 30 33 | xargs -n1 printf 'v1.%s.x ')" "menghanl" -c ./tools/docke…
47 ensure_command "jq"
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/
Dethtool-pause.sh2 # SPDX-License-Identifier: GPL-2.0-only
4 source ethtool-common.sh
7 if ! ethtool -h | grep include-stat 2>&1 >/dev/null; then
8 echo "SKIP: No --include-statistics support in ethtool"
14 set -o pipefail
19 s=$(ethtool --json -a $NSIM_NETDEV | jq '.[].statistics')
22 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics')
27 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length')
30 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames')
35 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length')
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_linecard.sh2 # SPDX-License-Identifier: GPL-2.0
5 # LC_SLOT - If not set, all probed line cards are going to be tested,
41 devlink lc show $DEVLINK_DEV lc $lc -j | jq -e -r ".[][][].state"
75 devlink port -j | jq -e -r ".[][] | select(.lc==$lc) | .port" | wc -l
91 devlink lc show $DEVLINK_DEV lc $lc -j | jq -e -r ".[][][].nested_devlink"
140 provisioned_type=$(devlink lc show $DEVLINK_DEV lc $lc -j | jq -e -r ".[][][].type")
170 supported_types_count=$(devlink lc show $DEVLINK_DEV lc $lc -j | \
171 jq -e -r ".[][][].supported_types | length")
176 type=$(devlink lc show $DEVLINK_DEV lc $lc -j | \
177 jq -e -r ".[][][].supported_types[$type_index]")
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/main/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 …://github.com/protocolbuffers/protobuf/releases/download/v21.0-rc1/protoc-21.0-rc-1-linux-x86_64.z…
18 unzip protoc-21.0-rc-1-linux-x86_64.zip bin/protoc
20 python3 -m venv venv
[all …]
/external/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/main/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 …://github.com/protocolbuffers/protobuf/releases/download/v21.0-rc1/protoc-21.0-rc-1-linux-x86_64.z…
18 unzip protoc-21.0-rc-1-linux-x86_64.zip bin/protoc
20 python3 -m venv venv
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/docs/
Dpublish-python.sh2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/main/.kokoro/publish-docs.sh
4 set -eo pipefail
12 sudo apt-get update
13 sudo apt-get -y install software-properties-common
14 sudo add-apt-repository universe
15 sudo apt-get update
16 sudo apt-get -y install unzip
17 …://github.com/protocolbuffers/protobuf/releases/download/v21.0-rc1/protoc-21.0-rc-1-linux-x86_64.z…
18 unzip protoc-21.0-rc-1-linux-x86_64.zip bin/protoc
20 python3 -m venv venv
[all …]
/external/dagger2/util/
Dlatest-dagger-version.sh3 set -eu
5 function github-rest-api {
9 local GITHUB_TOKEN="${GH_TOKEN:-}"
11 if [ -z "$GITHUB_TOKEN" ]; then
12 curl -s $GITHUB_REST_API -H $GITHUB_API_HEADER_ACCEPT
14 curl -s $GITHUB_REST_API \
15 -H $GITHUB_API_HEADER_ACCEPT \
16 -H "authorization: Bearer $GITHUB_TOKEN"
20 function github-latest-release-tag {
28 local RELEASE_JSON=$(github-rest-api $RELEASE_API)
[all …]
/external/executorch/.github/workflows/
Dpull.yml7 - main
8 - release/*
12 …p: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_n…
13 cancel-in-progress: true
16 gather-models:
17 runs-on: ubuntu-22.04
19 models: ${{ steps.gather-models.outputs.models }}
21 - uses: actions/checkout@v3
24 - uses: actions/setup-python@v4
26 python-version: '3.10'
[all …]
Dandroid-perf.yml1 name: android-perf
5 - cron: 0 0 * * *
69-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && git…
70 cancel-in-progress: true
73 set-parameters:
74 runs-on: linux.2xlarge
76 models: ${{ steps.set-parameters.outputs.models }}
77 devices: ${{ steps.set-parameters.outputs.devices }}
78 delegates: ${{ steps.set-parameters.outputs.delegates }}
80 - name: Set parameters
[all …]
/external/skia/infra/bots/assets/jq_mac_arm64/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
17 URL = 'https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-macos-arm64'
20 BINARY = URL.split('/')[-1]
25 target_file = os.path.join(target_dir, 'jq')
26 subprocess.call(['wget', '--quiet', '--output-document', target_file, URL])
27 output = subprocess.check_output(['sha256sum', target_file], encoding='utf-8')
36 parser.add_argument('--target_dir', '-t', required=True)
/external/skia/infra/bots/assets/jq/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
17 URL = 'https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64'
20 BINARY = URL.split('/')[-1]
25 target_file = os.path.join(target_dir, 'jq')
26 subprocess.call(['wget', '--quiet', '--output-document', target_file, URL])
27 output = subprocess.check_output(['sha256sum', target_file], encoding='utf-8')
36 parser.add_argument('--target_dir', '-t', required=True)
/external/linux-kselftest/tools/testing/selftests/drivers/net/bonding/
Dnet_forwarding_lib.sh2 # SPDX-License-Identifier: GPL-2.0
7 # Kselftest framework requirement - SKIP code is 4.
39 if [[ -f $relative_path/forwarding.config ]]; then
48 tc -j &> /dev/null
49 if [[ $? -ne 0 ]]; then
62 if [[ $? -ne 0 ]]; then
80 if [[ $? -ne 0 ]]; then
81 echo "SKIP: iproute2 too old; tc-flower is missing extended MPLS support"
85 tc -j filter show dev $dev ingress protocol mpls_uc | jq . &> /dev/null
90 if [[ $ret -ne 0 ]]; then
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/team/
Dnet_forwarding_lib.sh2 # SPDX-License-Identifier: GPL-2.0
7 # Kselftest framework requirement - SKIP code is 4.
39 if [[ -f $relative_path/forwarding.config ]]; then
48 tc -j &> /dev/null
49 if [[ $? -ne 0 ]]; then
62 if [[ $? -ne 0 ]]; then
80 if [[ $? -ne 0 ]]; then
81 echo "SKIP: iproute2 too old; tc-flower is missing extended MPLS support"
85 tc -j filter show dev $dev ingress protocol mpls_uc | jq . &> /dev/null
90 if [[ $ret -ne 0 ]]; then
[all …]

12345678910>>...14