Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 - 25 of 307) sorted by relevance

12345678910>>...13

/third_party/node/deps/v8/tools/dev/
H A Dupdate-vscode.sh13 VERSION="$1"
14 [ -z "$VERSION" -o \
15 "$VERSION" == "-h" -o \
16 "$VERSION" == "--help" -o \
17 "$VERSION" == "help" ] && {
28 if [ "$VERSION" == "--auto" -o "$VERSION" == "auto" ]; then
33 VERSION=$(curl "$AVAILABLE_PACKAGES_URL" --range 0-1000 --silent \
36 if [ -z "$VERSION" ]; then
39 echo "Latest version found: $VERSION"
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DDwarf.cpp25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagString()
34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in getTag()
44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVersion()
46 return VERSION; in TagVersion()
55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \ in TagVendor()
76 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeString()
87 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVersion()
89 return VERSION; in AttributeVersion()
98 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) \ in AttributeVendor()
109 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDO in FormEncodingString()
[all...]
/third_party/protobuf/python/
H A Drelease.sh10 local VERSION=$1
26 pip install -i ${PYPI} protobuf==${VERSION} --no-cache-dir
33 echo "Usage: $0 VERSION ["
42 VERSION=$1
59 [ "${VERSION}" == "${SOURCE_VERSION}" -o "${VERSION}.${DEV}" == "${SOURCE_VERSION}" ] || {
60 echo "Version number specified on the command line ${VERSION} doesn't match"
66 TESTING_VERSION=${VERSION}.${DEV}
68 read -p "You are releasing ${VERSION} to PyPI. Are you sure? [y/n]" -r
74 TESTING_VERSION=${VERSION}
[all...]
/third_party/skia/third_party/externals/icu/scripts/
H A Dcopy_data.sh22 DATA_PREFIX="data/out/tmp/icudt${VERSION}"
23 TZRES_PREFIX="data/out/build/icudt${VERSION}l"
49 cp "data/out/tmp/icudt${VERSION}l.dat" "${TOPSRC}/$2/icudtl.dat"
60 "data/out/tmp/icudt${VERSION}l.dat"
64 "data/out/tmp/icudt${VERSION}l.dat"
67 cp "data/out/tmp/icudt${VERSION}l.dat" "${TOPSRC}/android_small/icudtl_extra.dat"
/third_party/curl/projects/
H A Dgenerate.bat32 set VERSION=ALL variable
48 set VERSION=PRE variable
50 set VERSION=VC10 variable
52 set VERSION=VC11 variable
54 set VERSION=VC12 variable
56 set VERSION=VC14 variable
58 set VERSION=VC14.10 variable
60 set VERSION=VC14.20 variable
62 set VERSION=VC14.30 variable
81 ) else if "%VERSION
[all...]
/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs_lib.sh7 VERSION=${VERSION:=3}
21 v) VERSION="$(echo $2 | tr ',' ' ')";;
82 for v in $VERSION; do
184 for i in $VERSION; do
213 for i in $VERSION; do
224 for i in $VERSION; do
/third_party/ltp/testcases/network/nfs/nfsstat01/
H A Dnfsstat01.sh63 case $VERSION in
70 server_calls="$(get_calls proc$VERSION $field nfsd)"
71 client_calls="$(get_calls proc$VERSION $field nfs)"
77 new_server_calls="$(get_calls proc$VERSION $field nfsd)"
78 new_client_calls="$(get_calls proc$VERSION $field nfs)"
H A Dnfsstat0165 case $VERSION in
72 server_calls="$(get_calls proc$VERSION $field nfsd)"
73 client_calls="$(get_calls proc$VERSION $field nfs)"
79 new_server_calls="$(get_calls proc$VERSION $field nfsd)"
80 new_client_calls="$(get_calls proc$VERSION $field nfs)"
/third_party/skia/infra/bots/assets/ccache_mac/
H A Dcreate.py24 VERSION = "ccache-3.7.7" variable
33 subprocess.check_call(["curl", "-L", "-o", VERSION + ".tar.gz",
35 subprocess.check_call(["tar", "-xzf", VERSION + ".tar.gz"])
36 os.chdir(VERSION)
/third_party/skia/infra/bots/assets/ccache_linux/
H A Dcreate.py25 VERSION = "ccache-3.7.7" variable
33 subprocess.check_call(["wget", "-O", VERSION + ".tar.gz",
35 subprocess.check_call(["tar", "-xzf", VERSION + ".tar.gz"])
36 os.chdir(VERSION)
/third_party/skia/infra/bots/assets/cmake_mac/
H A Dcreate.py23 VERSION = '3.13.4' variable
25 'cmake-%s-Darwin-x86_64.tar.gz') % (VERSION, VERSION)
/third_party/skia/infra/bots/assets/cmake_linux/
H A Dcreate.py23 VERSION = '3.13.5' variable
25 VERSION.rsplit('.', 1)[0], VERSION)
/third_party/curl/scripts/
H A Dmk-ca-bundle.pl146 print "Getopt::Std.pm Version : ${Getopt::Std::VERSION}\n";
147 print "Encode::Encoding.pm Version : ${Encode::Encoding::VERSION}\n";
148 print "MIME::Base64.pm Version : ${MIME::Base64::VERSION}\n";
149 print "LWP::UserAgent.pm Version : ${LWP::UserAgent::VERSION}\n" if($LWP::UserAgent::VERSION);
150 print "LWP.pm Version : ${LWP::VERSION}\n" if($LWP::VERSION);
151 print "Digest::SHA.pm Version : ${Digest::SHA::VERSION}\n" if ($Digest::SHA::VERSION);
152 print "Digest::SHA::PurePerl.pm Version : ${Digest::SHA::PurePerl::VERSION}\
[all...]
/third_party/lz4/contrib/djgpp/
H A DMakefile8 VERSION ?= 129 macro
9 RELEASE ?= r$(VERSION)
98 @echo "VERSION="$(VERSION)
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dexpando.c5 #define VERSION(n, v) VERSION2(n, v) macro
11 VERSION(LIBRESSL, LIBRESSL_VERSION_NUMBER)
15 VERSION(OPENSSL, OPENSSL_VERSION_NUMBER)
/third_party/zlib/os400/
H A Dmake.sh156 VERSION=`sed -e '/^<package /!d' \
159 export VERSION
260 echo '#pragma comment(user, "ZLIB version '"${VERSION}"'")' > os400.c
334 CMD="${CMD} TEXT('ZLIB ${VERSION} dynamic library')"
341 BACKUP=`echo "${SRVPGM}${VERSION}" |
/third_party/node/deps/v8/third_party/markupsafe/
H A Dget_markupsafe.sh8 VERSION='0.18'
16 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz"
22 BUILD_DIR="$PACKAGE-$VERSION"
/third_party/node/tools/inspector_protocol/markupsafe/
H A Dget_markupsafe.sh8 VERSION='0.18'
16 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz"
22 BUILD_DIR="$PACKAGE-$VERSION"
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe2.t48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
71 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
80 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
H A Dbuild.sh23 VERSION=$(sed -n '0,/^v20/ s/^v\(20[0-9.]*\).*/\1/p' $DIR/../../CHANGES).${GITHUB_RUN_NUMBER:-0}
24 echo "Version: $VERSION"
55 sed -e 's/\("version"\s*:\s*\).*/\1"'$VERSION'",/' source/wasm/package.json > out/$type/package.json
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe2.t48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
71 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
80 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
H A Dbuild.sh23 VERSION=$(sed -n '0,/^v20/ s/^v\(20[0-9.]*\).*/\1/p' $DIR/../../CHANGES).${GITHUB_RUN_NUMBER:-0}
24 echo "Version: $VERSION"
55 sed -e 's/\("version"\s*:\s*\).*/\1"'$VERSION'",/' source/wasm/package.json > out/$type/package.json
/third_party/skia/third_party/externals/markupsafe/
H A Dget_markupsafe.sh8 VERSION='0.18'
16 SRC_URL+="${PACKAGE:0:1}/$PACKAGE/$PACKAGE-$VERSION.tar.gz"
22 BUILD_DIR="$PACKAGE-$VERSION"
/third_party/spirv-tools/source/wasm/
H A Dbuild.sh28 VERSION=$(sed -n '0,/^v20/ s/^v\(20[0-9.]*\).*/\1/p' $DIR/../../CHANGES).${GITHUB_RUN_NUMBER:-0}
29 echo "Version: $VERSION"
60 sed -e 's/\("version"\s*:\s*\).*/\1"'$VERSION'",/' source/wasm/package.json > out/$type/package.json
/third_party/astc-encoder/Test/testlib/
H A Dencoder.py41 VERSION: The encoder version or branch.
46 VERSION = None variable in EncoderBase
236 VERSION = "main" variable in Encoder2x
253 name = "astcenc-%s-%s" % (variant, self.VERSION)
328 self.VERSION = version
345 VERSION = "1.7" variable in Encoder1_7
360 name = "astcenc-%s" % self.VERSION

Completed in 6 milliseconds

12345678910>>...13