/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)) 175 #define MANIFEST(Items) \ argument 179 Items \
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 66 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 …]
|
D | Bench.cpp | 1364 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 …]
|
D | UpdateCallback.cpp | 216 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()
|
D | HashCalc.cpp | 221 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()
|
D | UpdatePair.cpp | 83 unsigned numDirItems = dirItems.Items.Size(); in GetUpdatePairInfoList() 148 di = &dirItems.Items[dirIndex2]; in GetUpdatePairInfoList()
|
D | DirItem.h | 52 CObjectVector<CDirItem> Items;
|
D | UpdateCallback.h | 115 return DirItems->Items[up.DirIndex].IsDir(); in IsDir()
|
D | Update.cpp | 795 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/ |
D | MappingContext.h | 77 using Items = std::vector<SItem>; variable 78 Items mItems;
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 348 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/ |
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/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 49 - 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/ |
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/jemalloc/msvc/ |
D | jemalloc_vc2015.sln | 6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70A99006-…
|
/external/harfbuzz_ng/win32/ |
D | generate-msvc.mak | 3 # Items in here should not need to be edited unless
|
D | build-rules-msvc.mak | 2 # Items in here should not need to be edited unless
|
/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/opencv3/samples/winrt/ImageManipulations/ |
D | AdvancedCapture.xaml.cpp | 251 EnumedDeviceList2->Items->Clear(); in EnumerateWebcamsAsync() 267 EnumedDeviceList2->Items->Append(devInfo->Name); in EnumerateWebcamsAsync()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm.in | 29 # Items to export into callers namespace by default. Note: do not export
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 401 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/autotest/client/tests/npb/ |
D | enable-all-tests.patch | 14 +# Items in this file will need to be changed for each platform.
|