/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_proxy.cc | 72 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 D | tlvs.hpp | 109 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 D | data.hpp | 184 void SetLength(LengthType aLength) { mLength = aLength; } in SetLength() function in ot::Data
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_proxy.cc | 74 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 D | ip6_headers.hpp | 422 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 D | udp6.hpp | 447 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 D | SetLength.java | 36 public class SetLength { class
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 595 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 D | file_fetcher.h | 47 void SetLength(size_t length) override { data_length_ = length; } in SetLength() function
|
H A D | mock_http_fetcher.h | 70 void SetLength(size_t length) override {} in SetLength() function
|
H A D | multi_range_http_fetcher.h | 70 void SetLength(size_t length) override {} // unsupported in SetLength() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | LimitedInputStream.cs | 100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | LimitedInputStream.cs | 100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | array.h | 72 void SetLength(int32_t length) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLength() function
|
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ |
H A D | BrotliInputStream.cs | 208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
|
/aosp_15_r20/system/update_engine/ |
H A D | libcurl_http_fetcher.h | 92 void SetLength(size_t length) override { download_length_ = length; } in SetLength() function
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | file_posix.cc | 114 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
|
H A D | file_win.cc | 242 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
|
H A D | file_ios.cc | 255 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/ |
D | GZipStream.cs | 243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
|
/aosp_15_r20/external/openthread/src/core/utils/ |
H A D | flash.hpp | 167 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 D | tlv.hpp | 80 void SetLength(uint16_t aLength, bool aForceExtended = false) in SetLength() function in otbr::Tlv
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | multi_frame_buffer.hpp | 231 otError SetLength(uint16_t aLength) in SetLength() function in ot::Spinel::MultiFrameBuffer
|
/aosp_15_r20/external/skia/tests/ |
H A D | DescriptorTest.cpp | 24 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 D | mac_frame.hpp | 113 …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
|