Home
last modified time | relevance | path

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

/aosp12/art/tools/veridex/
H A Dapi_list_filter.h61 if (list.GetIntValue() == it.GetIntValue()) { in Matches()
H A 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()
H A Dprecise_hidden_api_finder.cc112 stats->api_counts[api_list.GetIntValue()]++; in Dump()
H A Dveridex.cc285 os << "\t" << stats.api_counts[api_list.GetIntValue()] << " in " << api_list << std::endl; in DumpApiListStats()
/aosp12/art/libartbase/base/
H A Dhiddenapi_flags.h211 uint32_t GetIntValue() const { return helper::ToUint(GetValue()) - helper::ToUint(Value::kMin); } in GetIntValue() function
268 return kValueNames[Unsupported().GetIntValue()]; in CoerceAtMost()
335 SdkVersion GetMaxAllowedSdkVersion() const { return kMaxSdkVersions[GetIntValue()]; } in GetMaxAllowedSdkVersion()
346 os << kValueNames[GetIntValue()]; in Dump()
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dvalue.h35 int GetIntValue(Value value);
H A Dvalue.cpp92 int GetIntValue(Value value) { in GetIntValue() function
H A Dshader_program.cpp822 return SetUniformValue(GetUniform(name), GetIntValue(value)); in SetUniformValue()
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_util.cpp167 result = env->NewObject(clazz, constructorID, GetIntValue(value)); in ToJObject()