Searched refs:Imports (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_interface.go | 291 Imports []string member 502 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Imports, aidlInterfaceSuffix)...) 522 Imports []string member 835 ctx.AddDependency(ctx.Module(), nil, wrap("", m.properties.Imports, aidlInterfaceSuffix)...) 892 Imports []string member 982 for _, anImport := range i.properties.Imports { 1286 Imports: concat(i.properties.Imports, []string{i.ModuleBase.Name()}), 1296 importExportDependencies := wrap("", i.properties.Imports, "-"+lang) 1408 Imports: concat(i.properties.Imports, []string{i.ModuleBase.Name()}), 1423 Static_libs: wrap("", i.properties.Imports, "-java"), [all …]
|
/system/tools/aidl/ |
D | aidl.cpp | 453 for (const auto& import : main_parser->ParsedDocument().Imports()) { in load_and_validate_aidl()
|
D | aidl_language.h | 913 const std::vector<std::unique_ptr<AidlImport>>& Imports() const { return imports_; } in Imports() function
|
/system/core/init/ |
D | README.md | 5 Actions, Commands, Services, Options, and Imports. 41 Imports section of this file. 102 the file that contains them was parsed (see the Imports section), then 678 Imports section
|