/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 91 #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/ |
D | EnumDirItems.cpp | 50 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 …]
|
D | Bench.cpp | 909 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()
|
D | UpdatePair.cpp | 70 int numDirItems = dirItems.Items.Size(); in GetUpdatePairInfoList() 98 const CDirItem &di = dirItems.Items[dirIndex2]; in GetUpdatePairInfoList()
|
D | UpdateCallback.cpp | 120 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty() 172 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetStream()
|
D | DirItem.h | 33 CObjectVector<CDirItem> Items;
|
D | ArchiveCommandLine.cpp | 783 for (int i = 0; i < dirItems.Items.Size(); i++) in EnumerateDirItemsAndSort() 785 const CDirItem &dirItem = dirItems.Items[i]; in EnumerateDirItemsAndSort()
|
D | Update.cpp | 728 dirItems.Items.Add(di); in UpdateArchive()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 298 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/ |
D | zstream.h | 114 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/ |
D | ZLib.pas | 19 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/ |
D | Antlr.Runtime.Tools.pas | 181 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;
|
D | Antlr.Runtime.Collections.pas | 121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
|
/external/lzma/ |
D | 7zFormat.txt | 403 for(Definded Items)
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 117 Items : UInt;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Tools.Tests.pas | 287 CheckEquals(FIList.Items[3],333);
|
/external/llvm/utils/lit/ |
D | TODO | 2 lit TODO Items
|
/external/google-breakpad/m4/ |
D | ax_pthread.m4 | 115 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/mesa3d/m4/ |
D | ax_pthread.m4 | 121 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/pcre/dist/m4/ |
D | ax_pthread.m4 | 121 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/harfbuzz_ng/m4/ |
D | ax_pthread.m4 | 121 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/google-breakpad/src/testing/gtest/m4/ |
D | acx_pthread.m4 | 97 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/protobuf/gtest/m4/ |
D | acx_pthread.m4 | 97 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/protobuf/m4/ |
D | acx_pthread.m4 | 97 # Create a list of thread flags to try. Items starting with a "-" are
|
/external/llvm/docs/ |
D | GettingStarted.rst | 885 Optional Configuration Items
|