HomeSort by relevance Sort by last modified time
    Searched defs:alignment (Results 26 - 50 of 71) sorted by null

12 3

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 82 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); local
86 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment),
90 gtk_container_add(GTK_CONTAINER(alignment), box);
91 gtk_container_add(GTK_CONTAINER(button), alignment); local
93 gtk_widget_show_all(alignment);
  /external/libffi/darwin-x86/
ffi.h 94 unsigned short alignment; member in struct:_ffi_type
  /external/libffi/include/
ffi_real.h 95 unsigned short alignment; member in struct:_ffi_type
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 111 size_t alignment = sizeClass.blockAlignment(); local
114 BitField mask = ((1ull << count) - 1) << (alignment - count);
116 // Step in units of alignment size.
117 for (unsigned i = 0; i < entries; i += alignment) {
120 return (i + (alignment - count)) << log2SubregionSize;
122 mask <<= alignment; local
288 size_t alignment = sizeClass.blockAlignment(); local
291 BitField mask = ((1ull << count) - 1) << (alignment - count);
293 // Step in units of alignment size.
294 for (unsigned i = 0; i < entries; i += alignment) {
299 mask <<= alignment; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 171 unsigned int alignment = 0,buffer_size = 0, temp =0; local
329 + (m_sInput_buff_property.datasize % m_sInput_buff_property.alignment) ;
343 + (m_sOutput_buff_property.datasize % m_sOutput_buff_property.alignment) ;
    [all...]
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 242 long alignment = position - position % Libcore.os.sysconf(_SC_PAGE_SIZE); local
243 int offset = (int) (position - alignment);
244 MemoryBlock block = MemoryBlock.mmap(fd, alignment, size + offset, mapMode);
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 240 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); local
242 GTK_ALIGNMENT(alignment),
244 gtk_widget_show_all(alignment);
245 gtk_container_add(GTK_CONTAINER(alignment), contents);
246 gtk_container_add(GTK_CONTAINER(vbox), alignment); local
  /external/chromium/chrome/browser/ui/views/download/
download_item_view.cc 97 // The menu's alignment is determined based on the UI layout.
98 views::Menu2::Alignment alignment; local
100 alignment = views::Menu2::ALIGN_TOPRIGHT;
102 alignment = views::Menu2::ALIGN_TOPLEFT;
103 menu_->RunMenuAt(point, alignment);
    [all...]
  /external/dbus/dbus/
dbus-marshal-basic.c 903 * @param alignment size of each element
908 int alignment)
913 _dbus_assert (_DBUS_ALIGN_ADDRESS (data, alignment) == data);
919 end = d + (n_elements * alignment);
921 if (alignment == 8)
933 else if (alignment == 4)
943 _dbus_assert (alignment == 2);
958 int alignment)
960 _dbus_assert (_DBUS_ALIGN_VALUE (array_start, alignment) == (unsigned) array_start);
968 n_elements, alignment);
1176 int alignment; local
1533 int alignment; local
1668 int alignment; local
    [all...]
dbus-marshal-recursive.c 181 /* struct and dict entry have 8 byte alignment */
230 int alignment; local
241 alignment = element_type_get_alignment (sub->type_str,
244 sub->value_pos = _DBUS_ALIGN_VALUE (sub->value_pos, alignment);
918 int alignment; local
930 alignment = _dbus_type_get_alignment (element_type);
953 *n_elements = remaining_len / alignment;
954 _dbus_assert ((remaining_len % alignment) == 0);
1804 int alignment; local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 617 // Vertical alignment with respect to the current baseline of the text
622 const AtomicString& alignment = attr->value(); local
623 if (equalIgnoringCase(alignment, "absmiddle"))
625 else if (equalIgnoringCase(alignment, "absbottom"))
627 else if (equalIgnoringCase(alignment, "left")) {
630 } else if (equalIgnoringCase(alignment, "right")) {
633 } else if (equalIgnoringCase(alignment, "top"))
635 else if (equalIgnoringCase(alignment, "middle"))
637 else if (equalIgnoringCase(alignment, "center"))
639 else if (equalIgnoringCase(alignment, "bottom")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 147 unsigned int alignment :27; member in struct:subspace_dictionary_record
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 381 GtkWidget* alignment = gtk_alignment_new(0, 0, 1, 1); local
382 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment),
384 gtk_container_add(GTK_CONTAINER(alignment), separator);
388 return alignment;
    [all...]
gtk_util.cc 240 // use a container border, since it won't paint there. Use an alignment
245 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0); local
246 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), top, bottom, left, right);
247 gtk_container_add(GTK_CONTAINER(alignment), child);
248 gtk_container_add(GTK_CONTAINER(ebox), alignment); local
    [all...]
location_bar_view_gtk.cc 175 // All of our widgets should have be children of / owned by the alignment.
188 // We will paint for the alignment, to paint the background and border.
247 // Put the event box in an alignment to get the padding correct.
374 // Put the event box in an alignment to get the padding correct.
516 GtkWidget* alignment = gtk_alignment_new(0, 0, 1, 1); local
517 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), 0, 0,
519 gtk_container_add(GTK_CONTAINER(alignment), star_image_);
523 gtk_container_add(GTK_CONTAINER(star_.get()), alignment); local
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 721 CharUnits alignment = getContext().getDeclAlign(&D); local
722 emission.Alignment = alignment;
793 CharUnits allocaAlignment = alignment;
834 vla->setAlignment(alignment.getQuantity());
    [all...]
CGCall.cpp 481 // additional padding, for example due to a user specified alignment.
488 // FIXME: Use better alignment / avoid requiring aligned load.
500 // FIXME: Use better alignment / avoid requiring aligned store.
567 // FIXME: Use better alignment / avoid requiring aligned store.
575 // additional padding, for example due to a user specified alignment.
584 // FIXME: Use better alignment / avoid requiring aligned load.
1289 unsigned alignment = getContext().getDeclAlign(param).getQuantity(); local
    [all...]
CodeGenModule.cpp 522 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth(); local
523 if (alignment)
524 F->setAlignment(alignment);
526 // C++ ABI requires 2-byte alignment for member functions.
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 196 ScrollAlignment alignment; local
199 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
201 alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignment::alignToEdgeIfNeeded;
203 revealSelection(alignment, true);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 158 * Tab alignment - determines which side the tab should be drawn on
177 private int alignment = ALIGN_UNKNOWN; field in class:SlidingTab.Slider
234 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
235 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
237 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
253 boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
254 int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
255 int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight())
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 2394 int alignment = addr & 0x3; local
2468 int alignment = addr & 0x3; local
    [all...]
  /external/bison/src/
vcg.h 121 /* VCG alignment for node alignement. */
122 enum alignment enum
757 /* Node alignment specified the vertical alignment of nodes at the
763 enum alignment node_alignment;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 808 unsigned int alignment = 0,buffer_size = 0; local
2297 unsigned int alignment = 0,buffer_size = 0; local
5227 unsigned int alignment = 0,buffer_size = 0; local
    [all...]
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 157 uint32_t alignment; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 272 unsigned long alignment; member in struct:venc_allocatorproperty

Completed in 1096 milliseconds

12 3