Home
last modified time | relevance | path

Searched refs:hasDot (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DAssignment.cpp87 bool hasDotInRhs = m_RpnExpr.hasDot(); in activate()
130 bool hasDotInRhs = m_RpnExpr.hasDot(); in activate()
DRpnExpr.cpp34 bool RpnExpr::hasDot() const { in hasDot() function in mcld::RpnExpr
/frameworks/compile/mclinker/include/mcld/Script/
DRpnExpr.h49 bool hasDot() const;
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp340 (*dot).getRpnExpr().hasDot()) { in fixupDotSymbols()
358 if ((*it)->prolog().hasVMA() && (*it)->prolog().vma().hasDot()) { in fixupDotSymbols()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp915 bool hasDot = false; in SetThreadName() local
919 hasDot = true; in SetThreadName()
926 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()