Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/net/server/
H A 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()
/aosp_15_r20/external/cronet/net/base/
H A Ddatagram_buffer.cc13 DatagramBufferPool::DatagramBufferPool(size_t max_buffer_size) in DatagramBufferPool()
40 DatagramBuffer::DatagramBuffer(size_t max_buffer_size) in DatagramBuffer()
H A Ddatagram_buffer.h58 size_t max_buffer_size() { return max_buffer_size_; } in max_buffer_size() function
/aosp_15_r20/external/cronet/net/spdy/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Dmulti_device_iterator_ops.py225 max_buffer_size=1, argument
429 max_buffer_size=1, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c73 pb_size max_buffer_size; member
1009 pb_size max_buffer_size, in fenced_bufmgr_create()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/fuzzers/include/
DlibosiFuzzHelperFunctions.h24 char* generateBuffer(FuzzedDataProvider* dataProvider, size_t max_buffer_size, in generateBuffer()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dconfig.rs39 pub max_buffer_size: u64, field
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dprioritize.rs58 max_buffer_size: usize, field
107 pub(crate) fn max_buffer_size(&self) -> usize { in max_buffer_size() method
/aosp_15_r20/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
/aosp_15_r20/frameworks/av/media/libstagefright/tests/fuzzers/
H A DIMediaSourceFuzzImpl.h47 const size_t max_buffer_size; variable
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_descriptor_set_layout.h55 uint32_t max_buffer_size; member
H A Dnvk_descriptor_set_layout.c476 uint32_t max_buffer_size; in nvk_GetDescriptorSetLayoutSupport() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_buffer.h27 uint64_t max_buffer_size; member
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A 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
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dpacket_buffer.cc46 PacketBuffer::PacketBuffer(size_t start_buffer_size, size_t max_buffer_size) in PacketBuffer()
/aosp_15_r20/external/libchrome-gestures/src/
H A Dmouse_interpreter.cc170 const size_t max_buffer_size = scroll_velocity_buffer_size_.val_; in InterpretScrollWheelEvent() local
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_descriptor_set_layout.c395 uint32_t max_buffer_size; in hk_GetDescriptorSetLayoutSupport() local
/aosp_15_r20/external/webrtc/sdk/android/src/jni/audio_device/
H A Daaudio_wrapper.cc252 const int32_t max_buffer_size = buffer_capacity_in_frames(); in IncreaseOutputBufferSize() local
/aosp_15_r20/external/webrtc/modules/audio_device/android/
H A Daaudio_wrapper.cc252 const int32_t max_buffer_size = buffer_capacity_in_frames(); in IncreaseOutputBufferSize() local
/aosp_15_r20/external/libopus/dnn/
H A Dlpcnet.c125 …int max_buffer_size = lpcnet->model.feature_conv1.kernel_size + lpcnet->model.feature_conv2.kernel… in run_frame_network_deferred() local
/aosp_15_r20/trusty/user/app/storage/
Dipc.c380 size_t max_buffer_size, in ipc_port_create()

12