/external/grpc-grpc/examples/php/ |
greeter_proto_gen.sh | 16 protoc --proto_path=./../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../bins/opt/grpc_php_plugin ./../protos/helloworld.proto
|
/external/grpc-grpc/examples/php/route_guide/ |
route_guide_proto_gen.sh | 16 protoc --proto_path=./../../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../../bins/opt/grpc_php_plugin ./../../protos/route_guide.proto
|
/external/perfetto/src/traced/probes/ftrace/test/ |
test_proto_gen.py | 33 proto_path = os.path.join(tmpdir, 'format.proto') 34 test_command(ftrace_proto_gen_path, format_path, proto_path) 37 proto_path, 38 '--proto_path='+tmpdir,
|
/external/autotest/client/deps/dbus_protos/ |
dbus_protos.py | 27 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/autotest/client/site_tests/enterprise_SmbProviderDaemon/src/ |
Makefile | 10 PROTO_PATH = $(SYSROOT)/usr/include/chromeos/dbus/smbprovider 11 PROTO_DEFS = $(PROTO_PATH)/directory_entry.proto 17 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
|
/external/autotest/client/site_tests/platform_MetricsUploader/src/ |
Makefile | 10 PROTO_PATH = $(SYSROOT)/usr/include/metrics/proto 11 PROTO_DEFS = $(PROTO_PATH)/*.proto 12 PROTO_BINDINGS = $(PROTO_DEFS:$PROTO_PATH%.proto=$OUT_DIR%_pb2.py) 17 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
_split_definitions_test.py | 93 def _protoc(proto_path, python_out, grpc_python_out_flag, grpc_python_out, 97 '--proto_path={}'.format(proto_path), 116 def protoc(self, proto_path, python_out, absolute_proto_file_names): 117 return (_protoc(proto_path, python_out, 'grpc_1_0', python_out, 129 def protoc(self, proto_path, python_out, absolute_proto_file_names): 130 return (_protoc(proto_path, python_out, 'grpc_2_0', python_out, 142 def protoc(self, proto_path, python_out, absolute_proto_file_names): 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/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/src/ |
Makefile | 10 PROTO_PATH = $(SYSROOT)/usr/share/protofiles 11 PROTO_DEFS = $(PROTO_PATH)/chrome_device_policy.proto \ 12 $(PROTO_PATH)/device_management_backend.proto \ 13 $(PROTO_PATH)/chrome_extension_policy.proto \ 14 $(PROTO_PATH)/cloud_policy.proto 23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
|
/external/tensorflow/tensorflow/tools/proto_text/ |
gen_proto_text_functions.cc | 103 const string proto_path = string(argv[i]).substr(src_relative_path.size()); local 106 importer.Import(proto_path); 108 const int index = proto_path.find_last_of("."); 109 string proto_path_no_suffix = proto_path.substr(0, index);
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
ruby_generator_unittest.cc | 95 string proto_path = "--proto_path=" + TestTempDir(); local 99 proto_path.c_str(),
|
/external/perfetto/tools/trace_to_text/ |
trace_to_text.cc | 68 const std::string proto_path = "protos/perfetto/trace/trace_packet.proto"; local 70 if (!base::OpenFile(proto_path, O_RDONLY)) { 71 PERFETTO_ELOG("Cannot open %s.", proto_path.c_str());
|
/external/grpc-grpc/src/php/bin/ |
generate_proto_php.sh | 19 protoc --proto_path=src/proto/math \ 35 protoc --proto_path=. \
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_plugin_unittest.cc | 109 string proto_path = "-I" + TestTempDir(); local 115 proto_path.c_str(),
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_plugin_unittest.cc | 103 string proto_path = "-I" + TestTempDir(); local 109 proto_path.c_str(),
|
/external/protobuf/objectivec/DevTools/ |
compile_testing_protos.sh | 105 --proto_path=src/google/protobuf/ \ 106 --proto_path=src \ 123 compile_proto --proto_path="objectivec/Tests" "${a_proto}"
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
dump_tpu_profile.cc | 73 string proto_path = local 76 WriteStringToFile(Env::Default(), proto_path, encoded_trace)); 77 LOG(INFO) << "Dumped raw-proto trace data to " << proto_path;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_plugin_unittest.cc | 233 string proto_path = "-I" + TestTempDir(); local 239 proto_path.c_str(),
|
metadata_test.cc | 97 string proto_path = "-I" + TestTempDir(); local 105 const char* argv[] = {"protoc", proto_path.c_str(), cpp_out.c_str(),
|
/external/grpc-grpc/test/cpp/util/ |
proto_file_parser.h | 38 // from proto_path will also be searched. 40 const grpc::string& proto_path,
|
proto_file_parser.cc | 67 const grpc::string& proto_path, 79 source_tree_.MapPath("", proto_path);
|
grpc_tool.cc | 56 DEFINE_string(proto_path, ".", "Path to look for the proto file."); 462 " --proto_path ; The search path of proto files, valid" 795 " --proto_path ; The search path of proto files, valid" 877 " --proto_path ; The search path of proto files\n" 895 " --proto_path ; The search path of proto files\n"
|
grpc_tool_test.cc | 96 DECLARE_string(proto_path);
|
/external/tensorflow/tensorflow/java/maven/ |
run_inside_container.sh | 160 --proto_path="${DIR}/proto/tmp/src" \
|
/external/perfetto/tools/ |
gen_android_bp | 429 parser.add_argument('--proto_path') 473 assert args.proto_path.startswith('../../') 474 cmd += [ '--proto_path=%s/%s' % (tree_path, args.proto_path[6:])]
|
/build/make/core/ |
definitions.mk | [all...] |