/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zItem.h | 102 CRecordVector<bool> Defined; member 107 Defined.Clear(); in Clear() 118 if (index < Defined.Size() && Defined[index]) in GetItem() 129 while (index >= Defined.Size()) in SetItem() 130 Defined.Add(false); in SetItem() 131 Defined[index] = defined; in SetItem() 139 bool CheckSize(int size) const { return Defined.Size() == size || Defined.Size() == 0; } in CheckSize()
|
D | 7zOut.cpp | 530 for (i = 0; i < v.Defined.Size(); i++) in WriteUInt64DefVector() 531 if (v.Defined[i]) in WriteUInt64DefVector() 537 WriteAlignedBoolHeader(v.Defined, numDefined, type, 8); in WriteUInt64DefVector() 539 for (i = 0; i < v.Defined.Size(); i++) in WriteUInt64DefVector() 540 if (v.Defined[i]) in WriteUInt64DefVector()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 25 /* Defined if C11 atomics are available. */ 28 /* Defined if the equivalent of FreeBSD's atomic(9) functions are available. */ 32 * Defined if OSAtomic*() functions are available, as provided by Darwin, and 38 * Defined if __sync_add_and_fetch(uint32_t *, uint32_t) and 46 * Defined if __sync_add_and_fetch(uint64_t *, uint64_t) and 54 * Defined if __builtin_clz() and __builtin_clzl() are available. 59 * Defined if madvise(2) is available. 64 * Defined if OSSpin*() functions are available, as provided by Darwin, and 70 * Defined if secure_getenv(3) is available. 75 * Defined if issetugid(2) is available. [all …]
|
/external/llvm/lib/Object/ |
D | RecordStreamer.cpp | 22 case Defined: in markDefined() 24 S = Defined; in markDefined() 33 case Defined: in markGlobal() 49 case Defined: in markUsed()
|
D | RecordStreamer.h | 18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used }; enumerator
|
D | IRObjectFile.cpp | 102 case RecordStreamer::Defined: in IRObjectFile()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 55 ####Link EST America/New_York EST # Defined as -05:00 56 ####Link Pacific/Honolulu HST # Defined as -10:00 62 ####Link America/Denver MST # Defined as -07:00
|
/external/eigen/Eigen/src/Core/util/ |
D | Meta.h | 191 enum { Defined = 0 }; 198 Defined = 1 207 Defined = 1 216 Defined = 1
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 259 virtual void Defined(const Token &MacroNameTok, const MacroDirective *MD, in Defined() function 454 void Defined(const Token &MacroNameTok, const MacroDirective *MD, in Defined() function 456 First->Defined(MacroNameTok, MD, Range); in Defined() 457 Second->Defined(MacroNameTok, MD, Range); in Defined()
|
D | PreprocessingRecord.h | 505 void Defined(const Token &MacroNameTok, const MacroDirective *MD,
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_defs.h.in | 1 /* Defined if __attribute__((...)) syntax is supported. */
|
/external/elfutils/src/ |
D | config.h.in | 75 /* Defined if demangling is enabled */ 78 /* Defined if libraries should be thread-safe. */
|
D | configure.ac | 71 AH_TEMPLATE([USE_LOCKS], [Defined if libraries should be thread-safe.]) 212 AC_DEFINE([USE_DEMANGLE], [1], [Defined if demangling is enabled])])
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | RELEASE.TXT | 9 * Defined against badly-formatted cue points
|
/external/clang/include/clang/AST/ |
D | CommentHTMLNamedCharacterReferences.td | 70 // def : NCR<"Ygrave", 0x01EF2>; // Defined neither in Doxygen, nor in HTML5. 76 def : NCR<"ygrave", 0x01EF3>; // Defined in Doxygen, not defined in HTML5.
|
/external/libunwind/ |
D | configure.ac | 324 [Defined if __builtin___clear_cache() is available]) 335 [Defined if __builtin_unreachable() is available]) 349 [Defined if __sync atomics are available])
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffScalar.h | 495 enum { Defined = 1 }; 502 enum { Defined = 1 }; 509 enum { Defined = 1 }; 516 enum { Defined = 1 };
|
/external/libxml2/os400/libxmlrpg/ |
D | xpath.rpgle | 304 d varHash like(xmlHashTablePtr) Defined variables 308 d types like(xmlXPathTypePtr) Defined types array 314 d funcHash like(xmlHashTablePtr) Defined functions 318 d axis like(xmlXPathAxisPtr) Defined axis array
|
/external/protobuf/gtest/m4/ |
D | gtest.m4 | 64 AC_DEFINE([HAVE_GTEST],[1],[Defined when Google Test is available.])],
|
/external/google-breakpad/src/testing/gtest/m4/ |
D | gtest.m4 | 64 AC_DEFINE([HAVE_GTEST],[1],[Defined when Google Test is available.])],
|
/external/markdown/docs/extensions/ |
D | CodeHilite.txt | 81 ###When No Language is Defined
|
/external/expat/ |
D | Changes | 110 - Defined XML_Bool type and the values XML_TRUE and XML_FALSE. 176 - Defined XML_SetEndNamespaceDeclHandler. Thanks to Darryl Miles for
|
/external/eigen/Eigen/src/Core/ |
D | CwiseBinaryOp.h | 98 ? int(internal::scalar_product_traits<LHS, RHS>::Defined) \
|
/external/lzma/ |
D | 7zFormat.txt | 210 BIT Defined
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 398 void PreprocessingRecord::Defined(const Token &MacroNameTok, in Defined() function in PreprocessingRecord
|