Home
last modified time | relevance | path

Searched refs:buf_length (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerTraceWriter.java60 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/
Dupload_file_element_reader.cc83 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()
Dupload_bytes_element_reader.cc47 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()
Dupload_file_element_reader.h49 int buf_length,
125 int buf_length,
Dupload_element_reader.h53 int buf_length,
Dupload_bytes_element_reader.h35 int buf_length,
Dupload_data_stream_unittest.cc74 int buf_length,
99 int buf_length, in OnRead() argument
/external/chromium_org/webkit/browser/fileapi/
Dupload_file_system_file_element_reader.cc74 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()
Dupload_file_system_file_element_reader.h39 int buf_length,
/external/grub/netboot/
Dlance.c68 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()
Ddepca.c423 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/
Dhttp_network_transaction_unittest.cc7770 int buf_length, in TEST_P() argument