Home
last modified time | relevance | path

Searched defs:max_buffer_size (Results 1 – 16 of 16) sorted by relevance

/external/cronet/net/server/
Dhttp_connection.h58 int max_buffer_size() const { return max_buffer_size_; } in max_buffer_size() function
59 void set_max_buffer_size(int max_buffer_size) { in set_max_buffer_size()
101 int max_buffer_size() const { return max_buffer_size_; } in max_buffer_size() function
102 void set_max_buffer_size(int max_buffer_size) { in set_max_buffer_size()
/external/cronet/net/base/
Ddatagram_buffer.cc13 DatagramBufferPool::DatagramBufferPool(size_t max_buffer_size) in DatagramBufferPool()
40 DatagramBuffer::DatagramBuffer(size_t max_buffer_size) in DatagramBuffer()
Ddatagram_buffer.h58 size_t max_buffer_size() { return max_buffer_size_; } in max_buffer_size() function
/external/cronet/net/spdy/
Dspdy_read_queue_unittest.cc27 size_t max_buffer_size, in EnqueueString()
43 std::string DrainToString(size_t max_buffer_size, SpdyReadQueue* queue) { in DrainToString()
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dmulti_device_iterator_test.py150 def testBasic(self, prefetch_buffer_size, max_buffer_size): argument
331 def testBasic(self, max_buffer_size, prefetch_buffer_size): argument
/external/tensorflow/tensorflow/python/data/ops/
Dmulti_device_iterator_ops.py225 max_buffer_size=1, argument
429 max_buffer_size=1, argument
/external/tensorflow/tensorflow/core/kernels/data/
Dmulti_device_iterator_ops.cc108 Status Init(std::unique_ptr<IteratorBase> iterator, int64_t max_buffer_size, in Init()
176 MultiDeviceBuffer(size_t size, int64_t max_buffer_size, in MultiDeviceBuffer()
646 int64_t max_buffer_size = tensor_max_buffer_size->scalar<int64_t>()(); in Compute() local
/external/webrtc/modules/video_coding/
Dpacket_buffer.cc46 PacketBuffer::PacketBuffer(size_t start_buffer_size, size_t max_buffer_size) in PacketBuffer()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer_fenced.c73 pb_size max_buffer_size; member
1009 pb_size max_buffer_size, in fenced_bufmgr_create()
/external/webrtc/modules/audio_device/android/
Daaudio_wrapper.cc252 const int32_t max_buffer_size = buffer_capacity_in_frames(); in IncreaseOutputBufferSize() local
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_wrapper.cc252 const int32_t max_buffer_size = buffer_capacity_in_frames(); in IncreaseOutputBufferSize() local
/external/python/cpython2/Modules/_io/
Dbufferedio.c1670 Py_ssize_t max_buffer_size = -234; in bufferedwriter_init() local
2062 Py_ssize_t max_buffer_size = -234; in bufferedrwpair_init() local
2322 Py_ssize_t max_buffer_size = -234; in bufferedrandom_init() local
/external/curl/lib/
Dsmb.h123 unsigned int max_buffer_size; member
144 unsigned short max_buffer_size; member
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceSycl.h646 EIGEN_STRONG_INLINE unsigned long max_buffer_size() const { in max_buffer_size() function
1017 EIGEN_STRONG_INLINE long max_buffer_size() const { in max_buffer_size() function
/external/python/cpython2/Lib/
D_pyio.py1073 buffer_size=DEFAULT_BUFFER_SIZE, max_buffer_size=None): argument
1175 buffer_size=DEFAULT_BUFFER_SIZE, max_buffer_size=None): argument
1244 buffer_size=DEFAULT_BUFFER_SIZE, max_buffer_size=None): argument
/external/crosvm/fuse/src/
Dfilesystem.rs387 fn max_buffer_size(&self) -> u32 { in max_buffer_size() method