Home
last modified time | relevance | path

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

1234

/external/perfetto/protos/perfetto/config/profiling/
Dheapprofd_config.proto81 // Introduced in Android 12.
87 // Introduced in Android 12.
101 // Introduced in Android 12.
104 // Sample all heaps registered by target process. Introduced in Android 12.
121 // Introduced in Android 11.
125 // Introduced in Android 11.
130 // Introduced in Android 11.
157 // Introduced in Android 11.
164 // Introduced in Android 11.
170 // Introduced in Android 11.
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp364 VersionTuple Introduced = AA->getIntroduced(); in DoEmitAvailabilityWarning() local
368 Introduced); in DoEmitAvailabilityWarning()
376 << Introduced.getAsString(); in DoEmitAvailabilityWarning()
380 << OffendingDecl << PlatformName << Introduced.getAsString() in DoEmitAvailabilityWarning()
408 std::string Introduced = in DoEmitAvailabilityWarning() local
413 "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning()
749 VersionTuple Introduced = AA->getIntroduced(); in DiagnoseDeclAvailability() local
751 if (AvailabilityStack.back() >= Introduced) in DiagnoseDeclAvailability()
756 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced, Ctx, in DiagnoseDeclAvailability()
767 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced) in DiagnoseDeclAvailability()
[all …]
DSemaDeclAttr.cpp2208 VersionTuple Introduced, in checkAvailabilityAttr() argument
2218 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr()
2219 !(Introduced <= Deprecated)) { in checkAvailabilityAttr()
2222 << 0 << Introduced.getAsString(); in checkAvailabilityAttr()
2226 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
2227 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr()
2230 << 0 << Introduced.getAsString(); in checkAvailabilityAttr()
2265 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr() argument
2269 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr()
2322 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr()
[all …]
/external/catch2/docs/
Dother-macros.md62 > [Introduced](https://github.com/catchorg/Catch2/issues/1362) in Catch 2.4.2.
137 > Introduced in Catch 2.3.0.
Dtostring.md74 > Introduced in Catch 2.8.0.
113 > [Introduced](https://github.com/catchorg/Catch2/issues/1614) in Catch 2.8.0.
Dlogging.md33 > [Introduced](https://github.com/catchorg/Catch2/issues/1522) in Catch 2.7.0.
109 > [Introduced](https://github.com/catchorg/Catch2/issues/1522) in Catch 2.7.0.
Dtest-cases-and-sections.md107 > [Introduced](https://github.com/catchorg/Catch2/issues/1437) in Catch 2.5.0.
159 > [Introduced](https://github.com/catchorg/Catch2/issues/1468) in Catch 2.6.0.
204 > [Introduced](https://github.com/catchorg/Catch2/issues/1627) in Catch 2.9.0.
224 > [Introduced](https://github.com/catchorg/Catch2/issues/1609) in Catch 2.8.0.
Dcommand-line.md283 > [Introduced](https://github.com/catchorg/Catch2/issues/1616) in Catch 2.9.0.
292 > [Introduced](https://github.com/catchorg/Catch2/issues/1616) in Catch 2.9.0.
307 > [Introduced](https://github.com/catchorg/Catch2/issues/1616) in Catch 2.9.0.
317 > [Introduced](https://github.com/catchorg/Catch2/issues/1616) in Catch 2.9.0.
326 > [Introduced](https://github.com/catchorg/Catch2/pull/1844) in Catch 2.11.2.
Dtest-fixtures.md91 > [Introduced](https://github.com/catchorg/Catch2/issues/1609) in Catch 2.8.0.
/external/llvm-project/polly/lib/External/ppcg/
Dpolybench_test.sh.in97 echo Introduced `grep -R 'omp parallel' "${OUTDIR}" | wc -l` '"pragma omp parallel for"'
/external/kotlinx.coroutines/
DCHANGES.md586 * Introduced support for thread-local elements in coroutines context (see #119):
591 * Introduced IO dispatcher to offload blocking I/O-intensive tasks (see #79).
592 * Introduced `ExecutorCoroutineDispatcher` instead of `CloseableCoroutineDispatcher` (see #385).
614 * Introduced `SendChannel.invokeOnClose` (see #341).
622 …* Introduced `UI.immediate` extension as performance-optimization to immediately execute tasks whi…
758 * Introduced stable public API for `AbstractCoroutine`:
778 * Introduced `Window.asCoroutineDispatcher()` extension function.
801 * Introduced `ReceiveChannel.cancel` method.
806 …* Introduced an optional `parent` job parameter for all coroutine builders so that code with an ex…
808 * Introduced `Job.children` property.
[all …]
/external/perfetto/protos/perfetto/common/
Dobservable_events.proto35 // Introduced in Android 11 (R).
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto633 // Introduced in Android 12.
639 // Introduced in Android 12.
653 // Introduced in Android 12.
656 // Sample all heaps registered by target process. Introduced in Android 12.
673 // Introduced in Android 11.
677 // Introduced in Android 11.
682 // Introduced in Android 11.
709 // Introduced in Android 11.
716 // Introduced in Android 11.
722 // Introduced in Android 11.
[all …]
Ddata_source_config.proto105 // Introduced in Android 10.
108 // Introduced in Android 11.
/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/arm-trusted-firmware/docs/
Dglossary.rst168 Speculative Store Bypass Safe. Introduced in Armv8.5, this configuration
/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/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/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/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto127 // Introduced in Android Q. This is used for re-attaching to the end-of-trace
138 // Introduced in Android S.
/external/curl/docs/
Doptions-in-versions11 Long (short) Introduced
/external/hamcrest/
DCHANGES.txt53 * Fix issue 177 - Introduced closeTo matcher for BigDecimals
/external/protobuf/src/google/protobuf/
Dport_def.inc165 // Introduced in gcc 3.1.
178 // Introduced in gcc 3.1.
/external/clang/include/clang/Sema/
DAttributeList.h59 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData()
64 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
/external/protobuf/
DCHANGES.txt128 * Introduced new MOMI (maybe-outside-memory-interval) parser.
194 * Introduced workaround for Windows issue with std::atomic and std::once_flag
462 * Introduced new parser API DiscardUnknownFieldsParser in preparation of
469 * Introduced new TextFormat API printUnicodeFieldValue() that prints field
619 * Introduced the start of custom option handling; it's not as pleasant as it
622 * Introduced ByteString.FromStream and ByteString.FromStreamAsync to
886 * Introduced a deterministic serialization API in
968 * Introduced an ExperimentalApi annotation. Annotated APIs are experimental
970 * Introduced zero-copy serialization as an ExperimentalApi
1076 * Introduced a new language implementation: JavaScript.
[all …]

1234