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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 89 private int m_capacity; field in class:ExpandedNameTable
121 m_capacity = m_initialCapacity;
122 m_threshold = (int)(m_capacity * m_loadFactor);
123 m_table = new HashEntry[m_capacity];
193 int index = hash % m_capacity;
213 index = hash % m_capacity;
247 int oldCapacity = m_capacity;
251 m_capacity = newCapacity;
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 149 unsigned capacity() const { return m_capacity; }
175 unsigned m_capacity; member in class:WebCore::MemoryCache
  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 260 m_capacity = sizeToAllocate / sizeof(T);
266 return VectorTraits<T>::canMoveWithMemcpy && m_capacity && newCapacity;
275 m_capacity = sizeToAllocate / sizeof(T);
286 m_capacity = 0;
294 size_t capacity() const { return m_capacity; }
300 m_capacity = 0;
307 , m_capacity(0)
313 , m_capacity(capacity)
323 unsigned m_capacity; member in class:WTF::VectorBufferBase
355 std::swap(m_capacity, other.m_capacity)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 463 int m_capacity; member in class:WebCore::WebGLRenderingContext::LRUImageBufferCache
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 192 milliseconds