Home
last modified time | relevance | path

Searched refs:GetIntValue (Results 1 – 6 of 6) sorted by relevance

/art/tools/veridex/
Dapi_list_filter.h61 if (list.GetIntValue() == it.GetIntValue()) { in Matches()
Dhidden_api_finder.cc190 stats->api_counts[api_list.GetIntValue()]++; in Dump()
206 stats->api_counts[api_list.GetIntValue()]++; in Dump()
224 stats->api_counts[api_list.GetIntValue()]++; in Dump()
Dprecise_hidden_api_finder.cc112 stats->api_counts[api_list.GetIntValue()]++; in Dump()
Dveridex.cc286 os << "\t" << stats.api_counts[api_list.GetIntValue()] << " in " << api_list << std::endl; in DumpApiListStats()
/art/libartbase/base/
Dhiddenapi_flags.h215 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue() function
327 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion()
338 os << kValueNames[GetIntValue()]; in Dump()
/art/tools/hiddenapi/
Dhiddenapi.cc900 if (api_list_found && it->second.GetIntValue() > max_hiddenapi_level_.GetIntValue()) { in EncodeAccessFlags()
901 ApiList without_domain(it->second.GetIntValue()); in EncodeAccessFlags()