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

  /external/stlport/test/eh/
nc_alloc.cpp 123 else if (mBlocks != 0 && mUsed < kBlockCount) {
132 if (mBlocks == 0 || b < mBlocks || b >= mBlocks + kBlockCount)
144 kBlockCount = 1500,
165 (FastAllocator::Block*)EH_CSTD::calloc( sizeof(FastAllocator::Block), FastAllocator::kBlockCount );
  /external/chromium_org/media/formats/webm/
webm_parser_unittest.cc 19 enum { kBlockCount = 5 };
217 scoped_ptr<Cluster> cluster(CreateCluster(kBlockCount));
218 CreateClusterExpectations(kBlockCount, true, &client_);
226 scoped_ptr<Cluster> cluster(CreateCluster(kBlockCount));
227 CreateClusterExpectations(kBlockCount, true, &client_);
260 scoped_ptr<Cluster> cluster(CreateCluster(kBlockCount));
263 CreateClusterExpectations(kBlockCount - 1, false, &client_);
266 CreateClusterExpectations(kBlockCount, true, &client_);

Completed in 210 milliseconds