Home
last modified time | relevance | path

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

123

/ohos5.0/build/
H A Dtest.gni750 edition = rust_default_edition
751 if (defined(invoker.edition)) {
752 edition = invoker.edition
759 "--edition=${edition}",
832 edition = rust_default_edition
833 if (defined(invoker.edition)) {
834 edition = invoker.edition
841 "--edition=${edition}",
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/
H A DBUILD.gn21 edition = "2021"
47 edition = "2021"
/ohos5.0/docs/en/application-dev/tools/
H A Danm-tool.md9 > This tool can be used only in the **eng** edition. If it is used in the **user** edition, the mes…
H A Dcem-tool.md65 …The **dump** command can be used only in the **eng** edition. If it is used in the **user** editio…
/ohos5.0/commonlibrary/rust/ylong_runtime/
H A Drustfmt.toml1 edition = "2021"
/ohos5.0/commonlibrary/rust/ylong_http/
H A Drustfmt.toml1 edition = "2021"
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/
H A DCargo.toml4 edition = "2021"
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/
H A DCargo.toml4 edition = "2021"
H A DBUILD.gn21 edition = "2021"
/ohos5.0/docs/en/readme/
H A Dstartup.md16 …and Standard editions. The Lite edition can be used on platforms powered by the LiteOS-A kernel, a…
39 | base/startup/appspawn_lite | appspawn module of the Lite edition for spawning application pro…
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/
H A DCargo.toml4 edition = "2021"
H A DBUILD.gn21 edition = "2021"
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/
H A DCargo.toml4 edition = "2021"
/ohos5.0/foundation/communication/ipc/
H A Drustfmt.toml14 edition = "2021"
/ohos5.0/base/hiviewdfx/hilog/
H A Drustfmt.toml12 edition = "2021"
/ohos5.0/base/hiviewdfx/hisysevent/
H A Drustfmt.toml12 edition = "2021"
/ohos5.0/foundation/distributeddatamgr/datamgr_service/
H A Drustfmt.toml14 edition = "2021"
/ohos5.0/foundation/systemabilitymgr/safwk/
H A Drustfmt.toml14 edition = "2021"
/ohos5.0/foundation/systemabilitymgr/samgr/
H A Drustfmt.toml14 edition = "2021"
/ohos5.0/base/request/request/
H A Drustfmt.toml14 edition = "2021"
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A DCargo.toml17 edition = "2021"
/ohos5.0/commonlibrary/c_utils/
H A Drustfmt.toml14 edition = "2021"
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/
H A DCargo.toml15 edition = "2021"
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/
H A DCargo.toml15 edition = "2021"
/ohos5.0/build/scripts/
H A Dcargo2gn.py153 …self.edition = '2015' # cargo default is 2015, you can specify the edition as 2018 or 2…
250 self.edition = arg.replace('--edition=', '')
508 self.core_deps == other.core_deps and self.edition == other.edition and
567 opt_dump('edition', self.edition)
647 if self.edition:
648 self.write(' edition = "' + self.edition + '"')

123