Searched refs:capacity (Results 51 - 66 of 66) sorted by relevance

123

/haiku/headers/os/app/
H A DLooper.h140 port_id port, int32 capacity);
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1372 off_t capacity; member in struct:VolumeInfo
1399 if (fVolumeInfo.capacity == partition->Size())
1625 const char* capacity = get_driver_parameter(settings, local
1629 && filesystem != NULL && capacity != NULL) {
1639 selectedVolume.capacity = atoll(capacity);
/haiku/headers/cpp/std/
H A Dbastring.cc91 || s > capacity ()
92 || Rep::excess_slop (s, capacity ()));
H A Dbastring.h172 size_type capacity () const function in class:basic_string
/haiku/src/apps/diskusage/
H A DPieView.cpp457 off_t volCapacity = snapshot->capacity;
467 // Show total volume capacity.
520 parentSize = (float)snapshot->capacity;
/haiku/headers/os/kernel/
H A DOS.h125 int32 capacity; /* queue depth */ member in struct:port_info
130 extern port_id create_port(int32 capacity, const char *name);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp121 string << fBatteryInfo.capacity;
136 string = B_TRANSLATE("Design capacity: ");
155 string = B_TRANSLATE("Design capacity warning: ");
160 string = B_TRANSLATE("Design capacity low warning: ");
H A DPowerStatusView.cpp412 fPercent = (double)fBatteryInfo.capacity / fBatteryInfo.full_capacity;
585 batteryInfo->capacity += info.capacity;
/haiku/src/kits/tracker/
H A DUtilities.cpp996 message->AddInt64("capacity", volume->Capacity());
1008 off_t capacity; local
1019 if (message->FindInt64("capacity", index, &capacity) != B_OK)
1055 // capacity
1056 if (capacity == tempVolume.Capacity())
1083 // capacity. Both must match.
1091 if (created == cmpCreated && capacity == tempVolume.Capacity()) {
H A DPose.cpp55 off_t capacity = volume->Capacity(); local
56 if (capacity == 0)
60 = static_cast<int32>(volume->FreeBytes() / (capacity / 100));
/haiku/src/system/kernel/debug/
H A Ddebug.cpp311 virtual void TabCompletion(char* buffer, int32 capacity, int32& position,
324 virtual void TabCompletion(char* buffer, int32 capacity, int32& position, argument
402 if (length + neededSpace + 1 >= capacity)
415 if (length + neededSpace + 1 >= capacity)
/haiku/src/servers/mount/
H A DAutoMounter.cpp279 int64 capacity = fArchived.GetInt64("capacity", 0); local
280 if (capacity == partition->ContentSize())
337 info.AddInt64("capacity", partition->ContentSize());
/haiku/src/bin/bfs_tools/
H A Drecover.cpp42 InodeHashtable(int capacity) argument
44 fHashtable(capacity),
/haiku/headers/libs/agg/
H A Dagg_rasterizer_compound_aa.h493 m_ast.capacity(num_styles, 64);
/haiku/src/kits/app/
H A DLooper.cpp214 status = data->AddInt32("_port_cap", info.capacity);
/haiku/headers/cpp/
H A Dstl_rope.h2273 size_type capacity() const { function in class:rope

Completed in 123 milliseconds

123