Home
last modified time | relevance | path

Searched refs:SetLength (Results 1 – 25 of 41) sorted by relevance

12

/external/webrtc/webrtc/p2p/base/
Dstun.h247 void SetLength(uint16_t length) { length_ = length; } in SetLength() function
300 SetLength(SIZE_IP4); in EnsureAddressLength()
304 SetLength(SIZE_IP6); in EnsureAddressLength()
308 SetLength(SIZE_UNDEF); in EnsureAddressLength()
Dstun.cc759 SetLength(static_cast<uint16_t>(length)); in SetBytes()
787 SetLength(MIN_SIZE + static_cast<uint16_t>(reason.size())); in SetReason()
839 SetLength(static_cast<uint16_t>(attr_types_->size() * 2)); in AddType()
/external/protobuf/csharp/src/Google.Protobuf/
DLimitedInputStream.cs100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
/external/dng_sdk/source/
Ddng_stream.cpp362 void dng_stream::SetLength (uint64 length) in SetLength() function in dng_stream
1160 dstStream.SetLength (Length ()); in DuplicateStream()
1171 dstStream.SetLength (Length ()); in DuplicateStream()
Ddng_stream.h248 void SetLength (uint64 length);
/external/brotli/csharp/
Dinjected_code.txt19 public override void SetLength(long value){
/external/v8/src/objects/
Djs-array.h47 static void SetLength(Handle<JSArray> array, uint32_t length);
Dfixed-array.h430 inline void SetLength(int length);
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc99 if (!file_.SetLength(std::max(original_file_len, new_file_len))) { in MapFileRegionToMemory()
Dfile.h244 bool SetLength(int64_t length);
Dfile_unittest.cc331 EXPECT_TRUE(file.SetLength(kExtendedFileLength)); in TEST()
347 EXPECT_TRUE(file.SetLength(kTruncatedFileLength)); in TEST()
496 EXPECT_TRUE(file.SetLength(kOffset * 2));
Dfile_posix.cc344 bool File::SetLength(int64_t length) { in SetLength() function in base::File
/external/brotli/csharp/org/brotli/dec/
DBrotliInputStream.cs208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas3456 SetLength(BS.FBits,Length(FBits));
3469 SetLength(FBits, Length(ABits));
3486 SetLength(FBits,((ANBits - 1) shr LOG_BITS) + 1);
3547 SetLength(FBits,NewSize);
3590 SetLength(FBits,A.LengthInLongWords);
3631 SetLength(Result,Size);
3695 SetLength(FFollowing,TBaseRecognizer.INITIAL_FOLLOW_STACK_SIZE);
3820 SetLength(FRuleMemo, Value);
4594 SetLength(F, Length(FState.Following) * 2);
5255 SetLength(Result,Size);
[all …]
DAntlr.Runtime.Tools.pas562 SetLength(newItems, NewCapPow2);
827 SetLength(FItems, 0);
/external/lzma/CPP/Windows/
DFileIO.h207 bool SetLength(UInt64 length) throw();
DFileIO.cpp422 bool COutFile::SetLength(UInt64 length) throw() in SetLength() function in NWindows::NFile::NIO::COutFile
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc314 packet_->SetLength(length); in Build()
628 void RawPacket::SetLength(size_t length) { in SetLength() function in webrtc::rtcp::RawPacket
Drtcp_packet.h494 void SetLength(size_t length);
/external/v8/src/
Delements.h69 virtual void SetLength(Handle<JSArray> holder, uint32_t new_length) = 0;
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs54 public override void SetLength(long value) in SetLength() method in SevenZip.CDoubleStream
DLzmaBench.cs133 public override void SetLength(long value) { } in SetLength() method in SevenZip.LzmaBench.CrcOutStream
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp399 bool result = File.SetLength(newSize); in SetSize()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp1371 bool res = _outFileStreamSpec->File.SetLength(_curSize); in GetStream()
1515 bool res = _outFileStreamSpec->File.SetLength(processedSize); in CloseFile()

12