OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROTOC
(Results
1 - 15
of
15
) sorted by null
/external/protobuf/
configure.ac
39
AC_ARG_WITH([
protoc
],
40
[AS_HELP_STRING([--with-
protoc
=COMMAND],
41
[use the given
protoc
command instead of building a new one when building tests (useful for cross-compiling)])],
121
PROTOC
=$with_protoc
123
# No argument given. Use system
protoc
.
124
PROTOC
=
protoc
126
AS_IF([echo "$
PROTOC
" | grep -q '^@<:@^/@:>@.*/'], [
131
# is a nested package and --with-
protoc
was actually given on the outer
133
PROTOC
=`pwd`/${ac_top_build_prefix}$PROTO
[
all
...]
Android.mk
543
# used by the build systems as $(
PROTOC
) defined in
configure
646
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/nanopb-c/examples/simple/
Makefile
20
$(
PROTOC
) $(PROTOC_OPTS) --nanopb_out=. simple.proto
/external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh
35
# Test
protoc
's zip output mode.
43
PROTOC
=./
protoc
54
$
PROTOC
\
57
|| fail '
protoc
failed.'
/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])])
Makefile.am
106
$(
PROTOC
) --proto_path=../proto \
configure
780
PROTOC
[
all
...]
/packages/apps/TV/usbtuner/
Android.mk
7
PROTOC
:= $(TOPDIR)prebuilts/misc/darwin-x86/protobuf/aprotoc
9
PROTOC
:= $(TOPDIR)prebuilts/misc/linux-x86/protobuf/aprotoc
/build/core/
java_common.mk
57
$(proto_java_sources_file_stamp) : $(proto_sources_fullpath) $(
PROTOC
)
60
#TODO:
protoc
should output the dependencies introduced by imports.
binary.mk
642
--plugin=external/nanopb-c/generator/
protoc
-gen-nanopb
663
$(proto_generated_sources): $(proto_generated_sources_dir)/%.pb$(my_proto_source_suffix): %.proto $(
PROTOC
)
[
all
...]
config.mk
521
PROTOC
:= $(HOST_OUT_EXECUTABLES)/aprotoc$(HOST_EXECUTABLE_SUFFIX)
[
all
...]
definitions.mk
[
all
...]
/external/protobuf/src/
Makefile.am
258
bin_PROGRAMS =
protoc
339
$(
PROTOC
) -I$(srcdir) --cpp_out=. $^
344
# We have to cd to $(srcdir) before executing
protoc
because $(protoc_inputs) is
347
unittest_proto_middleman:
protoc
$(EXEEXT) $(protoc_inputs)
348
oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/
protoc
$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
363
check_PROGRAMS =
protoc
protobuf-test protobuf-lazy-descriptor-test \
Completed in 408 milliseconds