Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/grpc-grpc/examples/python/
H A DMakefile95 …python3 -m grpc_tools.protoc --python_out=helloworld --grpc_python_out=helloworld --pyi_out=hellow…
98 …python3 -m grpc_tools.protoc --python_out=timeout --grpc_python_out=timeout --pyi_out=timeout -I .…
101 …python3 -m grpc_tools.protoc --python_out=keep_alive --grpc_python_out=keep_alive --pyi_out=keep_a…
104 …python3 -m grpc_tools.protoc --python_out=health_checking --grpc_python_out=health_checking --pyi_…
107 …python3 -m grpc_tools.protoc --python_out=async_streaming --grpc_python_out=async_streaming --pyi_…
110 …python3 -m grpc_tools.protoc --python_out=hellostreamingworld --grpc_python_out=hellostreamingworl…
113 …python3 -m grpc_tools.protoc --python_out=uds --grpc_python_out=uds --pyi_out=uds -I ../protos ../…
116 …python3 -m grpc_tools.protoc --python_out=xds --grpc_python_out=xds --pyi_out=xds -I ../protos ../…
119 …python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple…
122 …python3 -m grpc_tools.protoc --python_out=multiplex --grpc_python_out=multiplex --pyi_out=multiple…
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
H A D_split_definitions_test.py124 python_out, argument
133 if python_out is not None:
134 args.append("--python_out={}".format(python_out))
152 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
156 python_out,
158 python_out,
171 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
175 python_out,
177 python_out,
190 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/src/
Dmkpygen.sh20 python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR opencensus/proto/stats/v1/stats.proto \
21 …&& python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR opencensus/proto/metrics/v1/metrics.prot…
22 …&& python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR opencensus/proto/resource/v1/resource.pr…
23 … && python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR opencensus/proto/trace/v1/trace.proto \
24 …&& python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR opencensus/proto/trace/v1/trace_config.p…
25 …&& python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR opencensus/proto/agent/common/v1/common.…
26 …&& python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR --grpc_python_out=$OUTDIR opencensus/pro…
27 …&& python -m grpc_tools.protoc -I ./ --python_out=$OUTDIR --grpc_python_out=$OUTDIR opencensus/pro…
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A DMakefile.am263 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. --php_out=. $(…
264 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. $(conformance_…
265 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_…
275 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd --php_o…
276 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd $(confo…
277 …cdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd $(well_…
/aosp_15_r20/external/protobuf/conformance/
H A DMakefile.am263 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. --php_out=. $(…
264 …) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --objc_out=. --python_out=. $(conformance_…
265 …$(PROTOC) -I$(srcdir) -I$(top_srcdir) --cpp_out=. --java_out=. --ruby_out=. --python_out=. $(well_…
275 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd --php_o…
276 …$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --objc_out=$$oldpwd --python_out=$$oldpwd $(confo…
277 …cdir)/src --cpp_out=$$oldpwd --java_out=$$oldpwd --ruby_out=$$oldpwd --python_out=$$oldpwd $(well_…
/aosp_15_r20/external/grpc-grpc/tools/run_tests/helper_scripts/
H A Dprep_xds.sh47 --python_out=${TOOLS_DIR} \
59 --python_out=${TOOLS_DIR} \
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dprep_xds.sh35 --python_out=${TOOLS_DIR} \
47 --python_out=${TOOLS_DIR} \
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/python/
H A Dplugin_unittest.cc100 std::string python_out = "--python_out=" + TestTempDir(); in TEST() local
101 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dplugin_unittest.cc100 std::string python_out = "--python_out=" + TestTempDir(); in TEST() local
101 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
/aosp_15_r20/tools/test/openhst/
DMakefile71 …$(PROTOC_DIR)/protoc.exe -I=${SRC_DIR} --proto_path=$(PROTOC_DIR)/include --python_out=${DST_DIR} …
77 …$(PROTOC_DIR)/bin/protoc -I=${SRC_DIR} --proto_path=$(PROTOC_DIR)/include --python_out=${DST_DIR} …
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_xds_ruby_test_in_docker.sh45 --python_out="$TOOLS_DIR" \
59 --python_out=${TOOLS_DIR} \
Dgrpc_xds_bazel_test_in_docker.sh47 --python_out="$TOOLS_DIR" \
61 --python_out=${TOOLS_DIR} \
Dgrpc_xds_bazel_python_test_in_docker.sh47 --python_out="$TOOLS_DIR" \
61 --python_out=${TOOLS_DIR} \
Dgrpc_xds_php_test_in_docker.sh45 --python_out="$TOOLS_DIR" \
59 --python_out=${TOOLS_DIR} \
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/linux/
H A Dgrpc_xds_bazel_test_in_docker.sh44 --python_out="$TOOLS_DIR" \
58 --python_out=${TOOLS_DIR} \
H A Dgrpc_xds_bazel_python_test_in_docker.sh45 --python_out="$TOOLS_DIR" \
59 --python_out=${TOOLS_DIR} \
/aosp_15_r20/external/pigweed/pw_protobuf/
H A DAndroid.bp202 "--python_out=$(genDir) " +
231 "--python_out=$(genDir) " +
/aosp_15_r20/external/nanopb-c/generator/proto/
H A DMakefile4 protoc --python_out=. $<
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
DMakefile4 protoc -I. --python_out=. $<
/aosp_15_r20/external/angle/build/util/lib/proto/
H A DREADME.md4 2. From this dir, Run the command `protoc --python_out=. *.proto` to generate
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/
H A DREADME.md6 protoc --python_out=. *.proto
/aosp_15_r20/external/python/bumble/scripts/
Dprocess_android_netsim_protos.sh7 …python -m grpc_tools.protoc -I$1 --proto_path=bumble/transport --python_out=$PROTOC_OUT --pyi_out=…
Dprocess_android_emulator_protos.sh9 …python -m grpc_tools.protoc -I$1 --proto_path=bumble/transport --python_out=$PROTOC_OUT --pyi_out=…
/aosp_15_r20/external/pandora/avatar/avatar/metrics/
DREADME.md13 protoc trace.proto --pyi_out=./ --python_out=./
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/loggers/protos/
Dtelephony_stress_metric.proto4 $ protoc -I=. --python_out=. telephony_stress_metric.proto

1234