HomeSort by relevance Sort by last modified time
    Searched refs:pAttr (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/lib/MC/
AttributeSet.cpp 34 Attribute* AttributeSet::exists(const Attribute& pAttr) const
36 if (m_Predefined == pAttr)
42 if (*(*cur) == pAttr) {
50 void AttributeSet::record(mcld::Attribute &pAttr)
52 m_AttrSet.push_back(&pAttr);
Attribute.cpp 18 bool AttrConstraint::isLegal(const Attribute& pAttr) const
20 if (!isWholeArchive() && pAttr.isWholeArchive()) {
24 if (!isAsNeeded() && pAttr.isAsNeeded()) {
28 if (!isAddNeeded() && pAttr.isAddNeeded()) {
32 if (isStaticSystem() && pAttr.isDynamic()) {
36 if (isStaticSystem() && pAttr.isAsNeeded()) {
41 if (pAttr.isAsNeeded() && pAttr.isStatic()) {
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 49 Attribute *exists(const Attribute& pAttr) const;
52 void record(Attribute& pAttr);
MCLDInput.h 51 const AttributeProxy& pAttr);
60 const AttributeProxy& pAttr,
Attribute.h 163 bool isLegal(const Attribute& pAttr) const;
  /hardware/ti/omap3/dspbridge/inc/
DSPNode.h 104 * pAttr: Pointer to a DSP_BUFFERATTR structure.
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
168 IN OPTIONAL struct DSP_STRMATTR * pAttr);
204 IN OPTIONAL struct DSP_STRMATTR * pAttr,
265 * pAttr: Same buffer attributes passed to DSP_AllocMsgBuf.
274 IN OPTIONAL struct DSP_BUFFERATTR * pAttr);
282 * pAttr: Location to store the node attributes.
287 * DSP_EPOINTER: Parameter pAttr is not valid.
293 OUT struct DSP_NODEATTR * pAttr, UINT uAttrSize);
wcdioctl.h 232 struct DSP_BUFFERATTR *pAttr;
260 struct DSP_BUFFERATTR *pAttr;
266 struct DSP_NODEATTR *pAttr;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPNode.h 104 * pAttr: Pointer to a DSP_BUFFERATTR structure.
118 IN OPTIONAL struct DSP_BUFFERATTR * pAttr,
168 IN OPTIONAL struct DSP_STRMATTR * pAttr);
204 IN OPTIONAL struct DSP_STRMATTR * pAttr,
265 * pAttr: Same buffer attributes passed to DSP_AllocMsgBuf.
274 IN OPTIONAL struct DSP_BUFFERATTR * pAttr);
282 * pAttr: Location to store the node attributes.
287 * DSP_EPOINTER: Parameter pAttr is not valid.
293 OUT struct DSP_NODEATTR * pAttr, UINT uAttrSize);
wcdioctl.h 232 struct DSP_BUFFERATTR *pAttr;
260 struct DSP_BUFFERATTR *pAttr;
266 struct DSP_NODEATTR *pAttr;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 268 IN OPTIONAL struct DSP_BUFFERATTR *pAttr, OUT BYTE **pBuffer)
285 tempStruct.ARGS_NODE_ALLOCMSGBUF.pAttr = pAttr;
552 IN OPTIONAL struct DSP_BUFFERATTR *pAttr)
565 tempStruct.ARGS_NODE_FREEMSGBUF.pAttr = pAttr;
596 DBAPI DSPNode_GetAttr(DSP_HNODE hNode, OUT struct DSP_NODEATTR *pAttr,
605 if (pAttr) {
610 tempStruct.ARGS_NODE_GETATTR.pAttr = pAttr;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 102 XmlAttr * pAttr;
105 for (pAttr = elt.pFirstAttr_; pAttr; pAttr = pAttr->NextAttr()) {
106 newAttr = new XmlAttr(*pAttr);
193 XmlAttr * pattr; local
194 for (pattr = pFirstAttr_; pattr; pattr = pattr->pNextAttr_)
203 XmlAttr * pattr; local
213 XmlAttr * pattr; local
232 XmlAttr * pattr; local
464 XmlAttr * pattr; local
505 XmlAttr * pattr; local
    [all...]

Completed in 422 milliseconds