/external/webrtc/webrtc/base/ |
H A D | cryptstring.cc | 15 size_t EmptyCryptStringImpl::GetLength() const { function in class:rtc::EmptyCryptStringImpl 49 size_t InsecureCryptStringImpl::GetLength() const { function in class:rtc::InsecureCryptStringImpl
|
H A D | cryptstring.h | 27 virtual size_t GetLength() const = 0; 37 size_t GetLength() const override; 47 size_t GetLength() const { return impl_->GetLength(); } function in class:rtc::CryptString 92 size_t len = password->GetLength(); 98 size_t GetLength() { function in class:rtc::FormatCryptString 157 size_t GetLength() const override;
|
/external/lzma/CPP/Common/ |
H A D | C_FileIO.cpp | 36 bool CFileBase::GetLength(UInt64 &length) const
function in class:NC::NFile::NIO::CFileBase
|
/external/gptfdisk/ |
H A D | bsd.cc | 251 uint64_t BSDData::GetLength(int i) { function in class:BSDData 258 } // BSDData::GetLength()
|
H A D | basicmbr.cc | 1507 uint64_t BasicMBRData::GetLength(int i) { function in class:BasicMBRData 1517 } // BasicMBRData::GetLength()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
H A D | b2DistanceJoint.h | 91 float32 GetLength() const; 144 inline float32 b2DistanceJoint::GetLength() const function in class:b2DistanceJoint
|
/external/libchrome/base/files/ |
H A D | file_posix.cc | 319 int64_t File::GetLength() { function in class:base::File 322 SCOPED_FILE_TRACE("GetLength");
|
/external/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 99 bool CFileBase::GetLength(UInt64 &length) const throw()
function in class:NWindows::NFile::NIO::CFileBase
|
/external/pdfium/core/include/fxcrt/ |
H A D | fx_string.h | 99 FX_STRSIZE GetLength() const { return m_Length; } function in class:CFX_ByteStringC 183 FX_STRSIZE GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } function in class:CFX_ByteString 185 bool IsEmpty() const { return !GetLength(); } 207 std::min(GetLength(), str.GetLength())); 208 return result < 0 || (result == 0 && GetLength() < str.GetLength()); 352 m_Length = src.GetLength(); 356 m_Length = src.GetLength(); 473 FX_STRSIZE GetLength() cons function in class:CFX_WideStringC 582 FX_STRSIZE GetLength() const { return m_pData ? m_pData->m_nDataLength : 0; } function in class:CFX_WideString [all...] |
H A D | fx_basic.h | 48 AppendBlock(str.GetPtr(), str.GetLength()); 103 FX_STRSIZE GetLength() const { return m_DataSize; } function in class:CFX_ByteTextBuf 124 FX_STRSIZE GetLength() const { return m_DataSize / sizeof(FX_WCHAR); } function in class:CFX_WideTextBuf 158 intptr_t GetLength() { return m_SavingBuf.GetSize(); } function in class:CFX_ArchiveSaver
|
/external/pdfium/xfa/src/fdp/src/css/ |
H A D | fde_csssyntax.h | 42 int32_t GetLength() const { return m_iDatLen; }
function in class:CFDE_CSSTextBuf
|
/external/pdfium/xfa/src/fxjse/src/ |
H A D | class.cpp | 161 int32_t CFXJSE_Arguments::GetLength() const {
function in class:CFXJSE_Arguments 224 v8::String::kNormalString, szStringVal.GetLength()));
|
/external/pdfium/xfa/src/fee/src/fee/ |
H A D | fde_txtedtblock.cpp | 23 int32_t nCount = wsBlock.GetLength();
85 int32_t CFDE_TxtEdtBlock::GetLength() const {
function in class:CFDE_TxtEdtBlock 156 int32_t nCount = m_wsFormat.GetLength();
211 FX_WCHAR wcType = wsField[wsField.GetLength() - 1];
242 int32_t nFieldLength = m_wsField.GetLength();
249 int32_t nInsLength = wsIns.GetLength();
276 int32_t nFieldLength = m_wsField.GetLength();
312 int32_t nInsLength = wsIns.GetLength();
313 int32_t nFieldLength = m_wsField.GetLength();
349 int32_t nLength = wsField.GetLength() [all...] |
/external/pdfium/xfa/src/fgas/include/ |
H A D | fx_rbk.h | 122 int32_t GetLength() const { return m_iChars; }
function in class:CFX_RTFPiece
|
H A D | fx_tbk.h | 129 int32_t GetLength() const { return m_iChars; }
function in class:CFX_TxtPiece
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_basic_imp.cpp | 40 int32_t iLength = wsName.GetLength();
76 int32_t iLength = wsName.GetLength();
102 int32_t iLength = wsName.GetLength();
203 int32_t iLength = wsName.GetLength();
383 int32_t iLength = wsMethodName.GetLength();
415 int32_t iLength = wsAttributeName.GetLength();
453 wsMeasure.GetLength() - iOffset, &iUsedLen);
578 int32_t CXFA_WideTextRead::GetLength() const {
function in class:CXFA_WideTextRead 579 return m_wsBuffer.GetLength() * sizeof(FX_WCHAR);
590 m_iPosition = m_wsBuffer.GetLength() [all...] |
H A D | xfa_object_imp.cpp | 51 hValue, FX_UTF8Encode(className.GetPtr(), className.GetLength()));
66 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength()));
613 int32_t iLength = pArguments->GetLength();
621 CFX_WideString::FromUTF8(bsExpression, bsExpression.GetLength());
658 int32_t iLength = pArguments->GetLength();
667 CFX_WideString::FromUTF8(bsExpression, bsExpression.GetLength());
742 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength()));
807 int32_t iLength = pArguments->GetLength();
815 CFX_WideString::FromUTF8(bsExpression, bsExpression.GetLength());
818 int32_t iLength = pArguments->GetLength();
5393 int32_t CXFA_ArrayNodeList::GetLength() { function in class:CXFA_ArrayNodeList 5437 int32_t CXFA_AttachNodeList::GetLength() { function in class:CXFA_AttachNodeList [all...] |
/external/pdfium/xfa/src/fgas/src/crt/ |
H A D | fx_stream.cpp | 178 int32_t CFX_FileStreamImp::GetLength() const {
function in class:CFX_FileStreamImp 272 int32_t CFX_FileReadStreamImp::GetLength() const {
function in class:CFX_FileReadStreamImp 359 int32_t CFX_BufferReadStreamImp::GetLength() const {
function in class:CFX_BufferReadStreamImp 363 int32_t iLength = GetLength();
389 int32_t iLength = GetLength();
452 bEOS = (m_iPosition >= GetLength()) || pStr[i] == L'\0';
469 int32_t CFX_FileWriteStreamImp::GetLength() const {
function in class:CFX_FileWriteStreamImp 476 int32_t iLength = GetLength();
496 return m_iPosition >= GetLength();
535 int32_t CFX_BufferStreamImp::GetLength() cons function in class:CFX_BufferStreamImp 707 int32_t CFX_TextStream::GetLength() const { function in class:CFX_TextStream 969 int32_t CFX_Stream::GetLength() const { function in class:CFX_Stream [all...] |
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | JS_Value.cpp | 437 int CJS_Array::GetLength() { function in class:CJS_Array
|
/external/v8/src/ |
H A D | frames.cc | 828 return ArgumentsAdaptorFrame::GetLength(caller_fp()); 1296 int ArgumentsAdaptorFrame::GetLength(Address fp) { function in class:v8::internal::ArgumentsAdaptorFrame
|
H A D | objects.cc | 5374 MaybeHandle<Smi> JSFunction::GetLength(Isolate* isolate, function in class:v8::internal::JSFunction
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |