/external/pdfium/core/src/fxcrt/ |
H A D | fx_basic_array.cpp | 21 FX_BOOL CFX_BasicArray::SetSize(int nNewSize) { function in class:CFX_BasicArray 68 !SetSize(newSize.ValueOrDie())) { 77 if (!SetSize(src.m_nSize)) { 88 if (!SetSize(nIndex + nCount)) { 93 if (!SetSize(m_nSize + nCount)) {
|
/external/lzma/CPP/7zip/Common/ |
H A D | OffsetStream.cpp | 36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize)
function in class:COffsetOutStream 38 return _stream->SetSize(_offset + newSize);
|
H A D | LimitedStreams.cpp | 345 STDMETHODIMP CTailOutStream::SetSize(UInt64 newSize)
function in class:CTailOutStream 348 return Stream->SetSize(Offset + newSize);
|
H A D | FileStreams.cpp | 369 STDMETHODIMP COutFileStream::SetSize(UInt64 newSize)
function in class:COutFileStream
|
/external/webrtc/talk/media/base/ |
H A D | videorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved) { return true; }; function in class:cricket::VideoRenderer
|
H A D | fakevideorenderer.h | 50 virtual bool SetSize(int width, int height, int reserved) { function in class:cricket::FakeVideoRenderer
|
/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | OverwriteDialog.h | 31 void SetSize(const UInt64 *size)
function in struct:NOverwriteDialog::CFileInfo
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
H A D | vp9_frame_buffer_pool.cc | 31 void Vp9FrameBufferPool::Vp9FrameBuffer::SetSize(size_t size) { function in class:webrtc::Vp9FrameBufferPool::Vp9FrameBuffer 32 data_.SetSize(size); 81 available_buffer->SetSize(min_size);
|
/external/webrtc/talk/media/devices/ |
H A D | gtkvideorenderer.cc | 79 bool GtkVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GtkVideoRenderer 108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
|
H A D | carbonvideorenderer.cc | 112 bool CarbonVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::CarbonVideoRenderer 131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
|
H A D | gdivideorenderer.cc | 54 bool SetSize(int width, int height); 137 bool GdiVideoRenderer::VideoWindow::SetSize(int width, int height) { function in class:cricket::GdiVideoRenderer::VideoWindow 156 if (!SetSize(static_cast<int>(frame->GetWidth()), 264 bool GdiVideoRenderer::SetSize(int width, int height, int reserved) { function in class:cricket::GdiVideoRenderer 268 return window_->SetSize(width, height);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | BitSet.cs | 143 SetSize(newSize); 152 SetSize(a._bits.Length); 163 private void SetSize(int nwords) { method in class:Antlr.Runtime.BitSet
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
H A D | BitSet.cs | 159 SetSize(newSize); 171 SetSize( a._bits.Length ); 183 private void SetSize( int nwords ) method in class:Antlr.Runtime.BitSet
|
/external/libvpx/libvpx/test/ |
H A D | yuv_video_source.h | 43 SetSize(width, height, format); 86 virtual void SetSize(unsigned int width, unsigned int height, function in class:libvpx_test::YUVVideoSource
|
H A D | video_source.h | 183 void SetSize(unsigned int width, unsigned int height) { function in class:libvpx_test::DummyVideoSource
|
/external/skia/src/images/ |
H A D | SkImageDecoder_libbmp.cpp | 74 virtual uint8* SetSize(int width, int height) { function in class:SkBmpDecoderCallback
|
/external/webrtc/webrtc/base/ |
H A D | buffer.h | 155 void SetSize(size_t size) { function in class:rtc::Buffer
|
/external/lzma/CPP/Common/ |
H A D | MyBuffer.h | 205 // SetSize doesn't keep old items. It allocates new array if size is not equal
206 void SetSize(unsigned size)
function in class:CObjArray2
|
/external/skia/src/utils/win/ |
H A D | SkIStream.cpp | 67 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER) function in class:SkBaseIStream
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.cpp | 136 void CHashBundle::SetSize(UInt64 size)
function in class:CHashBundle
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
H A D | main_wnd.cc | 470 void GtkMainWnd::VideoRenderer::SetSize(int width, int height) { function in class:GtkMainWnd::VideoRenderer 489 SetSize(static_cast<int>(frame->GetWidth()),
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
H A D | fake_filesystem.py | 234 def SetSize(self, st_size): member in class:FakeFile
|
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
H A D | fake_filesystem.py | 252 def SetSize(self, st_size): member in class:FakeFile
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 593 DynamicLoaderDarwinKernel::KextImageInfo::SetSize (uint64_t size) function in class:DynamicLoaderDarwinKernel::KextImageInfo 1387 image_infos[i].SetSize (extractor.GetU64(&offset));
|
/external/pdfium/xfa/src/fwl/src/core/ |
H A D | fwl_gridimp.cpp | 39 FWL_ERR IFWL_Grid::SetSize(FWL_HGRIDCOLROW hColRow,
function in class:IFWL_Grid 42 return static_cast<CFWL_GridImp*>(GetImpl())->SetSize(hColRow, fSize, eUnit);
322 FWL_ERR CFWL_GridImp::SetSize(FWL_HGRIDCOLROW hColRow,
function in class:CFWL_GridImp
|