Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/wifi/ipv6proxy/
Dmessage.h22 size_t capacity() const { return sizeof(mData); } in capacity() function
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h102 size_type capacity() const { return mCapacity; } in capacity() function
170 void init(iterator begin, iterator end, size_type capacity) { in init()
/device/generic/goldfish/dhcp/common/
Dmessage.h66 size_t capacity() const { return sizeof(dhcpData); } in capacity() function
/device/google/cuttlefish_common/common/libs/utils/
Dsimulated_buffer_test.cpp44 int64_t capacity, in MockSimulatedBuffer()
/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h47 int capacity; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dhandlers.py1065 def __init__(self, capacity): argument
1116 def __init__(self, capacity, flushLevel=logging.ERROR, target=None): argument