Home
last modified time | relevance | path

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

12

/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.cc102 std::string python_out = "--python_out=" + TestTempDir(); in TEST() local
105 const char* argv[] = {"protoc", proto_path.c_str(), python_out.c_str(), in TEST()
136 std::string python_out = "--python_out=" + TestTempDir(); in TEST() local
137 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dprep_xds.sh33 --python_out=${TOOLS_DIR} \
45 --python_out=${TOOLS_DIR} \
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_xds_csharp_test_in_docker.sh43 --python_out="$TOOLS_DIR" \
57 --python_out=${TOOLS_DIR} \
Dgrpc_xds_ruby_test_in_docker.sh43 --python_out="$TOOLS_DIR" \
57 --python_out=${TOOLS_DIR} \
Dgrpc_xds_bazel_python_test_in_docker.sh43 --python_out="$TOOLS_DIR" \
57 --python_out=${TOOLS_DIR} \
Dgrpc_xds_bazel_test_in_docker.sh43 --python_out="$TOOLS_DIR" \
57 --python_out=${TOOLS_DIR} \
Dgrpc_xds_php_test_in_docker.sh43 --python_out="$TOOLS_DIR" \
57 --python_out=${TOOLS_DIR} \
/external/nanopb-c/generator/proto/
DMakefile4 protoc --python_out=. $<
/external/grpc-grpc/third_party/nanopb/generator/proto/
DMakefile4 protoc --python_out=. $<
/external/protobuf/conformance/
DMakefile.am263 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. --php_out=. --…
264 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --objc_out=. --python_out=. --js_ou…
265 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. --js_ou…
275 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd --php_o…
276 …(top_srcdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --objc_out=. --python_out=$$oldpwd --js_ou…
277 …cdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd --js_ou…
/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/autotest/client/site_tests/policy_NativePrintersBulkAccessMode/src/
DMakefile23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
/external/autotest/server/hosts/drone_api_client/
DREADME2 `python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. common.proto`
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh57 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \
/external/nanopb-c/
DCMakeLists.txt53 …COMMAND ${nanopb_PROTOC_PATH} --python_out=${PROJECT_BINARY_DIR} -I${PROJECT_SOURCE_DIR}/generator…
/external/protobuf/examples/
DMakefile28 protoc $$PROTO_PATH --cpp_out=. --java_out=. --python_out=. addressbook.proto
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/
DREADME.md56 --python_out=. --grpc_python_out=. \
/external/rust/crates/grpcio-sys/grpc/bazel/
Dpython_rules.bzl26 "--python_out={}".format(out_dir.path),
/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/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
DREADME.rst147 …$ python -m grpc.tools.protoc -I$INCLUDE --python_out=$OUTPUT --grpc_python_out=$OUTPUT $PROTO_FIL…
/external/protobuf/benchmarks/
DMakefile.am33 …rc --cpp_out=$$oldpwd/cpp --java_out=$$oldpwd/tmp/java/src/main/java --python_out=$$oldpwd/tmp $(b…
37 …rc --cpp_out=$$oldpwd/cpp --java_out=$$oldpwd/tmp/java/src/main/java --python_out=$$oldpwd/tmp $(b…
/external/grpc-grpc/third_party/nanopb/extra/
DFindNanopb.cmake160 --python_out=${GENERATOR_CORE_DIR} ${ABS_FIL}
/external/nanopb-c/extra/
DFindNanopb.cmake183 --python_out=${GENERATOR_CORE_DIR} ${ABS_FIL}

12