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

  /external/vixl/test/
test-code-buffer.cc 37 VIXL_CHECK(code_buffer.GetCapacity() == 2);
41 VIXL_CHECK(code_buffer.GetCapacity() == 2);
48 VIXL_CHECK(code_buffer.GetCapacity() > 2);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
ring_buffer.h 50 size_t GetCapacity() const { return buffer_.size(); }
81 void Clear() { Reset(GetCapacity()); }
  /external/vixl/src/
code-buffer-vixl.h 94 return GetOffsetAddress<T>(GetCapacity());
146 size_t GetCapacity() const { return capacity_; }
147 VIXL_DEPRECATED("GetCapacity", size_t capacity() const) {
148 return GetCapacity();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 147 size_t GetCapacity() const { return static_cast<size_t>(stackEnd_ - stack_); }
159 newCapacity = GetCapacity();
171 stack_ = (char*)allocator_->Realloc(stack_, GetCapacity(), newCapacity);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTArray.h 255 T* pNewArray = new T[other.GetCapacity()];
271 m_uiCapacity = other.GetCapacity();
350 unsigned int GetCapacity() const
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 72 size_t GetCapacity() const { return _capacity; }
  /external/v8/src/
elements.h 158 virtual uint32_t GetCapacity(JSObject* holder,
187 // and GetCapacity. Indices refer to elements in terms of the value that would
code-stub-assembler.h     [all...]
code-stub-assembler.cc     [all...]
elements.cc     [all...]
objects.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 131 function GetCapacity: Integer;
179 property Capacity: Integer read GetCapacity write SetCapacity;
220 function GetCapacity: Integer;
468 function TList<T>.GetCapacity: Integer;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 227 ReturnValue := FIList.GetCapacity;
  /external/vixl/src/aarch64/
assembler-aarch64.h 444 VIXL_DEPRECATED("GetBuffer().GetCapacity()",
446 return static_cast<ptrdiff_t>(GetBuffer().GetCapacity());
448 VIXL_DEPRECATED("GetBuffer().GetCapacity()",
450 return GetBuffer().GetCapacity();
474 (offset < static_cast<ptrdiff_t>(GetBuffer()->GetCapacity())));
    [all...]
macro-assembler-aarch64.h     [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]

Completed in 391 milliseconds