OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:python_out
(Results
1 - 8
of
8
) sorted by null
/external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc
94
cli.RegisterGenerator("--
python_out
", &python_generator, "");
98
string
python_out
= "--
python_out
=" + TestTempDir();
local
104
python_out
.c_str(),
/hardware/ril/mock-ril/
Makefile
58
$(PROTOC) --
python_out
=$(gen_src_py) --proto_path=$(src_proto) $<
68
$(PROTOC) --
python_out
=$(gen_src_py) --proto_path=$(src_proto) $<
73
$(PROTOC) --
python_out
=$(gen_src_py) --proto_path=$(top) --proto_path=$(src_proto) $<
/external/protobuf/examples/
Makefile
21
protoc --cpp_out=. --java_out=. --
python_out
=. addressbook.proto
/external/protobuf/src/google/protobuf/compiler/
main.cc
58
cli.RegisterGenerator("--
python_out
", &py_generator,
zip_output_unittest.sh
50
./protoc --cpp_out=testzip.zip --
python_out
=testzip.zip --java_out=testzip.jar \
/external/chromium/chrome/browser/sync/protocol/
sync_proto.gyp
48
'--
python_out
=<(PRODUCT_DIR)/pyproto/sync_pb',
/external/protobuf/python/
setup.py
48
protoc_command = [ protoc, "-I../src", "-I.", "--
python_out
=.", source ]
/external/protobuf/
CHANGES.txt
27
protoc --java_out=myproto_srcs.jar --
python_out
=myproto.zip myproto.proto
Completed in 564 milliseconds