Home
last modified time | relevance | path

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

/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/clang/lib/Sema/
DSemaDeclAttr.cpp1855 VersionTuple Introduced, in checkAvailabilityAttr() argument
1865 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr()
1866 !(Introduced <= Deprecated)) { in checkAvailabilityAttr()
1869 << 0 << Introduced.getAsString(); in checkAvailabilityAttr()
1873 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
1874 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr()
1877 << 0 << Introduced.getAsString(); in checkAvailabilityAttr()
1912 VersionTuple Introduced, in mergeAvailabilityAttr() argument
1919 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr()
1973 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr()
[all …]
/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/curl/docs/libcurl/
Dsymbols-in-versions13 Name Introduced Deprecated Removed
/external/expat/
DChanges100 - Introduced an XMLCALL macro to control the calling
/external/clang/include/clang-c/
DIndex.h2535 CXVersion Introduced; member
/external/clang/lib/Parse/
DParseDecl.cpp859 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator
965 Index = Introduced; in ParseAvailabilityAttribute()
1002 for (unsigned Index = Introduced; Index != Unknown; ++Index) { in ParseAvailabilityAttribute()
1022 Changes[Introduced], in ParseAvailabilityAttribute()
/external/v8/
DChangeLog14675 Introduced new API to expose external string resource regardless of
14735 Introduced global contexts to represent lexical global scope(s).
16109 Introduced a toplevel Makefile to support GYP-based building. GYP
16200 Introduced a random entropy source which can optionally be provided at
16246 Introduced code flushing of RegExp code to free memory used by
16567 Introduced v8Locale.Collator, a partial implementation of Collator
16625 Introduced scons target to build the preparser stand-alone example.
16853 Introduced partial strict mode support.
17283 Introduced v8::Value::IsRegExp method.
17288 Introduced new indexed property query callbacks API (issue 816). This
[all …]
/external/avahi/docs/
DNEWS730 * Introduced new asynchronous resolver API
/external/clang/tools/c-index-test/
Dc-index-test.c753 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/clang/tools/libclang/
DCIndex.cpp6676 availability[N].Introduced = convertVersion(Avail->getIntroduced()); in getCursorPlatformAvailabilityForDecl()
/external/libevent/
DChangeLog940 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
/external/clang/include/clang/Sema/
DSema.h2105 VersionTuple Introduced,
/external/curl/
DCHANGES.01123 - Introduced a SYST-based test to properly set-up name format when dealing
1981 - Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
4248 - Introduced --data-urlencode to the curl tool for easier url encoding of the
9044 - Introduced lib/curlx.h as a single header to provide the curlx_-functions
14118 - Introduced a new file format for storing test cases, and thus I had to
16043 - Introduced LIBCURL_VERSION_NUM to the curl.h include file to better allow
17305 - Introduced a whole new dynamic buffer system for all sprintf()s. It is
17389 - Introduced automake stuff.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.236382 Introduced as replacement of FT_GetFile_From_Mac_ATS_Name.
DChangeLog.216001 Introduced three new functions to deal with glyph bitmaps within
/external/libpng/
DCHANGES4469 Introduced a PNG_LIB_TARGETS variable that lists all activated library
/external/pcre/dist/
DChangeLog5162 56. Introduced HOST_CC and HOST_CFLAGS which can be set in the environment when
/external/libxml2/
DChangeLog4455 Added facet derivation constraints. Introduced "particle"