Searched refs:Layout (Results 276 - 300 of 508) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp157 void processFixupValue(const MCAssembler &Asm, const MCAsmLayout &Layout,
197 const MCAsmLayout &Layout) const override {
H A DSparcMCExpr.cpp164 const MCAsmLayout *Layout) const {
165 return getSubExpr()->EvaluateAsRelocatable(Res, Layout);
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp219 static bool isTblTbxInstruction(unsigned Opcode, StringRef &Layout, argument
227 Layout = ".8b";
234 Layout = ".8b";
241 Layout = ".16b";
248 Layout = ".16b";
258 const char *Layout; member in struct:LdStNInstrDesc
619 StringRef Layout, Mnemonic; local
622 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) {
623 O << "\t" << (IsTbx ? "tbx" : "tbl") << Layout << '\t'
636 O << "\t" << LdStDesc->Mnemonic << LdStDesc->Layout << '\
[all...]
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp351 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); local
380 AppendField(*Field, Layout.getFieldOffset(FieldNo), EltInit);
383 AppendBitField(*Field, Layout.getFieldOffset(FieldNo),
409 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); local
429 CharUnits BaseOffset = Layout.getBaseClassOffset(BD);
437 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
465 AppendField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits, EltInit);
468 AppendBitField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits,
476 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); local
478 CharUnits LayoutSizeInChars = Layout
1273 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); local
[all...]
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc122 Layout();
269 static_cast<views::View*>(scroller())->Layout();
355 static_cast<views::View*>(scroller())->Layout();
/external/chromium_org/athena/home/
H A Dathena_start_page_view.cc246 Layout();
324 Layout();
385 void AthenaStartPageView::Layout() { function in class:athena::AthenaStartPageView
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_view.cc222 Layout();
229 Layout();
279 void FindBarView::Layout() { function in class:FindBarView
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc189 void BubbleFrameView::Layout() { function in class:views::BubbleFrameView
225 Layout();
307 // Otherwise it should invoke parent's Layout() to layout the content based
313 parent()->Layout();
/external/chromium_org/ash/system/chromeos/multi_user/
H A Duser_switch_util.cc163 Layout();
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit.cc179 tray_bubble_view_->Layout();
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc183 void ChildModalParent::Layout() { function in class:ash::test::ChildModalParent
/external/chromium_org/athena/content/
H A Dapp_activity.cc174 web_view_->Layout();
H A Dcontent_proxy.cc117 web_view_->Layout();
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_no_message_loop.cc59 virtual void Layout() OVERRIDE {}
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dwebui_login_view.h120 virtual void Layout() OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dmultiprofiles_intro_dialog.cc150 Layout();
H A Dmultiprofiles_session_aborted_dialog.cc146 Layout();
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_warning_dialog.cc150 Layout();
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
H A Dapp_info_footer_panel.cc156 Layout();
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.h55 virtual void Layout() OVERRIDE;
H A Domnibox_result_view.h137 virtual void Layout() OVERRIDE;
/external/chromium_org/content/browser/android/
H A Dcontent_view_render_view.cc133 void ContentViewRenderView::Layout() { function in class:content::ContentViewRenderView
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h76 virtual void Layout() OVERRIDE;
162 // Used locally to inhibit ScheduleComposite() during Layout().
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h134 virtual void Layout() OVERRIDE;
/external/chromium_org/content/test/
H A Dmock_keyboard_driver_win.cc69 MockKeyboard::Layout keyboard_layout;

Completed in 918 milliseconds

<<11121314151617181920>>