HomeSort by relevance Sort by last modified time
    Searched full:m_constraint (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/include/mcld/
AttributeOption.h 24 const AttrConstraint& constraint() const { return m_Constraint; }
25 AttrConstraint& constraint() { return m_Constraint; }
29 AttrConstraint m_Constraint;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableDouble.cpp 42 return (m_constraint == InterpolationIsNonContinuousWithZero) && (!m_number || !other->m_number);
48 ASSERT(m_constraint == other->m_constraint);
49 if ((m_constraint == InterpolationIsNonContinuousWithZero) && (!m_number || !other->m_number))
AnimatableDouble.h 63 , m_constraint(constraint)
71 Constraint m_constraint; member in class:WebCore::FINAL
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
63 if (m_Constraint.isWholeArchive())
71 if (m_Constraint.isAsNeeded())
79 if (m_Constraint.isAddNeeded())
87 if (m_Constraint.isSharedSystem())
95 if (m_Constraint.isSharedSystem())
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 84 Constraint constraint() const { return m_Constraint; }
100 if (m_Constraint != pRHS.m_Constraint)
110 Constraint m_Constraint;
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 216 const AttrConstraint& m_Constraint;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 81 m_Prolog.m_Constraint = OutputSectDesc::NO_CONSTRAINT;
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 356 $$.m_Constraint = $8;

Completed in 305 milliseconds