Home
last modified time | relevance | path

Searched refs:Introduced (Results 1 – 25 of 32) sorted by relevance

12

/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle34 * 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/
DCodeViewDebug.cpp1361 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/
DCHANGES172 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/
DSemaDeclAttr.cpp1904 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/
DCHANGES.txt53 * Fix issue 177 - Introduced closeTo matcher for BigDecimals
/external/protobuf/
DCHANGES.txt27 * 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/protobuf/util/
DCHANGES.txt27 * 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/
DAttributeList.h59 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData()
64 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
/external/protobuf/csharp/
DCHANGES.txt29 - Fix for bug in limited input stream's Position, Introduced Position on
/external/curl/docs/libcurl/
Dsymbols-in-versions13 Name Introduced Deprecated Removed
/external/python/cpython2/Doc/library/
Dgetopt.rst91 Introduced :exc:`GetoptError` as a synonym for :exc:`error`.
Dpickle.rst131 Introduced the *protocol* parameter.
177 Introduced the *protocol* parameter.
253 Introduced the *protocol* parameter.
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v1627 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/
DChanges149 - Introduced an XMLCALL macro to control the calling
/external/clang/lib/Parse/
DParseDecl.cpp865 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/
DIndex.h2591 CXVersion Introduced; member
/external/ltp/runtest/
Dsyscalls1396 # Introduced from Kernel 2.6.22 onwards
/external/syslinux/core/lwip/
DCHANGELOG1298 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
1544 * api_lib.c, ip_frag.c, pbuf.c, api.h, pbuf.h: Introduced pbuf_copy_partial,
1566 * mem.c, memp.c, mem.h, memp.h, opt.h: task #6863: Introduced the option
1675 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending
1701 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
/external/python/cpython2/Lib/idlelib/
DNEWS.txt1146 - Introduced the new RPC implementation, which includes a debugger. The output
1151 - Introduced the configuration GUI and a new About dialog.
/external/v8/
DChangeLog24971 Introduced new API to expose external string resource regardless of
25031 Introduced global contexts to represent lexical global scope(s).
26405 Introduced a toplevel Makefile to support GYP-based building. GYP
26496 Introduced a random entropy source which can optionally be provided at
26542 Introduced code flushing of RegExp code to free memory used by
26863 Introduced v8Locale.Collator, a partial implementation of Collator
26921 Introduced scons target to build the preparser stand-alone example.
27149 Introduced partial strict mode support.
27579 Introduced v8::Value::IsRegExp method.
27584 Introduced new indexed property query callbacks API (issue 816). This
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c757 printVersion(", introduced=", PlatformAvailability[I].Introduced); in PrintCursor()
/external/c-ares/
DCHANGES267 - Introduced ares_library_init() and ares_library_cleanup() functions.
/external/testng/
DCHANGES.txt1072 Fixed: Introduced a JDK5 dependency in the JDK1.4 build (getEnclosingClass())
/external/python/cpython2/Doc/howto/
Dregex.rst1377 .. [#] Introduced in Python 2.2.2.
/external/clang/tools/libclang/
DCIndex.cpp7047 availability[N].Introduced = convertVersion(Avail->getIntroduced()); in getCursorPlatformAvailabilityForDecl()

12