Home
last modified time | relevance | path

Searched full:protobuf_version (Results 1 – 25 of 144) sorted by relevance

123456

/external/grpc-grpc-java/buildscripts/
Dmake_dependencies.sh6 PROTOBUF_VERSION=21.7
11 INSTALL_DIR="/tmp/protobuf-cache/$PROTOBUF_VERSION/$(uname -s)-$ARCH"
29 if [[ ! -d "$DOWNLOAD_DIR"/protobuf-"${PROTOBUF_VERSION}" ]]; then
30 …s://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-all-${PROTOBUF_VERS…
32 pushd $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
/external/golang-protobuf/internal/benchmarks/
Ddownload_benchdata.bash11 PROTOBUF_VERSION=v3.11.4
12 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/…
13 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/…
14 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/…
/external/protobuf/
Dupdate_version.py70 expected_major_version such that the PROTOBUF_VERSION in src/Makefile.am is
140 r'^#define PROTOBUF_VERSION .*$',
141 '#define PROTOBUF_VERSION %s' % cpp_version,
172 r'^#define PROTOBUF_VERSION .*$',
173 '#define PROTOBUF_VERSION %s' % cpp_version,
196 r'^#if PROTOBUF_VERSION < .*$',
197 '#if PROTOBUF_VERSION < %s' % cpp_version,
282 r'^PROTOBUF_VERSION = .*$',
283 'PROTOBUF_VERSION = %s' % ":".join(map(str,GetSharedObjectVersion())),
376 RewriteTextFile('protobuf_version.bzl',
[all …]
DCMakeLists.txt115 set(protobuf_VERSION variable
119 set(protobuf_VERSION "${protobuf_VERSION}.${protobuf_VERSION_PRERELEASE}") variable
121 set(protobuf_VERSION "${protobuf_VERSION}.0") variable
123 message(STATUS "${protobuf_VERSION}")
128 message(STATUS " Version : ${protobuf_VERSION} (${protobuf_VERSION_STRING})")
268 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")
/external/cronet/stable/third_party/protobuf/
Dupdate_version.py70 expected_major_version such that the PROTOBUF_VERSION in src/Makefile.am is
140 r'^#define PROTOBUF_VERSION .*$',
141 '#define PROTOBUF_VERSION %s' % cpp_version,
172 r'^#define PROTOBUF_VERSION .*$',
173 '#define PROTOBUF_VERSION %s' % cpp_version,
196 r'^#if PROTOBUF_VERSION < .*$',
197 '#if PROTOBUF_VERSION < %s' % cpp_version,
294 r'^PROTOBUF_VERSION = .*$',
295 'PROTOBUF_VERSION = %s' % ":".join(map(str,GetSharedObjectVersion())),
388 RewriteTextFile('protobuf_version.bzl',
[all …]
DCMakeLists.txt115 set(protobuf_VERSION variable
119 set(protobuf_VERSION "${protobuf_VERSION}.${protobuf_VERSION_PRERELEASE}") variable
121 set(protobuf_VERSION "${protobuf_VERSION}.0") variable
123 message(STATUS "${protobuf_VERSION}")
128 message(STATUS " Version : ${protobuf_VERSION} (${protobuf_VERSION_STRING})")
268 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")
/external/cronet/tot/third_party/protobuf/
Dupdate_version.py70 expected_major_version such that the PROTOBUF_VERSION in src/Makefile.am is
140 r'^#define PROTOBUF_VERSION .*$',
141 '#define PROTOBUF_VERSION %s' % cpp_version,
172 r'^#define PROTOBUF_VERSION .*$',
173 '#define PROTOBUF_VERSION %s' % cpp_version,
196 r'^#if PROTOBUF_VERSION < .*$',
197 '#if PROTOBUF_VERSION < %s' % cpp_version,
294 r'^PROTOBUF_VERSION = .*$',
295 'PROTOBUF_VERSION = %s' % ":".join(map(str,GetSharedObjectVersion())),
388 RewriteTextFile('protobuf_version.bzl',
[all …]
DCMakeLists.txt115 set(protobuf_VERSION variable
119 set(protobuf_VERSION "${protobuf_VERSION}.${protobuf_VERSION_PRERELEASE}") variable
121 set(protobuf_VERSION "${protobuf_VERSION}.0") variable
123 message(STATUS "${protobuf_VERSION}")
128 message(STATUS " Version : ${protobuf_VERSION} (${protobuf_VERSION_STRING})")
268 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")
/external/tensorflow/tensorflow/tools/ci_build/protobuf/
Dprotobuf_optimized_pip.sh17 PROTOBUF_VERSION="3.3.1"
25 curl -SsL -O https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz
26 tar xzf v${PROTOBUF_VERSION}.tar.gz
27 cd $DIR/protobuf-${PROTOBUF_VERSION}
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_proto3.sh20 PROTOBUF_VERSION="3.6.1"
21 protobuf_ver_flat=$(echo $PROTOBUF_VERSION | sed 's/\.//g' | sed 's/^0*//g')
29 …ttps://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION
/external/pytorch/cmake/
DCaffe2Config.cmake.in56 message(STATUS "Caffe2: Protobuf version " ${Protobuf_VERSION})
61 if(NOT (${Protobuf_VERSION} VERSION_EQUAL @Protobuf_VERSION@))
64 "@Protobuf_VERSION@"
66 ${Protobuf_VERSION}
DProtoBuf.cmake124 # If Protobuf_VERSION is known (true in most cases, false if we are building
127 if(DEFINED ${Protobuf_VERSION})
131 set(Protobuf_VERSION "Protobuf_VERSION_NOTFOUND") variable
/external/grpc-grpc-java/
DCOMPILING.md51 $ PROTOBUF_VERSION=21.7
52 …hub.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSI…
53 $ tar xzf protobuf-all-$PROTOBUF_VERSION.tar.gz
54 $ cd protobuf-$PROTOBUF_VERSION
/external/cronet/tot/third_party/protobuf/cmake/
Dprotobuf-module.cmake.in159 set(Protobuf_VERSION "@protobuf_VERSION@") variable
164 VERSION_VAR Protobuf_VERSION
170 Protobuf_VERSION
Dversion.rc.in35 VALUE "ProductVersion", "@protobuf_VERSION@\0"
36 VALUE "FileVersion", "@protobuf_VERSION@\0"
/external/protobuf/cmake/
Dprotobuf-module.cmake.in159 set(Protobuf_VERSION "@protobuf_VERSION@") variable
164 VERSION_VAR Protobuf_VERSION
170 Protobuf_VERSION
Dversion.rc.in35 VALUE "ProductVersion", "@protobuf_VERSION@\0"
36 VALUE "FileVersion", "@protobuf_VERSION@\0"
/external/cronet/stable/third_party/protobuf/cmake/
Dprotobuf-module.cmake.in159 set(Protobuf_VERSION "@protobuf_VERSION@") variable
164 VERSION_VAR Protobuf_VERSION
170 Protobuf_VERSION
Dversion.rc.in35 VALUE "ProductVersion", "@protobuf_VERSION@\0"
36 VALUE "FileVersion", "@protobuf_VERSION@\0"
/external/grpc-grpc/templates/tools/distrib/python/
Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/external/grpc-grpc/templates/tools/distrib/python/xds_protos/
Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/external/grpc-grpc/templates/tools/distrib/python/grpcio_tools/
Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/external/armnn/build-tool/scripts/
Dcommon.sh60 PROTOBUF_VERSION=3.12.0
61 PROTOBUF_SRC="$SOURCE_DIR"/protobuf-"$PROTOBUF_VERSION"
Dsetup-armnn.sh41 …hub.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSI…
42 "protobuf-all-$PROTOBUF_VERSION.tar.gz"
/external/grpc-grpc/templates/src/csharp/build/
Ddependencies.props.template7 <GoogleProtobufVersion>${settings.protobuf_version}</GoogleProtobufVersion>

123456