Home
last modified time | relevance | path

Searched refs:ALIGN_RIGHT (Results 1 – 10 of 10) sorted by relevance

/external/fio/
Dghelpers.h29 #define ALIGN_RIGHT 2 macro
Dghelpers.c112 (flags & ALIGN_RIGHT) ? PANGO_ALIGN_RIGHT : in tree_view_column()
Dgclient.c781 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE); in gfio_show_io_depths()
857 tree_view_column(tree_view, i, labels[i], ALIGN_RIGHT | UNSORTABLE); in gfio_output_lat_buckets()
1053 tree_view_column(tree_view, i, fbuf, ALIGN_RIGHT | UNSORTABLE); in gfio_output_clat_percentiles()
Dgfio.c311 tree_view_column(tree_view, 0, "Time", ALIGN_RIGHT | UNSORTABLE); in gfio_ui_setup_log()
312 tree_view_column(tree_view, 1, "Host", ALIGN_RIGHT | UNSORTABLE); in gfio_ui_setup_log()
313 tree_view_column(tree_view, 2, "Level", ALIGN_RIGHT | UNSORTABLE); in gfio_ui_setup_log()
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java92 seriesTable.getRowCount() - 1, 2, HasHorizontalAlignment.ALIGN_RIGHT); in Series()
98 0, 2, HasHorizontalAlignment.ALIGN_RIGHT); in Series()
DFilterSelector.java128 2, 1, HasHorizontalAlignment.ALIGN_RIGHT); in FilterSelector()
/external/python/cpython2/Lib/plat-irix5/
DFL.py42 ALIGN_RIGHT = 3 variable
/external/python/cpython2/Lib/plat-irix6/
DFL.py42 ALIGN_RIGHT = 3 variable
/external/fmtlib/fmt/
Dprintf.h401 spec.align_ = ALIGN_RIGHT;
Dformat.h1680 ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER, ALIGN_NUMERIC
1986 if (spec_.align_ == ALIGN_RIGHT) {
2716 if (spec.align() == ALIGN_RIGHT) {
3055 if ((spec.align() != ALIGN_RIGHT && spec.align() != ALIGN_DEFAULT) ||
3681 spec.align_ = ALIGN_RIGHT;