Searched refs:chunk1 (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DFileBackedOutputStreamTest.java83 int chunk1 = Math.min(dataSize, fileThreshold);
84 int chunk2 = dataSize - chunk1;
87 if (chunk1 > 0) {
88 write(out, data, 0, chunk1, singleByte);
90 ByteStreams.newInputStreamSupplier(data, 0, chunk1), supplier));
97 write(out, data, chunk1, chunk2, singleByte);
/external/chromium_org/net/spdy/
H A Dspdy_http_stream_unittest.cc389 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
396 CreateMockWrite(*chunk1, 1), // POST upload frames
403 CreateMockRead(*chunk1, 5),
456 // Read and check |chunk1| response.
492 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
497 CreateMockWrite(*chunk1, 1), // POST upload frames
503 CreateMockRead(*chunk1, 4),
554 // Read and check |chunk1| response.
707 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, true));
710 CreateMockWrite(*chunk1,
[all...]
H A Dspdy_network_transaction_unittest.cc1876 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
1881 CreateMockWrite(*chunk1),
1889 CreateMockRead(*chunk1),
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum.cc378 Chunk chunk1 = bigits_[copy_offset + bigit_index1];
380 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2;
393 Chunk chunk1 = bigits_[copy_offset + bigit_index1];
395 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2;
/external/chromium_org/v8/src/
H A Dbignum.cc355 Chunk chunk1 = bigits_[copy_offset + bigit_index1];
357 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2;
370 Chunk chunk1 = bigits_[copy_offset + bigit_index1];
372 accumulator += static_cast<DoubleChunk>(chunk1) * chunk2;
/external/compiler-rt/lib/asan/
H A Dasan_report.cc806 AsanChunkView chunk1 = FindHeapChunkByAddress(a1); local
808 bool valid1 = chunk1.IsValid();
810 if ((valid1 != valid2) || (valid1 && valid2 && !chunk1.Eq(chunk2))) {
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc23127 const char* chunk1 = local
23142 const char* chunks[] = {chunk1, "foo(); ", NULL};
23150 char chunk1[] = local
23154 const char* chunks[] = {chunk1, chunk2, "foo();", NULL};
23161 char chunk1[] = local
23165 const char* chunks[] = {chunk1, chunk2, "foo();", NULL};
23175 const char* chunk1 = local
23182 const char* chunks[] = {chunk1, "foo(); ", NULL};
23194 char chunk1[] = local
23206 const char* chunks[] = {chunk1, chunk
23215 char chunk1[] = local
23241 char chunk1[] = local
23259 char chunk1[] = local
23278 char chunk1[] = local
23292 char chunk1[] = local
23343 char chunk1[] = local
[all...]

Completed in 1608 milliseconds