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

  /external/chromium_org/media/base/
decoder_buffer_unittest.cc 17 const int kTestSize = 10;
18 scoped_refptr<DecoderBuffer> buffer3(new DecoderBuffer(kTestSize));
20 EXPECT_EQ(kTestSize, buffer3->data_size());
  /external/chromium/sdch/open-vcdiff/src/
headerparser_test.cc 33 static const int kTestSize = 1024;
98 for (int i = 0; i < kTestSize; ++i) {
104 for (int position = 0; position < kTestSize; ++position) {
116 for (int i = 0; i < kTestSize; ++i) {
122 for (int i = 0; i < kTestSize; ++i) {
134 for (int i = 0; i < kTestSize; ++i) {
141 for (int i = 0; i < kTestSize; ++i) {
152 for (int i = 0; i < kTestSize; ++i) {
159 for (int i = 0; i < kTestSize; ++i) {
  /external/chromium_org/sdch/open-vcdiff/src/
headerparser_test.cc 33 static const int kTestSize = 1024;
98 for (int i = 0; i < kTestSize; ++i) {
104 for (int position = 0; position < kTestSize; ++position) {
116 for (int i = 0; i < kTestSize; ++i) {
122 for (int i = 0; i < kTestSize; ++i) {
134 for (int i = 0; i < kTestSize; ++i) {
141 for (int i = 0; i < kTestSize; ++i) {
152 for (int i = 0; i < kTestSize; ++i) {
159 for (int i = 0; i < kTestSize; ++i) {
  /external/open-vcdiff/src/
headerparser_test.cc 33 static const int kTestSize = 1024;
98 for (int i = 0; i < kTestSize; ++i) {
104 for (int position = 0; position < kTestSize; ++position) {
116 for (int i = 0; i < kTestSize; ++i) {
122 for (int i = 0; i < kTestSize; ++i) {
134 for (int i = 0; i < kTestSize; ++i) {
141 for (int i = 0; i < kTestSize; ++i) {
152 for (int i = 0; i < kTestSize; ++i) {
159 for (int i = 0; i < kTestSize; ++i) {
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 394 const uint32 kTestSize = 1 << 16;
398 options.size = kTestSize;
427 const uint32 kTestSize = 1 << 8;
431 options.size = kTestSize;
448 const uint32 kTestSize = 1 << 8;
452 options.size = kTestSize;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 539 const uint32 kTestSize = MaxTransferBufferSize() + 32;
541 scoped_ptr<uint8[]> buf(new uint8 [kTestSize]);
543 for (uint32 ii = 0; ii < kTestSize; ++ii) {
558 kTestSize - MaxTransferBufferSize());
567 kTestSize - MaxTransferBufferSize(), mem2.id, mem2.offset);
573 SetMemory(result1.ptr, kTestSize),
578 kTestSize - MaxTransferBufferSize()))
584 ASSERT_EQ(kTestSize, data.size());
    [all...]

Completed in 3153 milliseconds