Home
last modified time | relevance | path

Searched defs:max_bytes (Results 1 – 25 of 136) sorted by relevance

123456

/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc98 int64_t max_bytes, in CacheCreator()
318 int64_t max_bytes, in CreateCacheBackendImpl()
364 int64_t max_bytes, in CreateCacheBackend()
383 int64_t max_bytes, in CreateCacheBackend()
400 int64_t max_bytes, in CreateCacheBackend()
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Dfile_data_pipe_producer.cc78 void StartFromFile(base::File file, size_t max_bytes) { in StartFromFile()
98 void StartFromFileOnFileSequence(base::File file, size_t max_bytes) { in StartFromFileOnFileSequence()
255 size_t max_bytes, in WriteFromFile()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/add_key/
H A Dadd_key05.c64 …atic inline void parse_proc_key_users(int *used_key, int *max_key, int *used_bytes, int *max_bytes) in parse_proc_key_users()
86 int used_bytes, max_bytes, tmp_used_bytes; in verify_max_bytes() local
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Drecordio.cc420 int32_t max_bytes = 209715200, /* 200MB */ in ShardingWriterImpl()
544 const std::function<T(absl::string_view)>& get_key, int32_t max_bytes) { in Get()
551 const std::function<T(absl::string_view)>& get_key, int32_t max_bytes, in Get()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dgattc_lib.py252 def readLongDescriptorById(self, id, offset, max_bytes): argument
290 def readLongCharacteristicById(self, id, offset, max_bytes): argument
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_backend_impl.cc64 int64_t max_bytes, in CreateBackend()
97 bool MemBackendImpl::SetMaxSize(int64_t max_bytes) { in SetMaxSize()
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py184 max_bytes): argument
223 handle, offset, max_bytes): argument
525 max_bytes): argument
1048 max_bytes): argument
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c56 int max_bytes; /* maximum file size else abort it */ member
734 int max_bytes, /* maximum body size else abort it */ in httpread_create()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_remote_service_server.cc137 uint16_t max_bytes, in ReadLongCharacteristic()
228 uint16_t max_bytes, in ReadLongDescriptor()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dstructured.rs174 let max_bytes = *MAX_BYTES in new() localVariable
192 let max_bytes = MAX_BYTES[self.version as usize]; in split_to_bits() localVariable
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
H A Dfuzzed_data_provider.cpp324 jint max_bytes, in FixUpModifiedUtf8()
558 jint max_bytes, jint max_length, in FixUpModifiedUtf8()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dremote_service.cc172 size_t max_bytes, in ReadLongCharacteristic()
330 size_t max_bytes, in ReadLongDescriptor()
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/
H A Dsmbus.c270 static int block_cmd_loop(uintptr_t base, u8 *buf, size_t max_bytes, int flags) in block_cmd_loop()
373 int do_smbus_block_read(uintptr_t base, u8 device, u8 cmd, size_t max_bytes, u8 *buf) in do_smbus_block_read()
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dstream_slice.py26 def __init__(self, stream, max_bytes): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc776 size_t max_bytes = kDefaultMaxCacheSize; in GcsFileSystem() local
938 size_t max_bytes, uint64 max_staleness, uint64 stat_cache_max_age, in GcsFileSystem()
1020 size_t max_bytes, in ResetFileBlockCache()
1032 size_t block_size, size_t max_bytes, uint64 max_staleness) { in MakeFileBlockCache()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.cc435 size_t max_bytes = kDefaultMaxCacheSize; in GCSFile() local
480 uint64_t block_size, size_t max_bytes, uint64_t max_staleness, in GCSFile()
498 size_t max_bytes, uint64_t max_staleness, in InitTest()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_ilbc_quality_test.cc57 size_t max_bytes) override { in EncodeBlock()
H A Dneteq_pcmu_quality_test.cc56 size_t max_bytes) override { in EncodeBlock()
H A Dneteq_pcm16b_quality_test.cc57 size_t max_bytes) override { in EncodeBlock()
H A Dneteq_opus_quality_test.cc148 size_t max_bytes) { in EncodeBlock()
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h212 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; } in set_max_bytes()
213 static uint32_t max_bytes() { return max_bytes_; } in max_bytes() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_service.cc81 void TpuCompilationCacheService::SetMemoryQuota(size_t max_bytes) { in SetMemoryQuota()
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc64 size_t max_bytes, in EncodeABlock()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser_table.h83 uint32_t max_bytes() const { return max_bytes_; } in max_bytes() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_parser_table.h86 uint32_t max_bytes() const { return max_bytes_; } in max_bytes() function

123456