/third_party/node/deps/v8/tools/dev/ |
H A D | update-vscode.sh | 13 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 D | Dwarf.cpp | 25 #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 D | release.sh | 10 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 D | copy_data.sh | 22 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 D | generate.bat | 32 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 D | nfs_lib.sh | 7 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 D | nfsstat01.sh | 63 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 D | nfsstat01 | 65 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 D | create.py | 24 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 D | create.py | 25 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 D | create.py | 23 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 D | create.py | 23 VERSION = '3.13.5' variable 25 VERSION.rsplit('.', 1)[0], VERSION)
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 146 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 D | Makefile | 8 VERSION ?= 129 macro 9 RELEASE ?= r$(VERSION) 98 @echo "VERSION="$(VERSION)
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | expando.c | 5 #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 D | make.sh | 156 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 D | get_markupsafe.sh | 8 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 D | get_markupsafe.sh | 8 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 D | safe2.t | 48 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 D | build.sh | 23 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 D | safe2.t | 48 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 D | build.sh | 23 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 D | get_markupsafe.sh | 8 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 D | build.sh | 28 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 D | encoder.py | 41 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
|