/external/webrtc/webrtc/p2p/base/ |
D | stun.h | 247 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()
|
D | stun.cc | 759 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/ |
D | LimitedInputStream.cs | 100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
|
/external/dng_sdk/source/ |
D | dng_stream.cpp | 362 void dng_stream::SetLength (uint64 length) in SetLength() function in dng_stream 1160 dstStream.SetLength (Length ()); in DuplicateStream() 1171 dstStream.SetLength (Length ()); in DuplicateStream()
|
D | dng_stream.h | 248 void SetLength (uint64 length);
|
/external/brotli/csharp/ |
D | injected_code.txt | 19 public override void SetLength(long value){
|
/external/v8/src/objects/ |
D | js-array.h | 47 static void SetLength(Handle<JSArray> array, uint32_t length);
|
D | fixed-array.h | 430 inline void SetLength(int length);
|
/external/libchrome/base/files/ |
D | memory_mapped_file_posix.cc | 99 if (!file_.SetLength(std::max(original_file_len, new_file_len))) { in MapFileRegionToMemory()
|
D | file.h | 244 bool SetLength(int64_t length);
|
D | file_unittest.cc | 331 EXPECT_TRUE(file.SetLength(kExtendedFileLength)); in TEST() 347 EXPECT_TRUE(file.SetLength(kTruncatedFileLength)); in TEST() 496 EXPECT_TRUE(file.SetLength(kOffset * 2));
|
D | file_posix.cc | 344 bool File::SetLength(int64_t length) { in SetLength() function in base::File
|
/external/brotli/csharp/org/brotli/dec/ |
D | BrotliInputStream.cs | 208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 3456 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 …]
|
D | Antlr.Runtime.Tools.pas | 562 SetLength(newItems, NewCapPow2); 827 SetLength(FItems, 0);
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 207 bool SetLength(UInt64 length) throw();
|
D | FileIO.cpp | 422 bool COutFile::SetLength(UInt64 length) throw() in SetLength() function in NWindows::NFile::NIO::COutFile
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_packet.cc | 314 packet_->SetLength(length); in Build() 628 void RawPacket::SetLength(size_t length) { in SetLength() function in webrtc::rtcp::RawPacket
|
D | rtcp_packet.h | 494 void SetLength(size_t length);
|
/external/v8/src/ |
D | elements.h | 69 virtual void SetLength(Handle<JSArray> holder, uint32_t new_length) = 0;
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 54 public override void SetLength(long value) in SetLength() method in SevenZip.CDoubleStream
|
D | LzmaBench.cs | 133 public override void SetLength(long value) { } in SetLength() method in SevenZip.LzmaBench.CrcOutStream
|
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.cpp | 399 bool result = File.SetLength(newSize); in SetSize()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 1371 bool res = _outFileStreamSpec->File.SetLength(_curSize); in GetStream() 1515 bool res = _outFileStreamSpec->File.SetLength(processedSize); in CloseFile()
|