Home
last modified time | relevance | path

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

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