Home
last modified time | relevance | path

Searched refs:totalSpace (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/java/src/org/chromium/chrome/browser/download/
H A DDirectoryOption.java47 public final long totalSpace; field in DirectoryOption
54 public DirectoryOption(String name, String location, long availableSpace, long totalSpace, in DirectoryOption() argument
56 this(location, availableSpace, totalSpace, type); in DirectoryOption()
60 public DirectoryOption(String location, long availableSpace, long totalSpace, in DirectoryOption() argument
64 this.totalSpace = totalSpace; in DirectoryOption()
71 this.name, this.location, this.availableSpace, this.totalSpace, this.type); in clone()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/test/
H A Dxact_stats.c37 Size totalSpace = MemoryContextTotalSpace(TopTransactionContext); in top_transaction_context_size() local
38 PG_RETURN_INT64(totalSpace); in top_transaction_context_size()
48 Size totalSpace = 0; in MemoryContextTotalSpace() local
53 totalSpace += totals.totalspace; in MemoryContextTotalSpace()
59 totalSpace += MemoryContextTotalSpace(child); in MemoryContextTotalSpace()
62 return totalSpace; in MemoryContextTotalSpace()
/dports/sysutils/munin-master/munin-2.0.67/plugins/node.d.aix/
H A Dswap.in71 my($line,@lineArray,$amountUsed,$totalSpace);
76 $totalSpace += (substr($lineArray[3],0,-2) * 1024) * 1024;
79 return (ceil($totalSpace),ceil($amountUsed));
84 my($line,@lineArray,$totalSpace);
89 $totalSpace += (substr($lineArray[3],0,-2) * 1024) * 1024;
91 return (ceil($totalSpace));
/dports/sysutils/munin-node/munin-2.0.67/plugins/node.d.aix/
H A Dswap.in71 my($line,@lineArray,$amountUsed,$totalSpace);
76 $totalSpace += (substr($lineArray[3],0,-2) * 1024) * 1024;
79 return (ceil($totalSpace),ceil($amountUsed));
84 my($line,@lineArray,$totalSpace);
89 $totalSpace += (substr($lineArray[3],0,-2) * 1024) * 1024;
91 return (ceil($totalSpace));
/dports/sysutils/munin-common/munin-2.0.67/plugins/node.d.aix/
H A Dswap.in71 my($line,@lineArray,$amountUsed,$totalSpace);
76 $totalSpace += (substr($lineArray[3],0,-2) * 1024) * 1024;
79 return (ceil($totalSpace),ceil($amountUsed));
84 my($line,@lineArray,$totalSpace);
89 $totalSpace += (substr($lineArray[3],0,-2) * 1024) * 1024;
91 return (ceil($totalSpace));
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/layout/
H A Djuce_ConcertinaPanel.cpp71 PanelSizes withMovedPanel (int index, int targetPosition, int totalSpace) const in withMovedPanel()
74 totalSpace = jmax (totalSpace, getMinimumSize (0, num)); in withMovedPanel()
75 targetPosition = jmax (targetPosition, totalSpace - getMaximumSize (index, num)); in withMovedPanel()
83 PanelSizes fittedInto (int totalSpace) const in fittedInto()
87 totalSpace = jmax (totalSpace, getMinimumSize (0, num)); in fittedInto()
88 newSizes.stretchRange (0, num, totalSpace - newSizes.getTotalSize (0, num), stretchAll); in fittedInto()
92 PanelSizes withResizedPanel (int index, int panelHeight, int totalSpace) const in withResizedPanel()
96 if (totalSpace <= 0) in withResizedPanel()
104 totalSpace = jmax (totalSpace, minSize); in withResizedPanel()
107 … newSizes.stretchRange (0, index, totalSpace - newSizes.getTotalSize (0, num), stretchLast); in withResizedPanel()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/layout/
H A Djuce_ConcertinaPanel.cpp71 PanelSizes withMovedPanel (int index, int targetPosition, int totalSpace) const in withMovedPanel()
74 totalSpace = jmax (totalSpace, getMinimumSize (0, num)); in withMovedPanel()
75 targetPosition = jmax (targetPosition, totalSpace - getMaximumSize (index, num)); in withMovedPanel()
83 PanelSizes fittedInto (int totalSpace) const in fittedInto()
87 totalSpace = jmax (totalSpace, getMinimumSize (0, num)); in fittedInto()
88 newSizes.stretchRange (0, num, totalSpace - newSizes.getTotalSize (0, num), stretchAll); in fittedInto()
92 PanelSizes withResizedPanel (int index, int panelHeight, int totalSpace) const in withResizedPanel()
96 if (totalSpace <= 0) in withResizedPanel()
104 totalSpace = jmax (totalSpace, minSize); in withResizedPanel()
107 … newSizes.stretchRange (0, index, totalSpace - newSizes.getTotalSize (0, num), stretchLast); in withResizedPanel()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOW_PLANT.cpp288 char totalSpace =0; in plant_death() local
293 totalSpace++; in plant_death()
301 totalSpace++; in plant_death()
311 totalSpace++; in plant_death()
318 totalSpace++; in plant_death()
326 totalSpace++; in plant_death()
337 totalSpace++; in plant_death()
344 totalSpace++; in plant_death()
352 totalSpace++; in plant_death()
359 if( misc.random(totalSpace) + 2*totalSpace/3 <= neighbour ) in plant_death()
/dports/sysutils/di/di-4.50/C/
H A Ddisplay.c611 temp = (_print_size_t) diskInfo->totalSpace;
618 temp = (_print_size_t) (diskInfo->totalSpace -
759 totAvail = diskInfo->totalSpace;
768 totAvail = diskInfo->totalSpace;
777 totAvail = diskInfo->totalSpace -
788 totAvail = diskInfo->totalSpace;
798 totAvail = diskInfo->totalSpace;
1036 totals->totalSpace += diskInfo->totalSpace - diskInfo->freeSpace;
1043 totals->totalSpace += diskInfo->totalSpace;
1488 temp = d1->totalSpace == d2->totalSpace ? 0 :
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
H A DDba.php46 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\Dba
119 if ($this->totalSpace === null) {
132 $this->totalSpace = $total;
137 $totalSpace = & $this->totalSpace;
138 $callback = function ($event) use (& $events, & $handle, & $totalSpace) {
141 $totalSpace = null;
148 return $this->totalSpace;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
H A DDba.php46 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\Dba
119 if ($this->totalSpace === null) {
132 $this->totalSpace = $total;
137 $totalSpace = & $this->totalSpace;
138 $callback = function ($event) use (& $events, & $handle, & $totalSpace) {
141 $totalSpace = null;
148 return $this->totalSpace;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
H A DDba.php46 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\Dba
119 if ($this->totalSpace === null) {
132 $this->totalSpace = $total;
137 $totalSpace = & $this->totalSpace;
138 $callback = function ($event) use (& $events, & $handle, & $totalSpace) {
141 $totalSpace = null;
148 return $this->totalSpace;
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Cache/Storage/Adapter/
H A DZendServerDisk.php30 protected $totalSpace; variable in Zend\\Cache\\Storage\\Adapter\\ZendServerDisk
89 if ($this->totalSpace === null) {
99 $this->totalSpace = $total;
101 return $this->totalSpace;

12345678910>>...12