Searched defs:SdkLibrary (Results 1 – 6 of 6) sorted by relevance
1193 type SdkLibrary struct { struct1194 Library1196 sdkLibraryProperties sdkLibraryProperties1199 scopeToProperties map[*apiScope]*ApiScopeProperties1201 commonToSdkLibraryAndImport1203 builtInstalledForApex []dexpreopterInstall1206 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {1213 func (module *SdkLibrary) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {1221 func (module *SdkLibrary) DexJarInstallPath() android.Path {1228 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {[all …]
251 message SdkLibrary { message
935 class SdkLibrary: class
408 PROTOBUF_CONSTEXPR SdkLibrary::SdkLibrary( in SdkLibrary() function in aapt::pb::SdkLibrary8753 SdkLibrary::SdkLibrary(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SdkLibrary() function in aapt::pb::SdkLibrary8759 SdkLibrary::SdkLibrary(const SdkLibrary& from) in SdkLibrary() function in aapt::pb::SdkLibrary
118 class SdkLibrary; variable5169 inline SdkLibrary() : SdkLibrary(nullptr) {} in SdkLibrary() function5174 SdkLibrary(SdkLibrary&& from) noexcept in SdkLibrary() function
1816 class SdkLibrary : public ManifestExtractor::Element { class