Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_stream.h35 virtual FX_BOOL SetLength(int32_t iLength) = 0;
56 virtual FX_BOOL SetLength(int32_t iLength);
76 virtual FX_BOOL SetLength(int32_t iLength) { return FALSE; } in SetLength() function
103 virtual FX_BOOL SetLength(int32_t iLength) { return FALSE; } in SetLength() function
133 virtual FX_BOOL SetLength(int32_t iLength) { return FALSE; } in SetLength() function
159 virtual FX_BOOL SetLength(int32_t iLength) { return FALSE; } in SetLength() function
199 virtual FX_BOOL SetLength(int32_t iLength);
240 virtual FX_BOOL SetLength(int32_t iLength);
Dfx_stream.cpp254 FX_BOOL CFX_FileStreamImp::SetLength(int32_t iLength) { in SetLength() function in CFX_FileStreamImp
728 FX_BOOL CFX_TextStream::SetLength(int32_t iLength) { in SetLength() function in CFX_TextStream
729 return m_pStreamImp->SetLength(iLength); in SetLength()
1136 FX_BOOL CFX_Stream::SetLength(int32_t iLength) { in SetLength() function in CFX_Stream
1143 return m_pStreamImp->SetLength(iLength); in SetLength()
/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/v8/test/cctest/
Dtest-array-list.cc36 array->SetLength(2); in TEST()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.h44 virtual FX_BOOL SetLength(int32_t iLength) { return FALSE; } in SetLength() function
/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/pdfium/xfa/src/fgas/include/
Dfx_stm.h62 virtual FX_BOOL SetLength(int32_t iLength) = 0;
/external/libchrome/base/files/
Dfile.h250 bool SetLength(int64_t length);
Dfile_unittest.cc291 EXPECT_TRUE(file.SetLength(kExtendedFileLength)); in TEST()
307 EXPECT_TRUE(file.SetLength(kTruncatedFileLength)); in TEST()
447 EXPECT_TRUE(file.SetLength(kOffset * 2));
Dfile_posix.cc331 bool File::SetLength(int64_t length) { in SetLength() function in base::File
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
/external/antlr/antlr-3.4/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);
DAntlr.Runtime.Tree.pas4517 SetLength(Bigger,2 * Length(FLookahead));
4564 SetLength(FLookAhead,INITIAL_LOOKAHEAD_BUFFER_SIZE);
4723 SetLength(LA,N);
/external/v8/src/
Delements.h70 virtual void SetLength(Handle<JSArray> holder, uint32_t new_length) = 0;
Djson-stringifier.h284 JSArray::SetLength(stack_, length + 1); in StackPush()
/external/lzma/CPP/Windows/
DFileIO.h196 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/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.cpp375 bool result = File.SetLength(newSize); in SetSize()

12