Searched refs:setSize (Results 26 - 50 of 129) sorted by relevance

123456

/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DShowDataAction.java69 newFrame.setSize(800, 600);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp289 m_pAttributes->setSize(attribute().sizeOutput());
310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
519 m_pEXIDX->setSize(frag->size());
542 m_pEXIDX->setSize(offset);
800 m_pEXIDX->setSize(offset);
879 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
881 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() +
951 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
H A DARMGOT.cpp90 m_Section.setSize(offset);
H A DARMPLT.cpp45 m_Section.setSize(size);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
587 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
588 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
652 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
730 pTo->getSection().setSize(offset);
897 bss_sect.setSize(bss_offset);
898 tbss_sect.setSize(tbss_offset);
1017 pTo.getSection().setSize(offset);
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java91 entry.setSize(size);
/frameworks/native/include/gui/
H A DSurfaceControl.h87 status_t setSize(uint32_t w, uint32_t h);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DFloatingActionButtonTest.java25 import static android.support.design.testutils.FloatingActionButtonActions.setSize;
156 .perform(setSize(FloatingActionButton.SIZE_MINI))
169 .perform(setSize(FloatingActionButton.SIZE_MINI))
173 .perform(setSize(FloatingActionButton.SIZE_NORMAL))
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java123 public void setSize(int size) { method in class:FrameManager.BackingCache
294 mCache.setSize(bytes);
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DSwingUI.java113 currentWaitDialog.setSize(200, 100);
137 currentWaitDialog.setSize(Math.max(prefSize.width, curSize.width),
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp128 old->setSize(pNew.size());
136 old->setSize(pNew.size());
H A DEhFrameHdr.cpp137 m_EhFrameHdr.setSize(size);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp128 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) { function in class:android::SurfaceControl
131 return mClient->setSize(mHandle, w, h);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp241 notify->setSize("index", index);
250 notify->setSize("index", index);
1013 msg->setSize("index", index);
1014 msg->setSize("offset", offset);
1015 msg->setSize("size", size);
1041 msg->setSize("index", index);
1042 msg->setSize("offset", offset);
1044 msg->setSize("numSubSamples", numSubSamples);
1102 msg->setSize("index", index);
1111 msg->setSize("inde
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
483 symtab.setSize(symtab.size() +
486 strtab.setSize(strtab.size() + stubs_strlen);
498 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
H A DAArch64GOT.cpp93 m_Section.setSize(offset);
H A DAArch64PLT.cpp48 m_Section.setSize(size);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp186 m_pAbiFlags->setSize(m_pAbiInfo->size());
215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
670 bss_sect.setSize(bss_offset);
671 tbss_sect.setSize(tbss_offset);
789 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
790 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
880 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
1241 pTo.getSection().setSize(offset);
H A DMipsPLT.cpp64 m_Section.setSize(size);
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.cpp165 mLayer->setSize(mWidth, mHeight);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h120 void setSize(uint64_t size) { m_Size = size; } function in class:mcld::LDSection
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() *
608 file_format->getRelaPlt().setSize(m_pRelPLT->numOfRelocs() *
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java929 setSize(mContentContainer, containerSize);
972 setSize(mContentContainer, containerSize);
1033 setSize(mOverflowPanel, mOverflowPanelSize);
1035 setSize(mContentContainer, mOverflowPanelSize);
1042 setSize(mContentContainer, mMainPanelSize);
1281 setSize(mOverflowPanel, mOverflowPanelSize);
1509 private static void setSize(View view, int width, int height) { method in class:FloatingToolbar.FloatingToolbarPopup
1519 private static void setSize(View view, Size size) { method in class:FloatingToolbar.FloatingToolbarPopup
1520 setSize(view, size.getWidth(), size.getHeight());
1525 setSize(vie
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h68 static void setSize(size_t pSize) { m_Size = pSize; } function in class:mcld::Chunk
298 Chunk<DataType, 0>::setSize(pNum);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp364 pSD.getSection().setSize(pSD.getSection().size() + size);
377 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + size);
384 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size());
391 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pCIE.size());
682 info->setSize(pSize);
732 info->setSize(pSize);

Completed in 665 milliseconds

123456