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

  /frameworks/compile/mclinker/lib/MC/
AttributeSet.cpp 35 Attribute* AttributeSet::exists(const Attribute& pAttr) const {
36 if (m_Predefined == pAttr)
42 if (*(*cur) == pAttr) {
50 void AttributeSet::record(mcld::Attribute& pAttr) {
51 m_AttrSet.push_back(&pAttr);
Attribute.cpp 19 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 48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);
57 const AttributeProxy& pAttr,
Attribute.h 131 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 338 CPDF_Object* pAttr = GetAttr(owner, name, FALSE);
339 if (pAttr) {
340 return pAttr;
351 CPDF_Object* pAttr = pAttrDict->GetElementValue(name);
352 if (pAttr) {
353 return pAttr;
384 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable);
385 CPDF_Array* pArray = ToArray(pAttr);
387 return pAttr;
390 return pAttr;
    [all...]
doc_utils.cpp 701 CPDF_Object* pAttr = pFieldDict->GetElementValue(name);
702 if (pAttr) {
703 return pAttr;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 140 XFA_LPCNOTSUREATTRIBUTE pAttr =
142 if (pAttr) {
143 pValue = pAttr->pValue;
245 const uint8_t* pAttr = XFA_GetElementAttributes(eElement, iCount);
246 if (pAttr == NULL || iCount < 1) {
250 int32_t index = search.Lookup(eAttribute, pAttr, iCount);
326 XFA_LPCNOTSUREATTRIBUTE pAttr = g_XFANotsureAttributes + iMid;
327 if (eElement == pAttr->eElement) {
328 if (pAttr->eAttribute == eAttribute) {
329 if (eType == XFA_ATTRIBUTETYPE_NOTSURE || eType == pAttr->eType) {
    [all...]
xfa_document_serialize.cpp 214 XFA_LPCATTRIBUTEINFO pAttr =
216 if (pAttr->eName == XFA_ATTRIBUTE_Name ||
217 (XFA_DataExporter_AttributeSaveInDataModel(pNode, pAttr->eName) &&
222 XFA_SaveAttribute(pNode, pAttr->eName, pAttr->pName, bSaveXML, wsAttr);
399 XFA_LPCATTRIBUTEINFO pAttr =
401 if (pAttr->eName == XFA_ATTRIBUTE_Name) {
405 XFA_SaveAttribute(pNode, pAttr->eName, pAttr->pName, FALSE, wsAttr);
xfa_object_imp.cpp     [all...]
  /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/core/src/fxcodec/codec/
fx_codec_tiff.cpp 253 FX_BOOL Tiff_Exif_GetInfo(TIFF* tif_ctx, ttag_t tag, CFX_DIBAttribute* pAttr) {
260 pAttr->m_Exif[tag] = (void*)ptr;
265 CFX_DIBAttribute* pAttr) {
274 pAttr->m_Exif[tag] = ptr;
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
cap_msmf.cpp 783 HRESULT LogAttributeValueByIndexNew(IMFAttributes *pAttr, DWORD index);
811 HRESULT LogAttributeValueByIndexNew(IMFAttributes *pAttr, DWORD index, MediaType &out)
818 HRESULT hr = pAttr->GetItemByIndex(index, &guid, &var);
    [all...]

Completed in 823 milliseconds