Searched refs:Layout (Results 26 - 50 of 508) sorted by relevance

1234567891011>>

/external/skia/include/views/
H A DSkStackViewLayout.h15 class SkStackViewLayout : public SkView::Layout {
72 class SkFillViewLayout : public SkView::Layout {
85 typedef SkView::Layout INHERITED;
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp70 const MCAsmLayout &Layout) const {
72 Layout.getFragmentOffset(Fragment);
76 const MCAsmLayout &Layout) const {
87 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, &Layout))
101 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
102 Target.getSymA()->getSymbol()), Layout);
104 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
105 Target.getSymB()->getSymbol()), Layout);
110 Layout.getSymbolOffset(SD);
114 const MCAsmLayout &Layout) cons
200 WriteSection(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCSectionData &SD, uint64_t FileOffset, uint64_t RelocationsStart, unsigned NumRelocations) argument
323 WriteNlist(MachSymbolData &MSD, const MCAsmLayout &Layout) argument
452 RecordRelocation(const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) argument
640 computeSectionAddresses(const MCAssembler &Asm, const MCAsmLayout &Layout) argument
657 markAbsoluteVariableSymbols(MCAssembler &Asm, const MCAsmLayout &Layout) argument
674 ExecutePostLayoutBinding(MCAssembler &Asm, const MCAsmLayout &Layout) argument
770 WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout) argument
[all...]
H A DMCExpr.cpp456 const MCAsmLayout &Layout) const {
457 return EvaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, nullptr);
461 const MCAsmLayout &Layout,
463 return EvaluateAsAbsolute(Res, &Layout.getAssembler(), &Layout, &Addrs);
471 const MCAsmLayout *Layout,
485 EvaluateAsRelocatableImpl(Value, Asm, Layout, Addrs, /*InSet*/ Addrs,
496 const MCAsmLayout *Layout,
531 if (!Layout)
460 EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout, const SectionAddrMap &Addrs) const argument
470 EvaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs) const argument
495 AttemptToFoldSymbolOffsetDifference(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
575 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS,const MCSymbolRefExpr *RHS_A, const MCSymbolRefExpr *RHS_B, int64_t RHS_Cst, MCValue &Res) argument
647 EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, bool ForceVarExpansion) const argument
[all...]
/external/chromium_org/ui/views/layout/
H A Dbox_layout_unittest.cc41 host_->Layout();
55 host_->Layout();
69 host_->Layout();
77 host_->Layout();
91 host_->Layout();
107 host_->Layout();
113 host_->Layout();
118 host_->Layout();
123 host_->Layout();
134 host_->Layout();
[all...]
H A Dlayout_manager.h41 virtual void Layout(View* host) = 0;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp29 const MCAsmLayout &Layout,
35 const MCAsmLayout &Layout,
45 const MCAsmLayout &Layout, const MCFragment *Fragment,
51 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
177 static uint32_t getFixupOffset(const MCAsmLayout &Layout, argument
180 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
193 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout,
197 const uint32_t FixupOffset = getFixupOffset(Layout, Fragment, Fixup);
215 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
229 Value2 = Writer->getSymbolAddress(B_SD, Layout);
192 RecordScatteredRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
304 RecordPPCRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
H A DPPCMCExpr.cpp56 const MCAsmLayout *Layout) const {
59 if (!getSubExpr()->EvaluateAsRelocatable(Value, Layout))
91 if (!Layout)
94 MCContext &Context = Layout->getAssembler().getContext();
/external/chromium_org/ui/views/controls/
H A Dscroll_view_unittest.cc33 virtual void Layout() OVERRIDE {
58 scroll_view.Layout();
71 scroll_view.Layout();
81 scroll_view.Layout();
92 scroll_view.Layout();
111 scroll_view.Layout();
143 scroll_view.Layout();
159 scroll_view.Layout();
176 scroll_view.Layout();
230 scroll_view.Layout();
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp31 const MCAsmLayout &Layout,
40 const MCAsmLayout &Layout,
58 const MCAssembler &Asm, const MCAsmLayout &Layout,
149 const MCAsmLayout &Layout,
154 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
167 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
183 Value2 = Writer->getSymbolAddress(B_SD, Layout);
251 const MCAsmLayout &Layout,
258 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset();
270 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
147 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
249 RecordARMScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Type, unsigned Log2Size, uint64_t &FixedValue) argument
353 RecordRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
H A DARMMCExpr.cpp40 const MCAsmLayout *Layout) const {
/external/clang/lib/AST/
H A DVTTBuilder.cpp67 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); local
69 Layout.getBaseClassOffset(BaseDecl);
71 // Layout the VTT for this base.
114 const ASTRecordLayout &Layout = Ctx.getASTRecordLayout(RD); local
117 Layout.getBaseClassOffset(BaseDecl);
119 if (!Layout.isPrimaryBaseVirtual() &&
120 Layout.getPrimaryBase() == BaseDecl)
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc50 Layout();
77 void TrayItemMore::Layout() { function in class:ash::TrayItemMore
80 views::View::Layout();
H A Dfixed_sized_scroll_view.h30 virtual void Layout() OVERRIDE;
H A Dtray_bar_button_with_title.h35 virtual void Layout() OVERRIDE;
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js135 this.layoutModel_ = new Mosaic.Layout();
342 (Mosaic.Layout.PADDING_TOP + Mosaic.Layout.PADDING_BOTTOM));
642 * @param {Mosaic.Layout} layoutModel The layout model to use.
687 * @param {string=} opt_mode Layout mode.
688 * @param {Mosaic.Density=} opt_maxDensity Layout density.
691 Mosaic.Layout = function(opt_mode, opt_maxDensity) {
692 this.mode_ = opt_mode || Mosaic.Layout.MODE_TENTATIVE;
701 Mosaic.Layout.PADDING_TOP = 50;
706 Mosaic.Layout
[all...]
/external/chromium_org/ui/v2/public/
H A Dview.h24 class Layout;
48 void SetLayout(Layout* layout);
96 scoped_ptr<Layout> layout_;
/external/chromium_org/ash/wm/
H A Dresize_shadow.h45 void Layout(const gfx::Rect& bounds);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_client.h29 virtual void Layout() = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.cc72 frame_->GetRootView()->Layout();
84 frame_->GetRootView()->Layout();
153 frame_->GetRootView()->Layout();
158 frame_->GetRootView()->Layout();
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.h24 virtual void Layout() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.cc26 void PageActionWithBadgeView::Layout() { function in class:PageActionWithBadgeView
H A Dpage_action_with_badge_view.h32 virtual void Layout() OVERRIDE;
/external/chromium_org/content/test/
H A Dmock_keyboard.cc19 int MockKeyboard::GetCharacters(Layout layout,
/external/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h60 ASanStackFrameLayout *Layout);
/external/deqp/framework/opengl/
H A DgluVarType.hpp240 struct Layout struct in namespace:glu
242 Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLAYOUT_LAST, MatrixOrder matrixOrder_ = MATRIXORDER_LAST);
244 bool operator== (const Layout& other) const;
245 bool operator!= (const Layout& other) const;
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
261 Layout layout;
273 glu::Layout layout;
329 std::ostream& operator<< (std::ostream& str, const Layout& decl);

Completed in 540 milliseconds

1234567891011>>