/external/zlib/src/contrib/ada/ |
D | zlib.adb | 17 with ZLib.Thin; 21 use type Thin.Int; 23 type Z_Stream is new Thin.Z_Stream; 37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int; 41 function (Ctrm : in Thin.Z_Streamp) return Thin.Int; 65 Return_Code : constant array (Thin.Int range <>) of Return_Code_Enum 77 := (True => (Step => Thin.Deflate'Access, 78 Done => Thin.DeflateEnd'Access), 79 False => (Step => Thin.Inflate'Access, 80 Done => Thin.InflateEnd'Access)); [all …]
|
D | zlib-thin.adb | 11 package body ZLib.Thin is 141 end ZLib.Thin;
|
D | zlib-thin.ads | 15 private package ZLib.Thin is 450 end ZLib.Thin;
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 154 static bool useStringTable(bool Thin, StringRef Name) { in useStringTable() argument 155 return Thin || Name.size() >= 16; in useStringTable() 159 printMemberHeader(raw_fd_ostream &Out, object::Archive::Kind Kind, bool Thin, in printMemberHeader() argument 166 if (!useStringTable(Thin, Name)) in printMemberHeader() 199 bool Thin) { in writeStringTable() argument 204 if (!useStringTable(Thin, Name)) in writeStringTable() 213 if (Thin) in writeStringTable() 326 bool Deterministic, bool Thin, in writeArchive() argument 328 assert((!Thin || Kind == object::Archive::K_GNU) && in writeArchive() 338 if (Thin) in writeArchive() [all …]
|
/external/skia/src/sfnt/ |
D | SkPanose.h | 36 Thin = 7, enumerator 52 Thin = 4, enumerator 202 Thin = 4, enumerator 323 Thin = 4, enumerator 371 Thin = 7, enumerator
|
D | SkOTTable_OS_2_V0.h | 27 Thin = SkTEndian_SwapBE16(100), enumerator
|
D | SkOTTable_OS_2_V1.h | 25 Thin = SkTEndian_SwapBE16(100), enumerator
|
D | SkOTTable_OS_2_V2.h | 25 Thin = SkTEndian_SwapBE16(100), enumerator
|
D | SkOTTable_OS_2_V3.h | 25 Thin = SkTEndian_SwapBE16(100), enumerator
|
D | SkOTTable_OS_2_V4.h | 25 Thin = SkTEndian_SwapBE16(100), enumerator
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 80 for (auto &Thin : ArchFiles) in generateUniversalBinary() local 81 Args.push_back(Thin.Path.c_str()); in generateUniversalBinary() 84 for (auto &Thin : ArchFiles) { in generateUniversalBinary() local 85 Thin.Arch = getArchName(Thin.Arch); in generateUniversalBinary() 87 Args.push_back(Thin.Arch.c_str()); in generateUniversalBinary()
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 147 static bool Thin = false; ///< 'T' modifier variable 271 Thin = true; in parseCommandLine() 459 if (Thin && !M.getParent()->isThin()) in addMember() 633 if (Thin) in performWriteOperation() 648 if (Thin) in performWriteOperation() 656 Kind, Deterministic, Thin, std::move(OldArchiveBuf)); in performWriteOperation()
|
/external/roboto-fonts/ |
D | Android.mk | 62 $(eval $(call create-font-symlink,Roboto-Thin.ttf,Roboto-Regular.ttf)) 81 Roboto-Thin.ttf \
|
D | fonts.mk | 26 Roboto-Thin.ttf \
|
/external/llvm/include/llvm/Object/ |
D | ArchiveWriter.h | 52 bool Thin, std::unique_ptr<MemoryBuffer> OldArchiveBuf = nullptr);
|
/external/pdfium/xfa/fde/css/ |
D | fde_css.h | 47 Thin, enumerator
|
D | fde_cssdatatable.cpp | 135 {FDE_CSSPropertyValue::Thin, L"thin", 0x2D574D53},
|
D | cfde_cssstyleselector.cpp | 501 case FDE_CSSPropertyValue::Thin: in SetLengthWithPercent()
|
D | cfde_cssdeclaration.cpp | 478 case FDE_CSSPropertyValue::Thin: in ParseBorderProperty()
|
/external/skia/src/ports/ |
D | SkTypeface_win_dw.cpp | 403 SerifStyle::Thin == serifStyle || in onGetAdvancedMetrics()
|
/external/python/cpython2/Doc/library/ |
D | shelve.rst | 195 Thin layer around the :mod:`bsddb` which provides an :func:`~dbhash.open`
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 635 set(LLVM_ENABLE_LTO OFF CACHE STRING "Build LLVM with LTO. May be specified as Thin or Full to use …
|
/external/llvm/docs/ |
D | CMake.rst | 369 ``On``, ``Thin`` and ``Full``. Defaults to OFF.
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 959 Thin Ice
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 5874 U+2009 Thin space
|