Home
last modified time | relevance | path

Searched refs:proto_path (Results 1 – 25 of 63) sorted by relevance

123

/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
97 '--proto_path={}'.format(proto_path),
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)
158 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
[all …]
/external/perfetto/gn/
Dproto_library.gni210 if (defined(invoker.proto_path)) {
211 proto_path = invoker.proto_path
213 proto_path = perfetto_root_path
248 proto_in_dir = proto_path
249 proto_out_dir = proto_path
258 proto_in_dir = proto_path
259 proto_out_dir = proto_path
269 proto_in_dir = proto_path
270 proto_out_dir = proto_path
279 proto_in_dir = proto_path
[all …]
/external/perfetto/src/traced/probes/ftrace/test/
Dtest_proto_gen.py35 proto_path = os.path.join(tmpdir, 'format.proto') variable
36 test_command(ftrace_proto_gen_path, format_path, proto_path)
37 test_command(protoc_path, proto_path, '--proto_path=' + tmpdir,
/external/autotest/client/deps/dbus_protos/
Ddbus_protos.py27 proto_path = os.path.join(parent_path, subdir)
28 cmd = (['protoc', '--proto_path=' + proto_path,
30 [os.path.join(proto_path, proto_def) for proto_def in protos])
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc101 std::string proto_path = "-I" + TestTempDir(); in TEST() local
105 const char* argv[] = {"protoc", proto_path.c_str(), python_out.c_str(), in TEST()
135 std::string proto_path = "-I" + TestTempDir(); in TEST() local
137 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc103 const string proto_path = string(argv[i]).substr(src_relative_path.size()); in MainImpl() local
106 importer.Import(proto_path); in MainImpl()
108 const int index = proto_path.find_last_of('.'); in MainImpl()
109 string proto_path_no_suffix = proto_path.substr(0, index); in MainImpl()
/external/nos/host/generic/nugget/proto/
DBUILD167 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
186 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
205 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
224 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
245 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
266 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
287 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
308 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
/external/perfetto/gn/standalone/
Dproto_library.gni109 proto_path = proto_dir + "/" + proto_name
113 not_needed([ "proto_path" ])
118 "$out_dir/$proto_path.pb.h",
119 "$out_dir/$proto_path.pb.cc",
124 protogens += [ "$out_dir/${proto_path}${suffix}" ]
162 "--proto_path",
168 "--proto_path",
/external/pigweed/pw_metric/
Dmetric_service_nanopb.cc47 std::span<Token> proto_path(proto_metric.token_path); in Write() local
48 PW_CHECK_INT_LE(path.size(), proto_path.size()); in Write()
49 std::copy(path.begin(), path.end(), proto_path.begin()); in Write()
/external/perfetto/bazel/
Dproto_gen.bzl30 proto_path = "."
37 proto_path = "."
48 proto_path = ctx.label.workspace_root
62 "--proto_path=" + proto_path,
/external/perfetto/
DAndroid.bp1928 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
1972 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2019 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2062 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2110 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2154 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2190 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2210 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2233 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
2252 …cmd: "mkdir -p $(genDir)/external/perfetto/ && $(location aprotoc) --proto_path=external/perfetto …
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dprep_xds.sh32 --proto_path=. \
44 --proto_path=. \
/external/openscreen/third_party/protobuf/
Dproto_library.gni30 proto_path = proto_dir + "/" + proto_name
33 "$cc_out_dir/$proto_path.pb.h",
34 "$cc_out_dir/$proto_path.pb.cc",
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc82 string proto_path = "--proto_path=" + TestTempDir(); in RubyTest() local
87 proto_path.c_str(), in RubyTest()
/external/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh85 --proto_path=src/google/protobuf/ \
86 --proto_path=src \
135 --proto_path="objectivec/Tests" \
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc106 std::string proto_path = "-I" + TestTempDir(); in TEST() local
110 const char* argv[] = {"protoc", proto_path.c_str(), java_out.c_str(), in TEST()
/external/grpc-grpc-java/compiler/
DREADME.md38 --grpc-java_out="$OUTPUT_FILE" --proto_path="$DIR_OF_PROTO_FILE" "$PROTO_FILE"
43 --grpc-java_out=lite:"$OUTPUT_FILE" --proto_path="$DIR_OF_PROTO_FILE" "$PROTO_FILE"
48 --grpc-java_out=nano:"$OUTPUT_FILE" --proto_path="$DIR_OF_PROTO_FILE" "$PROTO_FILE"
/external/grpc-grpc/src/php/bin/
Dgenerate_proto_php.sh19 protoc --proto_path=src/proto/math \
35 protoc --proto_path=. \
/external/perfetto/tools/trace_to_text/
Dtrace_to_text.cc150 const std::string proto_path = "protos/perfetto/trace/trace_packet.proto"; in TraceToText() local
152 if (!base::OpenFile(proto_path, O_RDONLY)) { in TraceToText()
153 PERFETTO_ELOG("Cannot open %s.", proto_path.c_str()); in TraceToText()
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgenerate_objc.bzl60 arguments += ["--proto_path=."]
62 "--proto_path={}".format(get_include_directory(i))
68 arguments += ["--proto_path={}".format(dir_out)]
69 arguments += ["--proto_path={}".format(_get_directory_from_proto(proto)) for proto in protos]
/external/protobuf/cmake/
Dconformance.cmake6 --proto_path=${protobuf_source_dir}/conformance
17 --proto_path=${protobuf_source_dir}/src
/external/perfetto/tools/proto_filter/
Dproto_filter.cc86 std::string proto_path; in Main() local
108 proto_path = optarg; in Main()
174 proto_path)) { in Main()
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_xds_ruby_test_in_docker.sh42 --proto_path=. \
56 --proto_path=. \
Dgrpc_xds_bazel_test_in_docker.sh42 --proto_path=. \
56 --proto_path=. \
Dgrpc_xds_csharp_test_in_docker.sh42 --proto_path=. \
56 --proto_path=. \

123