Home
last modified time | relevance | path

Searched refs:task_type (Results 1 – 25 of 31) sorted by relevance

12

/DADK/dadk-user/src/console/
H A Dinteractive.rs
H A Dnew_config.rs
/DADK/dadk-user/src/parser/
H A Dtask.rs37 pub task_type: TaskType, field
67 task_type: TaskType, in new()
81 task_type, in new()
112 self.task_type.validate()?; in validate()
128 self.task_type.trim(); in trim()
175 match &self.task_type { in trim_envs()
216 match &self.task_type {
245 task_type: TaskType::try_from(user_config.task_source)?, in eq()
418 let task_type = DADKUserConfigKey::try_from(dadk_user_task_type.task_type.as_str()) try_from() localVariable
H A Dtask.rs37 pub task_type: TaskType, field
67 task_type: TaskType, in new()
81 task_type, in new()
112 self.task_type.validate()?; in validate()
128 self.task_type.trim(); in trim()
175 match &self.task_type { in validate_build_type()
216 match &self.task_type { in source_path()
245 task_type: TaskType::try_from(user_config.task_source)?, in try_from()
H A Dtask.rs37 pub task_type: TaskType,
67 task_type: TaskType, in new()
81 task_type, in new()
112 self.task_type.validate()?; in validate()
128 self.task_type.trim(); in trim()
175 match &self.task_type { in trim_envs()
216 match &self.task_type {
245 task_type: TaskType::try_from(user_config.task_source)?, in eq()
36 pub task_type: TaskType, global() field
417 let task_type = DADKUserConfigKey::try_from(dadk_user_task_type.task_type.as_str()) try_from() localVariable
H A Dtask.rs37 pub task_type: TaskType,
67 task_type: TaskType, in new()
81 task_type, in new()
112 self.task_type.validate()?; in validate()
128 self.task_type.trim(); in trim()
175 match &self.task_type { in validate_build_type()
216 match &self.task_type { in source_path()
245 task_type: TaskType::try_from(user_config.task_source)?,
28 pub task_type: TaskType, global() field
H A Dtests.rs
H A Dtests.rs
H A Dconfig.rs
H A Dconfig.rs
H A Dmod.rs22 //! [task_type]
/DADK/tests/data/dadk_config_v1/
H A Dapp_target_arch_x86_64_0_1_0.dadk5 "task_type": {
H A Dapp_normal_0_1_0.dadk5 "task_type": {
H A Dapp_target_arch_riscv64_only_0_1_0.dadk5 "task_type": {
H A Dapp_target_arch_x86_64_only_0_1_0.dadk5 "task_type": {
H A Dapp_all_target_arch_0_1_0.dadk5 "task_type": {
H A Dapp_target_arch_empty_should_fail_0_1_0.dadk5 "task_type": {
H A Dapp_target_arch_x86_64_uppercase_0_1_0.dadk5 "task_type": {
H A Dapp_normal_with_env_0_1_0.dadk5 "task_type": {
H A Dapp_normal_with_env_fail_0_1_0.dadk5 "task_type": {
/DADK/dadk-user/src/executor/
H A Dcache.rs176 let task_type = &entity.task().task_type; in need_source_cache()
178 if let TaskType::BuildFromSource(cs) = task_type { in need_source_cache()
187 } else if let TaskType::InstallFromPrebuilt(ps) = task_type { in need_source_cache()
193 unimplemented!("Not fully implemented task type: {:?}", task_type); in need_source_cache()
177 let task_type = &entity.task().task_type; need_source_cache() localVariable
H A Dcache.rs176 let task_type = &entity.task().task_type; in need_source_cache() localVariable
178 if let TaskType::BuildFromSource(cs) = task_type { in need_source_cache()
187 } else if let TaskType::InstallFromPrebuilt(ps) = task_type { in need_source_cache()
193 unimplemented!("Not fully implemented task type: {:?}", task_type); in need_source_cache()
H A Dmod.rs428 let raw_cmd = match self.entity.task().task_type { in prepare_local_env()
502 match &task.task_type { in run_command()
/DADK/dadk-user/tests/
H A Dtest_parse_dadk_user_config.rs
H A Dtest_parse_dadk_user_config.rs

12