Home
last modified time | relevance | path

Searched defs:ApiLevel (Results 1 – 13 of 13) sorted by relevance

/build/soong/android/
Dapi_levels.go40 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 …]
Dsdk_version.go165 ApiLevel ApiLevel member
Dapex.go710 func CheckMinSdkVersion(ctx ModuleContext, minSdkVersion ApiLevel, walk WalkPayloadDepsFunc) {
767 func ShouldSupportSdkVersion(ctx BaseModuleContext, module Module, sdkVersion ApiLevel) error {
Dmodule.go1957 ApiLevel *ApiLevel member
/build/soong/cc/
Dapi_level.go43 apiLevel android.ApiLevel) android.ApiLevel {
Dndk_library.go146 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…
Dlinker.go456 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion android.ApiLevel) bool {
Dcc.go1186 func (c *Module) ApiLevel() string { func
/build/make/tools/aconfig/convert_finalized_flags/src/
Dlib.rs42 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/
Dsdk.go79 func systemModuleKind(sdkKind android.SdkKind, apiLevel android.ApiLevel) android.SdkKind {
Dandroid_manifest.go65 func shouldReturnFinalOrFutureInt(ctx android.ModuleContext, targetSdkVersionLevel android.ApiLevel
Dhiddenapi.go266 …ontext, dexInput, flagsCSV android.Path, uncompressDex bool, minSdkVersion android.ApiLevel, outpu…
Dapp.go395 func checkMinSdkVersionMts(ctx android.ModuleContext, minSdkVersion android.ApiLevel) {