/external/grpc-grpc/tools/internal_ci/linux/ |
D | grpc_android.sh | 21 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/ |
D | build_selftests.sh | 12 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/ |
D | grpc_android.sh | 24 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/ |
D | run_test_like_ci | 34 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.py | 4 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__.py | 8 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__.py | 23 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.py | 29 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.py | 11 from . import REPO_ROOT 25 lines = (os.path.join(REPO_ROOT, line) for line in lines)
|
/external/grpc-grpc/tools/distrib/ |
D | clang_format_code.sh | 20 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
|
D | clang_tidy_code.sh | 22 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/ |
D | clang_format_code.sh | 20 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
|
D | clang_tidy_code.sh | 22 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/ |
D | test.sh | 35 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 \
|
D | demo.sh | 23 readonly REPO_ROOT=$THIS_DIR 24 readonly CLIENT_DIR=$REPO_ROOT/client/python
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/ |
D | run_build.bat | 13 :: * 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
|
D | run_py.bat | 13 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/ |
D | run_build.bat | 13 :: * 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
|
D | run_py.bat | 13 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/ |
D | PREUPLOAD.cfg | 8 …_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREU…
|
/external/grpc-grpc/examples/node/ |
D | README.md | 14 $ 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/ |
D | README.rst | 48 $ 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/ |
D | debian.sh | 8 REPO_ROOT="${REPO_ROOT:-$PWD}" 38 $DOCKER_RUN -v $REPO_ROOT:/build:rw \
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/ |
D | README.rst | 63 $ 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/ |
D | README.rst | 55 $ 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
|