/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache.cc | 98 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 D | file_data_pipe_producer.cc | 78 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 D | add_key05.c | 64 …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 D | recordio.cc | 420 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/ |
D | gattc_lib.py | 252 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 D | mem_backend_impl.cc | 64 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/ |
D | bluetooth_device.py | 184 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 D | httpread.c | 56 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 D | gatt_remote_service_server.cc | 137 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 D | structured.rs | 174 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 D | fuzzed_data_provider.cpp | 324 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 D | remote_service.cc | 172 size_t max_bytes, in ReadLongCharacteristic() 330 size_t max_bytes, in ReadLongDescriptor()
|
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/ |
H A D | smbus.c | 270 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/ |
D | stream_slice.py | 26 def __init__(self, stream, max_bytes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | gcs_file_system.cc | 776 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 D | gcs_filesystem.cc | 435 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 D | neteq_ilbc_quality_test.cc | 57 size_t max_bytes) override { in EncodeBlock()
|
H A D | neteq_pcmu_quality_test.cc | 56 size_t max_bytes) override { in EncodeBlock()
|
H A D | neteq_pcm16b_quality_test.cc | 57 size_t max_bytes) override { in EncodeBlock()
|
H A D | neteq_opus_quality_test.cc | 148 size_t max_bytes) { in EncodeBlock()
|
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/ |
H A D | minidump.h | 212 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 D | tpu_compilation_cache_service.cc | 81 void TpuCompilationCacheService::SetMemoryQuota(size_t max_bytes) { in SetMemoryQuota()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/ |
H A D | opus_speed_test.cc | 64 size_t max_bytes, in EncodeABlock()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser_table.h | 83 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 D | hpack_parser_table.h | 86 uint32_t max_bytes() const { return max_bytes_; } in max_bytes() function
|