Searched full:filegroups (Results 1 – 25 of 25) sorted by relevance
/external/grpc-grpc/tools/buildgen/plugins/ |
D | expand_filegroups.py | 14 """Buildgen expand filegroups plugin. 50 The list of libs in the build.yaml file can contain "filegroups" tags. 51 These refer to the filegroups in the root object. We will expand and 52 merge filegroups on the src, headers and public_headers properties. 57 filegroups_list = dictionary.get('filegroups') 58 filegroups = {} 79 # check all uses filegroups are present (if no, skip and come back later) 82 if uses not in filegroups: 92 for plugin in filegroups[uses]['plugins']: 97 vals.extend(filegroups[uses].get(lst, [])) [all …]
|
D | expand_bin_attrs.py | 24 The list of libs in the build.yaml file can contain "filegroups" tags. 25 These refer to the filegroups in the root object. We will expand and 26 merge filegroups on the src, headers and public_headers properties.
|
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/ |
D | expand_filegroups.py | 14 """Buildgen expand filegroups plugin. 50 The list of libs in the build.yaml file can contain "filegroups" tags. 51 These refer to the filegroups in the root object. We will expand and 52 merge filegroups on the src, headers and public_headers properties. 57 filegroups_list = dictionary.get('filegroups') 59 filegroups = {} 80 # check all uses filegroups are present (if no, skip and come back later) 85 if use not in filegroups: 95 for plugin in filegroups[uses]['plugins']: 100 vals.extend(filegroups[uses].get(lst, [])) [all …]
|
D | expand_bin_attrs.py | 24 The list of libs in the build.yaml file can contain "filegroups" tags. 25 These refer to the filegroups in the root object. We will expand and 26 merge filegroups on the src, headers and public_headers properties.
|
D | check_attrs.py | 51 'filegroups': anything(), 77 'filegroups': anything(), 116 This validates that filegroups, libs, and target can have only valid 122 for filegroup in dictionary.get('filegroups', {}):
|
/external/grpc-grpc/templates/ |
D | gRPC-C++.podspec.template | 48 def grpcpp_proto_files(filegroups): 49 …out = grpc_lib_files(filegroups, ("grpc++_codegen_proto", "grpc++_config_proto"), ("headers", "src… 50 …excl_files = grpc_lib_files(filegroups, ("grpc++_codegen_base",), ("headers", "src", "public_heade… 55 def grpcpp_private_files(libs, filegroups): 60 excl_files += grpcpp_proto_files(filegroups) 71 def grpcpp_private_headers(libs, filegroups): 75 excl_files = grpcpp_proto_files(filegroups) 85 def grpcpp_public_headers(libs, filegroups): 90 excl_files += grpcpp_proto_files(filegroups) 108 def grpcpp_test_util_files(libs, filegroups): [all …]
|
D | README.md | 48 filegroups: # groups of files that are automatically expanded 56 The `filegroups` are helpful to re-use a subset of files in multiple targets. 57 One `filegroups` entry has the following structure: 91 filegroups: # list of filegroups to merge to that project 169 first processed and modified by a few plugins. For example, the `filegroups`
|
D | gRPC-Core.podspec.template | 193 ss.source_files = ${ruby_multiline_list(cfstream_private_files(filegroups), 22)} 194 ss.private_header_files = ${ruby_multiline_list(cfstream_private_headers(filegroups), 30)}
|
/external/grpc-grpc/templates/tools/run_tests/generated/ |
D | sources_and_headers.json.template | 15 def all_targets(targets, libs, filegroups): 20 for tgt in filegroups: 53 tgt.get('filegroups', []))} 70 tgt.get('filegroups', []))} 71 for typ, tgt in all_targets([], [], filegroups)],
|
/external/tensorflow/tensorflow/python/tools/ |
D | tools.bzl | 16 filegroups, 45 filegroups = [ 76 filegroups: List of `filegroup` targets; these filegroups contain the 127 srcs = filegroups + [saved_model] + checkpoint_srcs,
|
D | BUILD | 416 filegroups = [":aot_saved_models"], 425 filegroups = [":aot_saved_models"], 435 filegroups = [":aot_saved_models"], 444 filegroups = [ 454 filegroups = [ 464 filegroups = [
|
/external/grpc-grpc/tools/buildgen/ |
D | build-cleaner.py | 26 'settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'vspackages' 70 for grp in ['filegroups', 'libs', 'targets']:
|
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/ |
D | build_cleaner.py | 26 'settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'vspackages' 70 for grp in ['filegroups', 'libs', 'targets']:
|
D | extract_metadata_from_bazel_xml.py | 434 'filegroups': [],
|
/external/grpc-grpc/ |
D | build.yaml | 18 filegroups: 388 filegroups: 917 filegroups: 1049 filegroups: 1439 filegroups: 1462 filegroups: 1498 filegroups: 1543 filegroups: 1553 filegroups: 1566 filegroups: [all …]
|
/external/flatbuffers/ |
D | build_defs.bzl | 50 includes: Optional, list of filegroups of schemas that the srcs depend on. 157 includes: Optional, list of filegroups of schemas that the srcs depend on.
|
/external/deqp-deps/SPIRV-Headers/ |
D | Android.bp | 1 // SPIRV-Tools requires the following filegroups:
|
/external/tflite-support/third_party/flatbuffers/ |
D | build_defs.bzl | 45 includes: Optional, list of filegroups of schemas that the srcs depend on. 182 includes: Optional, list of filegroups of schemas that the srcs depend on.
|
/external/tensorflow/third_party/flatbuffers/ |
D | build_defs.bzl | 45 includes: Optional, list of filegroups of schemas that the srcs depend on. 182 includes: Optional, list of filegroups of schemas that the srcs depend on.
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | BUILD | 183 # The filegroups below are explicitly used by 225 # See above for the significance of the source filegroups.
|
/external/perfetto/tools/ |
D | gen_android_bp | 874 # filegroups because they are not compiled in the traditional sense. 924 # For filegroups and genrule, recurse but don't apply the deps.
|
D | gn_utils.py | 279 notion to GN's source_set. Conversely to Bazel's and Soong's filegroups,
|
D | gen_bazel | 365 # filegroups in bazel.
|
/external/tensorflow/tensorflow/core/framework/ |
D | BUILD | 168 # The following filegroups are needed since globbing across packages boundaries
|
/external/rust/crates/grpcio-sys/grpc/ |
D | build_autogenerated.yaml | 1 filegroups: []
|