Home
last modified time | relevance | path

Searched refs:python_out (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py93 def _protoc(proto_path, python_out, grpc_python_out_flag, grpc_python_out, argument
99 if python_out is not None:
100 args.append('--python_out={}'.format(python_out))
116 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
117 return (_protoc(proto_path, python_out, 'grpc_1_0', python_out,
129 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
130 return (_protoc(proto_path, python_out, 'grpc_2_0', python_out,
142 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
143 pb2_protoc_exit_code = _protoc(proto_path, python_out, None, None,
146 proto_path, None, 'grpc_2_0', python_out, absolute_proto_file_names)
[all …]
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc104 string python_out = "--python_out=" + TestTempDir(); in TEST() local
110 python_out.c_str(), in TEST()
/external/grpc-grpc/third_party/nanopb/generator/proto/
DMakefile4 protoc --python_out=. $<
/external/nanopb-c/generator/proto/
DMakefile4 protoc --python_out=. $<
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/src/
DMakefile17 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
/external/autotest/client/site_tests/platform_MetricsUploader/src/
DMakefile17 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
/external/protobuf/conformance/
DMakefile.am193 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. $(conformance_…
194 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_…
204 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd $(confo…
205 …cdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd $(well_…
/external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/src/
DMakefile23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh55 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \
/external/protobuf/examples/
DMakefile25 protoc --cpp_out=. --java_out=. --python_out=. addressbook.proto
/external/nanopb-c/
DCMakeLists.txt53 …COMMAND ${nanopb_PROTOC_PATH} --python_out=${PROJECT_BINARY_DIR} -I${PROJECT_SOURCE_DIR}/generator…
/external/webrtc/webrtc/build/
Dprotoc.gypi106 '--python_out', '<(py_dir)',
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
DREADME.rst139 …$ python -m grpc.tools.protoc -I$INCLUDE --python_out=$OUTPUT --grpc_python_out=$OUTPUT $PROTO_FIL…
/external/grpc-grpc/third_party/nanopb/extra/
DFindNanopb.cmake160 --python_out=${GENERATOR_CORE_DIR} ${ABS_FIL}
/external/protobuf/
Dprotobuf.bzl68 args += ["--python_out=" + ctx.var["GENDIR"] + "/" + gen_dir]
DCHANGES.txt821 protoc --java_out=myproto_srcs.jar --python_out=myproto.zip myproto.proto
/external/nanopb-c/extra/
DFindNanopb.cmake183 --python_out=${GENERATOR_CORE_DIR} ${ABS_FIL}
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_python.cmake83 …ARGS --python_out ${CMAKE_CURRENT_BINARY_DIR}/tf_python/ -I ${ROOT_DIR} -I ${PROTOBUF_INCLUDE_DIR…