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

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textreplacewholetext01.js 91 var itemList;
102 itemList = doc.getElementsByTagName("strong");
103 elementName = itemList.item(0);
textreplacewholetext02.js 90 var itemList;
100 itemList = doc.getElementsByTagName("strong");
101 elementName = itemList.item(0);
textwholetext01.js 89 var itemList;
99 itemList = doc.getElementsByTagName("strong");
100 elementName = itemList.item(0);
textwholetext02.js 89 var itemList;
101 itemList = doc.getElementsByTagName("strong");
102 elementName = itemList.item(0);
textreplacewholetext05.js 90 var itemList;
103 itemList = doc.getElementsByTagName("strong");
104 elementName = itemList.item(0);
textreplacewholetext06.js 100 var itemList;
113 itemList = doc.getElementsByTagName("strong");
114 elementStrong = itemList.item(0);
textreplacewholetext07.js 95 var itemList;
110 itemList = doc.getElementsByTagName("strong");
111 elementName = itemList.item(0);
textreplacewholetext08.js 91 var itemList;
101 itemList = doc.getElementsByTagName("p");
102 p = itemList.item(0);
domconfigurationcansetparameter06.js 91 var itemList;
  /external/llvm/lib/VMCore/
SymbolTableListTraitsImpl.h 44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner());
45 if (ItemList.empty()) return;
49 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
50 I != ItemList.end(); ++I)
57 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
58 I != ItemList.end(); ++I)
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.cpp 159 QList<QWKHistoryItem> itemList;
164 itemList.append(item);
166 return itemList;
173 QList<QWKHistoryItem> itemList;
178 itemList.append(item);
180 return itemList;
  /external/replicaisland/tools/
ExtractPoints.js 59 var itemList = main_path.subPathItems;
60 if (!itemList) {
63 for (var x = 0; x < itemList.length; x++) {
64 var item = itemList[x];
  /external/openssl/crypto/
o_time.c 110 } itemlist[] = { local
118 itemlist[0].buflen = sizeof(logvalue);
119 itemlist[0].bufaddr = logvalue;
120 itemlist[0].reslen = &reslen;
121 status = sys$trnlnm(0, &tabnam, &lognam, 0, itemlist);
  /external/llvm/lib/Linker/
LinkItems.cpp 30 Linker::LinkInItems(const ItemList& Items, ItemList& NativeItems) {
35 for (ItemList::const_iterator I = Items.begin(), E = Items.end();
  /external/llvm/include/llvm/
Linker.h 52 typedef std::vector<std::pair<std::string,bool> > ItemList;
168 const ItemList& Items, ///< Set of libraries/files to link in
169 ItemList& NativeItems ///< Output list of native files/libs
  /external/srec/tools/grxmlcompile/
sub_min.cpp 36 static int checkEntry (int *itemList, int count, int item);
38 static int checkEntry (int *itemList, int count, int item)
41 if (item == itemList[ii])
sub_grph.cpp 29 static int checkEntry (int *itemList, int count, int item);
31 static int checkEntry (int *itemList, int count, int item)
34 if (item == itemList[ii])
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 326 const Linker::ItemList &LinkItems,
479 Linker::ItemList& Items,
568 Linker::ItemList NativeLinkItems;
593 Linker::ItemList Items;
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 113 RetainPtr<CFArrayRef> itemList(AdoptCF, CFArrayCreate(0, (const void**) &item, 1, &MarshallingHelpers::kIUnknownArrayCallBacks));
114 COMPtr<CFDictionaryPropertyBag> info = createUserInfoFromArray(notificationStr, itemList.get());
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 197 PLogError("not supported v2 itemlist type");
    [all...]

Completed in 1352 milliseconds