Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 22 of 22) sorted by relevance

/DADK/dadk-user/src/console/
H A Delements.rs
/DADK/dadk/src/actions/rootfs/
H A Dloopdev.rs18 pub fn attached(&self) -> bool { in attached()
139 pub fn try_detach_when_drop(&self) -> bool { in try_detach_when_drop()
144 pub fn set_try_detach_when_drop(&mut self, try_detach_when_drop: bool) { in set_try_detach_when_drop()
/DADK/dadk-config/src/rootfs/
H A Dpartition.rs27 pub fn image_should_be_partitioned(&self) -> bool { in should_create_partitioned_image() argument
H A Dpartition.rs27 pub fn image_should_be_partitioned(&self) -> bool { in image_should_be_partitioned()
/DADK/dadk-user/src/scheduler/
H A Dtask_deque.rs48 ) -> bool { in build_install_task() argument
H A Dtask_deque.rs48 ) -> bool { in build_install_task()
H A Dmod.rs53 fn eq(&self, other: &Self) -> bool { in eq()
171 pub fn is_empty(&self) -> bool { in is_empty()
201 visited: &mut BTreeMap<i32, bool>, in dfs() argument
340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in task_arch_matched()
H A Dmod.rs56 eq(&self, other: &Self) -> bool eq() argument
179 is_empty(&self) -> bool is_empty() argument
209 dfs( &self, entity: &Arc<SchedEntity>, visited: &mut BTreeMap<i32, bool>, result: &mut Vec<Arc<SchedEntity>>, ) -> Result<(), DependencyCycleError> dfs() argument
348 task_arch_matched(&self, task: &DADKTask) -> bool task_arch_matched() argument
H A Dmod.rs56 eq(&self, other: &Self) -> bool eq() argument
179 is_empty(&self) -> bool is_empty() argument
209 dfs( &self, entity: &Arc<SchedEntity>, visited: &mut BTreeMap<i32, bool>, result: &mut Vec<Arc<SchedEntity>>, ) -> Result<(), DependencyCycleError> dfs() argument
348 task_arch_matched(&self, task: &DADKTask) -> bool task_arch_matched() argument
H A Dmod.rs55 eq(&self, other: &Self) -> bool eq() argument
178 is_empty(&self) -> bool is_empty() argument
208 dfs( &self, entity: &Arc<SchedEntity>, visited: &mut BTreeMap<i32, bool>, result: &mut Vec<Arc<SchedEntity>>, ) -> Result<(), DependencyCycleError> dfs() argument
347 task_arch_matched(&self, task: &DADKTask) -> bool task_arch_matched() argument
/DADK/dadk-user/src/executor/
H A Dcache.rs176 need_source_cache(entity: &Arc<SchedEntity>) -> bool need_source_cache() argument
218 is_empty(&self) -> Result<bool, ExecutorError> is_empty() argument
H A Dcache.rs175 pub fn need_source_cache(entity: &Arc<SchedEntity>) -> bool { in need_source_cache()
217 pub fn is_empty(&self) -> Result<bool, ExecutorError> { in is_empty()
H A Dtarget.rs
H A Dsource.rs120 check_repo(&self, target_dir: &CacheDir) -> Result<bool, String> check_repo() argument
366 is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> is_shallow() argument
H A Dsource.rs122 fn check_repo(&self, target_dir: &CacheDir) -> Result<bool, String> { in check_repo()
368 fn is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> { in is_shallow()
/DADK/dadk-user/src/parser/
H A Dtask.rs73 build_once: bool, in new()
74 install_once: bool, in new()
H A Dtask.rs74 install_once: bool, in new() argument
75 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
243 eq(&self, other: &Self) -> bool eq() argument
H A Dtask.rs73 build_once: bool, in new() argument
74 install_once: bool, in new() argument
242 eq(&self, other: &Self) -> bool eq() argument
H A Dtask.rs65 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
66 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
H A Dconfig.rs
H A Dconfig.rs
/DADK/dadk-user/src/utils/
H A Dlazy_init.rs49 pub fn initialized(&self) -> bool { in initialized()