Home
last modified time | relevance | path

Searched full:bash (Results 1 – 25 of 5996) sorted by relevance

12345678910>>...240

/external/openthread/src/cli/
DREADME.md13 ```bash
141 ```bash
151 ```bash
174 ```bash
187 ```bash
200 ```bash
217 ```bash
239 ```bash
250 ```bash
270 ```bash
[all …]
DREADME_DATASET.md34 ```bash
53 ```bash
60 ```bash
77 ```bash
86 ```bash
95 ```bash
116 ```bash
126 ```bash
137 ```bash
147 ```bash
[all …]
DREADME_SRP_CLIENT.md28 ```bash
52 ```bash
60 ```bash
77 ```bash
85 ```bash
98 ```bash
109 ```bash
121 ```bash
136 ```bash
144 ```bash
[all …]
DREADME_COAPS.md19 ```bash
25 ```bash
35 ```bash
44 ```bash
62 ```bash
73 ```bash
79 ```bash
106 ```bash
134 ```bash
146 ```bash
[all …]
DREADME_COMMISSIONER.md32 ```bash
59 ```bash
78 ```bash
95 ```bash
100 ```bash
114 ```bash
119 ```bash
130 ```bash
146 ```bash
157 ```bash
[all …]
DREADME_NETDATA.md17 ```bash
36 ```bash
43 ```bash
52 ```bash
63 ```bash
72 ```bash
83 ```bash
103 ```bash
112 ```bash
121 ```bash
[all …]
DREADME_UDP.md15 ```bash
26 ```bash
35 ```bash
55 ```bash
77 ```bash
90 ```bash
102 ```bash
111 ```bash
121 ```bash
131 ```bash
[all …]
/external/openthread/src/core/diags/
DREADME.md28 ```bash
37 ```bash
47 ```bash
56 ```bash
66 ```bash
75 ```bash
84 ```bash
93 ```bash
102 ```bash
111 ```bash
[all …]
/external/bazel-skylib/tests/copy_file/
Dcopy_file_tests.sh1 #!/usr/bin/env bash
17 # --- begin runfiles.bash initialization ---
18 # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
25 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
29 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
30 source "${RUNFILES_DIR}/bazel_tools/tools/bash/runfiles/runfiles.bash"
32 source "$(grep -m1 "^bazel_tools/tools/bash/runfiles/runfiles.bash " \
35 echo >&2 "ERROR: cannot find @bazel_tools//tools/bash/runfiles:runfiles.bash"
38 # --- end runfiles.bash initialization ---
40 source "$(rlocation $TEST_WORKSPACE/tests/unittest.bash)" \
[all …]
/external/bazelbuild-rules_go/go/private/tools/
Dfiles_equal_test.bzl19 # This genrule creates a Bash script: the source of the actual test.
21 # 1. Initializes the Bash runfiles library (see
22 # @bazel_tools//tools/bash/runfiles/runfiles.bash).
25 # 4. Calls "rlocation" from runfiles.bash to locates the runfiles.
33 #!/usr/bin/env bash
36 ### 1. initialize the Bash runfiles library
38 # --- begin runfiles.bash initialization ---
39 # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
46 elif [[ -f "$$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
50 if [[ -f "$${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
[all …]
/external/bazel-skylib/tests/write_file/
Dwrite_file_tests.sh1 #!/usr/bin/env bash
17 # --- begin runfiles.bash initialization ---
18 # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
25 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
29 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
30 source "${RUNFILES_DIR}/bazel_tools/tools/bash/runfiles/runfiles.bash"
32 source "$(grep -m1 "^bazel_tools/tools/bash/runfiles/runfiles.bash " \
35 echo >&2 "ERROR: cannot find @bazel_tools//tools/bash/runfiles:runfiles.bash"
38 # --- end runfiles.bash initialization ---
40 source "$(rlocation $TEST_WORKSPACE/tests/unittest.bash)" \
[all …]
/external/bazel-skylib/tests/copy_directory/
Dcopy_directory_tests.sh1 #!/usr/bin/env bash
17 # --- begin runfiles.bash initialization ---
18 # Copy-pasted from Bazel's Bash runfiles library (tools/bash/runfiles/runfiles.bash).
25 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
29 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
30 source "${RUNFILES_DIR}/bazel_tools/tools/bash/runfiles/runfiles.bash"
32 source "$(grep -m1 "^bazel_tools/tools/bash/runfiles/runfiles.bash " \
35 echo >&2 "ERROR: cannot find @bazel_tools//tools/bash/runfiles:runfiles.bash"
38 # --- end runfiles.bash initialization ---
40 source "$(rlocation $TEST_WORKSPACE/tests/unittest.bash)" \
[all …]
/external/opencensus-java/examples/
DREADME.md6 ```bash
11 ```bash
16 ```bash
25 ```bash
30 ```bash
37 ```bash
42 ```bash
60 ```bash
65 ```bash
85 ```bash
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/templates/
Dloadtest_template_basic_all_languages.yaml19 - bash
34 - bash
38 - bash
53 - bash
75 - bash
97 - bash
118 - bash
122 - bash
137 - bash
141 - bash
[all …]
/external/grpc-grpc/tools/run_tests/performance/templates/
Dloadtest_template_basic_all_languages.yaml19 - bash
34 - bash
38 - bash
53 - bash
75 - bash
97 - bash
118 - bash
122 - bash
137 - bash
141 - bash
[all …]
/external/grpc-grpc/tools/interop_matrix/testcases/
Dcxx__master1 #!/bin/bash
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
[all …]
Dcxx__v1.31.11 #!/bin/bash
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
[all …]
Dphp__master1 #!/bin/bash
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/testcases/
Dcxx__v1.31.11 #!/bin/bash
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c…
[all …]
Dcxx__master1 #!/bin/bash
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero…
[all …]
Dphp__master1 #!/bin/bash
5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero…
[all …]
/external/bcc/tools/
Dfuncslower_example.txt19 bash 27075 20.14 4 c:open
42 bash 11527 78.97 1 vfs_read
43 bash 11527 101.26 1 vfs_read
44 bash 11527 1053.60 1 vfs_read
45 bash 11527 44.21 1 vfs_read
46 bash 11527 79.50 1 vfs_read
47 bash 11527 33.37 1 vfs_read
48 bash 11527 112.17 1 vfs_read
49 bash 11527 101.49 1 vfs_read
60 bash 11527 6.87 ffff90054f9f8e40 __kmalloc 0x90 0x1408240
[all …]
/external/armnn/
DBuildGuideAndroidNDK.md28 ```bash
41 ```bash
46 ```bash
51 ```bash
58 ```bash
70 ```bash
84 ```bash
91 ```bash
112 ```bash
143 ```bash
[all …]
/external/protobuf/conformance/
Dconformance_test_runner.sh1 #!/bin/bash
7 # --- begin runfiles.bash initialization ---
13 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
17 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
18 source "${RUNFILES_DIR}/bazel_tools/tools/bash/runfiles/runfiles.bash"
20 source "$(grep -m1 "^bazel_tools/tools/bash/runfiles/runfiles.bash " \
23 echo >&2 "ERROR: cannot find @bazel_tools//tools/bash/runfiles:runfiles.bash"
26 # --- end runfiles.bash initialization ---
/external/cronet/third_party/protobuf/conformance/
Dconformance_test_runner.sh1 #!/bin/bash
7 # --- begin runfiles.bash initialization ---
13 elif [[ -f "$0.runfiles/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
17 if [[ -f "${RUNFILES_DIR:-/dev/null}/bazel_tools/tools/bash/runfiles/runfiles.bash" ]]; then
18 source "${RUNFILES_DIR}/bazel_tools/tools/bash/runfiles/runfiles.bash"
20 source "$(grep -m1 "^bazel_tools/tools/bash/runfiles/runfiles.bash " \
23 echo >&2 "ERROR: cannot find @bazel_tools//tools/bash/runfiles:runfiles.bash"
26 # --- end runfiles.bash initialization ---

12345678910>>...240