Home
last modified time | relevance | path

Searched refs:WORKSPACE (Results 1 – 25 of 112) sorted by relevance

12345

/external/antlr/runtime/Python/
Dhudson-build.sh8 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/
Dwindows64.bat3 @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…
Dwindows32.bat3 @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…
Dwindows.bat12 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/
Dci_build.sh103 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/
Dsynquacer.rst45 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/
Ddocker-prelude.sh7 WORKSPACE=`dirname $TRAVIS_BUILD_DIR`
9 echo "Workspace: $WORKSPACE"
13 get_deps "$WORKSPACE"
/external/grpc-grpc-java/buildscripts/
Djenkins-pre.bat5 call "%WORKSPACE%\buildscripts\make_dependencies.bat"
7 cd "%WORKSPACE%"
9 set ESCWORKSPACE=%WORKSPACE:\=\\%
/external/oss-fuzz/projects/cel-cpp/
DDockerfile23 COPY WORKSPACE .bazelrc $SRC/
24 RUN cat WORKSPACE >> $SRC/cel-cpp/WORKSPACE
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbasic-mkl-gpu-test.sh27 WORKSPACE="${WORKSPACE:-$(upsearch WORKSPACE)}"
29 BUILD_TAG=mkl-gpu-ci-test CI_BUILD_USER_FORCE_BADNAME=yes ${WORKSPACE}/tensorflow/tools/ci_build/ci…
Dbasic-mkl-test.sh27 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/
Dbuilds_common.sh217 …if grep -q '^android_sdk_repository' WORKSPACE && grep -q '^android_ndk_repository' WORKSPACE; then
227 cat << EOF >> WORKSPACE
/external/bazelbuild-rules_android/
DREADME.md16 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/
DREADME.md4 The WORKSPACE aliases this directory to @perfetto_cfg.
19 E.g in myproject/WORKSPACE
/external/protobuf/util/python/
DBUILD7 # 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/
Dtest_bazel.sh41 readable_run rm -f WORKSPACE
46 readable_run cp tensorflow/lite/micro/tools/ci_build/tflm_bazel/WORKSPACE ./
/external/tensorflow/tensorflow/lite/java/demo/
DREADME.md29 …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/
Dbazel.md18 `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/
Dquickstart-bazel.md32 `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/
Dworkspace0.bzl1 """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/
DWORKSPACE1 # DO NOT EDIT: automatically generated WORKSPACE file for cc_autoconf rule
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/
DWORKSPACE1 # DO NOT EDIT: automatically generated WORKSPACE file for python_configure rule
/external/tensorflow/tensorflow/tools/android/test/
DREADME.md135 ##### 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/
Dmodels.BUILD13 "**/WORKSPACE",
/external/skia/bazel/
DBUILD.bazel1 # This empty BUILD.bazel file allows WORKSPACE.bazel to use

12345