Home
last modified time | relevance | path

Searched refs:ALIGN_LEFT (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/plat-irix5/
DFL.py41 ALIGN_LEFT = 2 variable
155 CHOICE_ALIGN = ALIGN_LEFT
215 INPUT_ALIGN = ALIGN_LEFT
280 TEXT_ALIGN = ALIGN_LEFT
/external/python/cpython2/Lib/plat-irix6/
DFL.py41 ALIGN_LEFT = 2 variable
155 CHOICE_ALIGN = ALIGN_LEFT
215 INPUT_ALIGN = ALIGN_LEFT
280 TEXT_ALIGN = ALIGN_LEFT
/external/fio/
Dghelpers.h28 #define ALIGN_LEFT 1 macro
Dghelpers.c111 align = (flags & ALIGN_LEFT) ? PANGO_ALIGN_LEFT : in tree_view_column()
Dgfio.c314 tree_view_column(tree_view, 3, "Text", ALIGN_LEFT | UNSORTABLE); in gfio_ui_setup_log()
/external/fmtlib/fmt/
Dprintf.h164 spec_.align_ = ALIGN_LEFT;
233 if (fmt_spec.align_ != ALIGN_LEFT) {
319 spec.align_ = ALIGN_LEFT;
Dformat.h1680 ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER, ALIGN_NUMERIC
2789 if (align != ALIGN_LEFT) {
2795 if (align == ALIGN_LEFT) {
2809 if (align == ALIGN_LEFT) {
3011 if (spec.align() == ALIGN_LEFT)
3678 spec.align_ = ALIGN_LEFT;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java229 mRelative.put("alignLeft", RelativeLayout.ALIGN_LEFT);