/DADK/dadk-config/src/rootfs/ |
H A D | mod.rs | 46 #[cfg(test)] 53 #[test] in test_load_from_valid_file() 73 #[test] in test_load_from_valid_str() 87 #[test] in test_load_from_invalid_fs_type() 98 #[test] in test_load_from_valid_str_size_integer() 112 #[test] in test_load_from_valid_str_size_bytes_str() 127 #[test] 136 #[test] in test_load_from_invalid_size_str() 148 #[test] in test_load_from_invalid_size_array()
|
H A D | mod.rs | 46 #[cfg(test)] 53 #[test] 73 #[test] 87 #[test] 98 #[test] 112 #[test] 127 #[test] 136 #[test] 148 #[test]
|
H A D | fstype.rs | 23 #[cfg(test)] 33 #[test] in test_deserialize_fat32_lowercase() 41 #[test] in test_deserialize_fat32_mixed_case() 49 #[test] in testdeserialize_random_string()
|
H A D | fstype.rs | 23 #[cfg(test)] 33 #[test] 41 #[test] 49 #[test]
|
/DADK/dadk-config/src/boot/ |
H A D | metadata.rs | 58 #[cfg(test)] 75 #[test] 88 #[test] 101 #[test] 114 #[test] 127 #[test] 139 #[test] 152 #[test] 164 #[test] 177 #[test]
|
H A D | grub.rs | 34 #[cfg(test)] 39 #[test] 60 #[test] 71 #[test] 83 #[test]
|
H A D | uboot.rs | 67 #[cfg(test)] 71 #[test] 79 #[test] 89 #[test]
|
/DADK/dadk-config/src/hypervisor/ |
H A D | hyp_type.rs |
|
/DADK/dadk-config/src/boot/hypervisor/ |
H A D | hyp_type.rs | 27 #[cfg(test)] 32 #[test] 39 #[test] 46 #[test] 57 #[test] 64 #[test]
|
H A D | qemu.rs | 124 #[cfg(test)] 128 #[test] 146 #[test] 158 #[test] 173 #[test] 188 #[test] 195 #[test] 202 #[test] 223 #[test] 237 #[test] [all …]
|
/DADK/dadk-user/src/ |
H A D | context.rs | 10 #[cfg(test)] 33 #[cfg(test)] 104 #[cfg(test)] 113 #[cfg(test)] 135 #[cfg(test)] 140 #[cfg(test)] in setup() 156 #[cfg(test)] 161 #[cfg(test)] in setup() 179 #[cfg(test)] 188 #[cfg(test)] [all...] |
H A D | context.rs | 10 #[cfg(test)] 33 #[cfg(test)] 104 #[cfg(test)] 113 #[cfg(test)] 135 #[cfg(test)] in setup() 140 #[cfg(test)] in setup() 156 #[cfg(test)] in setup() 161 #[cfg(test)] in setup() 179 #[cfg(test)] 188 #[cfg(test)] [all...] |
H A D | context.rs | 10 #[cfg(test)] 33 #[cfg(test)] 104 #[cfg(test)] 113 #[cfg(test)] 135 #[cfg(test)] in setup() 140 #[cfg(test)] in setup() 156 #[cfg(test)] in setup() 161 #[cfg(test)] in setup() 179 #[cfg(test)] 188 #[cfg(test)] [all...] |
H A D | context.rs | 10 #[cfg(test)] 33 #[cfg(test)] 104 #[cfg(test)] 113 #[cfg(test)] 135 #[cfg(test)] 140 #[cfg(test)] 156 #[cfg(test)] 161 #[cfg(test)] 179 #[cfg(test)] 188 #[cfg(test)]
|
/DADK/dadk-config/src/common/ |
H A D | target_arch.rs | 75 #[cfg(test)] 80 #[test] 86 #[test] in test_default() 98 #[test] in test_try_from_invalid() 105 #[test] in test_into_str() 114 #[test] in test_into_string() 123 #[test] in test_deserialize_valid() 134 #[test] in test_deserialize_invalid() 141 #[test] in test_serialize()
|
H A D | target_arch.rs | 75 #[cfg(test)] 80 #[test] in test_default() 86 #[test] in test_try_from_valid() 98 #[test] 105 #[test] in test_into_str() 114 #[test] in test_into_string() 123 #[test] in test_deserialize_valid() 134 #[test] 141 #[test] in test_serialize()
|
H A D | target_arch.rs | 75 #[cfg(test)] 80 #[test] 86 #[test] 98 #[test] 105 #[test] 114 #[test] 123 #[test] 134 #[test] 141 #[test]
|
/DADK/dadk-config/src/ |
H A D | manifest.rs | 126 #[cfg(test)] 133 #[test] 172 #[test] 181 #[test] 200 #[test] 220 #[test] 240 #[test]
|
H A D | manifest.rs | 126 #[cfg(test)] in test_full_load_success() 133 #[test] in test_full_load_success() 172 #[test] 181 #[test] in test_load_invalid_arch_toml() 200 #[test] in test_load_missing_required_fields() 220 #[test] in test_load_default_config_path_value() 240 #[test]
|
H A D | manifest.rs | 126 #[cfg(test)] in test_full_load_success() 133 #[test] 172 #[test] in test_load_invalid_arch_toml() 181 #[test] 200 #[test] 220 #[test] in test_load_default_config_path_value() 240 #[test]
|
H A D | manifest.rs | 126 #[cfg(test)] in test_full_load_success() 133 #[test] 172 #[test] in test_load_invalid_arch_toml() 181 #[test] 200 #[test] 220 #[test] in test_load_default_config_path_value() 240 #[test]
|
H A D | manifest.rs | 126 #[cfg(test)] 133 #[test] 172 #[test] 181 #[test] 200 #[test] 220 #[test] 240 #[test]
|
/DADK/dadk/src/console/ |
H A D | tests.rs | 6 #[test] 13 #[test] 26 #[test] 45 #[test] 54 #[test] 62 #[test]
|
/DADK/crates/test_base/src/ |
H A D | global.rs | 81 #[cfg(test)] 86 #[test] 94 #[test] 102 #[test] 109 #[test] 117 #[test] 125 #[test]
|
H A D | dadk_config.rs | 51 #[cfg(test)] 56 #[test] 68 #[test]
|