/third_party/flutter/flutter/packages/flutter_tools/lib/src/vscode/ |
D | vscode.dart | 21 VsCode._(this.directory, this.extensionDirectory, { Version version, this.edition }) 63 String edition, 71 return VsCode._(installPath, extensionDirectory, version: version, edition: edition); 77 final String edition; 84 String get productName => 'VS Code' + (edition != null ? ', $edition' : ''); 158 edition: '32-bit edition')); 161 edition: '64-bit edition')); 171 edition: '32-bit edition', 176 edition: '64-bit edition', 207 …de.fromDirectory(searchLocation.installPath, extensionDirectory, edition: searchLocation.edition)); [all …]
|
/third_party/boost/libs/outcome/doc/src/content/reference/aliases/ |
D | unchecked.md | 3 … type alias to a `std_unchecked<T, E>` (standalone edition) or `boost_unchecked<T, E>` (Boost edit… 6 …edition) or {{% api "boost_unchecked<T, E = boost::system::error_code>" %}} (Boost edition). This …
|
D | checked.md | 3 … "A type alias to a `std_checked<T, E>` (standalone edition) or `boost_checked<T, E>` (Boost editi… 6 …edition) or {{% api "boost_checked<T, E = boost::system::error_code>" %}} (Boost edition). This me…
|
D | result.md | 3 …std_result<T, E, NoValuePolicy>` (standalone edition) or `boost_result<T, E, NoValuePolicy>` (Boos… 6 …edition) or {{% api "boost_result<T, E = boost::system::error_code, NoValuePolicy = policy::defaul…
|
D | outcome.md | 3 …me<T, EC, EP, NoValuePolicy>` (standalone edition) or `boost_outcome<T, EC, EP, NoValuePolicy>` (B… 6 …edition) or {{% api "boost_outcome<T, EC = boost::system::error_code, EP = boost::exception_ptr, N…
|
D | std_unchecked.md | 8 This type alias always references the `std` edition of things, unlike {{% api "unchecked<T, E = var…
|
D | boost_checked.md | 8 This type alias always references the `boost` edition of things, unlike {{% api "checked<T, E = var…
|
D | std_checked.md | 8 This type alias always references the `std` edition of things, unlike {{% api "checked<T, E = varie…
|
D | boost_unchecked.md | 8 This type alias always references the `boost` edition of things, unlike {{% api "unchecked<T, E = v…
|
D | std_result.md | 8 This type alias always references the `std` edition of things, unlike {{% api "result<T, E = varies…
|
D | boost_result.md | 8 This type alias always references the `boost` edition of things, unlike {{% api "result<T, E = vari…
|
D | std_outcome.md | 8 This type alias always references the `std` edition of things, unlike {{% api "outcome<T, EC = vari…
|
D | boost_outcome.md | 8 This type alias always references the `std` edition of things, unlike {{% api "outcome<T, EC = vari…
|
/third_party/gn/src/gn/ |
D | rust_project_writer_helpers.h | 41 std::string edition) in Crate() argument 46 edition_(edition) {} in Crate() 87 const std::string& edition() { return edition_; } in edition() function
|
D | rust_project_writer.cc | 291 auto edition = in AddTarget() local 293 if (!edition.has_value()) { in AddTarget() 294 edition = FindArgValue("--edition", compiler_args); in AddTarget() 300 edition.value_or("2015")); in AddTarget() 433 rust_project << " \"edition\": \"" << crate.edition() << "\"," NEWLINE; in WriteCrates()
|
/third_party/libxml2/ |
D | runxmlconf.c | 299 xmlChar *edition = NULL; in xmlconfTestItem() local 370 edition = xmlGetProp(cur, BAD_CAST "EDITION"); in xmlconfTestItem() 371 if ((edition != NULL) && (xmlStrchr(edition, '5') == NULL)) { in xmlconfTestItem() 423 if (edition != NULL) in xmlconfTestItem() 424 xmlFree(edition); in xmlconfTestItem()
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/essential/ |
D | before.md | 49 …impact edition of Outcome. See <a href="https://github.com/ned14/stl-header-heft">https://github.c… 53 is the low compile time impact of the basic edition combined with 56 mind the potentially unstable <code>status_code</code>, this is definitely the edition 62 edition to use, you should use this one, it ought to "just work".</dd>
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/payload/ |
D | copy_file.md | 25 and additionally have the non-throwing edition return the exact same additional information 26 as the throwing edition?
|
/third_party/flatbuffers/tests/rust_usage_test/outdir/ |
D | Cargo.toml | 5 edition = "2018"
|
/third_party/wayland_standard/doc/publican/sources/css/ |
D | brand.css | 11 .titlepage .edition,
|
D | epub.css | 11 .titlepage .edition {
|
/third_party/boost/libs/outcome/doc/src/content/changelog/ |
D | _index.md | 239 : Fix issue #190 in Boost edition where unit test suite was not runnable from 284 - Boost edition is now 100% Boost, so defaults for `result` and `outcome` are 286 the test suite in the Boost edition now exclusively tests the Boost edition. 287 One can, of course, freely use the standalone edition with Boost, and the Boost 288 edition with `std` types. 325 - `BOOST_OUTCOME_TRY` is now overloaded and selects `void` or `auto` edition 339 and Boost.Exception (these are `result.hpp` and `outcome.hpp` in the Boost edition). 344 - Boost peer review edition. This is what was reviewed.
|
/third_party/flatbuffers/rust/flatbuffers/ |
D | Cargo.toml | 4 edition = "2018"
|
/third_party/skia/third_party/externals/egl-registry/specs/ |
D | igstyle.css | 49 /* Remove space between edition, docrev & releaseinfo.*/ 50 p.edition {
|
/third_party/EGL/specs/ |
D | igstyle.css | 49 /* Remove space between edition, docrev & releaseinfo.*/ 50 p.edition {
|