Home
last modified time | relevance | path

Searched refs:proto_path (Results 1 – 25 of 35) 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
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/src/traced/probes/ftrace/test/
Dtest_proto_gen.py33 proto_path = os.path.join(tmpdir, 'format.proto') variable
34 test_command(ftrace_proto_gen_path, format_path, proto_path)
37 proto_path,
/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/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/perfetto/tools/trace_to_text/
Dtrace_to_text.cc68 const std::string proto_path = "protos/perfetto/trace/trace_packet.proto"; in TraceToText() local
70 if (!base::OpenFile(proto_path, O_RDONLY)) { in TraceToText()
71 PERFETTO_ELOG("Cannot open %s.", proto_path.c_str()); in TraceToText()
/external/nos/host/generic/nugget/proto/
DBUILD140 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
159 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
178 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
197 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
218 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
239 cmd = GEN_SERVICE + " --proto_path=" + PROTO_ROOT +
/external/perfetto/
DAndroid.bp785 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
810 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
839 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
865 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
900 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
939 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
982 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
1022 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
1054 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
1074 … && $(location aprotoc) --cpp_out=$(genDir)/external/perfetto/protos --proto_path=external/perfett…
[all …]
/external/perfetto/gn/standalone/
Dproto_library.gni82 proto_path = proto_dir + "/" + proto_name
86 "$cc_out_dir/$proto_path.pb.h",
87 "$cc_out_dir/$proto_path.pb.cc",
92 protogens += [ "$cc_out_dir/${proto_path}${suffix}" ]
118 "--proto_path",
/external/protobuf/objectivec/DevTools/
Dcompile_testing_protos.sh105 --proto_path=src/google/protobuf/ \
106 --proto_path=src \
123 compile_proto --proto_path="objectivec/Tests" "${a_proto}"
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc95 string proto_path = "--proto_path=" + TestTempDir(); in TEST() local
99 proto_path.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/tensorflow/tensorflow/core/profiler/rpc/client/
Ddump_tpu_profile.cc73 string proto_path = in DumpTraceToLogDirectory() local
76 WriteStringToFile(Env::Default(), proto_path, encoded_trace)); in DumpTraceToLogDirectory()
77 LOG(INFO) << "Dumped raw-proto trace data to " << proto_path; in DumpTraceToLogDirectory()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc103 string proto_path = "-I" + TestTempDir(); in TEST() local
109 proto_path.c_str(), in TEST()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc109 string proto_path = "-I" + TestTempDir(); in TEST() local
115 proto_path.c_str(), in TEST()
/external/grpc-grpc/src/php/bin/
Dgenerate_proto_php.sh19 protoc --proto_path=src/proto/math \
35 protoc --proto_path=. \
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc233 string proto_path = "-I" + TestTempDir(); in TEST() local
239 proto_path.c_str(), in TEST()
Dmetadata_test.cc97 string proto_path = "-I" + TestTempDir(); in CaptureMetadata() local
105 const char* argv[] = {"protoc", proto_path.c_str(), cpp_out.c_str(), in CaptureMetadata()
/external/grpc-grpc/bazel/
Dgenerate_cc.bzl53 arguments += ["--proto_path=" + directory[:repository_sep]]
55 arguments += ["--proto_path=."]
58 arguments += ["--proto_path={0}{1}".format(dir_out, proto_root)]
/external/grpc-grpc/examples/php/route_guide/
Droute_guide_proto_gen.sh16 protoc --proto_path=./../../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../..…
/external/grpc-grpc/examples/php/
Dgreeter_proto_gen.sh16 protoc --proto_path=./../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../b…
/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_KeyboardDefaultToFunctionKeys/src/
DMakefile23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc67 const grpc::string& proto_path, in ProtoFileParser() argument
79 source_tree_.MapPath("", proto_path); in ProtoFileParser()
Dproto_file_parser.h40 const grpc::string& proto_path,

12