OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kTestSize
(Results
1 - 7
of
7
) 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_org/native_client_sdk/src/tests/nacl_io_test/
fifo_test.cc
26
const size_t
kTestSize
= 32;
27
const size_t kHalfSize =
kTestSize
/ 2;
28
const size_t kQuarterSize =
kTestSize
/ 4;
47
char temp_wr[
kTestSize
* 2];
48
char temp_rd[
kTestSize
* 2];
56
FIFOChar fifo(
kTestSize
);
59
wr_offs += fifo.Write(temp_wr + wr_offs,
kTestSize
);
60
EXPECT_EQ(
kTestSize
, wr_offs);
70
EXPECT_EQ(
kTestSize
+ kQuarterSize, wr_offs);
72
EXPECT_EQ(
kTestSize
+ kHalfSize, wr_offs)
[
all
...]
/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
503
const uint32
kTestSize
= 1 << 16;
507
options.size =
kTestSize
;
536
const uint32
kTestSize
= 1 << 8;
540
options.size =
kTestSize
;
557
const uint32
kTestSize
= 1 << 8;
561
options.size =
kTestSize
;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
546
const uint32
kTestSize
= MaxTransferBufferSize() + 32;
548
scoped_ptr<uint8[]> buf(new uint8 [
kTestSize
]);
550
for (uint32 ii = 0; ii <
kTestSize
; ++ii) {
565
kTestSize
- MaxTransferBufferSize());
574
kTestSize
- MaxTransferBufferSize(), mem2.id, mem2.offset);
580
SetMemory(result1.ptr,
kTestSize
),
585
kTestSize
- MaxTransferBufferSize()))
591
ASSERT_EQ(
kTestSize
, data.size());
[
all
...]
Completed in 1042 milliseconds