Home
last modified time | relevance | path

Searched refs:REPO_ROOT (Results 1 – 25 of 50) sorted by relevance

12

/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_android.sh21 REPO_ROOT="$(pwd)"
30 cd "${REPO_ROOT}/src/android/test/interop/"
32 "-Pprotoc=${REPO_ROOT}/third_party/protobuf/src/protoc" \
33 "-Pgrpc_cpp_plugin=${REPO_ROOT}/bins/opt/grpc_cpp_plugin"
35 "-Pprotoc=${REPO_ROOT}/third_party/protobuf/src/protoc" \
36 "-Pgrpc_cpp_plugin=${REPO_ROOT}/bins/opt/grpc_cpp_plugin"
52 cd "${REPO_ROOT}/examples/android/helloworld"
54 "-Pprotoc=${REPO_ROOT}/third_party/protobuf/src/protoc" \
55 "-Pgrpc_cpp_plugin=${REPO_ROOT}/bins/opt/grpc_cpp_plugin"
/external/libbpf/.github/actions/build-selftests/
Dbuild_selftests.sh12 LIBBPF_PATH="${REPO_ROOT}"
16 (cd "${REPO_ROOT}/${REPO_PATH}/tools/testing/selftests/bpf" && ${PREPARE_SELFTESTS_SCRIPT})
25 cd ${REPO_ROOT}/${REPO_PATH}
32 -C "${REPO_ROOT}/${REPO_PATH}/tools/testing/selftests/bpf" \
36 cp -R "${REPO_ROOT}/${REPO_PATH}/tools/testing/selftests/bpf" \
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_android.sh24 REPO_ROOT="$(pwd)"
35 PROTOC=${REPO_ROOT}/cmake/build/third_party/protobuf/protoc
36 PLUGIN=${REPO_ROOT}/cmake/build/grpc_cpp_plugin
40 cd "${REPO_ROOT}/src/android/test/interop/"
63 cd "${REPO_ROOT}/examples/android/helloworld"
/external/perfetto/tools/
Drun_test_like_ci34 REPO_ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
35 sys.path.append(os.path.join(REPO_ROOT, 'infra', 'ci'))
99 git_cmd = ['git', '-C', REPO_ROOT, 'status', '--porcelain']
113 check_call(('make', '-C', os.path.join(REPO_ROOT, 'infra', 'ci'),
117 check_call(['git', '-C', REPO_ROOT, 'bundle', 'create', bundle_path, 'HEAD'])
124 workdir = os.path.join(REPO_ROOT, 'out', 'tmp.ci')
/external/python/cpython3/Tools/c-analyzer/cpython/
D_files.py4 from . import REPO_ROOT, INCLUDE_DIRS, SOURCE_DIRS
30 if os.path.relpath(filename, REPO_ROOT).startswith('.'):
34 return os.path.join(REPO_ROOT, filename)
42 globs = (os.path.join(REPO_ROOT, file) for file in GLOBS)
D__init__.py8 REPO_ROOT = ( variable
12 INCLUDE_DIRS = [os.path.join(REPO_ROOT, name) for name in [
15 SOURCE_DIRS = [os.path.join(REPO_ROOT, name) for name in [
D__main__.py23 from . import _analyzer, _capi, _files, _parser, REPO_ROOT
54 relroot=REPO_ROOT)
113 relroot=REPO_ROOT,
127 relroot=REPO_ROOT,
141 relroot=REPO_ROOT,
205 relroot=REPO_ROOT,
D_analyzer.py29 from . import _parser, REPO_ROOT
70 known = _datafiles.read_known(KNOWN_FILE, extracols, REPO_ROOT)
82 datafiles.write_known(decls, IGNORED_FILE, ['unsupported'], relroot=REPO_ROOT)
87 _IGNORED.update(_datafiles.read_ignored(IGNORED_FILE, relroot=REPO_ROOT))
93 _datafiles.write_ignored(variables, IGNORED_FILE, relroot=REPO_ROOT)
D_parser.py11 from . import REPO_ROOT
25 lines = (os.path.join(REPO_ROOT, line) for line in lines)
/external/grpc-grpc/tools/distrib/
Dclang_format_code.sh20 REPO_ROOT=$(pwd)
30 …LES="$CHANGED_FILES" -e CLANG_FORMAT_ROOT="/local-code" --rm=true -v "${REPO_ROOT}":/local-code --…
32 CLANG_FORMAT_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
Dclang_tidy_code.sh22 REPO_ROOT=$(pwd)
32 …FILES="$CHANGED_FILES" -e CLANG_TIDY_ROOT="/local-code" --rm=true -v "${REPO_ROOT}":/local-code --…
34 CLANG_TIDY_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh "$@"
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dclang_format_code.sh20 REPO_ROOT=$(pwd)
30 …LES="$CHANGED_FILES" -e CLANG_FORMAT_ROOT="/local-code" --rm=true -v "${REPO_ROOT}":/local-code --…
32 CLANG_FORMAT_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
Dclang_tidy_code.sh22 REPO_ROOT=$(pwd)
53 -v "${REPO_ROOT}":/local-code \
58 CLANG_TIDY_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh "$@"
/external/rappor/
Dtest.sh35 readonly REPO_ROOT=$THIS_DIR
36 readonly CLIENT_DIR=$REPO_ROOT/client/python
59 find $REPO_ROOT -name \*_test.py | sh -x -e
115 find $REPO_ROOT \
Ddemo.sh23 readonly REPO_ROOT=$THIS_DIR
24 readonly CLIENT_DIR=$REPO_ROOT/client/python
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/
Drun_build.bat13 :: * Either have the REPO_ROOT variable set, or run this from the repository root directory.
15 :: Check and set REPO_ROOT
16 IF [%REPO_ROOT%] == [] (
17 SET REPO_ROOT=%cd%
35 SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\cmake
Drun_py.bat13 SET REPO_ROOT=%cd%
35 CALL %REPO_ROOT%\tensorflow\tools\ci_build\windows\cpu\cmake\run_build.bat
39 DIR %REPO_ROOT%\%BUILD_DIR%\tf_python\dist\ /S /B > wheel_filename_file
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/
Drun_build.bat13 :: * Either have the REPO_ROOT variable set, or run this from the repository root directory.
15 :: Check and set REPO_ROOT
16 IF [%REPO_ROOT%] == [] (
17 SET REPO_ROOT=%cd%
35 SET CMAKE_DIR=%REPO_ROOT%\tensorflow\contrib\cmake
Drun_py.bat13 SET REPO_ROOT=%cd%
38 CALL %REPO_ROOT%\tensorflow\tools\ci_build\windows\gpu\cmake\run_build.bat
42 DIR %REPO_ROOT%\%BUILD_DIR%\tf_python\dist\ /S /B > wheel_filename_file
/external/conscrypt/
DPREUPLOAD.cfg8 …_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREU…
/external/grpc-grpc/examples/node/
DREADME.md14 $ export REPO_ROOT=grpc # REPO root can be any directory of your choice
15 $ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
16 $ cd $REPO_ROOT
/external/grpc-grpc/src/python/grpcio/
DREADME.rst48 $ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice
49 $ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
50 $ cd $REPO_ROOT
/external/libbpf/travis-ci/managers/
Ddebian.sh8 REPO_ROOT="${REPO_ROOT:-$PWD}"
38 $DOCKER_RUN -v $REPO_ROOT:/build:rw \
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
DREADME.rst63 $ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice
64 $ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc $REPO_ROOT
65 $ cd $REPO_ROOT
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst55 $ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice
56 $ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
57 $ cd $REPO_ROOT

12