/build/soong/android/ |
D | apex_test.go | 29 in []ApexInfo 30 wantMerged []ApexInfo 35 in: []ApexInfo{ 44 wantMerged: []ApexInfo{ 59 in: []ApexInfo{ 75 wantMerged: []ApexInfo{ 89 in: []ApexInfo{ 105 wantMerged: []ApexInfo{ 128 in: []ApexInfo{ 145 wantMerged: []ApexInfo{ [all …]
|
D | apex.go | 38 type ApexInfo struct { struct 91 ApexInfos []ApexInfo 94 var ApexInfoProvider = blueprint.NewMutatorProvider[ApexInfo]("apex_mutate") 97 func (i ApexInfo) AddJSONData(d *map[string]interface{}) { argument 114 func (i ApexInfo) mergedName() string { argument 121 func (i ApexInfo) IsForPlatform() bool { argument 127 func (i ApexInfo) InApexVariant(apexVariant string) bool { argument 136 func (i ApexInfo) InApexModule(apexModuleName string) bool { argument 207 BuildForApex(apex ApexInfo) argument 358 apexInfos []ApexInfo [all …]
|
/build/soong/bazel/cquery/ |
D | request_type_test.go | 132 expectedOutput ApexInfo 137 expectedOutput: ApexInfo{}, 155 expectedOutput: ApexInfo{
|
D | request_type.go | 265 type ApexInfo struct { struct 290 func (g getApexInfoType) ParseResult(rawString string) (ApexInfo, error) { 291 var info ApexInfo
|
/build/bazel/rules/apex/ |
D | apex_info.bzl | 15 ApexInfo = provider( 16 "ApexInfo exports metadata about this apex.",
|
D | apex_aab.bzl | 17 load(":apex_info.bzl", "ApexInfo") 261 apex_info = ctx.split_attr.mainline_module[arch][ApexInfo] 298 apex_info = ctx.attr.mainline_module[0][ApexInfo] 337 providers = [ApexInfo],
|
D | apex_test.bzl | 32 load(":apex_info.bzl", "ApexInfo", "ApexMkInfo") 583 target_under_test[ApexInfo].requires_native_libs, # actual 589 target_under_test[ApexInfo].provides_native_libs, 1282 container_key_info = target_under_test[ApexInfo].container_key_info 1543 target_under_test[ApexInfo].base_file != None, 1544 "Expected base_file to exist, but found None %s" % target_under_test[ApexInfo].base_file, 1549 target_under_test[ApexInfo].base_with_config_zip.basename, 1552 …config zip to have name ending with , but found %s" % target_under_test[ApexInfo].base_with_config… 1791 actual = target_under_test[ApexInfo].symbols_used_by_apex 1823 actual = target_under_test[ApexInfo].java_symbols_used_by_apex [all …]
|
D | apex_deps_validation.bzl | 19 load(":apex_info.bzl", "ApexInfo") 134 if ApexInfo in target:
|
D | README.md | 19 * `apex_info.bzl` contains ApexInfo and ApexMkInfo providers. These form the main interface of an…
|
D | transition.bzl | 28 The outgoing transitions are similar to ApexInfo propagation in Soong's
|
D | apex.bzl | 43 load(":apex_info.bzl", "ApexInfo", "ApexMkInfo") 890 ApexInfo(
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 70 message ApexInfo { message 82 repeated ApexInfo apex_info = 1;
|
D | merge_ota.py | 194 def ApexInfo(file_paths): function 246 apex_info_bytes = ApexInfo(file_paths)
|
D | ota_metadata_pb2.py | 427 ApexInfo = _reflection.GeneratedProtocolMessageType('ApexInfo', (_message.Message,), { variable 432 _sym_db.RegisterMessage(ApexInfo)
|
D | apex_utils.py | 590 apex_info = ota_metadata_pb2.ApexInfo()
|
D | test_ota_from_target_files.py | 326 infos = [ota_metadata_pb2.ApexInfo(package_name='com.android.apex.1', 328 ota_metadata_pb2.ApexInfo(package_name='com.android.apex.2',
|
/build/soong/java/ |
D | dexpreopt.go | 281 allApexInfos := []android.ApexInfo{}
|
D | testing.go | 749 apexInfo := android.ApexInfo{
|
/build/soong/apex/ |
D | prebuilt.go | 456 apexInfo := android.ApexInfo{
|
D | apex.go | 1034 apexInfo := android.ApexInfo{
|
/build/soong/cc/ |
D | cc.go | 2142 func (c *Module) maybeInstall(ctx ModuleContext, apexInfo android.ApexInfo) { 2885 func findApexSdkVersion(ctx android.BaseModuleContext, apexInfo android.ApexInfo) android.ApiLevel { argument 3769 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool { argument
|
D | cc_test.go | 58 apexInfo := android.ApexInfo{
|
/build/soong/rust/ |
D | rust.go | 716 func (mod *Module) installable(apexInfo android.ApexInfo) bool {
|