/third_party/protobuf/csharp/ |
D | generate_protos.sh | 47 $PROTOC -Isrc -Icsharp/protos \ 53 csharp/protos/map_unittest_proto3.proto \ 54 csharp/protos/unittest_issues.proto \ 55 csharp/protos/unittest_custom_options_proto3.proto \ 56 csharp/protos/unittest_proto3.proto \ 57 csharp/protos/unittest_import_proto3.proto \ 58 csharp/protos/unittest_import_public_proto3.proto \ 59 csharp/protos/unittest.proto \ 60 csharp/protos/unittest_import.proto \ 61 csharp/protos/unittest_import_public.proto \ [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_archrast.py | 144 protos = { 219 protos['events']['defs'][event_key] = event 220 protos['events']['map'][event_id] = event_key 248 protos['enums']['defs'][enum_name] = enum 249 protos['enums']['map'][enum_id] = enum_name 254 event_groups = protos['events']['groups'] 255 for key in sorted(protos['events']['defs']): 256 group = protos['events']['defs'][key]['group'] 261 return protos 276 for f in args.protos: [all …]
|
/third_party/grpc/tools/buildgen/plugins/ |
D | list_protos.py | 39 protos = set() 44 protos.add(m.group(1)) 49 protos.add(m.group(1)) 51 protos = sorted(protos) 53 dictionary['protos'] = protos
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/ |
D | test.sh | 87 cp -f protos/target/compatibility-protos-${TEST_VERSION}.jar protos.jar 88 cp -f more_protos/target/compatibility-more-protos-${TEST_VERSION}.jar more_protos.jar 98 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos.jar:..… 102 cd protos 106 … ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos/target/compatibility-protos-${TE… 114 …re/target/protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos/target/compatibility-more…
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/ |
D | test.sh | 7 protos/src/google/protobuf/unittest_import_proto3.proto \ 8 protos/src/google/protobuf/unittest_import_public_proto3.proto \ 9 protos/src/google/protobuf/unittest_well_known_types.proto 13 protos/csharp/protos/unittest_issues.proto 17 protos/src/google/protobuf/unittest_proto3.proto \ 18 protos/src/google/protobuf/map_unittest_proto3.proto
|
/third_party/grpc/bazel/ |
D | protobuf.bzl | 49 For example, "examples/protos/helloworld.proto" might map to 155 A list of the protos. 157 protos = [] 160 protos.append(_get_staged_proto_file(context, file)) 161 return protos 171 def get_proto_arguments(protos, genfiles_dir_path): 172 """Get the protoc arguments specifying which protos to compile.""" 174 for proto in protos: 187 def declare_out_files(protos, context, generated_file_format): 191 for proto in protos: [all …]
|
D | python_rules.bzl | 19 protos = protos_from_context(context) 21 out_files = declare_out_files(protos, context, _GENERATED_PROTO_FORMAT) 24 out_dir = get_out_dir(protos, context) 43 arguments += get_proto_arguments(protos, context.genfiles_dir.path) 46 inputs = protos + includes, 126 protos = protos_from_context(context) 128 out_files = declare_out_files(protos, context, _GENERATED_GRPC_PROTO_FORMAT) 134 out_dir = get_out_dir(protos, context) 156 arguments += get_proto_arguments(protos, context.genfiles_dir.path) 159 inputs = protos + includes,
|
D | generate_cc.bzl | 45 protos = [f for src in ctx.attr.srcs for f in src[ProtoInfo].check_deps_sources.to_list()] 63 for proto in protos 70 for proto in protos 78 for proto in protos 86 for proto in protos 93 for proto in protos 119 arguments += [_get_srcs_file_path(proto) for proto in protos] 139 inputs = protos + includes + well_known_proto_files,
|
D | generate_objc.bzl | 22 protos = [ 33 for proto in protos: 63 for i in protos 69 arguments += ["--proto_path={}".format(_get_directory_from_proto(proto)) for proto in protos] 70 arguments += [_get_full_path_from_file(proto) for proto in protos] 81 inputs = protos + well_known_proto_files,
|
/third_party/grpc/examples/ |
D | BUILD | 27 srcs = ["protos/auth_sample.proto"], 32 srcs = ["protos/hellostreamingworld.proto"], 39 srcs = ["protos/helloworld.proto"], 56 srcs = ["protos/route_guide.proto"], 61 srcs = ["protos/keyvaluestore.proto"], 65 name = "protos/helloworld_proto", 66 srcs = ["protos/helloworld.proto"], 71 deps = [":protos/helloworld_proto"], 76 srcs = [":protos/helloworld_proto"], 246 srcs = ["protos/route_guide.proto"],
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | proto.c | 7 static const unsigned char protos[] = { variable 60 if (idx >= sizeof protos) return NULL; in getprotoent() 61 p.p_proto = protos[idx]; in getprotoent() 62 p.p_name = (char *)&protos[idx+1]; in getprotoent()
|
/third_party/musl/src/network/ |
D | proto.c | 7 static const unsigned char protos[] = { variable 60 if (idx >= sizeof protos) return NULL; in getprotoent() 61 p.p_proto = protos[idx]; in getprotoent() 62 p.p_name = (char *)&protos[idx+1]; in getprotoent()
|
/third_party/mesa3d/src/tool/pps/ |
D | pps_datasource.cc | 59 perfetto::protos::pbzero::GpuCounterConfig::Decoder config(config_raw); in OnSetup() 148 void add_group(perfetto::protos::pbzero::GpuCounterDescriptor *desc, in add_group() 172 void add_descriptors(perfetto::protos::pbzero::GpuCounterEvent *event, in add_descriptors() 191 auto units = perfetto::protos::pbzero::GpuCounterDescriptor::NONE; in add_descriptors() 194 units = perfetto::protos::pbzero::GpuCounterDescriptor::PERCENT; in add_descriptors() 197 units = perfetto::protos::pbzero::GpuCounterDescriptor::BYTE; in add_descriptors() 200 units = perfetto::protos::pbzero::GpuCounterDescriptor::HERTZ; in add_descriptors() 203 units = perfetto::protos::pbzero::GpuCounterDescriptor::NONE; in add_descriptors() 213 void add_samples(perfetto::protos::pbzero::GpuCounterEvent &event, const Driver &driver) in add_samples() 237 using namespace perfetto::protos::pbzero; in trace()
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _dynamic_stubs_test.py | 87 protos, services = grpc.protos_and_services( 100 protos, services = grpc.protos_and_services( 102 assert protos.BarMessage is not None 110 protos, services = grpc.protos_and_services( 112 assert protos.BarMessage is not None
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | abstract_node.h | 61 … const std::shared_ptr<MessageMeta> &meta, const Protos &protos, 152 const Protos &protos, const void *data, size_t size); 154 const Protos &protos, const void *data, size_t size); 157 const Protos &protos, const void *data, size_t size); 160 const Protos &protos, const void *data, size_t size); 164 const Protos &protos, const void *data, size_t size); 167 const Protos &protos, const void *data, size_t size); 171 const Protos &protos, const void *data, size_t size); 185 const Protos &protos, const void *data, size_t size); 189 const Protos &protos, const void *data, size_t size); [all …]
|
/third_party/grpc/src/ruby/end2end/ |
D | gen_protos.sh | 17 grpc_tools_ruby_protoc -I protos --ruby_out=lib --grpc_out=lib protos/echo.proto protos/client_cont…
|
/third_party/protobuf/java/compatibility_tests/ |
D | README.md | 14 * protos/ - unittest protos. 15 * more_protos/ - unittest protos that import the ones in "protos". 26 more_protos depending on protos. This way we can test scenarios where only part 46 * only upgrading protos to the new version
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_ar_event.cpp | 40 <% sorted_groups = sorted(protos['events']['groups']) %> 42 % for event_key in protos['events']['groups'][group]: 44 event = protos['events']['defs'][event_key]
|
D | gen_ar_event.hpp | 49 <% sorted_enums = sorted(protos['enums']['defs']) %> 52 {<% names = protos['enums']['defs'][name]['names'] %> 76 <% sorted_groups = sorted(protos['events']['groups']) %> 78 % for event_key in protos['events']['groups'][group]: 80 event = protos['events']['defs'][event_key]
|
D | gen_ar_eventhandler.hpp | 51 <% sorted_groups = sorted(protos['events']['groups']) %> 53 % for event_key in protos['events']['groups'][group]: 55 event = protos['events']['defs'][event_key]
|
/third_party/node/deps/npm/node_modules/genfun/lib/ |
D | genfun.js | 212 var protos = [] 217 protos[i] = proto 223 if (matchCachedMethods(genfun[kCache].key[i], protos)) { 229 function matchCachedMethods (key, protos) { argument 230 if (key.length !== protos.length) { return false } 232 if (key[i] !== protos[i]) {
|
/third_party/grpc/examples/php/route_guide/ |
D | route_guide_proto_gen.sh | 16 …--proto_path=./../../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../../bins/…
|
/third_party/grpc/examples/php/ |
D | greeter_proto_gen.sh | 16 protoc --proto_path=../protos --php_out=. --grpc_out=. --plugin=protoc-gen-grpc=../../bins/opt/grpc…
|
/third_party/grpc/examples/cpp/metadata/ |
D | README.md | 30 $ protoc -I ../../protos/ --grpc_out=. --plugin=protoc-gen-grpc=grpc_cpp_plugin ../../protos/hellow… 31 $ protoc -I ../../protos/ --cpp_out=. ../../protos/helloworld.proto
|
/third_party/grpc/examples/cpp/load_balancing/ |
D | README.md | 32 $ protoc -I ../../protos/ --grpc_out=. --plugin=protoc-gen-grpc=grpc_cpp_plugin ../../protos/hellow… 33 $ protoc -I ../../protos/ --cpp_out=. ../../protos/helloworld.proto
|