Home
last modified time | relevance | path

Searched refs:body_size (Results 1 – 14 of 14) sorted by relevance

/external/kernel-headers/original/linux/sunrpc/
Dgss_asn1.h70 int *body_size,
76 unsigned int body_size);
80 int body_size,
/external/chromium_org/net/http/
Dhttp_stream_parser_unittest.cc609 int body_size = body.size(); in TEST() local
610 int read_lengths[] = {body_size, 0}; in TEST()
611 get_runner.ReadBody(body_size, read_lengths); in TEST()
633 int body_size = body.size(); in TEST() local
634 int read_lengths[] = {body_size, 0}; in TEST()
635 get_runner.ReadBody(body_size, read_lengths); in TEST()
695 int body_size = body.size(); in TEST() local
696 int read_lengths[] = {body_size, 0}; in TEST()
697 get_runner.ReadBody(body_size, read_lengths); in TEST()
719 int body_size = body.size(); in TEST() local
[all …]
Dhttp_cache_transaction.cc1625 int64 body_size = response_.headers->GetContentLength(); in DoCacheWriteDataComplete() local
1626 if (body_size >= 0 && body_size <= current_size) in DoCacheWriteDataComplete()
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
DglX_doc.py98 def body_size(self, f): member in PrintGlxProtoText
121 [size, size_str, pad_str] = self.body_size(f)
137 [size, size_str, pad_str] = self.body_size(f)
/external/mesa3d/src/mapi/glapi/gen/
DglX_doc.py98 def body_size(self, f): member in PrintGlxProtoText
121 [size, size_str, pad_str] = self.body_size(f)
137 [size, size_str, pad_str] = self.body_size(f)
/external/chromium_org/net/websockets/
Dwebsocket_basic_stream.cc332 const int body_size = incomplete_control_frame_body_->offset(); in ConvertChunkToFrame() local
333 DCHECK_EQ(body_size, in ConvertChunkToFrame()
335 scoped_refptr<IOBufferWithSize> body = new IOBufferWithSize(body_size); in ConvertChunkToFrame()
338 body_size); in ConvertChunkToFrame()
/external/v8/src/
Dspaces.cc490 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t body_size, in AllocateChunk() argument
500 chunk_size = RoundUp(CodePageAreaStartOffset() + body_size, in AllocateChunk()
533 ZapBlock(base + CodePageAreaStartOffset(), body_size); in AllocateChunk()
536 area_end = area_start + body_size; in AllocateChunk()
538 chunk_size = MemoryChunk::kObjectStartOffset + body_size; in AllocateChunk()
Dobjects.h4376 inline int body_size();
4395 static int SizeFor(int body_size) { in SizeFor() argument
4396 ASSERT_SIZE_TAG_ALIGNED(body_size); in SizeFor()
4397 return RoundUp(kHeaderSize + body_size, kCodeAlignment); in SizeFor()
4417 int CodeSize() { return SizeFor(body_size()); } in CodeSize()
Dspaces.h986 MemoryChunk* AllocateChunk(intptr_t body_size,
Dheap.cc3377 int body_size = RoundUp(desc.instr_size, kObjectAlignment); in CreateCode() local
3378 int obj_size = Code::SizeFor(body_size); in CreateCode()
Dobjects-inl.h4160 int Code::body_size() { in body_size() function
/external/chromium_org/v8/src/
Dobjects.h5307 inline int body_size();
5326 static int SizeFor(int body_size) { in SizeFor() argument
5327 ASSERT_SIZE_TAG_ALIGNED(body_size); in SizeFor()
5328 return RoundUp(kHeaderSize + body_size, kCodeAlignment); in SizeFor()
5348 int CodeSize() { return SizeFor(body_size()); } in CodeSize()
Dheap.cc4229 int body_size = RoundUp(desc.instr_size, kObjectAlignment); in CreateCode() local
4230 int obj_size = Code::SizeFor(body_size); in CreateCode()
Dobjects-inl.h5475 int Code::body_size() { in body_size() function