Home
last modified time | relevance | path

Searched refs:edition (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/third_party/flutter/flutter/packages/flutter_tools/lib/src/vscode/
Dvscode.dart21 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/rust/crates/cxx/
DBUCK4 edition = "2018",
23 edition = "2018",
49 edition = "2018",
64 edition = "2018",
83 edition = "2018",
DBUILD11 edition = "2018",
23 edition = "2018",
51 edition = "2018",
63 edition = "2018",
80 edition = "2018",
/third_party/rust/crates/cxx/third-party/
DBUCK13 edition = "2018",
38 edition = "2018",
129 edition = "2021",
149 edition = "2021",
174 edition = "2018",
200 edition = "2021",
232 edition = "2021",
258 edition = "2018",
277 edition = "2018",
319 edition = "2018",
[all …]
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs36 use rustc_span::edition::Edition;
122 let edition = repo::edition(path).parse().unwrap(); in test_rustc_precedence() localVariable
124 test_expressions(edition, exprs) in test_rustc_precedence()
158 fn test_expressions(edition: Edition, exprs: Vec<syn::Expr>) -> (usize, usize) { in test_expressions()
162 rustc_span::create_session_if_not_set_then(edition, |_| { in test_expressions()
Dtest_round_trip.rs92 let edition = repo::edition(path).parse().unwrap(); in test() localVariable
94 rustc_span::create_session_if_not_set_then(edition, |_| { in test()
/third_party/libxml2/
Drunxmlconf.c299 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/gn/src/gn/
Drust_project_writer_helpers.h41 std::string edition) in Crate() argument
46 edition_(edition) {} in Crate()
87 const std::string& edition() { return edition_; } in edition() function
Drust_project_writer.cc291 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/rust/crates/cxx/tests/
DBUCK6 edition = "2018",
21 edition = "2018",
DBUILD9 edition = "2018",
23 edition = "2018",
/third_party/rust/crates/cxx/third-party/bazel/
DBUILD.scratch-1.0.3.bazel32 edition = "2015",
62 edition = "2015",
DBUILD.quote-1.0.23.bazel36 edition = "2018",
71 edition = "2018",
DBUILD.winapi-0.3.9.bazel44 edition = "2015",
86 edition = "2015",
DBUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel32 edition = "2015",
62 edition = "2015",
DBUILD.proc-macro2-1.0.51.bazel37 edition = "2018",
73 edition = "2018",
DBUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel32 edition = "2015",
62 edition = "2015",
DBUILD.syn-1.0.107.bazel42 edition = "2018",
85 edition = "2018",
/third_party/rust/crates/clap/
DBUILD.gn22 edition = "2021"
51 edition = "2021"
/third_party/rust/crates/rust-cexpr/
Drustfmt.toml1 edition = "2018"
/third_party/rust/crates/env_logger/ci/
DCargo.toml3 edition = "2018"
/third_party/rust/crates/unicode-ident/generate/
DCargo.toml5 edition = "2018"
/third_party/rust/crates/once_cell/xtask/
DCargo.toml6 edition = "2018"
/third_party/rust/crates/pin-project-lite/tests/doc/
DCargo.toml4 edition = "2018"
/third_party/rust/crates/pin-project-lite/tests/no-core/
DCargo.toml4 edition = "2018"

12345678910>>...14