Home
last modified time | relevance | path

Searched refs:ApiLevel (Results 1 – 17 of 17) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dapi_level.h26 using ApiLevel = int; variable
29 constexpr ApiLevel FUTURE_API_LEVEL = 10000;
32 std::optional<ApiLevel> ParseApiLevel(const std::string &api);
Dapi_level.cpp27 std::optional<ApiLevel> ParseApiLevel(const std::string &api_level_str) { in ParseApiLevel()
/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser.h48 utils::ApiLevel introduced_;
73 void SetApiLevel(utils::ApiLevel api_level) { in SetApiLevel()
117 utils::ApiLevel api_level_;
Dversion_script_parser.cpp97 std::optional<utils::ApiLevel> intro = utils::ParseApiLevel( in ParseSymbolTags()
111 std::optional<utils::ApiLevel> intro = utils::ParseApiLevel( in ParseSymbolTags()
/development/sdk/
Dsource_source.prop_template3 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Ddoc_source.prop_template3 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dplatform_source.prop_template6 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
/development/samples/
Dsamples_source.prop_template3 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
/development/sys-img/
Dimages_mips_source.prop_template4 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dimages_mips64_source.prop_template4 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dimages_arm64-v8a_source.prop_template4 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dimages_x86_64_source.prop_template5 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dimages_x86_source.prop_template5 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dimages_armeabi_source.prop_template5 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
Dimages_armeabi-v7a_source.prop_template5 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
/development/build/tools/
Dmk_sdk_repo_xml.sh107 AndroidVersion.ApiLevel api-level 1
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp402 std::optional<utils::ApiLevel> api_level = utils::ParseApiLevel(api_); in ReadExportedSymbolsFromVersionScript()