Home
last modified time | relevance | path

Searched defs:SetLength (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/libchrome/base/files/
H A Dfile_proxy.cc72 void SetLength(int64_t length) { in SetLength() function in base::__anon901892ec0211::GenericFileHelper
341 bool FileProxy::SetLength(int64_t length, StatusCallback callback) { in SetLength() function in base::FileProxy
/aosp_15_r20/external/openthread/src/core/common/
H A Dtlvs.hpp109 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Tlv
770 void SetLength(uint16_t aLength) in SetLength() function in ot::ExtendedTlv
H A Ddata.hpp184 void SetLength(LengthType aLength) { mLength = aLength; } in SetLength() function in ot::Data
/aosp_15_r20/external/cronet/base/files/
H A Dfile_proxy.cc74 void SetLength(int64_t length) { in SetLength() function in base::__anon9c4f39220211::GenericFileHelper
357 bool FileProxy::SetLength(int64_t length, StatusCallback callback) { in SetLength() function in base::FileProxy
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_headers.hpp422 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::ExtensionHeader
549 void SetLength(uint8_t aLength) { mLength = aLength; } in SetLength() function in ot::Ip6::Option
H A Dudp6.hpp447 void SetLength(uint16_t aLength) { mLength = BigEndian::HostSwap16(aLength); } in SetLength() function in ot::Ip6::Udp::Header
/aosp_15_r20/libcore/ojluni/src/test/java/lang/StringBuffer/
H A DSetLength.java36 public class SetLength { class
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp595 bool COutFile::SetLength(UInt64 length) throw() in SetLength() function in NWindows::NFile::NIO::COutFile
893 bool COutFile::SetLength(UInt64 length) throw() in SetLength() function in NWindows::NFile::NIO::COutFile
/aosp_15_r20/system/update_engine/common/
H A Dfile_fetcher.h47 void SetLength(size_t length) override { data_length_ = length; } in SetLength() function
H A Dmock_http_fetcher.h70 void SetLength(size_t length) override {} in SetLength() function
H A Dmulti_range_http_fetcher.h70 void SetLength(size_t length) override {} // unsupported in SetLength() function
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
/aosp_15_r20/art/runtime/mirror/
H A Darray.h72 void SetLength(int32_t length) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLength() function
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DBrotliInputStream.cs208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
/aosp_15_r20/system/update_engine/
H A Dlibcurl_http_fetcher.h92 void SetLength(size_t length) override { download_length_ = length; } in SetLength() function
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile_posix.cc114 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
H A Dfile_win.cc242 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
H A Dfile_ios.cc255 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
/aosp_15_r20/external/openthread/src/core/utils/
H A Dflash.hpp167 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Flash::RecordHeader
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtlv.hpp80 void SetLength(uint16_t aLength, bool aForceExtended = false) in SetLength() function in otbr::Tlv
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dmulti_frame_buffer.hpp231 otError SetLength(uint16_t aLength) in SetLength() function in ot::Spinel::MultiFrameBuffer
/aosp_15_r20/external/skia/tests/
H A DDescriptorTest.cpp24 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() function in SkDescriptorTestHelper
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp113 …void SetLength(uint8_t aLength) { mFields.m8[0] = (mFields.m8[0] & ~kLengthMask) | (aLength & kLen… in SetLength() function in ot::Mac::HeaderIe
882 void SetLength(uint16_t aLength) { mLength = aLength; } in SetLength() function in ot::Mac::Frame

12