/external/chromium/chrome/browser/themes/ |
theme_service_unittest.cc | 13 int alignment = ThemeService::StringToAlignment(top_left); local 15 alignment); 16 EXPECT_EQ(top_left, ThemeService::AlignmentToString(alignment)); 18 alignment = ThemeService::StringToAlignment("top"); 19 EXPECT_EQ(ThemeService::ALIGN_TOP, alignment); 20 EXPECT_EQ("top", ThemeService::AlignmentToString(alignment)); 22 alignment = ThemeService::StringToAlignment("left"); 23 EXPECT_EQ(ThemeService::ALIGN_LEFT, alignment); 24 EXPECT_EQ("left", ThemeService::AlignmentToString(alignment)); 26 alignment = ThemeService::StringToAlignment("right") 37 int alignment = ThemeService::StringToAlignment("right bottom"); local [all...] |
/external/chromium_org/base/memory/ |
aligned_memory.cc | 15 void* AlignedAlloc(size_t size, size_t alignment) { 17 DCHECK_EQ(alignment & (alignment - 1), 0U); 18 DCHECK_EQ(alignment % sizeof(void*), 0U); 21 ptr = _aligned_malloc(size, alignment); 28 ptr = memalign(alignment, size); 30 if (posix_memalign(&ptr, alignment, size)) 38 << "size=" << size << ", alignment=" << alignment; local 41 // Sanity check alignment just to be safe [all...] |
/external/chromium_org/chrome/browser/themes/ |
theme_properties_unittest.cc | 16 int alignment = ThemeProperties::StringToAlignment(top_left); local 18 alignment); 19 EXPECT_EQ(top_left, ThemeProperties::AlignmentToString(alignment)); 22 alignment = ThemeProperties::StringToAlignment("top"); 23 EXPECT_EQ(ThemeProperties::ALIGN_TOP, alignment); 24 EXPECT_EQ("center top", ThemeProperties::AlignmentToString(alignment)); 26 alignment = ThemeProperties::StringToAlignment("left"); 27 EXPECT_EQ(ThemeProperties::ALIGN_LEFT, alignment); 28 EXPECT_EQ("left center", ThemeProperties::AlignmentToString(alignment)); 30 alignment = ThemeProperties::StringToAlignment("right") 41 int alignment = ThemeProperties::StringToAlignment("bottom right"); local [all...] |
/external/clang/test/CodeGen/ |
2005-07-26-UnionInitCrash.c | 3 union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0}; member in union:__anon16388
|
/external/chromium/chrome/browser/ |
ntp_background_util.cc | 18 gfx::Canvas* canvas, SkBitmap* ntp_background, int tiling, int alignment, 25 if (alignment & ThemeService::ALIGN_BOTTOM) 28 if (alignment & ThemeService::ALIGN_RIGHT) { 30 } else if (alignment & ThemeService::ALIGN_LEFT) { 70 int alignment; local 72 &alignment)) { 76 canvas, ntp_background, tiling, alignment, area, tab_contents_height);
|
/external/chromium_org/chrome/browser/chromeos/first_run/steps/ |
tray_step.cc | 31 ash::ShelfAlignment alignment = local 33 if ((!base::i18n::IsRTL() && alignment != ash::SHELF_ALIGNMENT_LEFT) || 34 alignment == ash::SHELF_ALIGNMENT_RIGHT)
|
/external/chromium_org/chrome/browser/ui/gtk/ |
constrained_window_gtk.cc | 32 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); local 33 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), 38 gtk_widget_reparent(contents, alignment); 40 gtk_container_add(GTK_CONTAINER(alignment), contents); 42 gtk_container_add(GTK_CONTAINER(frame), alignment); local
|
/external/chromium_org/chrome/browser/ui/ |
ntp_background_util.cc | 22 int alignment, const gfx::Rect& area, int tab_contents_height) { 28 if (alignment & ThemeProperties::ALIGN_BOTTOM) { 30 } else if (alignment & ThemeProperties::ALIGN_TOP) { 37 if (alignment & ThemeProperties::ALIGN_RIGHT) { 39 } else if (alignment & ThemeProperties::ALIGN_LEFT) { 78 int alignment = tp->GetDisplayProperty( local 84 canvas, ntp_background, tiling, alignment, area, tab_contents_height);
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
Boid.cpp | 26 Vector2D alignment; local 45 // Alignment. 46 alignment.add(b->mVelocity); 62 alignment.scale(1.0f / alignmentCount); 63 alignment.limit(MAX_FORCE); 64 alignment.scale(ALIGNMENT_WEIGHT); 65 mAcceleration.add(alignment);
|
/external/chromium_org/ash/launcher/ |
launcher.h | 65 void SetAlignment(ShelfAlignment alignment); 66 ShelfAlignment alignment() const { return alignment_; } function in class:ash::Launcher
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs.c | 64 const int alignment = 16; local 67 if (((uintptr_t)constants) & (alignment - 1)) { 75 align_malloc(size, alignment);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs.c | 64 const int alignment = 16; local 67 if (((uintptr_t)constants) & (alignment - 1)) { 75 align_malloc(size, alignment);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.cpp | 107 size_t ARMToARMStub::alignment() const function in class:ARMToARMStub
|
ARMToTHMStub.cpp | 115 size_t ARMToTHMStub::alignment() const function in class:ARMToTHMStub
|
THMToARMStub.cpp | 111 size_t THMToARMStub::alignment() const function in class:THMToARMStub
|
THMToTHMStub.cpp | 108 size_t THMToTHMStub::alignment() const function in class:THMToTHMStub
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonAbsoluteStub.cpp | 109 size_t HexagonAbsoluteStub::alignment() const function in class:HexagonAbsoluteStub
|
/external/chromium/chrome/browser/extensions/ |
browser_action_test_util_gtk.cc | 24 GtkWidget* alignment = local 26 button = gtk_bin_get_child(GTK_BIN(alignment));
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
browser_action_test_util_gtk.cc | 25 GtkWidget* alignment = local 27 button = gtk_bin_get_child(GTK_BIN(alignment));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 151 unsigned alignment = 16; local 173 rbuf->b.b.width0, alignment,
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_context.c | 148 unsigned alignment = local 151 st->constbuf_uploader = u_upload_create(pipe, 128 * 1024, alignment,
|
/external/chromium_org/ui/base/models/ |
table_model.h | 93 // TableColumn specifies the title, alignment and size of a particular column. 95 enum Alignment { 100 TableColumn(int id, Alignment alignment, int width, float percent); 108 // Alignment for the content. 109 Alignment alignment; member in struct:ui::TableColumn
|
/external/libffi/src/arm/ |
ffi.c | 58 if (((*p_arg)->alignment - 1) & (unsigned) argp) { 59 argp = (char *) ALIGN(argp, (*p_arg)->alignment); 253 size_t alignment = (*p_arg)->alignment; local 254 if (alignment < 4) 255 alignment = 4; 257 if ((alignment - 1) & (unsigned) argp) { 258 argp = (char *) ALIGN(argp, alignment);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 151 unsigned alignment = 16; local 173 rbuf->b.b.width0, alignment,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.c | 148 unsigned alignment = local 151 st->constbuf_uploader = u_upload_create(pipe, 128 * 1024, alignment,
|