Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 29) sorted by relevance

12

/DADK/dadk-config/src/user/
H A Dmod.rs49 pub build_once: bool,
53 pub install_once: bool,
79 fn default_false() -> bool { in default_false()
/DADK/dadk/src/actions/rootfs/
H A Dloopdev.rs15 try_detach_when_drop: bool,
18 pub fn attached(&self) -> bool { in attached() argument
139 pub fn try_detach_when_drop(&self) -> bool { in try_detach_when_drop() argument
144 pub fn set_try_detach_when_drop(&mut self, try_detach_when_drop: bool) { in set_try_detach_when_drop() argument
162 try_detach_when_drop: bool,
180 pub fn try_detach_when_drop(mut self, try_detach_when_drop: bool) -> Self { in try_detach_when_drop()
H A Ddisk_img.rs8 pub(super) fn create(ctx: &DADKExecContext, skip_if_exists: bool) -> Result<()> { in create()
40 pub(super) fn delete(ctx: &DADKExecContext, skip_if_not_exists: bool) -> Result<()> { in delete()
129 let should_detach_loop_device: bool; in umount()
/DADK/dadk-user/src/console/
H A Delements.rs
/DADK/dadk/src/console/
H A Drootfs.rs29 pub skip_if_exists: bool,
/DADK/dadk-config/src/
H A Dmanifest.rs19 pub used_default: bool,
41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) };
53 fn check_used_default() -> bool { in check_used_default()
H A Dmanifest.rs19 pub used_default: bool,
41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) };
53 fn check_used_default() -> bool { in check_used_default()
H A Dmanifest.rs19 pub used_default: bool,
41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) };
53 fn check_used_default() -> bool { in check_used_default()
H A Dmanifest.rs19 pub used_default: bool,
41 static USED_DEFAULT: std::cell::Cell<bool> = const { std::cell::Cell::new(false) };
53 fn check_used_default() -> bool { in check_used_default()
/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() argument
/DADK/dadk-user/src/parser/
H A Dtask.rs51 pub build_once: bool,
55 pub install_once: bool,
73 build_once: bool, in new() argument
74 install_once: bool, in new() argument
H A Dtask.rs51 pub build_once: bool,
55 pub install_once: bool,
73 build_once: bool, in new()
74 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.rs51 pub build_once: bool,
55 pub install_once: bool, in new()
73 build_once: bool, in new()
74 install_once: bool, in new()
65 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 Dtask.rs51 pub build_once: bool,
55 pub install_once: bool,
73 build_once: bool, in new() argument
74 install_once: bool, in new() argument
242 eq(&self, other: &Self) -> bool eq() argument
/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() argument
H A Dmod.rs53 fn eq(&self, other: &Self) -> bool { in eq() argument
171 pub fn is_empty(&self) -> bool { in is_empty() argument
201 visited: &mut BTreeMap<i32, bool>, in dfs() argument
340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in task_arch_matched() argument
606 stop_propagation: bool,
H A Dmod.rs53 fn eq(&self, other: &Self) -> bool {
171 pub fn is_empty(&self) -> bool { in id2entity()
201 visited: &mut BTreeMap<i32, bool>, in topo_sort()
340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in add_tasks()
606 stop_propagation: bool,
56 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.rs53 fn eq(&self, other: &Self) -> bool {
171 pub fn is_empty(&self) -> bool { in id2entity()
201 visited: &mut BTreeMap<i32, bool>, in topo_sort()
340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in add_tasks()
606 stop_propagation: bool,
56 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.rs53 fn eq(&self, other: &Self) -> bool {
171 pub fn is_empty(&self) -> bool {
201 visited: &mut BTreeMap<i32, bool>, in topo_sort()
340 pub fn task_arch_matched(&self, task: &DADKTask) -> bool { in add_tasks()
606 stop_propagation: bool, in check_not_exists_dependency()
55 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/utils/
H A Dlazy_init.rs49 pub fn initialized(&self) -> bool { in initialized() argument
/DADK/dadk-user/src/executor/
H A Dcache.rs175 pub fn need_source_cache(entity: &Arc<SchedEntity>) -> bool {
217 pub fn is_empty(&self) -> Result<bool, ExecutorError> {
176 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() argument
217 pub fn is_empty(&self) -> Result<bool, ExecutorError> { in is_empty() argument
H A Dtarget.rs

12