HomeSort by relevance Sort by last modified time
    Searched refs:pAttr (Results 1 - 14 of 14) 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 46 Attribute *exists(const Attribute& pAttr) const;
49 void record(Attribute& pAttr);
Input.h 49 const AttributeProxy& pAttr);
58 const AttributeProxy& pAttr,
Attribute.h 160 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;
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 359 CPDF_Object* pAttr = GetAttr(owner, name, FALSE);
360 if (pAttr) {
361 return pAttr;
372 CPDF_Object* pAttr = pAttrDict->GetElementValue(name);
373 if (pAttr) {
374 return pAttr;
406 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
407 if (pAttr == NULL || subindex == -1 || pAttr->GetType() != PDFOBJ_ARRAY) {
408 return pAttr;
    [all...]
doc_utils.cpp 740 CPDF_Object* pAttr = pFieldDict->GetElementValue(name);
741 if (pAttr) {
742 return pAttr;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
authif.h 89 DWORD (WINAPI *Add)(struct _RADIUS_ATTRIBUTE_ARRAY *This,const RADIUS_ATTRIBUTE *pAttr);
92 DWORD (WINAPI *InsertAt)(struct _RADIUS_ATTRIBUTE_ARRAY *This,DWORD dwIndex,const RADIUS_ATTRIBUTE *pAttr);
94 DWORD (WINAPI *SetAt)(struct _RADIUS_ATTRIBUTE_ARRAY *This,DWORD dwIndex,const RADIUS_ATTRIBUTE *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/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 135 CPDF_Object* pAttr = pFieldDict->GetElementValue(name);
136 if (pAttr) return pFieldDict;
    [all...]

Completed in 210 milliseconds