/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebFrameTest.cpp | 178 webViewHelper->webView()->layout(); 267 webViewHelper.webView()->layout(); 287 webViewHelper.webView()->layout(); 394 m_frame->view()->layout(); 418 m_frame->view()->layout(); 426 m_frame->view()->layout(); 433 m_frame->view()->layout(); 552 m_frame->view()->layout(); 576 m_frame->view()->layout(); 593 m_frame->view()->layout(); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_blit.c | 441 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN || 442 desc->layout == UTIL_FORMAT_LAYOUT_S3TC || 443 desc->layout == UTIL_FORMAT_LAYOUT_RGTC; 463 unsigned layout; local 483 layout = util_format_description(dst_templ.format)->layout; 486 if (layout == UTIL_FORMAT_LAYOUT_PLAIN && 515 if (layout == UTIL_FORMAT_LAYOUT_S3TC || 516 layout == UTIL_FORMAT_LAYOUT_RGTC) {
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_blit.c | 441 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN || 442 desc->layout == UTIL_FORMAT_LAYOUT_S3TC || 443 desc->layout == UTIL_FORMAT_LAYOUT_RGTC; 463 unsigned layout; local 483 layout = util_format_description(dst_templ.format)->layout; 486 if (layout == UTIL_FORMAT_LAYOUT_PLAIN && 515 if (layout == UTIL_FORMAT_LAYOUT_S3TC || 516 layout == UTIL_FORMAT_LAYOUT_RGTC) {
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_types_n_macros.h | 82 /* Guest state layout info for syscall args. */ 231 SyscallArgLayout* layout, \ 253 SyscallArgLayout* layout, \ 377 pre-wrappers, and they refer to the layout parameter passed in. */ 432 layout->o_sysno, sizeof(UWord)); 449 Int here = layout->o_arg##n; \ 466 Int here = layout->o_arg##n; \ 467 Int next = layout->o_arg##n + sizeof(UWord); \ 500 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \ 517 Addr next = layout->s_arg##n + sizeof(UWord) + [all...] |
syswrap-xen.c | 70 SyscallArgLayout* layout, 205 bad_subop(tid, layout, arrghs, status, flags, 299 SyscallArgLayout* layout, 320 bad_subop(tid, layout, arrghs, status, flags, 323 bad_subop(tid, layout, arrghs, status, flags, 331 pre_evtchn_op(tid, layout, arrghs, status, flags, 341 pre_evtchn_op(tid, layout, arrghs, status, flags, 364 bad_subop(tid, layout, arrghs, status, flags, 384 bad_subop(tid, layout, arrghs, status, flags, 531 bad_subop(tid, layout, arrghs, status, flags [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
CustomInputStyleSettingsFragment.java | 103 super(context, android.R.layout.simple_spinner_item); 104 setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 121 // TODO: Should filter out already existing combinations of locale and layout. 149 super(context, android.R.layout.simple_spinner_item); 150 setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 152 // TODO: Should filter out already existing combinations of locale and layout. 153 for (final String layout : SubtypeLocaleUtils.getPredefinedKeyboardLayoutSet()) { 157 SubtypeLocaleUtils.NO_LANGUAGE, layout); 191 setDialogLayoutResource(R.layout.additional_subtype_dialog); 241 // All keyboard layout names are in the Latin script and thus left to right. That mean 296 final KeyboardLayoutSetItem layout = local [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_private_api.cc | 316 if (params->layout != wallpaper_private::WALLPAPER_LAYOUT_STRETCH && 372 ash::WallpaperLayout layout = wallpaper_api_util::GetLayoutEnum( local 373 wallpaper_private::ToString(params->layout)); 378 user_id_, image, layout, update_wallpaper); 383 layout, 485 ash::WallpaperLayout layout = wallpaper_api_util::GetLayoutEnum( local 486 wallpaper_private::ToString(params->layout)); 491 user_id_, *image.get(), layout, update_wallpaper); 497 layout, 579 ash::WallpaperLayout layout = wallpaper_api_util::GetLayoutEnum local [all...] |
/external/chromium_org/third_party/webtreemap/src/ |
webtreemap.js | 49 // And layout into the topmost box. 50 layout(tree, level, width, height); 137 function layout(tree, level, width, height) { function 162 // layout doesn't look very good. 166 var space; // Space available along layout axis. 202 layout(child, level + 1, width, height); 231 layout(data, 0, width, height);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bdaiface.h | 153 #warning COM interfaces layout in this header has not been verified. 154 #warning COM interfaces with incorrect layout may not work at all. 189 #warning COM interfaces layout in this header has not been verified. 190 #warning COM interfaces with incorrect layout may not work at all. 221 #warning COM interfaces layout in this header has not been verified. 222 #warning COM interfaces with incorrect layout may not work at all. 280 #warning COM interfaces layout in this header has not been verified. 281 #warning COM interfaces with incorrect layout may not work at all. 320 #warning COM interfaces layout in this header has not been verified. 321 #warning COM interfaces with incorrect layout may not work at all [all...] |
ndhelper.h | 40 #warning COM interfaces layout in this header has not been verified. 41 #warning COM interfaces with incorrect layout may not work at all. 131 #warning COM interfaces layout in this header has not been verified. 132 #warning COM interfaces with incorrect layout may not work at all. 159 #warning COM interfaces layout in this header has not been verified. 160 #warning COM interfaces with incorrect layout may not work at all.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 16 package com.android.ide.common.layout.relative; 28 import static com.android.ide.common.layout.BaseLayoutRule.getMaxMatchDistance; 52 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE; 65 import com.android.ide.common.layout.BaseLayoutRule; 66 import com.android.ide.common.layout.relative.DependencyGraph.Constraint; 67 import com.android.ide.common.layout.relative.DependencyGraph.ViewData; 82 * A dependency graph for the relative layout recording constraint relationships 87 public INode layout; field in class:GuidelineHandler 134 * All horizontal segments in the relative layout - top and bottom edges, baseline 140 * All vertical segments in the relative layout - left and right edges, and left an [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring; 53 import static com.android.ide.common.layout.GravityHelper.GRAVITY_HORIZ_MASK; 54 import static com.android.ide.common.layout.GravityHelper.GRAVITY_VERT_MASK; 57 import com.android.ide.common.layout.BaseLayoutRule; 58 import com.android.ide.common.layout.GravityHelper; 59 import com.android.ide.common.layout.GridLayoutRule; 63 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 64 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.CanvasViewInfo; 65 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DomUtilities; 66 import com.android.ide.eclipse.adt.internal.editors.layout.gre.ViewMetadataRepository [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AdapterViewTest.java | 68 XmlPullParser parser = mActivity.getResources().getXml(R.layout.adapterview_layout); 174 mActivity, R.layout.adapterview_layout, new String[]{})); 216 mAdapterView.layout(0, 0, LAYOUT_WIDTH, bottom); 262 mAdapterView.layout(0, 0, LAYOUT_WIDTH, LAYOUT_HEIGHT); 273 // mAdapterView.layout(0, 0, LAYOUT_WIDTH, LAYOUT_HEIGHT); 295 * but to the layout parent ,it may still be the 1, 2 child for there always has 3,4 views there 297 * this means the position of item is same as position of the children in parent layout 301 mAdapterView.layout(0, 0, LAYOUT_WIDTH, LAYOUT_HEIGHT); 412 * whether this view can has animation layout 463 mActivity, R.layout.adapterview_layout, FRUIT)) [all...] |
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 65 setContentView(R.layout.package_summary); 176 R.layout.package_item, null, false); 193 R.layout.package_item, null, false); 207 R.layout.package_item, null, false); 220 R.layout.package_item, null, false); 233 R.layout.package_item, null, false);
|
/external/chromium_org/ui/base/ime/win/ |
imm32_manager.cc | 131 // Retrieve the current keyboard layout from Windows and determine whether 538 } layout = RTL_KEYBOARD_LAYOUT_NOT_INITIALIZED; local 541 if (layout != RTL_KEYBOARD_LAYOUT_NOT_INITIALIZED) 542 return layout == RTL_KEYBOARD_LAYOUT_INSTALLED; 547 layout = RTL_KEYBOARD_LAYOUT_ERROR; 552 // layout in it. 557 layout = RTL_KEYBOARD_LAYOUT_INSTALLED; 562 layout = RTL_KEYBOARD_LAYOUT_NOT_INSTALLED;
|
/external/chromium_org/ui/views/color_chooser/ |
color_chooser_view.cc | 21 #include "ui/views/layout/box_layout.h" 22 #include "ui/views/layout/grid_layout.h" 387 GridLayout* layout = new GridLayout(container2); local 388 container2->SetLayoutManager(layout); 389 ColumnSet* columns = layout->AddColumnSet(0); 395 layout->StartRow(0, 0); 399 layout->AddView(textfield_); 401 layout->AddView(selected_color_patch_);
|
/external/llvm/test/Bindings/Ocaml/ |
target.ml | 42 (*===-- Data Layout -------------------------------------------------------===*) 46 let layout = "e-p:32:32-f64:32:64-v64:32:64-v128:32:128-n32-S32" in var 47 let dl = DL.of_string layout in 50 assert_equal (DL.as_string dl) layout;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSTileView.java | 253 layout(mTopBackgroundView, 0, mTileSpacingPx); method 259 layout(mIcon, iconLeft, top); method 267 layout(mDivider, 0, top); method 270 layout(labelView(), 0, top); 281 private static void layout(View child, int left, int top) { method in class:QSTileView 282 child.layout(left, top, left + child.getMeasuredWidth(), top + child.getMeasuredHeight());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 40 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 41 import com.android.ide.eclipse.adt.internal.editors.layout.configuration.ConfigurationChooser; 42 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.CustomViewDescriptorService; 43 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 44 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory; 45 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy; 46 import com.android.ide.eclipse.adt.internal.editors.layout.gre.PaletteMetadataDescriptor; 47 import com.android.ide.eclipse.adt.internal.editors.layout.gre.ViewMetadataRepository; 48 import com.android.ide.eclipse.adt.internal.editors.layout.gre.ViewMetadataRepository.RenderMode [all...] |
DynamicContextMenu.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.gle2; 38 import com.android.ide.common.layout.BaseViewRule; 39 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate; 40 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory; 41 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeProxy; 42 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ChangeLayoutAction; 43 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ChangeViewAction; 44 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ExtractIncludeAction; 45 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ExtractStyleAction; 46 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UnwrapAction [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorDelegate.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout; 32 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.CustomViewDescriptorService; 33 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors; 34 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 35 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DomUtilities; 36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart; 37 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutActionBar; 38 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvas; 39 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.OutlinePage; 40 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SelectionManager [all...] |
/bionic/libc/kernel/uapi/linux/raid/ |
md_p.h | 125 __u32 layout; member in struct:mdp_superblock_s 149 __le32 layout; member in struct:mdp_superblock_1
|
/build/tools/droiddoc/templates-sdk/ |
sample.cs | 95 else ?>layout-content-row<?cs /if ?>" 97 <div class="layout-content-col <?cs 106 <div class="paging-links layout-content-col col-4"> 131 <div class="layout-content-row content-footer next-class" style="display:none" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
sampleindex.cs | 85 else ?>layout-content-row<?cs /if ?>" 87 <div class="layout-content-col <?cs 96 <div class="paging-links layout-content-col col-4"> 121 <div class="layout-content-row content-footer next-class" style="display:none" itemscope itemtype="http://schema.org/SiteNavigationElement">
|
/build/tools/droiddoc/templates-sdk-dyn/ |
sample.cs | 95 else ?>layout-content-row<?cs /if ?>" 97 <div class="layout-content-col <?cs 106 <div class="paging-links layout-content-col col-4"> 131 <div class="layout-content-row content-footer next-class" style="display:none" itemscope itemtype="http://schema.org/SiteNavigationElement">
|