Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 26) sorted by relevance

12

/DADK/dadk-config/src/common/
H A Dtarget_arch.rs14 pub const EXPECTED: [&'static str; 3] = ["x86_64", "riscv64", "aarch64"];
22 "x86_64" => Ok(TargetArch::X86_64),
33 TargetArch::X86_64 => "x86_64",
88 let x86_64 = TargetArch::try_from("x86_64").unwrap();
89 assert_eq!(x86_64, TargetArch::X86_64); in test_try_from_valid()
107 let x86_64: &str = TargetArch::X86_64.into(); in test_into_str()
108 assert_eq!(x86_64, "x86_64"); in test_into_str()
116 let x86_64 in test_into_string()
90 let x86_64 = TargetArch::try_from("x86_64").unwrap(); test_try_from_valid() localVariable
106 let x86_64: &str = TargetArch::X86_64.into(); test_into_str() localVariable
115 let x86_64: String = TargetArch::X86_64.into(); test_into_string() localVariable
125 let x86_64: TargetArch = serde_json::from_str(json_x86_64).unwrap(); test_deserialize_valid() localVariable
142 let x86_64 = TargetArch::X86_64; test_serialize() localVariable
[all...]
H A Dtarget_arch.rs14 pub const EXPECTED: [&'static str; 3] = ["x86_64", "riscv64", "aarch64"];
22 "x86_64" => Ok(TargetArch::X86_64), in try_from()
33 TargetArch::X86_64 => "x86_64", in from()
88 let x86_64 = TargetArch::try_from("x86_64").unwrap(); in test_try_from_valid()
89 assert_eq!(x86_64, TargetArch::X86_64); in test_try_from_valid()
107 let x86_64: &str = TargetArch::X86_64.into();
108 assert_eq!(x86_64, "x86_64");
116 let x86_64 in test_into_string()
85 let x86_64 = TargetArch::try_from("x86_64").unwrap(); test_try_from_valid() localVariable
101 let x86_64: &str = TargetArch::X86_64.into(); test_into_str() localVariable
110 let x86_64: String = TargetArch::X86_64.into(); test_into_string() localVariable
120 let x86_64: TargetArch = serde_json::from_str(json_x86_64).unwrap(); test_deserialize_valid() localVariable
137 let x86_64 = TargetArch::X86_64; test_serialize() localVariable
[all...]
H A Dtarget_arch.rs88 let x86_64 = TargetArch::try_from("x86_64").unwrap(); in test_try_from_valid() localVariable
89 assert_eq!(x86_64, TargetArch::X86_64); in test_try_from_valid()
107 let x86_64: &str = TargetArch::X86_64.into(); in test_into_str() localVariable
108 assert_eq!(x86_64, "x86_64"); in test_into_str()
116 let x86_64: String = TargetArch::X86_64.into(); in test_into_string() localVariable
117 assert_eq!(x86_64, "x86_64"); in test_into_string()
126 let x86_64: TargetArch = serde_json::from_str(json_x86_64).unwrap(); in test_deserialize_valid() localVariable
127 assert_eq!(x86_64, TargetArch::X86_64); in test_deserialize_valid()
143 let x86_64 = TargetArch::X86_64; in test_serialize() localVariable
144 let serialized_x86_64 = serde_json::to_string(&x86_64).unwrap(); in test_serialize()
/DADK/dadk-config/templates/
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
6 arch = "x86_64"
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
6 arch = "x86_64"
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
6 arch = "x86_64"
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
6 arch = "x86_64"
/DADK/tests/data/dadk_config_v1/
H A Dapp_target_arch_x86_64_0_1_0.dadk4 "description": "An app targets x86_64",
28 "x86_64"
H A Dapp_target_arch_x86_64_only_0_1_0.dadk4 "description": "An app only target to x86_64",
28 "x86_64"
H A Dapp_all_target_arch_0_1_0.dadk29 "x86_64",
H A Dapp_target_arch_x86_64_uppercase_0_1_0.dadk4 "description": "An app targets x86_64(upper case and empty space)",
/DADK/tests/data/dadk_config_v2/
H A Dapp_target_arch_x86_64_only_0_2_0.toml3 description = "An app only target to x86_64"
6 target-arch = ["x86_64"]
H A Dapp_all_target_arch_0_2_0.toml6 target-arch = ["riscv64", "x86_64", "aarch64"]
H A Dapp_normal_with_env_0_2_0.toml6 target-arch = ["x86_64"] # Assuming this is the default target architecture
/DADK/dadk-config/templates/config/
H A Dboot.toml38 # (Optional) Grub2 x86_64-efi configuration
39 [grub.x86_64-efi]
40 grub-file = "/opt/dragonos-grub/arch/x86_64/efi/grub/bin/grub-file"
41 grub-install = "/opt/dragonos-grub/arch/x86_64/efi/grub/sbin/grub-install"
77 # then for the `x86_64` architecture, `/usr/bin/qemu-system-x86_64` will be used.
H A Duserapp_config.toml17 # 可选值:"x86_64", "aarch64", "riscv64"
18 target-arch = ["x86_64"]
H A Duserapp_config.toml17 # 可选值:"x86_64", "aarch64", "riscv64"
18 target-arch = ["x86_64"]
H A Duserapp_config.toml17 # 可选值:"x86_64", "aarch64", "riscv64"
18 target-arch = ["x86_64"]
/DADK/docs/user-manual/
H A Dquickstart.md79 ifeq ($(ARCH), x86_64)
80 CROSS_COMPILE=x86_64-linux-musl-
124 # 可选值:"x86_64", "aarch64", "riscv64"
125 target-arch = ["x86_64"]
/DADK/tests/data/
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
6 arch = "x86_64"
/DADK/dadk-user/templates/config/install_from_prebuilt/
H A Dtest_archive.toml
H A Dtest_local.toml
/DADK/dadk-user/templates/config/build_from_source/
H A Dtest_local.toml
H A Dtest_archive.toml
H A Dtest_git.toml

12