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

  /external/protobuf/
generate_descriptor_proto.sh 10 # to make when building protoc. This is particularly useful for passing
30 make $@ protoc &&
31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
configure.ac 38 AC_ARG_WITH([protoc],
39 [AS_HELP_STRING([--with-protoc=COMMAND],
40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
120 PROTOC=$with_protoc
122 # No argument given. Use system protoc.
123 PROTOC=protoc
125 AS_IF([echo "$PROTOC" | grep -q '^@<:@^/@:>@.*/'], [
130 # is a nested package and --with-protoc was actually given on the outer
132 PROTOC=`pwd`/${ac_top_build_prefix}$PROTO
    [all...]
Makefile.am 55 vsprojects/protoc.vcproj \
configure 887 PROTOC
    [all...]
  /external/protobuf/python/
setup.py 19 if os.path.exists("../src/protoc"):
20 protoc = "../src/protoc" variable
21 elif os.path.exists("../src/protoc.exe"):
22 protoc = "../src/protoc.exe" variable
24 protoc = find_executable("protoc") variable
42 if protoc == None:
44 "protoc is not installed nor found in ../src. Please compile it
    [all...]
  /hardware/ril/mock-ril/
Makefile 3 # invokes protoc to generate the appropriate protobuf
32 # A Makefile to run protoc and simplify testing.
46 # Run protoc to create the c++ files for msgheader
49 protoc --cpp_out=$(gen_src_cpp) --proto_path=$(src_proto) $<
52 # Run protoc to create the python files for msgheader
55 protoc --descriptor_set_out=$@ --proto_path=$(src_proto) --include_imports $<
57 # Run protoc to create the pyhton files for msgheader
60 protoc --python_out=$(gen_src_py) --proto_path=$(src_proto) $<
62 # Run protoc to create the java files for ril
65 protoc --javamicro_out=$(gen_src_java) --proto_path=$(src_proto) $
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 35 # Test protoc's zip output mode.
50 ./protoc --cpp_out=testzip.zip --python_out=testzip.zip --java_out=testzip.jar \
51 testzip.proto || fail 'protoc failed.'
plugin.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
  /hardware/ril/mock-ril/src/generated/cpp/
msgheader.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
ctrl.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
ril.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
    [all...]
  /external/protobuf/examples/
Makefile 21 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
  /external/protobuf/src/
Makefile.am 201 bin_PROGRAMS = protoc
270 $(PROTOC) -I$(srcdir) --cpp_out=. $^
275 # We have to cd to $(srcdir) before executing protoc because $(protoc_inputs) is
278 unittest_proto_middleman: protoc$(EXEEXT) $(protoc_inputs)
279 oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
294 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
19 #error regenerate this file with a newer version of protoc.
    [all...]

Completed in 1348 milliseconds