/external/antlr/runtime/Python/ |
D | hudson-build.sh | 8 JAR=$(ls $WORKSPACE/../../$ANTLR_JOB/lastSuccessful/org.antlr\$antlr/archive/org.antlr/antlr/*/antl… 21 rm -fr $WORKSPACE/tmp 22 mkdir -p $WORKSPACE/tmp 23 cd $WORKSPACE 30 (cd tmp/stringtemplate3-$ST_VERSION; python setup.py install --install-lib=$WORKSPACE) 37 (cd tmp/antlr-$ANTLR2_VERSION/lib/python; python setup.py install --install-lib=$WORKSPACE) 46 cd $WORKSPACE 57 cd $WORKSPACE 65 cd $WORKSPACE
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
D | windows64.bat | 3 @rem Builds artifacts for x86_64 into %WORKSPACE%\artifacts\ 12 set WORKSPACE=T:\src\github\grpc-java variable 13 set ESCWORKSPACE=%WORKSPACE:\=\\% 22 call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1 24 cd "%WORKSPACE%" 33 cmd.exe /C "%WORKSPACE%\gradlew.bat --stop" 35 cmd.exe /C "%WORKSPACE%\gradlew.bat %GRADLE_FLAGS% -Dorg.gradle.parallel=false -PrepositoryDir=%WO…
|
D | windows32.bat | 3 @rem Runs tests and then builds artifacts to %WORKSPACE%\artifacts\ 12 set WORKSPACE=T:\src\github\grpc-java variable 13 set ESCWORKSPACE=%WORKSPACE:\=\\% 23 call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1 25 cd "%WORKSPACE%" 33 cmd.exe /C "%WORKSPACE%\gradlew.bat %GRADLE_FLAGS% build" 49 cmd.exe /C "%WORKSPACE%\gradlew.bat --stop" 51 cmd.exe /C "%WORKSPACE%\gradlew.bat %GRADLE_FLAGS% -Dorg.gradle.parallel=false -PrepositoryDir=%WO…
|
D | windows.bat | 12 set WORKSPACE=T:\src\github\grpc-java variable 13 set ESCWORKSPACE=%WORKSPACE:\=\\% 20 cmd.exe /C "%WORKSPACE%\buildscripts\kokoro\windows32.bat" || exit /b 1 21 cmd.exe /C "%WORKSPACE%\buildscripts\kokoro\windows64.bat" || exit /b 1
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | ci_build.sh | 103 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}" 132 echo "WORKSPACE: ${WORKSPACE}" 161 mkdir -p ${WORKSPACE}/bazel-ci_build-cache 166 -v ${WORKSPACE}/bazel-ci_build-cache:${WORKSPACE}/bazel-ci_build-cache \ 167 -e "CI_BUILD_HOME=${WORKSPACE}/bazel-ci_build-cache" \ 174 -v ${WORKSPACE}:/workspace \
|
/external/arm-trusted-firmware/docs/plat/ |
D | synquacer.rst | 45 directory in an environment variable, WORKSPACE. It does not matter where 50 export WORKSPACE=$HOME/build/developerbox-firmware 51 mkdir -p $WORKSPACE 57 cd $WORKSPACE 67 cd $WORKSPACE/arm-trusted-firmware 79 cd $WORKSPACE 80 export PACKAGES_PATH=$WORKSPACE/edk2:$WORKSPACE/edk2-platforms:$WORKSPACE/edk2-non-osi 91 EDK2 itself, can be found $WORKSPACE/../Build/DeveloperBox/RELEASE_GCC5/FV/.
|
/external/tpm2-tss/.ci/ |
D | docker-prelude.sh | 7 WORKSPACE=`dirname $TRAVIS_BUILD_DIR` 9 echo "Workspace: $WORKSPACE" 13 get_deps "$WORKSPACE"
|
/external/grpc-grpc-java/buildscripts/ |
D | jenkins-pre.bat | 5 call "%WORKSPACE%\buildscripts\make_dependencies.bat" 7 cd "%WORKSPACE%" 9 set ESCWORKSPACE=%WORKSPACE:\=\\%
|
/external/oss-fuzz/projects/cel-cpp/ |
D | Dockerfile | 23 COPY WORKSPACE .bazelrc $SRC/ 24 RUN cat WORKSPACE >> $SRC/cel-cpp/WORKSPACE
|
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
D | basic-mkl-gpu-test.sh | 27 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}" 29 BUILD_TAG=mkl-gpu-ci-test CI_BUILD_USER_FORCE_BADNAME=yes ${WORKSPACE}/tensorflow/tools/ci_build/ci…
|
D | basic-mkl-test.sh | 27 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}" 37 BUILD_TAG=mkl-ci-test CI_BUILD_USER_FORCE_BADNAME=yes ${WORKSPACE}/tensorflow/tools/ci_build/ci_bui…
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | builds_common.sh | 217 …if grep -q '^android_sdk_repository' WORKSPACE && grep -q '^android_ndk_repository' WORKSPACE; then 227 cat << EOF >> WORKSPACE
|
/external/bazelbuild-rules_android/ |
D | README.md | 16 Also, register the Android toolchains in the `WORKSPACE` file with: 23 (Assuming that the Android rules repository in the `WORKSPACE` file is named `build_bazel_rules_and… 36 To use the new Bazel Android rules, add the following to your WORKSPACE file:
|
/external/perfetto/bazel/standalone/ |
D | README.md | 4 The WORKSPACE aliases this directory to @perfetto_cfg. 19 E.g in myproject/WORKSPACE
|
/external/protobuf/util/python/ |
D | BUILD | 7 # add a workspace rule to their WORKSPACE files to add an external workspace 8 # that includes the Python headers. For example, the protobuf WORKSPACE file
|
/external/tensorflow/tensorflow/lite/micro/tools/ci_build/ |
D | test_bazel.sh | 41 readable_run rm -f WORKSPACE 46 readable_run cp tensorflow/lite/micro/tools/ci_build/tflm_bazel/WORKSPACE ./
|
/external/tensorflow/tensorflow/lite/java/demo/ |
D | README.md | 29 …2. [Edit your `WORKSPACE`](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/example… 34 to automatically configure the `./WORKSPACE`. 36 - Make sure the `api_level` in `WORKSPACE` is set to an SDK version that
|
/external/skia/site/docs/dev/contrib/ |
D | bazel.md | 18 `WORKSPACE.bazel` acts like `DEPS`, listing external dependencies and how to 43 overrides/libpng/WORKSPACE.bazel 46 `WORKSPACE.bazel` must be present, but in this case can be empty. 48 $ cat overrides/libpng/WORKSPACE.bazel
|
/external/googletest/docs/ |
D | quickstart-bazel.md | 32 `WORKSPACE` which may be empty, or may contain references to external 41 Next, you’ll create the `WORKSPACE` file to specify dependencies. A common and 47 file named `WORKSPACE` with the following contents: 67 code, so add the following to the `WORKSPACE` file: 118 GoogleTest (`//:gtest_main`) using the prefix you specified in the `WORKSPACE`
|
/external/tensorflow/tensorflow/ |
D | workspace0.bzl | 1 """TensorFlow workspace initialization. Consult the WORKSPACE on how to use it.""" 74 # at the end of the WORKSPACE file.
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010/ |
D | WORKSPACE | 1 # DO NOT EDIT: automatically generated WORKSPACE file for cc_autoconf rule
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/ |
D | WORKSPACE | 1 # DO NOT EDIT: automatically generated WORKSPACE file for python_configure rule
|
/external/tensorflow/tensorflow/tools/android/test/ |
D | README.md | 135 ##### Edit WORKSPACE 139 automatically configure the `./WORKSPACE`. 142 [`<workspace_root>/WORKSPACE`](../../../WORKSPACE#L19-L36) must be uncommented 147 Also edit the API levels for the SDK in WORKSPACE to the highest level you have 157 in `WORKSPACE` during the build process, and by Gradle via 183 After editing your WORKSPACE file to update the SDK/NDK configuration, you may
|
/external/tensorflow/ |
D | models.BUILD | 13 "**/WORKSPACE",
|
/external/skia/bazel/ |
D | BUILD.bazel | 1 # This empty BUILD.bazel file allows WORKSPACE.bazel to use
|