Home
last modified time | relevance | path

Searched refs:Capacity (Results 1 – 25 of 5622) sorted by relevance

12345678910>>...225

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/framework/plugins/volumebinding/
H A Dscorer_test.go58 Capacity: 100,
67 Capacity: 100,
76 Capacity: 100,
85 Capacity: 100,
100 Capacity: 100,
104 Capacity: 100,
113 Capacity: 100,
117 Capacity: 100,
126 Capacity: 100,
130 Capacity: 100,
[all …]
/dports/devel/py-azure-mgmt-reservations/azure-mgmt-reservations-0.7.0/tests/recordings/
H A Dtest_mgmt_reservations.test_get_operation.yaml67 Capacity","resource":"Reservations","operation":"Get Reservations","description":"Read
75 Capacity","resource":"Reservations","operation":"Check Subscription","description":"Check
77 Capacity","resource":"Reservations","operation":"Read Operation","description":"Read
83 Capacity","resource":"Reservations","operation":"Get Reservations","description":"Read
91 Capacity","resource":"Reservations","operation":"Get Reservations","description":"Read
99 Capacity","resource":"Reservations","operation":"Get Reservations","description":"Read
101 Capacity","resource":"Reservations","operation":"Registers the Capacity Resource
102 Provider.","description":"Registers the Capacity resource provider and enables
103 …the creation of Capacity resources."}},{"name":"Microsoft.Capacity/commercialreservationorders/rea…
104 Capacity","resource":"Reservations","operation":"Get Reservation Orders created
[all …]
H A Dtest_mgmt_reservations.test_applied_reservation.yaml63 …/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Capacity/appliedReservatio…
66Capacity/AppliedReservations","name":"default","properties":{"reservationOrderIds":{"value":["/pro…
/dports/net/arataga/arataga-0.5.1/arataga/utils/
H A Dsubview_of.hpp19 template< std::size_t Capacity >
22 std::array< char, Capacity > m_data;
26 template< std::size_t Capacity >
36 template< std::size_t Capacity >
38 subview_t< Capacity >
48 subview_t<Capacity> result; in subview_of()
66 result.m_length = Capacity; in subview_of()
72 template< std::size_t Capacity >
74 subview_t< Capacity >
80 template< std::size_t Capacity >
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/include/aws/dynamodb/model/
H A DConsumedCapacity.h155 inline const Capacity& GetTable() const{ return m_table; } in GetTable()
165 inline void SetTable(const Capacity& value) { m_tableHasBeenSet = true; m_table = value; } in SetTable()
170 inline void SetTable(Capacity&& value) { m_tableHasBeenSet = true; m_table = std::move(value); } in SetTable()
175 inline ConsumedCapacity& WithTable(const Capacity& value) { SetTable(value); return *this;} in WithTable()
180 … inline ConsumedCapacity& WithTable(Capacity&& value) { SetTable(std::move(value)); return *this;} in WithTable()
187 …inline const Aws::Map<Aws::String, Capacity>& GetLocalSecondaryIndexes() const{ return m_localSeco… in GetLocalSecondaryIndexes()
211 …inline ConsumedCapacity& WithLocalSecondaryIndexes(const Aws::Map<Aws::String, Capacity>& value) {… in WithLocalSecondaryIndexes()
260 …inline const Aws::Map<Aws::String, Capacity>& GetGlobalSecondaryIndexes() const{ return m_globalSe… in GetGlobalSecondaryIndexes()
342 Capacity m_table;
345 Aws::Map<Aws::String, Capacity> m_localSecondaryIndexes;
[all …]
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/util/
H A Dcapacity.cpp18 const QString Capacity::m_InvalidString = QStringLiteral("---");
23 Capacity::Capacity(qint64 size) : in Capacity() function in Capacity
32 Capacity::Capacity(const Partition& p, Type t) : in Capacity() function in Capacity
45 Capacity::Capacity(const Device& d) : in Capacity() function in Capacity
54 qint64 Capacity::toInt(Unit u) const in toInt()
63 double Capacity::toDouble(Unit u) const in toDouble()
73 qint64 Capacity::unitFactor(Unit from, Unit to) in unitFactor()
97 QString Capacity::unitName(Unit u, qint64 val) in unitName()
120 bool Capacity::isValid() const in isValid()
125 QString Capacity::formatByteSize(double size, int precision) in formatByteSize()
H A Dcapacity.h26 class LIBKPMCORE_EXPORT Capacity
38 explicit Capacity(qint64 size);
39 explicit Capacity(const Partition& p, Type t = Type::Total);
40 Capacity(const Device& d);
43 bool operator==(const Capacity& other) const {
46 bool operator!=(const Capacity& other) const {
49 bool operator>(const Capacity& other) const {
52 bool operator<(const Capacity& other) const {
55 bool operator>=(const Capacity& other) const {
58 bool operator<=(const Capacity& other) const {
[all …]
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGBitVec.h112 GBitVec() : Size(0), Capacity(0) { in GBitVec()
120 Capacity=0; in Size()
124 Capacity = NumBitWords(bitsize); in Size()
140 Capacity = 0; in GBitVec()
153 Capacity = 0; in GBitVec()
267 uint OldCapacity = Capacity;
286 if (N > Capacity * BITWORD_SIZE) in reserve()
440 Capacity = RHSWords;
456 Gswap(Capacity, RHS.Capacity); in swap()
468 if (Capacity > UsedWords)
[all …]
/dports/biology/seqan/seqan-library-2.4.0/share/doc/seqan/html/demos/dox/graph_algorithms/
H A Dford_fulkerson_algorithm.cpp.stdout21 (0,4): Flow: 11, Capacity: 13
22 (0,1): Flow: 12, Capacity: 16
23 (1,4): Flow: 0, Capacity: 10
24 (1,2): Flow: 12, Capacity: 12
25 (2,4): Flow: 0, Capacity: 9
26 (2,3): Flow: 19, Capacity: 20
27 (4,5): Flow: 11, Capacity: 14
28 (4,1): Flow: 0, Capacity: 4
29 (5,3): Flow: 4, Capacity: 4
30 (5,2): Flow: 7, Capacity: 7
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/dox/graph_algorithms/
H A Dford_fulkerson_algorithm.cpp.stdout21 (0,4): Flow: 11, Capacity: 13
22 (0,1): Flow: 12, Capacity: 16
23 (1,4): Flow: 0, Capacity: 10
24 (1,2): Flow: 12, Capacity: 12
25 (2,4): Flow: 0, Capacity: 9
26 (2,3): Flow: 19, Capacity: 20
27 (4,5): Flow: 11, Capacity: 14
28 (4,1): Flow: 0, Capacity: 4
29 (5,3): Flow: 4, Capacity: 4
30 (5,2): Flow: 7, Capacity: 7
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/aix/lparstat/
H A Dsample26 Entitled Capacity : 0.30
15 Variable Capacity Weight : 128
16 Minimum Capacity : 0.20
17 Maximum Capacity : 1.00
18 Capacity Increment : 0.01
23 Maximum Capacity of Pool : 200
24 Entitled Capacity of Pool : 130
25 Unallocated Capacity : 0.00
30 Variable Memory Capacity Weight : -
34 Unallocated Variable Memory Capacity Weight: -
[all …]
H A Dsample46 Entitled Capacity : 2.00
15 Variable Capacity Weight : 0
16 Minimum Capacity : 1.00
17 Maximum Capacity : 4.00
18 Capacity Increment : 0.01
23 Maximum Capacity of Pool : 1600
24 Entitled Capacity of Pool : 1400
25 Unallocated Capacity : 0.00
30 Desired Variable Capacity Weight : 0
31 Desired Capacity : 2.00
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Da-cfhama.ads98 Capacity : Count_Type)
101 Pre => Capacity <= Container.Capacity;
114 Pre => Target.Capacity >= Length (Source);
118 Capacity : Count_Type := 0) return Map
121 Pre => Capacity = 0 or else Capacity >= Source.Capacity;
148 Pre => Target.Capacity >= Length (Source);
158 Pre => Length (Container) < Container.Capacity;
166 Pre => Length (Container) < Container.Capacity
175 Pre => Length (Container) < Container.Capacity;
285 pragma Inline (Capacity);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Da-cfhama.ads94 Capacity : Count_Type)
97 Pre => Capacity <= Container.Capacity;
110 Pre => Target.Capacity >= Length (Source);
114 Capacity : Count_Type := 0) return Map
117 Pre => Capacity = 0 or else Capacity >= Source.Capacity;
144 Pre => Target.Capacity >= Length (Source);
154 Pre => Length (Container) < Container.Capacity;
162 Pre => Length (Container) < Container.Capacity
171 Pre => Length (Container) < Container.Capacity;
275 pragma Inline (Capacity);
[all …]
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Da-cfhama.ads97 Capacity : Count_Type)
100 Pre => Capacity <= Container.Capacity;
113 Pre => Target.Capacity >= Length (Source);
117 Capacity : Count_Type := 0) return Map
120 Pre => Capacity = 0 or else Capacity >= Source.Capacity;
147 Pre => Target.Capacity >= Length (Source);
157 Pre => Length (Container) < Container.Capacity;
165 Pre => Length (Container) < Container.Capacity
174 Pre => Length (Container) < Container.Capacity;
284 pragma Inline (Capacity);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Da-cfhama.ads98 Capacity : Count_Type)
101 Pre => Capacity <= Container.Capacity;
114 Pre => Target.Capacity >= Length (Source);
118 Capacity : Count_Type := 0) return Map
121 Pre => Capacity = 0 or else Capacity >= Source.Capacity;
148 Pre => Target.Capacity >= Length (Source);
158 Pre => Length (Container) < Container.Capacity;
166 Pre => Length (Container) < Container.Capacity
175 Pre => Length (Container) < Container.Capacity;
285 pragma Inline (Capacity);
[all …]
/dports/devel/cpputest/cpputest-4.0/examples/AllTests/
H A DCircularBufferTest.cpp91 TEST(CircularBuffer, Capacity) in TEST() argument
94 LONGS_EQUAL(2, b.Capacity()); in TEST()
99 fillTheQueue(0, buffer->Capacity()); in TEST()
105 fillTheQueue(100, buffer->Capacity()); in TEST()
109 removeFromQueue(buffer->Capacity()); in TEST()
116 fillTheQueue(100, buffer->Capacity()); in TEST()
132 int capacity = buffer->Capacity(); in TEST()
195 fillTheQueue(200, buffer->Capacity()); in TEST()
208 fillTheQueue(200, buffer->Capacity()); in TEST()
223 fillTheQueue(200, buffer->Capacity()); in TEST()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkImportContainerTest.cxx40 << container1->Capacity() in itkImportContainerTest()
51 << container1->Capacity() in itkImportContainerTest()
65 << container1->Capacity() in itkImportContainerTest()
76 << container1->Capacity() in itkImportContainerTest()
86 << container1->Capacity() in itkImportContainerTest()
101 << container1->Capacity() in itkImportContainerTest()
110 << container1->Capacity() in itkImportContainerTest()
122 << container1->Capacity() in itkImportContainerTest()
138 << container1->Capacity() in itkImportContainerTest()
154 << container1->Capacity() in itkImportContainerTest()
[all …]
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/TCH/
H A Dmrtg.cfg11 YLegend[tch1]:Modem Capacity
15 Legend2[tch1]:&nbsp Capacity &nbsp
17 Legend4[tch1]:&nbsp Capacity &nbsp
19 LegendO[tch1]:&nbsp Capacity &nbsp
27 YLegend[tch2]:Modem Capacity
31 Legend2[tch2]:&nbsp Capacity &nbsp
33 Legend4[tch2]:&nbsp Capacity &nbsp
35 LegendO[tch2]:&nbsp Capacity &nbsp
43 YLegend[tch3]:Modem Capacity
47 Legend2[tch3]:&nbsp Capacity &nbsp
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/esan/
H A Desan_circular_buffer.h38 Capacity = BufferCapacity; in initialize()
40 Data = (T *)MmapOrDie(Capacity * sizeof(T), "CircularBuffer"); in initialize()
46 UnmapOrDie(Data, Capacity * sizeof(T)); in free()
50 uptr ArrayIdx = (StartIdx + Idx) % Capacity;
55 uptr ArrayIdx = (StartIdx + Idx) % Capacity;
59 CHECK_GT(Capacity, 0); in push_back()
60 uptr ArrayIdx = (StartIdx + Count) % Capacity; in push_back()
62 if (Count < Capacity) in push_back()
65 StartIdx = (StartIdx + 1) % Capacity; in push_back()
69 uptr ArrayIdx = (StartIdx + Count - 1) % Capacity; in back()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h85 Capacity = NumBitWords(s); in Size()
87 init_words(Bits, Capacity, t); in Size()
96 Capacity = 0; in BitVector()
106 : Bits(RHS.Bits), Size(RHS.Size), Capacity(RHS.Capacity) { in BitVector()
108 RHS.Size = RHS.Capacity = 0; in BitVector()
437 Capacity = RHSWords;
455 Capacity = RHS.Capacity;
458 RHS.Size = RHS.Capacity = 0;
466 std::swap(Capacity, RHS.Capacity); in swap()
514 if (Capacity > UsedWords)
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DBitVector.h72 BitVector() : Size(0), Capacity(0) { in BitVector()
79 Capacity = NumBitWords(s); in Size()
80 Bits = new BitWord[Capacity]; in Size()
81 init_words(Bits, Capacity, t); in Size()
90 Capacity = 0; in BitVector()
94 Capacity = NumBitWords(RHS.size()); in BitVector()
95 Bits = new BitWord[Capacity]; in BitVector()
212 if (N > Capacity * BITWORD_SIZE) in reserve()
344 Capacity = RHSWords;
358 std::swap(Capacity, RHS.Capacity); in swap()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-snow-device-management/include/aws/snow-device-management/model/
H A DCapacity.h32 class AWS_SNOWDEVICEMANAGEMENT_API Capacity
35 Capacity();
36 Capacity(Aws::Utils::Json::JsonView jsonValue);
37 Capacity& operator=(Aws::Utils::Json::JsonView jsonValue);
59 inline Capacity& WithAvailable(long long value) { SetAvailable(value); return *this;} in WithAvailable()
90 inline Capacity& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
100 inline Capacity& WithName(const char* value) { SetName(value); return *this;} in WithName()
121 inline Capacity& WithTotal(long long value) { SetTotal(value); return *this;} in WithTotal()
152 inline Capacity& WithUnit(const Aws::String& value) { SetUnit(value); return *this;} in WithUnit()
162 inline Capacity& WithUnit(const char* value) { SetUnit(value); return *this;} in WithUnit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DArrayRecycler.h49 __asan_unpoison_memory_region(Entry, Capacity::get(Idx).getSize()); in pop()
51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop()
63 __asan_poison_memory_region(Ptr, Capacity::get(Idx).getSize()); in push()
71 class Capacity {
73 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
76 Capacity() : Index(0) {} in Capacity() function
79 static Capacity get(size_t N) { in get()
80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
92 Capacity getNext() const { return Capacity(Index + 1); } in getNext()
125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DArrayRecycler.h49 __asan_unpoison_memory_region(Entry, Capacity::get(Idx).getSize()); in pop()
51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop()
63 __asan_poison_memory_region(Ptr, Capacity::get(Idx).getSize()); in push()
71 class Capacity {
73 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
76 Capacity() : Index(0) {} in Capacity() function
79 static Capacity get(size_t N) { in get()
80 return Capacity(N ? Log2_64_Ceil(N) : 0); in get()
92 Capacity getNext() const { return Capacity(Index + 1); } in getNext()
125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
[all …]

12345678910>>...225