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

  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 35 private int m_allocatedSize;
57 m_allocatedSize = size;
91 if (m_index == m_allocatedSize - 1)
187 m_allocatedSize *= 2;
189 boolean newVector[] = new boolean[m_allocatedSize];
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 31 : m_buffer(0), m_zero(0), m_size(0), m_allocatedSize(0), m_allocatedElements(0), m_mode(-1)
56 if (m_allocatedSize < size)
113 Index m_allocatedSize;
CompressedStorage.h 36 : m_values(0), m_indices(0), m_size(0), m_allocatedSize(0)
40 : m_values(0), m_indices(0), m_size(0), m_allocatedSize(0)
46 : m_values(0), m_indices(0), m_size(0), m_allocatedSize(0)
64 std::swap(m_allocatedSize, other.m_allocatedSize);
76 if (newAllocatedSize > m_allocatedSize)
82 if (m_allocatedSize>m_size)
88 if (m_allocatedSize<size)
102 inline size_t allocatedSize() const { return m_allocatedSize; }
116 res.m_allocatedSize = res.m_size = size
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 38 m_allocatedSize(0) {
52 m_allocatedSize(0) {
75 std::swap(m_allocatedSize, other.m_allocatedSize);
89 if (newAllocatedSize > m_allocatedSize)
94 if (m_allocatedSize > m_diagSize + m_upperSize + m_lowerSize)
99 if (m_allocatedSize < diagSize + upperSize + lowerSize)
129 return m_allocatedSize;
183 res.m_allocatedSize = res.m_diagSize = size;
237 m_allocatedSize = diagSize + upperSize + lowerSize
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 75 milliseconds