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

1 2 3 4 5

  /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/vts/script/
build-python.sh 25 protoc -I=proto --python_out=proto proto/AndroidSystemControlMessage.proto
26 protoc -I=proto --python_out=proto proto/ComponentSpecificationMessage.proto
27 protoc -I=proto --python_out=proto proto/VtsProfilingMessage.proto
33 protoc -I=proto --python_out=proto proto/ComponentSpecificationMessage.proto
34 protoc -I=proto --python_out=proto proto/TestSchedulingPolicyMessage.proto
35 protoc -I=proto --python_out=proto proto/VtsReportMessage.proto
build-java.sh 18 protoc --proto_path=vts --java_out=vti/dashboard/src/main/java vts/proto/VtsReportMessage.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/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/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/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)
  /external/protobuf/csharp/
.gitignore 16 mono/protoc
35 lib/protoc.exe
generate_protos.sh 3 # You first need to make sure protoc has been built (see instructions on
4 # building protoc in root of this repository)
11 # Protocol buffer compiler to use. If the PROTOC variable is set,
14 if [ -z "$PROTOC" ]; then
16 if [ -x cmake/build/Debug/protoc.exe ]; then
17 PROTOC=cmake/build/Debug/protoc.exe
18 elif [ -x cmake/build/Release/protoc.exe ]; then
19 PROTOC=cmake/build/Release/protoc.ex
    [all...]
  /frameworks/base/tools/streaming_proto/
Android.mk 19 # Build the host executable: protoc-gen-javastream
22 LOCAL_MODULE := protoc-gen-javastream
  /system/chre/build/
nanopb.mk 55 NANOPB_PROTOC = $(NANOPB_PREFIX)/generator/protoc-gen-nanopb
61 protoc --plugin=protoc-gen-nanopb=$(NANOPB_PROTOC) \
  /external/autotest/client/site_tests/enterprise_PowerManagement/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_CookiesAllowedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)

Completed in 814 milliseconds

1 2 3 4 5