| /external/clang/lib/CodeGen/ |
| CGExprCXX.cpp | 364 const ASTRecordLayout &Layout = CGF.getContext().getASTRecordLayout(Base); 365 CharUnits Size = Layout.getNonVirtualSize(); 366 CharUnits Align = Layout.getNonVirtualAlign(); [all...] |
| CGExprConstant.cpp | 377 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); 400 // Don't emit anonymous bitfields, they just affect layout. 420 AppendField(*Field, Layout.getFieldOffset(FieldNo), EltInit); 423 AppendBitField(*Field, Layout.getFieldOffset(FieldNo), 449 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(RD); 465 CharUnits BaseOffset = Layout.getBaseClassOffset(BD); 473 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl; 500 // Don't emit anonymous bitfields, they just affect layout. 515 AppendField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits, EltInit); 518 AppendBitField(*Field, Layout.getFieldOffset(FieldNo) + OffsetBits 1345 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record); local [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| AsmPrinter.cpp | 137 /// getTargetData - Return information about data layout. [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| GlobalOpt.cpp | 513 const StructLayout &Layout = *TD.getStructLayout(STy); 528 uint64_t FieldOffset = Layout.getElementOffset(i); [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| ScalarReplAggregates.cpp | 247 // layout of a vector type. 712 const StructLayout &Layout = *TD.getStructLayout(ST); 716 Offset+Layout.getElementOffsetInBits(i), [all...] |
| /external/qemu/android/skin/ |
| window.c | 787 typedef struct Layout { 797 } Layout; 799 #define LAYOUT_LOOP_BUTTONS(layout,button) \ 801 Button* __button = (layout)->buttons; \ 802 Button* __button_end = __button + (layout)->num_buttons; \ 810 #define LAYOUT_LOOP_DISPLAYS(layout,display) \ 812 ADisplay* __display = (layout)->displays; \ 813 ADisplay* __display_end = __display + (layout)->num_displays; \ 823 layout_done( Layout* layout ) 929 Layout layout; member in struct:SkinWindow 1419 Layout layout; local 1549 Layout* layout = &window->layout; local [all...] |
| /frameworks/base/core/java/android/text/ |
| Layout.java | 38 * A base class that manages text layout in visual elements on 44 public abstract class Layout { 62 * Return how wide a layout must be in order to display the 71 * Return how wide a layout must be in order to display the 99 * Subclasses of Layout use this constructor to set the display text, 102 * @param paint the default paint for the layout. Styles can override 111 protected Layout(CharSequence text, TextPaint paint, 119 * Subclasses of Layout use this constructor to set the display text, 122 * @param paint the default paint for the layout. Styles can override 133 protected Layout(CharSequence text, TextPaint paint [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| SlotView.java | 72 private final Layout mLayout = new Layout(); 395 public class Layout { 711 // Return true if the layout parameters have been changed
|
| /external/chromium/chrome/browser/ui/gtk/tabs/ |
| tab_strip_gtk.cc | 245 // True if a complete re-layout is required upon completion of the animation. 246 // Subclasses set this if they don't perform a complete layout 331 // If the last non-mini-tab is being removed we force a layout on 334 // the animation), and unless we layout GetTabHOffset won't be called after 365 // less than kTabHOffset during layout tabs get negatively offset. 414 // Since we don't do a full TabStrip re-layout, we need to force a full 415 // layout upon completion since we're not guaranteed to be in a good state 458 // Handles the animated resize layout of the entire TabStrip from one width 608 // Do the normal layout. 793 void TabStripGtk::Layout() { [all...] |
| /external/chromium/chrome/browser/ui/views/frame/ |
| browser_view.cc | 89 #include "views/layout/grid_layout.h" 156 // This object serves as the views::Background object which is used to layout 269 virtual void Layout() { 402 // of layout, when that hasn't yet been updated to reflect the current state. 627 // early-return in this case because we need to layout again so the infobar 661 // haven't changed contents_container_ won't get a Layout out and we'll end up 667 contents_split_->Layout(); 678 Layout(); 683 Layout(); [all...] |
| /external/clang/lib/AST/ |
| ASTContext.cpp | 785 const ASTRecordLayout &layout = getASTRecordLayout(field->getParent()); local 788 unsigned fieldAlign = toBits(layout.getAlignment()); 791 uint64_t offset = layout.getFieldOffset(field->getFieldIndex()); 4739 const ASTRecordLayout &layout = getASTRecordLayout(RDecl); local [all...] |
| ExprConstant.cpp | [all...] |
| /prebuilt/common/netbeans-visual/ |
| org-netbeans-api-visual.jar | |
| /prebuilts/sdk/11/ |
| android.jar | |
| /prebuilts/sdk/12/ |
| android.jar | |
| /prebuilts/sdk/14/ |
| android.jar | |
| /prebuilts/sdk/15/ |
| android.jar | |
| /prebuilts/sdk/4/ |
| android.jar | |
| /prebuilts/sdk/5/ |
| android.jar | |
| /prebuilts/sdk/6/ |
| android.jar | |
| /prebuilts/sdk/8/ |
| android.jar | |
| /prebuilts/sdk/9/ |
| android.jar | |
| /prebuilts/sdk/current/ |
| android.jar | |
| /prebuilts/tools/darwin-x86/swt/ |
| swt.jar | |
| /prebuilts/tools/darwin-x86_64/swt/ |
| swt.jar | |