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/webm/
webm_parser_unittest.cc 19 enum { kBlockCount = 5 };
194 scoped_ptr<Cluster> cluster(CreateCluster(kBlockCount));
195 CreateClusterExpectations(kBlockCount, true, &client_);
204 scoped_ptr<Cluster> cluster(CreateCluster(kBlockCount));
205 CreateClusterExpectations(kBlockCount, true, &client_);
238 scoped_ptr<Cluster> cluster(CreateCluster(kBlockCount));
241 CreateClusterExpectations(kBlockCount - 1, false, &client_);
244 CreateClusterExpectations(kBlockCount, true, &client_);

Completed in 2117 milliseconds