Home
last modified time | relevance | path

Searched defs:kDefaultBlockSize (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h46 constexpr size_t kDefaultBlockSize = 512 * 1024 * 1024; variable
48 constexpr size_t kDefaultBlockSize = 64 * 1024 * 1024; variable
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dpartition_writer_unittest.cc67 const uint64_t kDefaultBlockSize = config.block_size; in GenerateSourceCopyOp() local
H A Ddelta_performer_unittest.cc255 const uint64_t kDefaultBlockSize = config.block_size; in GenerateSourceCopyPayload() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_simple_arena_test.cc16 size_t kDefaultBlockSize = 2048; variable
/aosp_15_r20/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h40 static constexpr uint32_t kDefaultBlockSize = 4096; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc52 static const int kDefaultBlockSize = 8192; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc52 static const int kDefaultBlockSize = 8192; variable
/aosp_15_r20/external/sandboxed-api/contrib/c-blosc/test/
H A Dtest_blosc.cc27 constexpr size_t kDefaultBlockSize = 19059; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.cpp864 const int kDefaultBlockSize = 512; in transformLoops() local
876 const int kDefaultBlockSize = 256; in transformLoops() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.cc36 constexpr size_t kDefaultBlockSize = 64 * 1024 * 1024; variable