/external/protobuf/csharp/ |
D | generate_protos.sh | 14 if [ -z "$PROTOC" ]; then 17 PROTOC=cmake/build/Debug/protoc.exe 19 PROTOC=cmake/build/Release/protoc.exe 21 PROTOC=src/protoc 29 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \ 44 $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf.Test \ 53 $PROTOC -Icsharp/protos --csharp_out=csharp/src/Google.Protobuf.Test \ 58 $PROTOC -Iexamples --csharp_out=csharp/src/AddressBook \ 61 $PROTOC -Iconformance -Isrc --csharp_out=csharp/src/Google.Protobuf.Conformance \
|
/external/tensorflow/tensorflow/go/genop/ |
D | generate.sh | 30 PROTOC="${TF_DIR}/bazel-out/host/bin/external/protobuf/protoc" 31 if [ -x "${PROTOC}" ]; then 36 if [ ! -x "${PROTOC}" ] 42 echo "Protocol buffer compiler protoc not found in PATH or in ${PROTOC}" 47 PROTOC=$PATH_PROTOC 55 ${PROTOC} \
|
/external/grpc-grpc/src/ruby/pb/ |
D | generate_proto_ruby.sh | 20 PROTOC=bins/opt/protobuf/protoc 23 $PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \ 28 $PROTOC -I . \ 34 $PROTOC -I . \ 40 $PROTOC -I . \ 46 $PROTOC -I src/proto/math src/proto/math/math.proto \
|
/external/grpc-grpc/src/csharp/ |
D | generate_proto_csharp.sh | 20 PROTOC=bins/opt/protobuf/protoc 27 $PROTOC --plugin=$PLUGIN --csharp_out=$EXAMPLES_DIR --grpc_out=$EXAMPLES_DIR \ 30 $PROTOC --plugin=$PLUGIN --csharp_out=$HEALTHCHECK_DIR --grpc_out=$HEALTHCHECK_DIR \ 33 $PROTOC --plugin=$PLUGIN --csharp_out=$REFLECTION_DIR --grpc_out=$REFLECTION_DIR \ 38 $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR/CoreStats --grpc_out=$TESTING_DIR/CoreStats \ 44 $PROTOC --plugin=$PLUGIN --csharp_out=$TESTING_DIR --grpc_out=$TESTING_DIR \
|
/external/grpc-grpc/examples/cpp/route_guide/ |
D | Makefile | 31 PROTOC = protoc macro 48 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 51 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 60 PROTOC_CMD = which $(PROTOC) 61 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 88 -$(PROTOC) --version
|
/external/grpc-grpc/examples/cpp/helloworld/ |
D | Makefile | 31 PROTOC = protoc macro 58 $(PROTOC) -I $(PROTOS_PATH) --grpc_out=. --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN_PATH) $< 62 $(PROTOC) -I $(PROTOS_PATH) --cpp_out=. $< 71 PROTOC_CMD = which $(PROTOC) 72 PROTOC_CHECK_CMD = $(PROTOC) --version | grep -q libprotoc.3 99 -$(PROTOC) --version
|
/external/nanopb-c/extra/ |
D | nanopb.mk | 22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc 26 PROTOC = protoc 36 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. $<
|
/external/grpc-grpc/third_party/nanopb/extra/ |
D | nanopb.mk | 22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc 26 PROTOC = protoc 36 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. $<
|
/external/grpc-grpc/test/distrib/csharp/test_codegen/ |
D | test_codegen.sh | 31 PROTOC=../packages/Grpc.Tools.__GRPC_NUGET_VERSION__/tools/${PLATFORM_ARCH}/protoc 34 "${PROTOC}" --plugin="protoc-gen-grpc=${PLUGIN}" --csharp_out=. --grpc_out=. -I . testcodegen.proto
|
/external/grpc-grpc/src/objective-c/tests/ |
D | run_plugin_tests.sh | 26 PROTOC=$BINDIR/protobuf/protoc 31 $PROTOC \
|
/external/protobuf/ |
D | configure.ac | 134 PROTOC=$with_protoc 137 PROTOC=protoc 139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [ 146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTOC 148 AC_SUBST([PROTOC]) subst
|
/external/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 43 PROTOC=./protoc 54 $PROTOC \
|
/external/protobuf/benchmarks/ |
D | Makefile.am | 49 $(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. $(benchmarks_protoc_inputs) 53 $(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. $(benchmarks_protoc_inputs_proto2)
|
/external/perf_data_converter/src/ |
D | Makefile | 95 PROTOC = protoc macro 101 PROTOC = ${PROTOBUF}/src/protoc macro 142 $(PROTOC) --cpp_out=`dirname $<` -I`dirname $<` $<
|
/external/grpc-grpc/examples/csharp/RouteGuide/ |
D | generate_protos.bat | 23 set PROTOC=%UserProfile%\.nuget\packages\Google.Protobuf.Tools\3.6.1\tools\windows_x64\protoc.exe variable 26 %PROTOC% -I../../protos --csharp_out RouteGuide ../../protos/route_guide.proto --grpc_out RouteGui…
|
/external/grpc-grpc/examples/csharp/Helloworld/ |
D | generate_protos.bat | 23 set PROTOC=%UserProfile%\.nuget\packages\Google.Protobuf.Tools\3.6.1\tools\windows_x64\protoc.exe variable 26 %PROTOC% -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --pl…
|
/external/perf_data_converter/src/quipper/ |
D | Makefile.external | 68 PROTOC = protoc 74 PROTOC = ${PROTOBUF}/src/protoc 118 $(PROTOC) --cpp_out=. -I`dirname $<` $<
|
/external/nanopb-c/examples/simple/ |
D | Makefile | 21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
|
D | rules.mk | 20 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=$(LOCAL_DIR) $(LOCAL_DIR)/simple.proto
|
/external/grpc-grpc/third_party/nanopb/examples/simple/ |
D | Makefile | 21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
|
/external/tensorflow/tensorflow/tools/ci_build/protobuf/ |
D | protobuf_optimized_pip.sh | 31 export PROTOC=$DIR/src/protoc
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | Makefile | 229 PROTOC := $(MAKEFILE_DIR)/gen/protobuf-host/bin/protoc 231 PROTOC := protoc macro 234 $(info PROTOC = "$(PROTOC)")
|
/external/protobuf/conformance/ |
D | Makefile.am | 193 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_… 194 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_… 195 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --java_out=lite:lite $(conformance_protoc_inputs) $(well_kno…
|
/external/protobuf/js/ |
D | gulpfile.js | 9 var protoc = process.env.PROTOC || '../src/protoc';
|
/external/grpc-grpc/ |
D | Makefile | 241 PROTOC ?= protoc macro 2596 $(E) "[PROTOC] Generating protobuf CC file from $<" 2628 $(E) "[PROTOC] Generating protobuf CC file from $<" 2660 $(E) "[PROTOC] Generating protobuf CC file from $<" 2693 $(E) "[PROTOC] Generating protobuf CC file from $<" 2725 $(E) "[PROTOC] Generating protobuf CC file from $<" 2758 $(E) "[PROTOC] Generating protobuf CC file from $<" 2790 $(E) "[PROTOC] Generating protobuf CC file from $<" 2822 $(E) "[PROTOC] Generating protobuf CC file from $<" 2854 $(E) "[PROTOC] Generating protobuf CC file from $<" [all …]
|