HomeSort by relevance Sort by last modified time
    Searched refs:pList (Results 26 - 50 of 54) sorted by null

12 3

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
normalizecharacters04.js 97 var pList;
118 pList = doc.getElementsByTagName("p");
119 pElem = pList.item(0);
124 pList = doc.getElementsByTagName("p");
125 pElem = pList.item(0);
normalizecharacters05.js 97 var pList;
112 pList = doc.getElementsByTagName("p");
113 pElem = pList.item(0);
118 pList = doc.getElementsByTagName("p");
119 pElem = pList.item(0);
normalizecharacters06.js 97 var pList;
118 pList = doc.getElementsByTagName("p");
119 pElem = pList.item(0);
124 pList = doc.getElementsByTagName("p");
125 pElem = pList.item(0);
normalizecharacters07.js 97 var pList;
112 pList = doc.getElementsByTagName("p");
113 pElem = pList.item(0);
118 pList = doc.getElementsByTagName("p");
119 pElem = pList.item(0);
normalizecharacters08.js 97 var pList;
118 pList = doc.getElementsByTagName("p");
119 pElem = pList.item(0);
124 pList = doc.getElementsByTagName("p");
125 pElem = pList.item(0);
nodegetbaseuri17.js 92 var pList;
100 pList = doc.getElementsByTagName("p");
101 pElem = pList.item(0);
nodegetbaseuri18.js 92 var pList;
100 pList = doc.getElementsByTagName("p");
101 pElem = pList.item(0);
textiselementcontentwhitespace02.js 89 var pList;
99 pList = doc.getElementsByTagName("p");
100 pElem = pList.item(0);
textiselementcontentwhitespace03.js 91 var pList;
101 pList = doc.getElementsByTagName("p");
102 pElem = pList.item(0);
checkcharacternormalization02.js 97 var pList;
126 pList = doc.getElementsByTagName("p");
127 pElem = pList.item(0);
nodegetbaseuri16.js 93 var pList;
101 pList = doc.getElementsByTagName("p");
102 pElem = pList.item(0);
nodegetbaseuri19.js 95 var pList;
104 pList = doc.getElementsByTagName("p");
105 pElem = pList.item(0);
nodegetbaseuri20.js 93 var pList;
101 pList = doc.getElementsByTagName("p");
102 pElem = pList.item(2);
textiselementcontentwhitespace04.js 89 var pList;
112 pList = doc.getElementsByTagName("p");
113 pElem = pList.item(0);
userdatahandler01.js 90 var pList;
114 pList = doc.getElementsByTagName("p");
115 node = pList.item(0);
userdatahandler02.js 90 var pList;
114 pList = doc.getElementsByTagName("p");
115 node = pList.item(0);
canonicalform05.js 95 var pList;
124 pList = doc.getElementsByTagName("p");
125 elem = pList.item(0);
documentnormalizedocument05.js 95 var pList;
123 pList = doc.getElementsByTagName("p");
124 elem = pList.item(0);
documentnormalizedocument13.js 95 var pList;
123 pList = doc.getElementsByTagName("p");
124 elem = pList.item(0);
handleerror02.js 137 var pList;
156 pList = doc.getElementsByTagName("p");
157 pElem = pList.item(0);
userdatahandler03.js 90 var pList;
129 pList = doc.getElementsByTagName("p");
130 node = pList.item(0);
userdatahandler04.js 90 var pList;
129 pList = doc.getElementsByTagName("p");
130 node = pList.item(0);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 160 NSDictionary *pList = nil;
163 pList = [NSPropertyListSerialization propertyListFromData:data
169 return pList;
189 // Check if the MIME types are claimed in a plist in the user's preferences directory.
192 NSDictionary *pList = [self pListForPath:pListPath createFile:NO];
193 if (pList) {
194 // If the plist isn't localized, have the plug-in recreate it in the preferred language.
195 NSString *localizationName = [pList objectForKey:WebPluginLocalizationNameKey];
197 pList = [self pListForPath:pListPath createFile:YES];
198 MIMETypes = [pList objectForKey:WebPluginMIMETypesKey]
    [all...]
  /dalvik/libdex/
DexFile.h 710 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
713 assert(idx < pList->size);
714 return &pList->list[idx];
717 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx) {
718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
921 const DexAnnotationSetRefList* pList, u4 idx)
923 assert(idx < pList->size);
924 return &pList->list[idx];
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 580 BufferList *pList;
585 pList = pContext->pInBufferList;
586 while (pList && pList->pBufHdr)
588 BUFFERLIST_CLEAR_ENTRY(pList, pBufHeader);
643 BufferList *pList;
646 pList = pContext->pOutBufferList;
647 while (pList && pList->pBufHdr)
651 BUFFERLIST_CLEAR_ENTRY(pList, pBufHeader)
    [all...]

Completed in 1197 milliseconds

12 3