Searched refs:buf_length (Results 1 – 12 of 12) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | SerializerTraceWriter.java | 60 private int buf_length; field in SerializerTraceWriter 82 buf_length = size; in setBufferSize() 184 if (count >= buf_length) in write() 225 if (lengthx3 >= buf_length) in write() 237 if (lengthx3 > buf_length - count) in write() 286 if (lengthx3 >= buf_length) in write() 297 if (lengthx3 > buf_length - count) in write()
|
/external/chromium_org/net/base/ |
D | upload_file_element_reader.cc | 83 int buf_length, in ReadInternal() argument 86 DCHECK_LT(0, buf_length); in ReadInternal() 89 std::min(bytes_remaining, static_cast<uint64>(buf_length)); in ReadInternal() 181 int buf_length, in Read() argument 197 buf_length, in Read() 287 int buf_length, in Read() argument 289 const int result = ReadInternal(buf, buf_length, BytesRemaining(), in Read()
|
D | upload_bytes_element_reader.cc | 47 int buf_length, in Read() argument 49 DCHECK_LT(0, buf_length); in Read() 52 std::min(BytesRemaining(), static_cast<uint64>(buf_length)); in Read()
|
D | upload_file_element_reader.h | 49 int buf_length, 125 int buf_length,
|
D | upload_element_reader.h | 53 int buf_length,
|
D | upload_bytes_element_reader.h | 35 int buf_length,
|
D | upload_data_stream_unittest.cc | 74 int buf_length, 99 int buf_length, in OnRead() argument
|
/external/chromium_org/webkit/browser/fileapi/ |
D | upload_file_system_file_element_reader.cc | 74 int buf_length, in Read() argument 76 DCHECK_LT(0, buf_length); in Read() 80 std::min(BytesRemaining(), static_cast<uint64>(buf_length)); in Read()
|
D | upload_file_system_file_element_reader.h | 39 int buf_length,
|
/external/grub/netboot/ |
D | lance.c | 68 short buf_length; /* 2s complement */ member 78 short buf_length; /* 2s complement */ member 265 lp->rx_ring[i].buf_length = -ETH_FRAME_LEN-4; in lance_reset() 318 lp->rx_ring[lp->rx_idx].buf_length = -ETH_FRAME_LEN-4; in lance_poll() 354 lp->tx_ring.buf_length = -s; in lance_transmit() 378 lp->tx_ring.u.base, lp->tx_ring.buf_length, lp->tx_ring.misc, in lance_transmit()
|
D | depca.c | 423 s16 buf_length; /* This length is negative 2's complement! */ member 484 writew(-RX_BUFF_SZ, &lp.rx_ring[i].buf_length); in depca_init_ring()
|
/external/chromium_org/net/http/ |
D | http_network_transaction_unittest.cc | 7770 int buf_length, in TEST_P() argument
|