Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DAssignment.cpp88 bool hasDotInRhs = m_RpnExpr.hasDot(); in activate()
132 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.cpp341 (*dot).getRpnExpr().hasDot()) { in fixupDotSymbols()
359 if ((*it)->prolog().hasVMA() && (*it)->prolog().vma().hasDot()) { in fixupDotSymbols()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp899 bool hasDot = false; in SetThreadName() local
903 hasDot = true; in SetThreadName()
910 if (thread_name.length() >= MAX_NAME_LENGTH && !hasAt && hasDot) { in SetThreadName()