Home
last modified time | relevance | path

Searched refs:Items (Results 1 – 25 of 30) 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))
176 #define MANIFEST(Items) \ argument
180 Items \
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp50 const CDirItem &di = Items[index]; in GetPhyPath()
56 const CDirItem &di = Items[index]; in GetLogPath()
65 Items.ReserveDown(); in ReserveDown()
98 AddDirFileInfo(phyParent, logParent, fi, Items); in EnumerateDirectory()
133 AddDirFileInfo(phyParentCur, logParent, fi, Items); in EnumerateDirItems2()
166 int numItems = dirItems.Items.Size(); in EnumerateDirItems_Spec()
169 if (numItems == dirItems.Items.Size()) in EnumerateDirItems_Spec()
188 RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), phyPrefix)); in EnumerateDirItems()
234 AddDirFileInfo(phyParent, logParent, fi, dirItems.Items); in EnumerateDirItems()
303 RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), phyPrefix)); in EnumerateDirItems()
[all …]
DBench.cpp909 CCrcInfo *Items; member
910 CCrcThreads(): Items(0), NumThreads(0) {} in CCrcThreads()
914 Items[i].Wait(); in WaitAll()
920 delete []Items; in ~CCrcThreads()
990 threads.Items = new CCrcInfo[numThreads]; in CrcBench()
994 CCrcInfo &info = threads.Items[i]; in CrcBench()
1004 CCrcInfo &info = threads.Items[i]; in CrcBench()
1010 if (!threads.Items[i].Res) in CrcBench()
DUpdatePair.cpp70 int numDirItems = dirItems.Items.Size(); in GetUpdatePairInfoList()
98 const CDirItem &di = dirItems.Items[dirIndex2]; in GetUpdatePairInfoList()
DUpdateCallback.cpp120 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
172 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetStream()
DDirItem.h33 CObjectVector<CDirItem> Items;
DArchiveCommandLine.cpp783 for (int i = 0; i < dirItems.Items.Size(); i++) in EnumerateDirItemsAndSort()
785 const CDirItem &dirItem = dirItems.Items[i]; in EnumerateDirItemsAndSort()
DUpdate.cpp728 dirItems.Items.Add(di); in UpdateArchive()
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h298 const unsigned char *Items = Base + Offset; variable
302 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
307 endian::readNext<hash_value_type, little, unaligned>(Items);
311 Info::ReadKeyDataLength(Items);
316 Items += ItemLen;
322 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
326 Items += ItemLen;
331 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/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/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/lzma/
D7zFormat.txt403 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/llvm/utils/lit/
DTODO2 lit TODO Items
/external/google-breakpad/m4/
Dax_pthread.m4115 # Create a list of thread flags to try. Items starting with a "-" are
/external/mesa3d/m4/
Dax_pthread.m4121 # Create a list of thread flags to try. Items starting with a "-" are
/external/pcre/dist/m4/
Dax_pthread.m4121 # Create a list of thread flags to try. Items starting with a "-" are
/external/harfbuzz_ng/m4/
Dax_pthread.m4121 # Create a list of thread flags to try. Items starting with a "-" are
/external/google-breakpad/src/testing/gtest/m4/
Dacx_pthread.m497 # Create a list of thread flags to try. Items starting with a "-" are
/external/protobuf/gtest/m4/
Dacx_pthread.m497 # Create a list of thread flags to try. Items starting with a "-" are
/external/protobuf/m4/
Dacx_pthread.m497 # Create a list of thread flags to try. Items starting with a "-" are
/external/llvm/docs/
DGettingStarted.rst885 Optional Configuration Items

12