Searched refs:layout (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/external/compiler-rt/BlocksRuntime/tests/
H A Dblockimport.c40 struct Block_layout *layout = (struct Block_layout *)(void *)vv;
41 printf("isa %p\n", layout->isa);
42 printf("flags %x\n", layout->flags);
43 printf("descriptor %p\n", layout->descriptor);
44 printf("descriptor->size %d\n", layout->descriptor->size);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp19 QGridLayout *layout = new QGridLayout; local
20 layout->addWidget(new QLabel(label), 0, 0);
21 layout->addWidget(edit, 0, 1);
22 setLayout(layout);
/external/jmonkeyengine/engine/src/android/com/jme3/app/
H A DR.java13 public static final class layout { class in class:R
/external/objenesis/tck/test/
H A Dlog4j.properties29 log4j.appender.stdout.layout.ConversionPattern=%p [%c] - %m%n
30 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
/external/skia/legacy/src/views/
H A DSkViewPriv.h17 Layout_SkTagList(SkView::Layout* layout) argument
18 : SkTagList(kViewLayout_SkTagList), fLayout(layout)
20 SkASSERT(layout);
21 layout->ref();
/external/skia/src/views/
H A DSkViewPriv.h17 Layout_SkTagList(SkView::Layout* layout) argument
18 : SkTagList(kViewLayout_SkTagList), fLayout(layout)
20 SkASSERT(layout);
21 layout->ref();
/external/clang/test/CodeGen/
H A Dblockstret.c48 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_big
54 const char *layout; // conditional on BLOCK_HAS_OBJC member in struct:block_descriptor_small
66 struct block_layout_abi *layout = (struct block_layout_abi *)block; local
67 if ((layout->flags & BLOCK_HAS_OBJC_TYPE) != BLOCK_HAS_OBJC_TYPE) return 0;
68 if (layout->flags & BLOCK_HAS_COPY_DISPOSE)
69 return layout->descriptor->signature;
71 return ((struct block_descriptor_small *)layout->descriptor)->signature;
75 struct block_layout_abi *layout = (struct block_layout_abi *)block; local
77 return (layout->flags & want) == want;
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/chrome/browser/ui/views/
H A Dlogin_view.cc16 #include "views/layout/grid_layout.h"
17 #include "views/layout/layout_constants.h"
42 GridLayout* layout = GridLayout::CreatePanel(this); local
43 SetLayoutManager(layout);
49 layout->AddColumnSet(single_column_view_set_id);
55 column_set = layout->AddColumnSet(labels_column_set_id);
64 layout->StartRow(0, single_column_view_set_id);
65 layout->AddView(message_label_);
67 layout->AddPaddingRow(0, views::kUnrelatedControlLargeVerticalSpacing);
69 layout
[all...]
H A Ddatabase_info_view.cc16 #include "views/layout/grid_layout.h"
17 #include "views/layout/layout_constants.h"
103 GridLayout* layout = new GridLayout(this);
104 layout->SetInsets(kDatabaseInfoViewInsetSize,
108 SetLayoutManager(layout);
111 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id);
118 layout->StartRow(0, three_column_layout_id);
119 layout->AddView(name_label);
120 layout->AddView(name_value_field_);
121 layout
[all...]
H A Dindexed_db_info_view.cc16 #include "views/layout/grid_layout.h"
17 #include "views/layout/layout_constants.h"
93 GridLayout* layout = new GridLayout(this);
94 layout->SetInsets(kIndexedDBInfoViewInsetSize,
98 SetLayoutManager(layout);
101 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id);
108 layout->StartRow(0, three_column_layout_id);
109 layout->AddView(origin_label);
110 layout->AddView(origin_value_field_);
111 layout
[all...]
H A Dlocal_storage_info_view.cc16 #include "views/layout/grid_layout.h"
17 #include "views/layout/layout_constants.h"
94 GridLayout* layout = new GridLayout(this);
95 layout->SetInsets(kLocalStorageInfoViewInsetSize,
99 SetLayoutManager(layout);
102 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id);
109 layout->StartRow(0, three_column_layout_id);
110 layout->AddView(origin_label);
111 layout->AddView(origin_value_field_);
112 layout
[all...]
H A Dlocal_storage_set_item_info_view.cc15 #include "views/layout/grid_layout.h"
16 #include "views/layout/layout_constants.h"
89 GridLayout* layout = new GridLayout(this);
90 layout->SetInsets(kLocalStorageSetItemInfoViewInsetSize,
94 SetLayoutManager(layout);
97 views::ColumnSet* column_set = layout->AddColumnSet(three_column_layout_id);
104 layout->StartRow(0, three_column_layout_id);
105 layout->AddView(host_label);
106 layout->AddView(host_value_field_);
107 layout
[all...]
H A Duninstall_view.cc19 #include "views/layout/grid_layout.h"
20 #include "views/layout/layout_constants.h"
41 GridLayout* layout = GridLayout::CreatePanel(this);
42 SetLayoutManager(layout);
46 ColumnSet* column_set = layout->AddColumnSet(column_set_id);
49 layout->StartRow(0, column_set_id);
53 layout->AddView(confirm_label_);
55 layout->AddPaddingRow(0, views::kUnrelatedControlVerticalSpacing);
59 column_set = layout->AddColumnSet(column_set_id);
63 layout
[all...]
H A Dgeneric_info_view.cc13 #include "views/layout/grid_layout.h"
14 #include "views/layout/layout_constants.h"
67 GridLayout* layout = new GridLayout(this);
68 layout->SetInsets(kInfoViewInsetSize, kInfoViewInsetSize,
70 SetLayoutManager(layout);
72 views::ColumnSet* column_set = layout->AddColumnSet(kLayoutId);
84 layout->AddPaddingRow(0, views::kRelatedControlSmallVerticalSpacing);
87 AddRow(kLayoutId, layout, name_views_[i], value_views_[i]);
92 int layout_id, views::GridLayout* layout, views::Label* name,
95 layout
91 AddRow( int layout_id, views::GridLayout* layout, views::Label* name, views::Textfield* value) argument
[all...]
H A Dinstant_confirm_view.cc18 #include "views/layout/grid_layout.h"
19 #include "views/layout/layout_constants.h"
33 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
34 SetLayoutManager(layout);
37 views::ColumnSet* column_set = layout->AddColumnSet(first_column_set);
40 layout->StartRow(0, first_column_set);
41 layout->AddView(description_label);
42 layout->StartRow(0, first_column_set);
43 layout->AddView(learn_more_link);
/external/chromium/chrome/browser/chromeos/login/
H A Dpassword_changed_view.cc19 #include "views/layout/grid_layout.h"
20 #include "views/layout/layout_constants.h"
120 // Define controls layout.
121 GridLayout* layout = GridLayout::CreatePanel(this); local
122 SetLayoutManager(layout);
124 views::ColumnSet* column_set = layout->AddColumnSet(0);
127 column_set = layout->AddColumnSet(1);
133 layout->StartRow(0, 0);
134 layout->AddView(title_label_);
135 layout
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c55 } layout; member in union:__anon15353
65 } layout; member in union:__anon15355
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:__anon15396
65 } layout; member in union:__anon15398
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/android-mock/livetests/com/google/android/testing/mocking/testapp/
H A DTestAppActivity.java19 import com.google.android.testing.mocking.testapp.R.layout;
34 setContentView(R.layout.main);
/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/chrome/browser/ui/views/importer/
H A Dimport_progress_dialog_view.cc17 #include "views/layout/grid_layout.h"
18 #include "views/layout/layout_constants.h"
154 GridLayout* layout = GridLayout::CreatePanel(this);
155 SetLayoutManager(layout);
160 ColumnSet* column_set = layout->AddColumnSet(single_column_view_set_id);
169 column_set = layout->AddColumnSet(double_column_view_set_id);
180 layout->StartRow(0, single_column_view_set_id);
182 layout->AddView(state_bookmarks_.get());
183 layout->AddView(label_info_);
184 layout
[all...]
/external/chromium/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc21 #include "views/layout/grid_layout.h"
22 #include "views/layout/layout_constants.h"
278 views::GridLayout* layout = views::GridLayout::CreatePanel(this); local
279 SetLayoutManager(layout);
282 views::ColumnSet* column_set = layout->AddColumnSet(column_view_set_id);
303 layout->StartRow(0, column_view_set_id);
304 layout->AddView(new views::Label(UTF16ToWide(l10n_util::GetStringUTF16(
309 layout->AddView(server_textfield_);
315 layout->AddView(server_text_);
318 layout
[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 AFREE(layout);
430 skin_layout_get_display( SkinLayout* layout )
432 SKIN_LAYOUT_LOOP_LOCS(layout,loc)
442 skin_layout_get_dpad_rotation( SkinLayout* layout )
444 if (layout->has_dpad_rotation)
445 return layout
502 SkinLayout* layout; local
566 SkinLayout* layout; local
668 SkinLayout* layout = skin_layout_create_from_v2( node, file->parts ); local
[all...]

Completed in 694 milliseconds

1234567891011>>