Home
last modified time | relevance | path

Searched refs:TARBALL (Results 1 – 14 of 14) sorted by relevance

/third_party/libxml2/xstc/
DMakefile.am7 TARBALL=xsts-2002-01-16.tar.gz macro
11 TARBALLURL=http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)
47 -@(if [ ! -f $(TARBALL) ] ; then \
48 if [ -f $(srcdir)/$(TARBALL) ] ; then \
49 $(LN_S) $(srcdir)/$(TARBALL) $(TARBALL) ; else \
54 -@(if [ -f $(TARBALL) ] ; then \
56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES…
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dnacl-buildbot.sh8 TARBALL="$1"
10 TARBALL=sdl-nacl.tar.xz
31 rm -f $TARBALL
52 tar -cJvvf $TARBALL -C $BUILDBOTDIR usr
56 echo "All done. Final installable is in $TARBALL ...";
Draspberrypi-buildbot.sh13 TARBALL="$1"
15 TARBALL=sdl-raspberrypi.tar.xz
36 rm -f $TARBALL
54 tar -cJvvf $TARBALL -C $BUILDBOTDIR usr
58 echo "All done. Final installable is in $TARBALL ...";
Demscripten-buildbot.sh10 TARBALL="$1"
12 TARBALL=sdl-emscripten.tar.xz
67 tar -cJvvf $TARBALL -C buildbot usr
/third_party/flutter/skia/infra/bots/assets/valgrind/
Dcreate.py26 TARBALL = '%s.tar.bz2' % VALGRIND variable
27 DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL
34 if os.path.isfile(TARBALL):
36 with open(TARBALL, 'wb') as f:
44 subprocess.check_call(['tar', 'xvjf', TARBALL])
/third_party/mindspore/mindspore/lite/examples/transfer_learning/
Dprepare_and_run.sh34 TARBALL=$OPTARG
56 if [ "$TARBALL" == "" ]; then
63 TARBALL=${file}
89 tar -xzf ${TARBALL}
93 tar -xzf ${TARBALL} --wildcards --no-anchored hiai_ddk
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/
Dbuild.sh24 TARBALL=""
29 TARBALL=$OPTARG
56 if [ -n "$TARBALL" ]; then
57 cp ${TARBALL} ${BASEPATH}/build/${MINDSPORE_FILE}
Dprepare_and_run.sh42 TARBALL="-r $OPTARG"
60 ./build.sh $TARBALL
78 if [ "$TARBALL" != "" ]; then
/third_party/libsnd/Scripts/
Dbuild-test-tarball.mk.in22 TARBALL = $(TESTNAME).tar.gz
34 all : $(TARBALL)
37 rm -rf $(TARBALL) $(TESTNAME)/
42 $(TARBALL) : $(TESTNAME)/test_wrapper.sh
/third_party/skia/infra/bots/assets/valgrind/
Dcreate.py30 TARBALL = '%s.tar.bz2' % VALGRIND variable
31 DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL
38 if os.path.isfile(TARBALL):
40 with open(TARBALL, 'wb') as f:
48 subprocess.check_call(['tar', 'xvjf', TARBALL])
/third_party/mindspore/mindspore/lite/examples/unified_api/
Dprepare_and_run.sh43 TARBALL=$OPTARG
69 if [ "$TARBALL" == "" ]; then
76 TARBALL=${file}
115 tar -xzf ${TARBALL}
/third_party/mindspore/mindspore/lite/examples/train_lenet/
Dprepare_and_run.sh45 TARBALL=$OPTARG
80 if [ "$TARBALL" == "" ]; then
87 TARBALL=${file}
126 tar -xzf ${TARBALL}
/third_party/ltp/
DMakefile.release40 TARBALL := $(TARBALL_PREFIX)-$(TARBALL_VERSION).tgz
46 tar -cvz --exclude "$(TARBALL)" -f $(TARBALL) .
/third_party/node/
DMakefile196 $(RM) $(BINARYTAR).* $(TARBALL).*
899 TARBALL=$(TARNAME).tar macro
1042 $(TARBALL): release-only doc-only
1081 tar: $(TARBALL) ## Create a source tarball.
1102 .PHONY: $(TARBALL)-headers
1103 $(TARBALL)-headers: release-only
1120 tar-headers: $(TARBALL)-headers ## Build the node header tarball.