Searched defs:SetLength (Results 1 - 14 of 14) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs100 public override void SetLength(long value) method in class:Google.Protobuf.LimitedInputStream
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widetextread.cpp77 bool CXFA_WideTextRead::SetLength(int32_t iLength) { function in class:CXFA_WideTextRead
/external/libchrome/base/files/
H A Dfile_posix.cc331 bool File::SetLength(int64_t length) { function in class:base::File
335 SCOPED_FILE_TRACE_WITH_SIZE("SetLength", length);
/external/lzma/CPP/Windows/
H A DFileIO.cpp422 bool COutFile::SetLength(UInt64 length) throw() function in class:NWindows::NFile::NIO::COutFile
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs54 public override void SetLength(long value) method in class:SevenZip.CDoubleStream
56 throw (new Exception("can't SetLength"));
H A DLzmaBench.cs133 public override void SetLength(long value) { } method in class:SevenZip.LzmaBench.CrcOutStream
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) method in class:DotZLib.GZipStream
/external/dng_sdk/source/
H A Ddng_stream.cpp362 void dng_stream::SetLength (uint64 length) function in class:dng_stream
1160 dstStream.SetLength (Length ());
1171 dstStream.SetLength (Length ());
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.cc314 packet_->SetLength(length);
628 void RawPacket::SetLength(size_t length) { function in class:webrtc::rtcp::RawPacket
/external/pdfium/xfa/fgas/crt/
H A Dfgas_stream.cpp37 virtual bool SetLength(int32_t iLength) = 0;
66 bool SetLength(int32_t iLength) override;
90 bool SetLength(int32_t iLength) override { return false; }
121 bool SetLength(int32_t iLength) override { return false; }
152 bool SetLength(int32_t iLength) override { return false; }
180 bool SetLength(int32_t iLength) override { return false; }
221 bool SetLength(int32_t iLength) override;
259 bool SetLength(int32_t iLength) override;
534 bool CFGAS_FileStreamImp::SetLength(int32_t iLength) { function in class:CFGAS_FileStreamImp
1006 bool CFGAS_TextStream::SetLength(int32_ function in class:CFGAS_TextStream
1391 bool CFGAS_Stream::SetLength(int32_t iLength) { function in class:CFGAS_Stream
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dstun.h247 void SetLength(uint16_t length) { length_ = length; } function in class:cricket::StunAttribute
300 SetLength(SIZE_IP4);
304 SetLength(SIZE_IP6);
308 SetLength(SIZE_UNDEF);
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc77 // ProcessOutput(), call SetLength() to update the buffer availability.
116 STDMETHOD(SetLength(DWORD cbLength)) function in class:webrtc::__anon24597::MediaBufferImpl
3816 hr = _mediaBuffer->SetLength(0);
/external/v8/src/
H A Dapi.cc1378 void FunctionTemplate::SetLength(int length) { function in class:v8::FunctionTemplate
1380 EnsureNotInstantiated(info, "v8::FunctionTemplate::SetLength");
H A Dobjects.cc7141 // Most of steps 16 through 19 is implemented by JSArray::SetLength.
7142 JSArray::SetLength(a, new_len);
10294 array->SetLength(length + 1);
10307 array->SetLength(length + 2);
10339 if (empty) ret->SetLength(0);
15139 void JSArray::SetLength(Handle<JSArray> array, uint32_t new_length) { function in class:v8::internal::JSArray
15145 array->GetElementsAccessor()->SetLength(array, new_length);

Completed in 703 milliseconds