Home
last modified time | relevance | path

Searched refs:total_space (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/sysinfo-0.20.5/src/windows/
H A Ddisk.rs20 total_space: u64, in new_disk()
23 if total_space == 0 { in new_disk()
32 total_space, in new_disk()
47 total_space: u64, field
69 fn total_space(&self) -> u64 { in total_space() method
70 self.total_space in total_space()
82 if self.total_space != 0 { in refresh()
/dports/devel/buildstream/BuildStream-1.2.8/tests/testutils/
H A Dartifactshare.py32 total_space=None, argument
57 self.total_space = total_space
87 if self.total_space:
89 self.free_space = self.total_space
166 return statvfs_result(f_blocks=self.total_space,
184 def create_artifact_share(directory, *, total_space=None, free_space=None, argument
187 share = ArtifactShare(directory, total_space=total_space, free_space=free_space,
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXVerticalFrame.cpp128 FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
196 total_space=0; in layout()
216 total_space=t/sumexpand-h; in layout()
218 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
222 total_space=remain/numexpand-h; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
226 extra_space=total_space/2; in layout()
230 bottom=bottom-h-hspacing-total_space; in layout()
234 top=top+h+vspacing+total_space; in layout()
H A DFXHorizontalFrame.cpp128 FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
196 total_space=0; in layout()
216 total_space=t/sumexpand-w; in layout()
218 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
222 total_space=remain/numexpand-w; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
226 extra_space=total_space/2; in layout()
230 right=right-w-hspacing-total_space; in layout()
234 left=left+w+hspacing+total_space; in layout()
H A DFXStatusBar.cpp117 FXint remain,extra_space,total_space,t; in layout() local
187 total_space=0; in layout()
207 total_space=t/sumexpand-w; in layout()
209 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
213 total_space=remain/numexpand-w; in layout()
215 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
217 extra_space=total_space/2; in layout()
221 right=right-w-hspacing-total_space; in layout()
225 left=left+w+hspacing+total_space; in layout()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXVerticalFrame.cpp130 FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
198 total_space=0; in layout()
218 total_space=t/sumexpand-h; in layout()
220 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
224 total_space=remain/numexpand-h; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
228 extra_space=total_space/2; in layout()
232 bottom=bottom-h-hspacing-total_space; in layout()
236 top=top+h+vspacing+total_space; in layout()
H A DFXHorizontalFrame.cpp130 FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
198 total_space=0; in layout()
218 total_space=t/sumexpand-w; in layout()
220 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
224 total_space=remain/numexpand-w; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
228 extra_space=total_space/2; in layout()
232 right=right-w-hspacing-total_space; in layout()
236 left=left+w+hspacing+total_space; in layout()
H A DFXStatusBar.cpp118 FXint remain,extra_space,total_space,t; in layout() local
188 total_space=0; in layout()
208 total_space=t/sumexpand-w; in layout()
210 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
214 total_space=remain/numexpand-w; in layout()
216 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
218 extra_space=total_space/2; in layout()
222 right=right-w-hspacing-total_space; in layout()
226 left=left+w+hspacing+total_space; in layout()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXHorizontalFrame.cpp124 register FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
192 total_space=0; in layout()
212 total_space=t/sumexpand-w; in layout()
214 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
218 total_space=remain/numexpand-w; in layout()
220 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
222 extra_space=total_space/2; in layout()
226 right=right-w-hspacing-total_space; in layout()
230 left=left+w+hspacing+total_space; in layout()
H A DFXVerticalFrame.cpp124 register FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
192 total_space=0; in layout()
212 total_space=t/sumexpand-h; in layout()
214 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
218 total_space=remain/numexpand-h; in layout()
220 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
222 extra_space=total_space/2; in layout()
226 bottom=bottom-h-hspacing-total_space; in layout()
230 top=top+h+vspacing+total_space; in layout()
H A DFXStatusBar.cpp117 FXint remain,extra_space,total_space,t; in layout() local
187 total_space=0; in layout()
207 total_space=t/sumexpand-w; in layout()
209 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
213 total_space=remain/numexpand-w; in layout()
215 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
217 extra_space=total_space/2; in layout()
221 right=right-w-hspacing-total_space; in layout()
225 left=left+w+hspacing+total_space; in layout()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXVerticalFrame.cpp128 register FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
196 total_space=0; in layout()
216 total_space=t/sumexpand-h; in layout()
218 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
222 total_space=remain/numexpand-h; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
226 extra_space=total_space/2; in layout()
230 bottom=bottom-h-hspacing-total_space; in layout()
234 top=top+h+vspacing+total_space; in layout()
H A DFXHorizontalFrame.cpp128 register FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
196 total_space=0; in layout()
216 total_space=t/sumexpand-w; in layout()
218 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
222 total_space=remain/numexpand-w; in layout()
224 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
226 extra_space=total_space/2; in layout()
230 right=right-w-hspacing-total_space; in layout()
234 left=left+w+hspacing+total_space; in layout()
H A DFXStatusBar.cpp117 FXint remain,extra_space,total_space,t; in layout() local
187 total_space=0; in layout()
207 total_space=t/sumexpand-w; in layout()
209 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
213 total_space=remain/numexpand-w; in layout()
215 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
217 extra_space=total_space/2; in layout()
221 right=right-w-hspacing-total_space; in layout()
225 left=left+w+hspacing+total_space; in layout()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXHorizontalFrame.cpp130 FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
198 total_space=0; in layout()
218 total_space=t/sumexpand-w; in layout()
220 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
224 total_space=remain/numexpand-w; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
228 extra_space=total_space/2; in layout()
232 right=right-w-hspacing-total_space; in layout()
236 left=left+w+hspacing+total_space; in layout()
H A DFXVerticalFrame.cpp130 FXint left,right,top,bottom,remain,extra_space,total_space,t,x,y,w,h; in layout() local
198 total_space=0; in layout()
218 total_space=t/sumexpand-h; in layout()
220 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
224 total_space=remain/numexpand-h; in layout()
226 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
228 extra_space=total_space/2; in layout()
232 bottom=bottom-h-hspacing-total_space; in layout()
236 top=top+h+vspacing+total_space; in layout()
H A DFXStatusBar.cpp118 FXint remain,extra_space,total_space,t; in layout() local
186 total_space=0; in layout()
206 total_space=t/sumexpand-w; in layout()
208 if(e>=sumexpand){total_space++;e-=sumexpand;} in layout()
212 total_space=remain/numexpand-w; in layout()
214 if(e>=numexpand){total_space++;e-=numexpand;} in layout()
216 extra_space=total_space/2; in layout()
220 right=right-w-hspacing-total_space; in layout()
224 left=left+w+hspacing+total_space; in layout()
/dports/misc/py-cinder/cinder-12.0.10/cinder/scheduler/weights/
H A Dcapacity.py94 total_space = host_state.total_capacity_gb
96 total_space == 'infinite' or total_space == 'unknown'):
117 total_space,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/fs2/src/
H A Dlib.rs128 total_space: u64, field
147 pub fn total_space(&self) -> u64 { in total_space() method
148 self.total_space in total_space()
180 pub fn total_space<P>(path: P) -> Result<u64> where P: AsRef<Path> { in total_space() function
181 statvfs(path).map(|stat| stat.total_space) in total_space()
319 let total_space = total_space(&tempdir.path()).unwrap(); in filesystem_space() localVariable
323 assert!(total_space > free_space); in filesystem_space()
324 assert!(total_space > available_space); in filesystem_space()
449 test::black_box(total_space(&tempdir.path()).unwrap()); in bench_total_space()
/dports/math/kalker/kalker-1.1.0/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs134 total_space: u64, field
153 pub fn total_space(&self) -> u64 { in total_space() method
154 self.total_space in total_space()
186 pub fn total_space<P>(path: P) -> Result<u64> where P: AsRef<Path> { in total_space() function
187 statvfs(path).map(|stat| stat.total_space) in total_space()
325 let total_space = total_space(&tempdir.path()).unwrap(); in filesystem_space() localVariable
329 assert!(total_space > free_space); in filesystem_space()
330 assert!(total_space > available_space); in filesystem_space()
455 test::black_box(total_space(&tempdir.path()).unwrap()); in bench_total_space()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs134 total_space: u64, field
153 pub fn total_space(&self) -> u64 { in total_space() method
154 self.total_space in total_space()
186 pub fn total_space<P>(path: P) -> Result<u64> where P: AsRef<Path> { in total_space() function
187 statvfs(path).map(|stat| stat.total_space) in total_space()
325 let total_space = total_space(&tempdir.path()).unwrap(); in filesystem_space() localVariable
329 assert!(total_space > free_space); in filesystem_space()
330 assert!(total_space > available_space); in filesystem_space()
455 test::black_box(total_space(&tempdir.path()).unwrap()); in bench_total_space()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs134 total_space: u64, field
153 pub fn total_space(&self) -> u64 { in total_space() method
154 self.total_space in total_space()
186 pub fn total_space<P>(path: P) -> Result<u64> where P: AsRef<Path> { in total_space() function
187 statvfs(path).map(|stat| stat.total_space) in total_space()
325 let total_space = total_space(&tempdir.path()).unwrap(); in filesystem_space() localVariable
329 assert!(total_space > free_space); in filesystem_space()
330 assert!(total_space > available_space); in filesystem_space()
455 test::black_box(total_space(&tempdir.path()).unwrap()); in bench_total_space()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs134 total_space: u64, field
153 pub fn total_space(&self) -> u64 { in total_space() method
154 self.total_space in total_space()
186 pub fn total_space<P>(path: P) -> Result<u64> where P: AsRef<Path> { in total_space() function
187 statvfs(path).map(|stat| stat.total_space) in total_space()
325 let total_space = total_space(&tempdir.path()).unwrap(); in filesystem_space() localVariable
329 assert!(total_space > free_space); in filesystem_space()
330 assert!(total_space > available_space); in filesystem_space()
455 test::black_box(total_space(&tempdir.path()).unwrap()); in bench_total_space()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/system/
H A Dsys_info_fuchsia.cc91 const int64_t total_space = in AmountOfFreeDiskSpace() local
93 if (total_space < 0) in AmountOfFreeDiskSpace()
98 if (used_space < total_space) in AmountOfFreeDiskSpace()
99 return total_space - used_space; in AmountOfFreeDiskSpace()
/dports/misc/py-cinder/cinder-12.0.10/cinder/scheduler/filters/
H A Dcapacity_filter.py75 total_space = backend_state.total_capacity_gb
83 elif total_space in ['infinite', 'unknown']:
94 backend_state.reserved_percentage, total_space)
96 total = float(total_space)

12345678910>>...28