Home
last modified time | relevance | path

Searched refs:TaskType (Results 1 – 21 of 21) sorted by relevance

/DADK/dadk-user/src/parser/
H A Dtask.rs37 pub task_type: TaskType,
67 task_type: TaskType, in new() argument
176 TaskType::BuildFromSource(_) => { in validate_build_type()
181 TaskType::InstallFromPrebuilt(_) => { in validate_build_type()
217 TaskType::BuildFromSource(cs) => match cs { in source_path()
225 TaskType::InstallFromPrebuilt(ps) => match ps { in source_path()
245 task_type: TaskType::try_from(user_config.task_source)?, in try_from()
260 pub enum TaskType { enum
267 impl TaskType { implementation
270 TaskType::BuildFromSource(source) => source.validate(), in validate()
[all …]
H A Dtask.rs37 pub task_type: TaskType,
67 task_type: TaskType, in new()
176 TaskType::BuildFromSource(_) => { in trim_envs()
181 TaskType::InstallFromPrebuilt(_) => { in validate_build_type()
217 TaskType::BuildFromSource(cs) => match cs {
225 TaskType::InstallFromPrebuilt(ps) => match ps { in source_path()
245 task_type: TaskType::try_from(user_config.task_source)?, in eq()
260 pub enum TaskType {
267 impl TaskType {
270 TaskType in new()
68 new( name: String, version: String, description: String, rust_target: Option<String>, task_type: TaskType, depends: Vec<Dependency>, build: BuildConfig, install: InstallConfig, clean: CleanConfig, envs: Option<Vec<TaskEnv>>, build_once: bool, install_once: bool, target_arch: Option<Vec<TargetArch>>, ) -> Self new() argument
392 pub enum TaskType { global() enum
399 impl TaskType { global() implementation
415 impl TryFrom<DADKUserTaskType> for TaskType { global() implementation
[all...]
H A Dtask.rs37 pub task_type: TaskType,
67 task_type: TaskType, in new() argument
176 TaskType::BuildFromSource(_) => {
181 TaskType::InstallFromPrebuilt(_) => { in validate_build_type()
217 TaskType::BuildFromSource(cs) => match cs {
225 TaskType::InstallFromPrebuilt(ps) => match ps { in source_path()
245 task_type: TaskType::try_from(user_config.task_source)?, in eq()
260 pub enum TaskType {
267 impl TaskType {
270 TaskType in new()
391 pub enum TaskType { global() enum
398 impl TaskType { global() implementation
414 impl TryFrom<DADKUserTaskType> for TaskType { global() implementation
[all...]
H A Dtask.rs37 pub task_type: TaskType,
67 task_type: TaskType, in new()
176 TaskType::BuildFromSource(_) => { in validate_build_type()
181 TaskType::InstallFromPrebuilt(_) => { in validate_build_type()
217 TaskType::BuildFromSource(cs) => match cs { in source_path()
225 TaskType::InstallFromPrebuilt(ps) => match ps { in source_path()
245 task_type: TaskType::try_from(user_config.task_source)?,
260 pub enum TaskType {
267 impl TaskType { in new()
270 TaskType in validate()
59 new( name: String, version: String, description: String, rust_target: Option<String>, task_type: TaskType, depends: Vec<Dependency>, build: BuildConfig, install: InstallConfig, clean: CleanConfig, envs: Option<Vec<TaskEnv>>, build_once: bool, install_once: bool, target_arch: Option<Vec<TargetArch>>, ) -> Self new() argument
341 pub enum TaskType { global() enum
348 impl TaskType { global() implementation
[all...]
H A Dtests.rs
H A Dtests.rs
H A Dmod.rs
H A Dconfig.rs
H A Dconfig.rs
/DADK/dadk-user/tests/
H A Dtest_parse_dadk_user_config.rs
H A Dtest_parse_dadk_user_config.rs
/DADK/dadk-user/src/console/
H A Dnew_config.rs
/DADK/dadk-user/src/executor/
H A Dcache.rs10 task::{CodeSource, DADKTask, TaskType},
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()
H A Dcache.rs10 task::{CodeSource, DADKTask, TaskType},
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()
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in prepare_local_env()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in prepare_input()
503 TaskType::BuildFromSource(cs) => { in run_command()
523 TaskType::InstallFromPrebuilt(pb) => { in run_command()
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in prepare_local_env()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in prepare_input()
503 TaskType::BuildFromSource(cs) => { in run_command()
523 TaskType::InstallFromPrebuilt(pb) => { in run_command()
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in prepare_input()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in prepare_input()
503 TaskType::BuildFromSource(cs) => { in run_command()
523 TaskType::InstallFromPrebuilt(pb) => {
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in prepare_local_env()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in prepare_local_env()
503 TaskType::BuildFromSource(cs) => { in run_command()
523 TaskType::InstallFromPrebuilt(pb) => { in run_command()
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in create_command()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in prepare_local_env()
503 TaskType::BuildFromSource(cs) => {
523 TaskType::InstallFromPrebuilt(pb) => { in run_command()
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in create_command()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in prepare_local_env()
503 TaskType::BuildFromSource(cs) => { in run_command()
523 TaskType::InstallFromPrebuilt(pb) => { in run_command()
H A Dmod.rs18 task::{CodeSource, PrebuiltSource, TaskType},
429 TaskType::BuildFromSource(_) => match self.action { in create_command()
438 TaskType::InstallFromPrebuilt(_) => match self.action { in create_command()
503 TaskType::BuildFromSource(cs) => { in prepare_input()
523 TaskType::InstallFromPrebuilt(pb) => { in prepare_input()