HomeSort by relevance Sort by last modified time
    Searched refs:setSize (Results 151 - 175 of 646) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 123 public void setSize(int size) {
294 mCache.setSize(bytes);
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 130 old->setSize(pNew.size());
138 old->setSize(pNew.size());
  /frameworks/native/libs/gui/
SurfaceControl.cpp 107 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) {
110 return mClient->setSize(mHandle, w, h);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 103 mHoriz.setSize(width);
104 mVert.setSize(height);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 127 public long setSize(long size) throws IOException {
155 * @see #setSize(long)
251 setSize(minSize);
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 286 levelData.setSize(m_size.x(), m_size.y());
348 levelData.setSize(m_size.x(), m_size.y());
398 levelData.setSize(m_size.x(), m_size.y());
452 levelData.setSize(m_size.x(), m_size.y());
507 levelData.setSize(m_size.x(), m_size.y());
611 levelData.setSize(m_size.x(), m_size.y());
683 levelData.setSize(m_size.x(), m_size.y());
752 levelData.setSize(m_size.x(), m_size.y());
812 levelData.setSize(m_size.x(), m_size.y());
863 levelData.setSize(m_size.x(), m_size.y())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 595 squashingLayer->setSize(squashLayerBounds.size());
690 m_graphicsLayer->setSize(contentsSize);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 228 m_pAttributes->setSize(attribute().sizeOutput());
249 file_format->getRelDyn().setSize(
257 file_format->getRelPlt().setSize(
667 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
669 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf64_Sym));
671 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
714 file_format->getText().setSize(
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 202 file_format->getRelPlt().setSize(
210 file_format->getRelDyn().setSize(
609 bss_sect.setSize(bss_offset);
610 tbss_sect.setSize(tbss_offset);
707 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
708 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
772 getOutputFormat()->getText().setSize(textData->back().getOffset() +
  /external/llvm/include/llvm/ADT/
IntervalMap.h 510 /// setSize - Update the node size.
511 void setSize(unsigned n) { pip.setInt(n - 1); }
840 /// setSize - Set the size of a node both in the path and in the tree.
844 void setSize(unsigned Level, unsigned Size) {
847 subtree(Level - 1).setSize(Size);
    [all...]
  /system/core/logd/
LogBuffer.cpp 129 if (setSize(i, property_size)) {
130 setSize(i, LOG_BUFFER_MIN_SIZE);
425 int LogBuffer::setSize(log_id_t id, unsigned long size) {
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 171 param->mBuffer->setSize(len);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 455 obstacle.setSize(size);
519 public void setSize(float size) {
607 setSize(mShipSize);
719 setSize(mBulletSize);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 115 public final void setSize(int sz)
ObjectVector.java 115 public final void setSize(int sz)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 90 void setSize(const IntSize& newSize)
HTMLSelectElement.h 92 void setSize(int);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.h 86 void setSize(int, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 114 void setSize(float size) { m_size = size; }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBox.h 77 void setSize(const FloatPoint3D& origin)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 117 virtual bool setSize(unsigned width, unsigned height)
ImageFrame.h 107 bool setSize(int newWidth, int newHeight);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 377 if (!m_decoder->setSize(m_info.image_width, m_info.image_height))
615 bool JPEGImageDecoder::setSize(unsigned width, unsigned height)
617 if (!ImageDecoder::setSize(width, height))
737 if (!buffer.setSize(info->output_width, info->output_height))
JPEGImageDecoderTest.cpp 86 EXPECT_FALSE(decoder->setSize(10000, 10000));

Completed in 402 milliseconds

1 2 3 4 5 67 8 91011>>