Home
last modified time | relevance | path

Searched full:filegroups (Results 1 – 25 of 25) sorted by relevance

/external/grpc-grpc/tools/buildgen/plugins/
Dexpand_filegroups.py14 """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 …]
Dexpand_bin_attrs.py24 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/
Dexpand_filegroups.py14 """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 …]
Dexpand_bin_attrs.py24 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.
Dcheck_attrs.py51 '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/
DgRPC-C++.podspec.template48 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 …]
DREADME.md48 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`
DgRPC-Core.podspec.template193 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/
Dsources_and_headers.json.template15 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/
Dtools.bzl16 filegroups,
45 filegroups = [
76 filegroups: List of `filegroup` targets; these filegroups contain the
127 srcs = filegroups + [saved_model] + checkpoint_srcs,
DBUILD416 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/
Dbuild-cleaner.py26 'settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'vspackages'
70 for grp in ['filegroups', 'libs', 'targets']:
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dbuild_cleaner.py26 'settings', 'proto_deps', 'filegroups', 'libs', 'targets', 'vspackages'
70 for grp in ['filegroups', 'libs', 'targets']:
Dextract_metadata_from_bazel_xml.py434 'filegroups': [],
/external/grpc-grpc/
Dbuild.yaml18 filegroups:
388 filegroups:
917 filegroups:
1049 filegroups:
1439 filegroups:
1462 filegroups:
1498 filegroups:
1543 filegroups:
1553 filegroups:
1566 filegroups:
[all …]
/external/flatbuffers/
Dbuild_defs.bzl50 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/
DAndroid.bp1 // SPIRV-Tools requires the following filegroups:
/external/tflite-support/third_party/flatbuffers/
Dbuild_defs.bzl45 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/
Dbuild_defs.bzl45 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/
DBUILD183 # The filegroups below are explicitly used by
225 # See above for the significance of the source filegroups.
/external/perfetto/tools/
Dgen_android_bp874 # filegroups because they are not compiled in the traditional sense.
924 # For filegroups and genrule, recurse but don't apply the deps.
Dgn_utils.py279 notion to GN's source_set. Conversely to Bazel's and Soong's filegroups,
Dgen_bazel365 # filegroups in bazel.
/external/tensorflow/tensorflow/core/framework/
DBUILD168 # The following filegroups are needed since globbing across packages boundaries
/external/rust/crates/grpcio-sys/grpc/
Dbuild_autogenerated.yaml1 filegroups: []