Home
last modified time | relevance | path

Searched defs:current_capacity (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/power_monitor/
Dbattery_level_provider.h46 absl::optional<uint64_t> current_capacity; member
96 uint64_t current_capacity; member
Dbattery_level_provider_win.cc116 ULONG current_capacity, in GetBatteryBatteryDischargeGranularity()
/external/python/cpython2/Parser/
Dnode.c82 int current_capacity; in PyNode_AddChild() local
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h288 static size_type NextCapacity(size_type current_capacity) { in NextCapacity()
292 static size_type ComputeCapacity(size_type current_capacity, in ComputeCapacity()
/external/rust/crates/vmm-sys-util/src/
Dfam.rs861 let current_capacity = adapter.capacity(); in test_reserve() localVariable