HomeSort by relevance Sort by last modified time
    Searched refs:protoc (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/nanopb-c/generator/
protoc-gen-nanopb 4 # to protoc on Linux and other *nix-style systems.
6 # protoc --plugin=nanopb=..../protoc-gen-nanopb --nanopb_out=dir foo.proto
8 # Note that if you use the binary package of nanopb, the protoc
13 exec python "$MYPATH/nanopb_generator.py" --protoc-plugin
protoc-gen-nanopb.bat 3 :: to protoc on Windows.
5 :: protoc --plugin=nanopb=..../protoc-gen-nanopb.bat --nanopb_out=dir foo.proto
7 :: Note that if you use the binary package of nanopb, the protoc
12 python "%mydir%\nanopb_generator.py" --protoc-plugin
  /test/vti/test_serving/script/
build-python.sh 20 protoc -I=proto --python_out=proto proto/TestLabConfigMessage.proto
21 protoc -I=proto --python_out=proto proto/TestScheduleConfigMessage.proto
22 protoc -I=proto --python_out=proto proto/GreenBuildScheduleConfigMessage.proto
  /external/nanopb-c/tools/
make_linux_package.sh 21 # Make the nanopb generator available as a protoc plugin
22 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py
25 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py )
29 rm $DEST/generator/protoc-gen-nanopb.py
31 # Package the protoc compiler
32 cp `which protoc` $DEST/generator-bin/protoc.bin
33 LIBPROTOC=$(ldd `which protoc` | grep -o '/.*libprotoc[^ ]*')
35 cat > $DEST/generator-bin/protoc << EOF
40 exec "\$SCRIPTDIR/protoc.bin" "\$@
    [all...]
make_mac_package.sh 30 # Make the nanopb generator available as a protoc plugin
31 cp $DEST/generator-bin/nanopb_generator $DEST/generator-bin/protoc-gen-nanopb
33 # Package the protoc compiler
34 cp `which protoc` $DEST/generator-bin/protoc.bin
35 LIBPROTOC=$(otool -L `which protoc` | grep -o '/.*libprotoc[^ ]*')
36 LIBPROTOBUF=$(otool -L `which protoc` | grep -o '/.*libprotobuf[^ ]*')
38 cat > $DEST/generator-bin/protoc << EOF
43 exec "\$SCRIPTDIR/protoc.bin" "\$@"
45 chmod +x $DEST/generator-bin/protoc
    [all...]
  /tools/acloud/
regen_proto.sh 5 protoc -I=internal/proto --python_out=internal/proto internal/proto/internal_config.proto
6 protoc -I=internal/proto --python_out=internal/proto internal/proto/user_config.proto
  /test/vts/script/
build-java.sh 18 protoc --proto_path=vts --java_out=vti/dashboard/src/main/java vts/proto/VtsReportMessage.proto
build-python.sh 27 protoc -I=proto --python_out=proto proto/AndroidSystemControlMessage.proto
28 protoc -I=proto --python_out=proto proto/ComponentSpecificationMessage.proto
29 protoc -I=proto --python_out=proto proto/VtsProfilingMessage.proto
30 protoc -I=proto --python_out=proto proto/VtsFuzzTaskMessage.proto
38 protoc -I=proto --python_out=proto proto/ComponentSpecificationMessage.proto
39 protoc -I=proto --python_out=proto proto/TestSchedulingPolicyMessage.proto
40 protoc -I=proto --python_out=proto proto/VtsReportMessage.proto
  /tools/test/connectivity/acts/framework/acts/libs/proto/
proto_utils.py 26 protoc = None
27 if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']):
28 protoc = os.environ['PROTOC']
29 if not protoc:
30 protoc = find_executable('protoc')
31 if not protoc:
36 logging.error(" prebuilts/tools/linux-x86_64/protoc/bin/protoc"
    [all...]
  /external/golang-protobuf/
Makefile 37 go install ./protoc-gen-go
41 make -C protoc-gen-go/testdata test
50 make -C protoc-gen-go/descriptor regenerate
51 make -C protoc-gen-go/plugin regenerate
52 make -C protoc-gen-go/testdata regenerate
  /system/chre/build/
nanopb.mk 57 NANOPB_PROTOC = $(NANOPB_PREFIX)/generator/protoc-gen-nanopb
63 protoc --plugin=protoc-gen-nanopb=$(NANOPB_PROTOC) $(NANOPB_FLAGS) \
70 protoc --plugin=protoc-gen-nanopb=$(NANOPB_PROTOC) $(NANOPB_FLAGS)\
  /external/nanopb-c/extra/
nanopb.mk 22 PROTOC = $(NANOPB_DIR)/generator-bin/protoc
26 PROTOC = protoc
28 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb.bat
30 PROTOC_OPTS = --plugin=protoc-gen-nanopb=$(NANOPB_DIR)/generator/protoc-gen-nanopb
36 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. $<
  /external/golang-protobuf/protoc-gen-go/plugin/
Makefile 37 protoc --go_out=Mgoogle/protobuf/descriptor.proto=github.com/golang/protobuf/protoc-gen-go/descriptor:../../../../.. \
  /external/golang-protobuf/protoc-gen-go/descriptor/
Makefile 36 protoc --go_out=../../../../.. -I$(HOME)/src/protobuf/include $(HOME)/src/protobuf/include/google/protobuf/descriptor.proto
  /external/tensorflow/tensorflow/contrib/makefile/
compile_pi_protobuf.sh 42 --with-protoc=protoc \
  /external/tensorflow/tensorflow/go/genop/
generate.sh 20 go get github.com/golang/protobuf/protoc-gen-go
30 PROTOC="${TF_DIR}/bazel-out/host/bin/external/protobuf/protoc"
31 if [ -x "${PROTOC}" ]; then
36 if [ ! -x "${PROTOC}" ]
39 PATH_PROTOC=$(which protoc)
42 echo "Protocol buffer compiler protoc not found in PATH or in ${PROTOC}"
44 echo "bazel build --config opt @protobuf_archive//:protoc"
47 PROTOC=$PATH_PROTO
    [all...]
  /external/autotest/client/site_tests/login_GuestAndActualSession/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_MultiUserPolicy/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_MultipleSessions/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_OwnershipApi/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_OwnershipRetaken/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_OwnershipTaken/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_RemoteOwnership/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_UserPolicyKeys/src/
Makefile 19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/platform_MetricsUploader/src/
Makefile 17 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)

Completed in 447 milliseconds

1 2 3 4 5 6 7