/external/perfetto/protos/perfetto/config/profiling/ |
D | heapprofd_config.proto | 81 // 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/ |
D | SemaAvailability.cpp | 364 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 …]
|
D | SemaDeclAttr.cpp | 2208 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/ |
D | other-macros.md | 62 > [Introduced](https://github.com/catchorg/Catch2/issues/1362) in Catch 2.4.2. 137 > Introduced in Catch 2.3.0.
|
D | tostring.md | 74 > Introduced in Catch 2.8.0. 113 > [Introduced](https://github.com/catchorg/Catch2/issues/1614) in Catch 2.8.0.
|
D | logging.md | 33 > [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.
|
D | test-cases-and-sections.md | 107 > [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.
|
D | command-line.md | 283 > [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.
|
D | test-fixtures.md | 91 > [Introduced](https://github.com/catchorg/Catch2/issues/1609) in Catch 2.8.0.
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | polybench_test.sh.in | 97 echo Introduced `grep -R 'omp parallel' "${OUTDIR}" | wc -l` '"pragma omp parallel for"'
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 586 * 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/ |
D | observable_events.proto | 35 // Introduced in Android 11 (R).
|
/external/perfetto/protos/perfetto/config/ |
D | perfetto_config.proto | 633 // 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 …]
|
D | data_source_config.proto | 105 // Introduced in Android 10. 108 // Introduced in Android 11.
|
/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/arm-trusted-firmware/docs/ |
D | glossary.rst | 168 Speculative Store Bypass Safe. Introduced in Armv8.5, this configuration
|
/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/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/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/perfetto/protos/perfetto/ipc/ |
D | consumer_port.proto | 127 // Introduced in Android Q. This is used for re-attaching to the end-of-trace 138 // Introduced in Android S.
|
/external/curl/docs/ |
D | options-in-versions | 11 Long (short) Introduced
|
/external/hamcrest/ |
D | CHANGES.txt | 53 * Fix issue 177 - Introduced closeTo matcher for BigDecimals
|
/external/protobuf/src/google/protobuf/ |
D | port_def.inc | 165 // Introduced in gcc 3.1. 178 // Introduced in gcc 3.1.
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 59 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData() 64 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
|
/external/protobuf/ |
D | CHANGES.txt | 128 * 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 …]
|