Searched refs:layout (Results 26 - 50 of 824) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dblocksignature.c46 const char *layout; // conditional on BLOCK_HAS_OBJC
52 const char *layout; // conditional on BLOCK_HAS_OBJC
64 struct block_layout_abi *layout = (struct block_layout_abi *)block;
65 if ((layout->flags & BLOCK_HAS_OBJC_TYPE) != BLOCK_HAS_OBJC_TYPE) return NULL;
66 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
67 return layout->descriptor->signature;
69 return ((struct block_descriptor_small *)layout->descriptor)->signature;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linkage.h50 * num_slots is the size of the layout array and hardware limit instead.
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, argument
64 table[layout[i]] = first_slot_value + i;
/external/chromium_org/ui/views/examples/
H A Dscroll_view_example.cc12 #include "ui/views/layout/grid_layout.h"
72 GridLayout* layout = new GridLayout(container); local
73 container->SetLayoutManager(layout);
76 ColumnSet* column_set = layout->AddColumnSet(0);
79 layout->StartRow(1, 0);
80 layout->AddView(scroll_view_);
83 column_set = layout->AddColumnSet(1);
88 layout->StartRow(0, 1);
89 layout->AddView(wide_);
90 layout
[all...]
H A Dtext_example.cc15 #include "ui/views/layout/grid_layout.h"
23 // Number of columns in the view layout.
121 Checkbox* TextExample::AddCheckbox(GridLayout* layout, const char* name) { argument
124 layout->AddView(checkbox);
128 Combobox* TextExample::AddCombobox(GridLayout* layout, argument
132 layout->StartRow(0, 0);
133 layout->AddView(new Label(base::ASCIIToUTF16(name)));
139 layout->AddView(combobox, kNumColumns - 1, 1);
146 GridLayout* layout = new GridLayout(container); local
147 container->SetLayoutManager(layout);
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.h50 * num_slots is the size of the layout array and hardware limit instead.
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, argument
64 table[layout[i]] = first_slot_value + i;
/external/chromium_org/ui/views/layout/
H A Dbox_layout_unittest.cc5 #include "ui/views/layout/box_layout.h"
27 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 20); local
28 host_->SetLayoutManager(layout);
29 EXPECT_EQ(gfx::Size(20, 20), layout->GetPreferredSize(host_.get()));
33 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 0, 0, 0); local
34 host_->SetLayoutManager(layout);
39 EXPECT_EQ(gfx::Size(20, 20), layout->GetPreferredSize(host_.get()));
47 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); local
48 host_->SetLayoutManager(layout);
53 EXPECT_EQ(gfx::Size(20, 20), layout
61 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 20, 0); local
83 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 7, 7, 8); local
97 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 0, 0, 0); local
129 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 10); local
139 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 10); local
153 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); local
205 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 10); local
241 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 10, 10, 10); local
277 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 10); local
319 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 10, 10, 10); local
361 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 10); local
381 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 10, 10, 10); local
438 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 0, 0, 0); local
462 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 0, 0, 0); local
485 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 10, 10, 10); local
544 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); local
594 BoxLayout* layout = new BoxLayout(BoxLayout::kVertical, 0, 0, 0); local
604 BoxLayout* layout = new BoxLayout(BoxLayout::kHorizontal, 0, 0, 0); local
[all...]
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_password_item_view.cc18 #include "ui/views/layout/fill_layout.h"
19 #include "ui/views/layout/grid_layout.h"
20 #include "ui/views/layout/layout_constants.h"
29 void BuildColumnSet(views::GridLayout* layout, int column_set_id) { argument
30 views::ColumnSet* column_set = layout->AddColumnSet(column_set_id);
93 views::GridLayout* layout = new views::GridLayout(this); local
94 SetLayoutManager(layout);
96 BuildColumnSet(layout, TWO_COLUMN_SET);
97 layout->StartRowWithPadding(
99 layout
126 views::GridLayout* layout = new views::GridLayout(this); local
175 views::GridLayout* layout = new views::GridLayout(this); local
217 views::FillLayout* layout = new views::FillLayout(); local
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c55 } layout; member in union:__anon33144
65 } layout; member in union:__anon33146
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
151 if ((R.layout
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c55 } layout; member in union:__anon33192
65 } layout; member in union:__anon33194
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
151 if ((R.layout
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarView.java13 * Prepares the InfoBar for display and adds InfoBar-specific controls to the layout.
14 * @param layout Layout containing all of the controls.
16 public void createContent(InfoBarLayout layout); argument
H A DTranslateAlwaysPanel.java24 public void createContent(Context context, InfoBarLayout layout) { argument
25 layout.setMessage(context.getString(
30 layout.setCustomContent(checkBox);
33 layout.setButtons(context.getString(R.string.translate_button_done),
H A DTranslateSubPanel.java18 * @param layout InfoBarLayout to insert controls into.
20 void createContent(Context context, InfoBarLayout layout); argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_linux.cc18 OpaqueBrowserFrameViewLayout* layout,
21 layout_(layout),
50 // to a Widget. We need a Widget because layout crashes due to dependencies
65 OpaqueBrowserFrameViewLayout* layout,
67 return new OpaqueBrowserFrameViewLinux(view, layout, profile);
16 OpaqueBrowserFrameViewLinux( OpaqueBrowserFrameView* view, OpaqueBrowserFrameViewLayout* layout, Profile* profile) argument
63 Create( OpaqueBrowserFrameView* view, OpaqueBrowserFrameViewLayout* layout, Profile* profile) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControlElements.h42 virtual void layout() OVERRIDE;
H A DRenderPagedFlowThread.cpp36 void RenderPagedFlowThread::layout() function in class:blink::RenderPagedFlowThread
39 RenderMultiColumnFlowThread::layout();
/external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/
H A DR.java19 public static final class layout { class in class:R
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.h29 // dispay layout).
36 // Sets the display layout for the current displays.
37 void SetCurrentDisplayLayout(const ash::DisplayLayout& layout);
44 // Stores the display layout for given display pairs for tests.
47 const ash::DisplayLayout& layout);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.h40 enum nouveau_surface_layout layout; member in struct:nouveau_surface
50 enum nouveau_surface_layout layout,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.h40 enum nouveau_surface_layout layout; member in struct:nouveau_surface
50 enum nouveau_surface_layout layout,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridLayoutFactory.java13 import org.eclipse.swt.layout.GridLayout;
30 private GridLayoutFactory(Composite composite, GridLayout layout) { argument
31 m_layout = layout;
40 Layout layout = composite.getLayout();
41 if (layout instanceof GridLayout) {
42 return new GridLayoutFactory(composite, (GridLayout) layout);
61 * Specifies whether all columns in the layout will be forced to have the same width.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowResourceCursorAdapter.java47 * @param layout resource identifier of a layout file that defines the views
51 public void __constructor__(Context context, int layout, Cursor c) { argument
53 mLayout = mDropDownLayout = layout;
62 * @param layout resource identifier of a layout file that defines the views
70 public void __constructor__(Context context, int layout, Cursor c, boolean autoRequery) { argument
72 mLayout = mDropDownLayout = layout;
93 * <p>Sets the layout resource of the item views.</p>
95 * @param layout th
98 setViewResource(int layout) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Duninstall_view.cc21 #include "ui/views/layout/grid_layout.h"
22 #include "ui/views/layout/layout_constants.h"
48 GridLayout* layout = GridLayout::CreatePanel(this);
49 SetLayoutManager(layout);
53 ColumnSet* column_set = layout->AddColumnSet(column_set_id);
56 layout->StartRow(0, column_set_id);
60 layout->AddView(confirm_label_);
62 layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing);
66 column_set = layout->AddColumnSet(column_set_id);
70 layout
[all...]
H A Dcollected_cookies_views.cc43 #include "ui/views/layout/box_layout.h"
44 #include "ui/views/layout/grid_layout.h"
45 #include "ui/views/layout/layout_constants.h"
134 // Initialize contents and layout.
290 GridLayout* layout = GridLayout::CreatePanel(this);
291 SetLayoutManager(layout);
294 views::ColumnSet* column_set = layout->AddColumnSet(single_column_layout_id);
298 layout->StartRow(0, single_column_layout_id);
300 layout->SetInsets(gfx::Insets(kTabbedPaneTopPadding, 0, 0, 0));
302 layout
358 GridLayout* layout = GridLayout::CreatePanel(pane); local
431 GridLayout* layout = GridLayout::CreatePanel(pane); local
[all...]
/external/qemu/android/skin/
H A Dfile.c418 skin_layout_free( SkinLayout* layout )
420 if (layout) {
421 SKIN_LAYOUT_LOOP_LOCS(layout,loc)
424 layout->locations = NULL;
425 if (layout->onion_image) {
426 skin_image_unref( &layout->onion_image );
428 AFREE(layout);
433 skin_layout_get_display( SkinLayout* layout )
435 SKIN_LAYOUT_LOOP_LOCS(layout,loc)
445 skin_layout_get_dpad_rotation( SkinLayout* layout )
505 SkinLayout* layout; local
583 SkinLayout* layout; local
685 SkinLayout* layout = skin_layout_create_from_v2( node, file->parts, basepath ); local
[all...]
/external/chromium_org/chrome/browser/chromeos/options/
H A Dwimax_config_view.cc34 #include "ui/views/layout/grid_layout.h"
35 #include "ui/views/layout/layout_constants.h"
212 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
213 SetLayoutManager(layout);
216 views::ColumnSet* column_set = layout->AddColumnSet(column_view_set_id);
232 layout->StartRow(0, column_view_set_id);
233 layout->AddView(new views::Label(l10n_util::GetStringUTF16(
237 layout->AddView(label);
238 layout->AddPaddingRow(0, views::kRelatedControlVerticalSpacing);
241 layout
[all...]

Completed in 570 milliseconds

1234567891011>>