Searched refs:Items (Results 1 - 25 of 36) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
H A DMappingContext.h77 using Items = std::vector<SItem>;
78 Items mItems;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-win1256.hh91 #define OT_UARRAY(Name, Items) \
95 Items \
98 #define OT_UHEADLESSARRAY(Name, Items) \
102 Items \
119 #define OT_SUBLOOKUP(Name, SubFormat, Items) \
122 Items
124 #define OT_COVERAGE1(Name, Items) \
128 OT_UARRAY(Name##Glyphs, OT_LIST(Items))
175 #define MANIFEST(Items) \
179 Items \
[all...]
/external/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp92 void emitMappingEnum(std::vector<Record *> &Items, Record *InstanceClass,
98 std::vector<Record *> &Items, raw_ostream &OS);
112 void SearchableTableEmitter::emitMappingEnum(std::vector<Record *> &Items, argument
121 for (auto Item : Items) {
134 std::vector<Record *> &Items, raw_ostream &OS) {
137 for (auto Item : Items) {
234 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); local
260 for (Record *Item : Items) {
274 emitMappingEnum(Items, InstanceClass, OS);
288 emitPrimaryTable(TableName, FieldNames, SearchFieldNames, SearchTables, Items,
130 emitPrimaryTable( StringRef Name, std::vector<std::string> &FieldNames, std::vector<std::string> &SearchFieldNames, std::vector<std::vector<SearchTableEntry>> &SearchTables, std::vector<Record *> &Items, raw_ostream &OS) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinkItems.cpp30 Linker::LinkInItems(const ItemList& Items, ItemList& NativeItems) { argument
35 for (ItemList::const_iterator I = Items.begin(), E = Items.end();
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp66 const CDirItem &di = Items[index];
72 const CDirItem &di = Items[index];
81 Items.ReserveDown();
189 AddDirFileInfo(phyParent, logParent, secureIndex, fi, Items);
237 AddDirFileInfo(phyParentCur, logParent, secureIndex, fi, Items);
273 unsigned numItems = dirItems.Items.Size();
277 if (numItems == dirItems.Items.Size())
316 AddDirFileInfo(phyParent, logParent, -1, fi2, dirItems.Items);
368 dirItemIndex = dirItems.Items.Size();
369 AddDirFileInfo(phyParent, logParent, secureIndex, fi, dirItems.Items);
[all...]
H A DDirItem.h52 CObjectVector<CDirItem> Items; member in class:CDirItems
H A DHashCalc.cpp221 dirItems.Items.Add(di);
272 for (i = 0; i < dirItems.Items.Size(); i++)
286 const CDirItem &dirItem = dirItems.Items[i];
H A DUpdateCallback.cpp216 const CDirItem &di = DirItems->Items[up.DirIndex];
328 const CDirItem &di = DirItems->Items[up.DirIndex];
394 const CDirItem &di = DirItems->Items[up.DirIndex];
473 if (DirItems->Items[up.DirIndex].AreReparseData())
H A DUpdateCallback.h115 return DirItems->Items[up.DirIndex].IsDir();
H A DUpdatePair.cpp83 unsigned numDirItems = dirItems.Items.Size();
148 di = &dirItems.Items[dirIndex2];
H A DBench.cpp1364 CFreqInfo *Items;
1367 CFreqThreads(): Items(0), NumThreads(0) {}
1371 Items[i].Wait();
1377 delete []Items;
1413 CCrcInfo *Items;
1416 CCrcThreads(): Items(0), NumThreads(0) {}
1420 Items[i].Wait();
1426 delete []Items;
1829 threads.Items = new CFreqInfo[numThreads];
1833 CFreqInfo &info = threads.Items[
[all...]
H A DUpdate.cpp795 ft2 = &dirItems.Items[pair2.DirIndex].MTime;
1121 dirItems.Items.Add(di);
1271 unsigned num = dirItems.Items.Size();
1435 for (i = 0; i < dirItems.Items.Size(); i++)
1437 const CDirItem &dirItem = dirItems.Items[i];
/external/zlib/src/contrib/iostream2/
H A Dzstream.h114 template <class T, class Items>
115 inline int read(izstream& zs, T* x, Items items) {
263 template <class T, class Items>
264 inline int write(ozstream& zs, const T* x, Items items) {
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h364 const unsigned char *Items = Base + Offset; local
366 // 'Items' starts with a 16-bit unsigned integer representing the
368 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
373 endian::readNext<hash_value_type, little, unaligned>(Items);
377 Info::ReadKeyDataLength(Items);
382 Items += ItemLen;
388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
392 Items += ItemLen;
397 return iterator(X, Items + L.first, L.second, InfoPtr);
468 // 'Items' start
[all...]
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DHash.cpp61 ArrayRef<ulittle32_t> Items(
64 for (ulittle32_t Item : Items) {
69 Buffer = Buffer.slice(Items.size() * sizeof(ulittle32_t));
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp175 if (CXFA_Node* pItems = pNode->GetChild(0, XFA_Element::Items)) {
457 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
474 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
534 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
554 if (CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items)) {
566 CXFA_Node* pItem = pChild->GetChild(0, XFA_Element::Items);
588 CXFA_Node* pItems = m_pNode->GetChild(0, XFA_Element::Items);
655 CXFA_Node* pItem = pNode->GetChild(0, XFA_Element::Items);
746 if (pNode->GetElementType() != XFA_Element::Items)
777 if (pNode->GetElementType() != XFA_Element::Items)
[all...]
H A Dcxfa_dataexporter.cpp273 if (pNode->GetElementType() == XFA_Element::Items) {
290 pNode->GetElementType() == XFA_Element::Items) {
H A Dcxfa_nodehelper.cpp154 child->GetElementType() != XFA_Element::Items) {
H A Dxfa_basic_data_element_properties.cpp228 {XFA_Element::Items, 2, 0},
H A Dxfa_document_datamerger_imp.cpp203 CXFA_Node* pItems = pChild->GetChild(0, XFA_Element::Items);
231 CXFA_Node* pItems = pChild->GetChild(0, XFA_Element::Items);
1274 if (bRecursive && pExistingNode->GetElementType() != XFA_Element::Items) {
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
H A Dllvm-ld.cpp479 Linker::ItemList& Items,
501 Items.push_back(std::make_pair(*fileIt++, false));
504 Items.push_back(std::make_pair(*libIt++, true));
593 Linker::ItemList Items; local
594 BuildLinkItems(Items, InputFilenames, Libraries);
597 if (TheLinker.LinkInItems(Items, NativeLinkItems) )
478 BuildLinkItems( Linker::ItemList& Items, const cl::list<std::string>& Files, const cl::list<std::string>& Libraries) argument
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinker.h162 /// turn as it occurs in \p Items.
167 const ItemList& Items, ///< Set of libraries/files to link in
/external/zlib/src/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
/external/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm1154 my @Items = split(/\s*\n\s*/, $TContent);
1156 foreach my $Item (@Items)
1171 my @Items = split(/\s*\n\s*/, $TContent);
1172 foreach my $Item (@Items) {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas181 property Items[Index: Integer]: T read GetItem write SetItem; default;
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
480 Result := inherited Items[Index];
529 inherited Items[Index] := Value;

Completed in 991 milliseconds

12