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

1 23 4 5 6 7

  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_ProxySettings/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_URLBlacklist/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/policy_URLWhitelist/src/
Makefile 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/google-tv-pairing-protocol/cpp/
configure.ac 42 AC_PATH_PROG(PROTOC, protoc,
43 [AC_MSG_ERROR([protoc was not found in your path])])
  /external/golang-protobuf/_conformance/
Makefile 33 protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,Mgoogle/protobuf/struct.proto=github.com/golang/protobuf/ptypes/struct,Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/wrappers.proto=github.com/golang/protobuf/ptypes/wrappers,Mgoogle/protobuf/field_mask.proto=google.golang.org/genproto/protobuf:. conformance_proto/conformance.proto
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
Makefile 33 protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,Mgoogle/protobuf/struct.proto=github.com/golang/protobuf/ptypes/struct,Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/wrappers.proto=github.com/golang/protobuf/ptypes/wrappers:. *.proto
  /external/nanopb-c/tools/
make_windows_package.sh 22 # Make the nanopb generator available as a protoc plugin
23 cp $DEST/generator/nanopb_generator.py $DEST/generator/protoc-gen-nanopb.py
26 ( cd $DEST/generator; bbfreeze nanopb_generator.py protoc-gen-nanopb.py )
30 rm $DEST/generator/protoc-gen-nanopb.py
44 # Package the protoc compiler
45 cp `which protoc.exe` $DEST/generator-bin/
  /external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Any.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Duration.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
FieldMask.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
SourceContext.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
Timestamp.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /external/protobuf/python/
setup.py 24 if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']):
25 protoc = os.environ['PROTOC'] variable
26 elif os.path.exists("../src/protoc"):
27 protoc = "../src/protoc" variable
28 elif os.path.exists("../src/protoc.exe"):
29 protoc = "../src/protoc.exe variable
31 protoc = "..\/vsprojects\/Debug\/protoc.exe" variable
33 protoc = "..\/vsprojects\/Release\/protoc.exe" variable
35 protoc = find_executable("protoc") variable
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_proto3.sh 22 local_protobuf_ver=$(protoc --version)
29 PROTOBUF_URL="https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
35 cp "${UNZIP_DEST}/bin/protoc" /usr/local/bin/
  /external/tensorflow/tensorflow/tools/ci_build/protobuf/
protobuf_optimized_pip.sh 31 export PROTOC=$DIR/src/protoc
  /frameworks/base/cmds/incidentd/
Android.mk 73 $(GEN_PROTO): $(HOST_OUT_EXECUTABLES)/aprotoc $(HOST_OUT_EXECUTABLES)/protoc-gen-cppstream $(PROTO_FILES)
76 $(HOST_OUT_EXECUTABLES)/aprotoc --plugin=protoc-gen-cppstream=$(HOST_OUT_EXECUTABLES)/protoc-gen-cppstream \
136 $(GEN_PROTO): $(HOST_OUT_EXECUTABLES)/aprotoc $(HOST_OUT_EXECUTABLES)/protoc-gen-cppstream $(PROTO_FILES)
139 $(HOST_OUT_EXECUTABLES)/aprotoc --plugin=protoc-gen-cppstream=$(HOST_OUT_EXECUTABLES)/protoc-gen-cppstream \
  /external/protobuf/objectivec/
generate_well_known_types.sh 7 # to make when building protoc. This is particularly useful for passing
42 make $@ protoc
59 ./protoc --objc_out="${TMP_DIR}" ${RUNTIME_PROTO_FILES[@]}
  /external/protobuf/
configure.ac 50 AC_ARG_WITH([protoc],
51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
134 PROTOC=$with_protoc
136 # No argument given. Use system protoc.
137 PROTOC=protoc
139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
144 # is a nested package and --with-protoc was actually given on the outer
146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
generate_descriptor_proto.sh 10 # to make when building protoc. This is particularly useful for passing
53 make $@ protoc
55 echo "Failed to build protoc."
59 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
60 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:$TMP google/protobuf/compiler/plugin.proto
84 # of the protoc.
  /external/protobuf/util/
configure.ac 50 AC_ARG_WITH([protoc],
51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
134 PROTOC=$with_protoc
136 # No argument given. Use system protoc.
137 PROTOC=protoc
139 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
144 # is a nested package and --with-protoc was actually given on the outer
146 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
generate_descriptor_proto.sh 10 # to make when building protoc. This is particularly useful for passing
53 make $@ protoc
55 echo "Failed to build protoc."
59 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
60 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:$TMP google/protobuf/compiler/plugin.proto
84 # of the protoc.

Completed in 418 milliseconds

1 23 4 5 6 7