HomeSort by relevance Sort by last modified time
    Searched refs:kDefaultCapacity (Results 1 - 5 of 5) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 40 GenericMemoryBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocator, capacity) {}
56 static const size_t kDefaultCapacity = 256;
stringbuffer.h 39 explicit GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocator, capacity) {}
73 static const size_t kDefaultCapacity = 256;
  /external/vixl/src/
code-buffer-vixl.h 39 static const size_t kDefaultCapacity = 4 * KBytes;
41 explicit CodeBuffer(size_t capacity = kDefaultCapacity);
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 288 opcodes_.reserve(kDefaultCapacity);
316 static constexpr size_t kDefaultCapacity = 32u;
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 108 byte* buf = new byte[size + CodeBuffer::kDefaultCapacity]; \
109 MacroAssembler masm(buf, size + CodeBuffer::kDefaultCapacity, pic); \
184 size + CodeBuffer::kDefaultCapacity, \
189 size_t buffer_size = size + CodeBuffer::kDefaultCapacity; \
    [all...]

Completed in 2096 milliseconds