HomeSort by relevance Sort by last modified time
    Searched defs:SetLength (Results 1 - 14 of 14) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_widetextread.cpp 77 bool CXFA_WideTextRead::SetLength(int32_t iLength) {
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 54 public override void SetLength(long value)
56 throw (new Exception("can't SetLength"));
LzmaBench.cs 133 public override void SetLength(long value) { }
  /art/runtime/base/unix_file/
fd_file.cc 193 int FdFile::SetLength(int64_t new_length) {
378 result = SetLength(0);
422 if (SetLength(0) < 0) {
  /external/libchrome/base/files/
file_posix.cc 331 bool File::SetLength(int64_t length) {
335 SCOPED_FILE_TRACE_WITH_SIZE("SetLength", length);
  /external/lzma/CPP/Windows/
FileIO.cpp 422 bool COutFile::SetLength(UInt64 length) throw()
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.cc 314 packet_->SetLength(length);
628 void RawPacket::SetLength(size_t length) {
  /external/dng_sdk/source/
dng_stream.cpp 362 void dng_stream::SetLength (uint64 length)
1160 dstStream.SetLength (Length ());
1171 dstStream.SetLength (Length ());
  /external/pdfium/xfa/fgas/crt/
fgas_stream.cpp 37 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) {
1006 bool CFGAS_TextStream::SetLength(int32_t iLength)
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.h 247 void SetLength(uint16_t length) { length_ = length; }
300 SetLength(SIZE_IP4);
304 SetLength(SIZE_IP6);
308 SetLength(SIZE_UNDEF);
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 77 // ProcessOutput(), call SetLength() to update the buffer availability.
116 STDMETHOD(SetLength(DWORD cbLength))
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 479 data_.ss.SetLength(0);
    [all...]
  /external/v8/src/
api.cc     [all...]
objects.cc     [all...]

Completed in 735 milliseconds