/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_stream.h | 35 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);
|
D | fx_stream.cpp | 254 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/ |
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/v8/test/cctest/ |
D | test-array-list.cc | 36 array->SetLength(2); in TEST()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_imp.h | 44 virtual FX_BOOL SetLength(int32_t iLength) { return FALSE; } in SetLength() function
|
/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/pdfium/xfa/src/fgas/include/ |
D | fx_stm.h | 62 virtual FX_BOOL SetLength(int32_t iLength) = 0;
|
/external/libchrome/base/files/ |
D | file.h | 250 bool SetLength(int64_t length);
|
D | file_unittest.cc | 291 EXPECT_TRUE(file.SetLength(kExtendedFileLength)); in TEST() 307 EXPECT_TRUE(file.SetLength(kTruncatedFileLength)); in TEST() 447 EXPECT_TRUE(file.SetLength(kOffset * 2));
|
D | file_posix.cc | 331 bool File::SetLength(int64_t length) { in SetLength() function in base::File
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
|
/external/antlr/antlr-3.4/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);
|
D | Antlr.Runtime.Tree.pas | 4517 SetLength(Bigger,2 * Length(FLookahead)); 4564 SetLength(FLookAhead,INITIAL_LOOKAHEAD_BUFFER_SIZE); 4723 SetLength(LA,N);
|
/external/v8/src/ |
D | elements.h | 70 virtual void SetLength(Handle<JSArray> holder, uint32_t new_length) = 0;
|
D | json-stringifier.h | 284 JSArray::SetLength(stack_, length + 1); in StackPush()
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 196 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/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 | 375 bool result = File.SetLength(newSize); in SetSize()
|