Home
last modified time | relevance | path

Searched refs:tiers (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/clap/
DREADME.md28 [![](https://opencollective.com/clap/tiers/gold.svg?avatarHeight=36&width=600)](https://opencollect…
33 [![](https://opencollective.com/clap/tiers/silver.svg?avatarHeight=36&width=600)](https://opencolle…
38 [![](https://opencollective.com/clap/tiers/bronze.svg?avatarHeight=36&width=600)](https://opencolle…
43 [![](https://opencollective.com/clap/tiers/backer.svg?avatarHeight=36&width=600)](https://opencolle…
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DLimits.cpp194 constexpr std::array<decltype(Limits::limitName), kTierCount> tiers{__VA_ARGS__}; \ in ApplyLimitTiers()
195 decltype(Limits::limitName) tierValue = tiers[i - 1]; \ in ApplyLimitTiers()
201 limits.limitName = tiers[i - 1]; \ in ApplyLimitTiers()
/third_party/rust/crates/nix/
DREADME.md33 nix target support consists of two tiers. While nix attempts to support all
36 limitations. Support for platforms is split into three tiers:
/third_party/node/doc/contributing/
Ddiagnostic-tooling-support-tiers.md1 # Diagnostic tooling support tiers
10 the following tiers.
/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1003 ExecutionTierPair tiers = GetRequestedExecutionTiers( in AddUnits() local
1008 baseline_units_.emplace_back(func_index, tiers.baseline_tier, kNoDebugging); in AddUnits()
1009 if (tiers.baseline_tier != tiers.top_tier) { in AddUnits()
1010 tiering_units_.emplace_back(func_index, tiers.top_tier, kNoDebugging); in AddUnits()
1169 ExecutionTierPair tiers = in CompileLazy() local
1174 WasmCompilationUnit baseline_unit{func_index, tiers.baseline_tier, in CompileLazy()
1186 tiers.baseline_tier); in CompileLazy()
1239 tiers.baseline_tier < tiers.top_tier) { in CompileLazy()
1240 WasmCompilationUnit tiering_unit{func_index, tiers.top_tier, kNoDebugging}; in CompileLazy()
/third_party/node/
DBUILDING.md73 There are three support tiers:
87 Platforms may move between tiers between major release lines. The table below
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md3110 …odejs/node/commit/bf62ffd848)] - **doc**: remove node-report from support tiers (RafaelGSS) [#4373…
3621 …t/6fa080cb48)] - **doc**: delete heapdump from diagnostic tooling support tiers (Tony Gorez) [#427…
3632 …it/6b7c35e807)] - **doc**: delete mdb\_v8 from diagnostic tooling support tiers (Tony Gorez) [#426…
3904 …/85a65c3260)] - **doc**: delete chakra tt from diagnostic tooling support tiers (Tony Gorez) [#426…
DCHANGELOG_V10.md2570 …hub.com/nodejs/node/commit/05d432c2a6)] - **doc**: initial cut at support tiers for diag tools (Mi…