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

  /dalvik/libdex/
DexProto.cpp 37 if (pCache->allocatedSize != 0) {
38 if (pCache->allocatedSize >= length) {
46 pCache->allocatedSize = 0;
49 pCache->allocatedSize = length;
59 pCache->allocatedSize = 0;
68 if (pCache->allocatedSize != 0) {
71 pCache->allocatedSize = 0;
100 if ((value == pCache->value) && (pCache->allocatedSize != 0)) {
102 pCache->allocatedSize = 0;
DexProto.h 35 size_t allocatedSize; /* size of the allocated buffer, if allocated */
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h     [all...]
CompressedStorage.h 110 inline Index allocatedSize() const { return m_allocatedSize; }
SparseBlock.h 139 ? Index(matrix.data().allocatedSize()) + block_size
148 typename SparseMatrixType::Storage newdata(m_matrix.data().allocatedSize() - block_size + nnz);
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 128 inline Index allocatedSize() const {
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 206 int allocatedSize;
    [all...]
  /external/eigen/test/
sparse_basic.cpp 684 VERIFY(mat.data().allocatedSize()<20*n);
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 195 milliseconds