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

  /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...]
xmlprinter.cc 80 const XmlAttr * pattr; local
81 for (pattr = element->FirstAttr(); pattr; pattr = pattr->NextAttr()) {
82 if (pattr->Name() == QN_XMLNS)
83 xmlnsStack_.AddXmlns(STR_EMPTY, pattr->Value());
84 else if (pattr->Name().Namespace() == NS_XMLNS)
85 xmlnsStack_.AddXmlns(pattr->Name().LocalPart(),
86 pattr->Value())
    [all...]
  /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/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...]
  /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;
cmm.h 88 * pAttr: Attributes of memory to allocate.
  /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;
cmm.h 88 * pAttr: Attributes of memory to allocate.
  /external/iputils/ninfod/
ninfod_core.c 125 pthread_attr_t pattr; variable
416 pthread_attr_destroy(&pattr);
418 pthread_attr_init(&pattr);
419 pthread_attr_setdetachstate(&pattr, PTHREAD_CREATE_DETACHED);
682 if (pthread_create(&thread, &pattr, ni_send_thread, p)) {
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 1457 pa_buffer_attr *pattr = NULL; local
1492 pa_buffer_attr *pattr = NULL; local
    [all...]
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_mutex.c 87 /*if (SUCCESS != pthread_mutex_init(plMutex, pAttr)) */
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 3985 pthread_attr_t pattr; local
8407 pthread_attr_t pattr; local
    [all...]
QCameraHWI_Parm.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 83 /* ObjC ("PATTR" reserved words - they do not appear after a '@'
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 83 /* ObjC ("PATTR" reserved words - they do not appear after a '@'
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 83 /* ObjC ("PATTR" reserved words - they do not appear after a '@'
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 83 /* ObjC ("PATTR" reserved words - they do not appear after a '@'
    [all...]

Completed in 1076 milliseconds