Searched defs:ApiLevel (Results 1 – 13 of 13) sorted by relevance
| /build/soong/android/ |
| D | api_levels.go | 40 type ApiLevel struct { struct 42 value string 51 number int 54 isPreview bool 63 func (a *ApiLevel) ToGob() *apiLevelGob { 71 func (a *ApiLevel) FromGob(data *apiLevelGob) { 77 func (a ApiLevel) GobEncode() ([]byte, error) { 81 func (a *ApiLevel) GobDecode(data []byte) error { 85 func (this ApiLevel) FinalInt() int { 96 func (this ApiLevel) FinalOrFutureInt() int { [all …]
|
| D | sdk_version.go | 165 ApiLevel ApiLevel member
|
| D | apex.go | 710 func CheckMinSdkVersion(ctx ModuleContext, minSdkVersion ApiLevel, walk WalkPayloadDepsFunc) { 767 func ShouldSupportSdkVersion(ctx BaseModuleContext, module Module, sdkVersion ApiLevel) error {
|
| D | module.go | 1957 ApiLevel *ApiLevel member
|
| /build/soong/cc/ |
| D | api_level.go | 43 apiLevel android.ApiLevel) android.ApiLevel {
|
| D | ndk_library.go | 146 func ndkLibraryVersions(ctx android.BaseModuleContext, from android.ApiLevel) []string { 260 apiLevel android.ApiLevel, genstubFlags string) NdkApiOutputs { 387 func findNextApiLevel(ctx ModuleContext, apiLevel android.ApiLevel) *android.ApiLevel { 575 func getVersionedLibraryInstallPath(ctx ModuleContext, apiLevel android.ApiLevel) android.OutputPat…
|
| D | linker.go | 456 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
|
| D | cc.go | 1186 func (c *Module) ApiLevel() string { func
|
| /build/make/tools/aconfig/convert_finalized_flags/src/ |
| D | lib.rs | 42 pub struct ApiLevel(pub i32); struct 63 pub fn get_finalized_level(&self, flag: &FinalizedFlag) -> Option<ApiLevel> { in get_finalized_level() 74 pub fn insert_if_new(&mut self, level: ApiLevel, flag: FinalizedFlag) { in insert_if_new() 108 fn str_to_api_level(numeric_string: &str) -> Result<ApiLevel> { in str_to_api_level()
|
| /build/soong/java/ |
| D | sdk.go | 79 func systemModuleKind(sdkKind android.SdkKind, apiLevel android.ApiLevel) android.SdkKind {
|
| D | android_manifest.go | 65 func shouldReturnFinalOrFutureInt(ctx android.ModuleContext, targetSdkVersionLevel android.ApiLevel…
|
| D | hiddenapi.go | 266 …ontext, dexInput, flagsCSV android.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outpu…
|
| D | app.go | 395 func checkMinSdkVersionMts(ctx android.ModuleContext, minSdkVersion android.ApiLevel) {
|