/external/u-boot/arch/arc/ |
D | Kconfig | 93 Introduced with ARC700 4.10: New Features 101 Introduced as a part of ARC HS38 release.
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 34 * Introduced in 2.9.0 46 * Introduced in 2.9.0 56 * Introduced in 2.9.0 66 * Introduced in 2.9.0
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1361 bool Introduced) { in translateMethodKindFlags() argument 1366 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags() 1368 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags() 1690 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual; in lowerRecordFieldList() local 1693 if (Introduced) in lowerRecordFieldList() 1697 OneMethodRecord(MethodType, translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
|
/external/tagsoup/ |
D | CHANGES | 172 Introduced "uncloseability" of form and table elements 182 Introduced <memberofAny> and <isRoot> as alternatives to 258 Introduced BOOLEAN type (currently just converted to NMTOKEN).
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1904 VersionTuple Introduced, in checkAvailabilityAttr() argument 1914 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr() 1915 !(Introduced <= Deprecated)) { in checkAvailabilityAttr() 1918 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 1922 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 1923 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 1926 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 1962 VersionTuple Introduced, in mergeAvailabilityAttr() argument 1971 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr() 2025 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
/external/hamcrest/ |
D | CHANGES.txt | 53 * Fix issue 177 - Introduced closeTo matcher for BigDecimals
|
/external/protobuf/ |
D | CHANGES.txt | 27 * Introduced an ExperimentalApi annotation. Annotated APIs are experimental 29 * Introduced zero-copy serialization as an ExperimentalApi 135 * Introduced a new language implementation: JavaScript. 158 * Introduced UnsafeByteStrings to support zero-copy ByteString creation. 226 * Introduced new utility functions/classes in the google/protobuf/util 241 * Introduced a new util package that will be distributed as a separate 306 * Introduced two new language implementations (Objective-C, C#) to proto3. 406 * Introduced three new language implementations (Ruby, JavaNano, and 489 * Introduced Protocol Buffers language version 3 (aka proto3).
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 59 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData() 64 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1783 bool Introduced) { in translateMethodKindFlags() argument 1791 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags() 1793 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags() 2203 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual; in lowerRecordFieldList() local 2206 if (Introduced) in lowerRecordFieldList() 2211 translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
|
/external/protobuf/csharp/ |
D | CHANGES.txt | 29 - Fix for bug in limited input stream's Position, Introduced Position on
|
/external/perfetto/protos/perfetto/ipc/ |
D | consumer_port.proto | 109 // Introduced in Android Q. This is used for re-attaching to the end-of-trace
|
/external/python/cpython2/Doc/library/ |
D | getopt.rst | 91 Introduced :exc:`GetoptError` as a synonym for :exc:`error`.
|
D | pickle.rst | 131 Introduced the *protocol* parameter. 177 Introduced the *protocol* parameter. 253 Introduced the *protocol* parameter.
|
/external/curl/docs/libcurl/ |
D | symbols-in-versions | 13 Name Introduced Deprecated Removed
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.v1 | 627 to src/prep_cif.c. Introduced ffi_prep_cif_machdep(). 709 to src/prep_cif.c. Introduced ffi_prep_cif_machdep. Return types
|
/external/expat/ |
D | Changes | 276 #30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1 480 - Introduced an XMLCALL macro to control the calling
|
/external/libffi/ |
D | ChangeLog.v1 | 627 to src/prep_cif.c. Introduced ffi_prep_cif_machdep(). 709 to src/prep_cif.c. Introduced ffi_prep_cif_machdep. Return types
|
/external/python/cpython3/Doc/library/ |
D | types.rst | 70 Introduced the ``__prepare__`` namespace hook
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 382 Introduced platform independent _PyTime_localtime API that is similar to
|
/external/python/cpython3/Doc/ |
D | glossary.rst | 90 :meth:`__aexit__` methods. Introduced by :pep:`492`. 123 :meth:`__aiter__` method. Introduced by :pep:`492`. 130 :exc:`StopAsyncIteration` exception. Introduced by :pep:`492`. 860 :class:`str` or :class:`bytes` result instead, respectively. Introduced
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReleaseNotes.rst | 174 * Introduced definitions of ``[d]rem``, ``[d]remu``,
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS2x.txt | 646 - Introduced the new RPC implementation, which includes a debugger. The output 651 - Introduced the configuration GUI and a new About dialog.
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 179 - Introduced a new function (`tjGetErrorStr2()`) in the TurboJPEG C API 185 - Introduced a new function (`tjGetErrorCode()`) in the TurboJPEG C API 191 - Introduced a new flag (`TJFLAG_STOPONWARNING` in the TurboJPEG C API and 197 5. Introduced a new flag in the TurboJPEG C and Java APIs (`TJFLAG_PROGRESSIVE` 205 6. Introduced a new transform option in the TurboJPEG API (`TJXOPT_COPYNONE` in
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 865 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 996 Index = Introduced; in ParseAvailabilityAttribute() 1033 for (unsigned Index = Introduced; Index != Unknown; ++Index) { in ParseAvailabilityAttribute() 1053 Changes[Introduced], in ParseAvailabilityAttribute()
|
/external/clang/include/clang-c/ |
D | Index.h | 2591 CXVersion Introduced; member
|