Home
last modified time | relevance | path

Searched refs:Items (Results 1 – 25 of 47) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh91 #define OT_UARRAY(Name, Items) \ argument
95 Items \
98 #define OT_UHEADLESSARRAY(Name, Items) \ argument
102 Items \
119 #define OT_SUBLOOKUP(Name, SubFormat, Items) \ argument
122 Items
124 #define OT_COVERAGE1(Name, Items) \ argument
128 OT_UARRAY(Name##Glyphs, OT_LIST(Items))
175 #define MANIFEST(Items) \ argument
179 Items \
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp66 const CDirItem &di = Items[index]; in GetPhyPath()
72 const CDirItem &di = Items[index]; in GetLogPath()
81 Items.ReserveDown(); in ReserveDown()
189 AddDirFileInfo(phyParent, logParent, secureIndex, fi, Items); in EnumerateDir()
237 AddDirFileInfo(phyParentCur, logParent, secureIndex, fi, Items); in EnumerateItems2()
273 unsigned numItems = dirItems.Items.Size(); in EnumerateDirItems_Spec()
277 if (numItems == dirItems.Items.Size()) in EnumerateDirItems_Spec()
316 AddDirFileInfo(phyParent, logParent, -1, fi2, dirItems.Items); in EnumerateAltStreams()
368 dirItemIndex = dirItems.Items.Size(); in EnumerateForItem()
369 AddDirFileInfo(phyParent, logParent, secureIndex, fi, dirItems.Items); in EnumerateForItem()
[all …]
DBench.cpp1364 CFreqInfo *Items; member
1367 CFreqThreads(): Items(0), NumThreads(0) {} in CFreqThreads()
1371 Items[i].Wait(); in WaitAll()
1377 delete []Items; in ~CFreqThreads()
1413 CCrcInfo *Items; member
1416 CCrcThreads(): Items(0), NumThreads(0) {} in CCrcThreads()
1420 Items[i].Wait(); in WaitAll()
1426 delete []Items; in ~CCrcThreads()
1829 threads.Items = new CFreqInfo[numThreads]; in FreqBench()
1833 CFreqInfo &info = threads.Items[i]; in FreqBench()
[all …]
DUpdateCallback.cpp216 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()
328 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
394 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
473 if (DirItems->Items[up.DirIndex].AreReparseData()) in GetStream()
DHashCalc.cpp221 dirItems.Items.Add(di); in HashCalc()
272 for (i = 0; i < dirItems.Items.Size(); i++) in HashCalc()
286 const CDirItem &dirItem = dirItems.Items[i]; in HashCalc()
DUpdatePair.cpp83 unsigned numDirItems = dirItems.Items.Size(); in GetUpdatePairInfoList()
148 di = &dirItems.Items[dirIndex2]; in GetUpdatePairInfoList()
DDirItem.h52 CObjectVector<CDirItem> Items;
DUpdateCallback.h115 return DirItems->Items[up.DirIndex].IsDir(); in IsDir()
DUpdate.cpp795 ft2 = &dirItems.Items[pair2.DirIndex].MTime; in Compress()
1121 dirItems.Items.Add(di); in UpdateArchive()
1271 unsigned num = dirItems.Items.Size(); in UpdateArchive()
1435 for (i = 0; i < dirItems.Items.Size(); i++) in UpdateArchive()
1437 const CDirItem &dirItem = dirItems.Items[i]; in UpdateArchive()
/external/parameter-framework/upstream/parameter/
DMappingContext.h77 using Items = std::vector<SItem>; variable
78 Items mItems;
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h348 const unsigned char *Items = Base + Offset; variable
352 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
357 endian::readNext<hash_value_type, little, unaligned>(Items);
361 Info::ReadKeyDataLength(Items);
366 Items += ItemLen;
372 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
376 Items += ItemLen;
381 return iterator(X, Items + L.first, L.second, InfoPtr);
/external/zlib/src/contrib/iostream2/
Dzstream.h114 template <class T, class Items>
115 inline int read(izstream& zs, T* x, Items items) { in read()
263 template <class T, class Items>
264 inline int write(ozstream& zs, const T* x, Items items) { in write()
/external/selinux/secilc/docs/
Dcil_call_macro_statements.md49 - Items defined inside the macro
51 - Items passed into the macro as arguments
53 - Items defined in the same namespace of the macro
55 - Items defined in the global namespace
/external/zlib/src/contrib/delphi/
DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in ppData()
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem() argument
257 Result := AllocMem(Items * Size);
/external/jemalloc/msvc/
Djemalloc_vc2015.sln6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70A99006-…
/external/harfbuzz_ng/win32/
Dgenerate-msvc.mak3 # Items in here should not need to be edited unless
Dbuild-rules-msvc.mak2 # Items in here should not need to be edited unless
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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;
DAntlr.Runtime.Collections.pas121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
/external/opencv3/samples/winrt/ImageManipulations/
DAdvancedCapture.xaml.cpp251 EnumedDeviceList2->Items->Clear(); in EnumerateWebcamsAsync()
267 EnumedDeviceList2->Items->Append(devInfo->Name); in EnumerateWebcamsAsync()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm.in29 # Items to export into callers namespace by default. Note: do not export
/external/lzma/DOC/
D7zFormat.txt401 for(Definded Items)
/external/zlib/src/contrib/ada/
Dzlib-thin.ads117 Items : UInt;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas287 CheckEquals(FIList.Items[3],333);
/external/autotest/client/tests/npb/
Denable-all-tests.patch14 +# Items in this file will need to be changed for each platform.

12