Searched refs:attr_t (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 39 attr_t = tensor._datatype_enum() # pylint: disable=protected-access 43 attrs = ("T", attr_t, "Tshape", attr_tshape) 51 attr_t = value.dtype.as_datatype_enum 54 attrs = ("T", attr_t, "index_type", types_pb2.DT_INT32)
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 130 typedef chtype attr_t; /* No attr_t type is available */ typedef 635 rtn = mvwaddch(self->win,y,x, cch | (attr_t) attr); in _curses_window_addch_impl() 637 rtn = waddch(self->win, cch | (attr_t) attr); in _curses_window_addch_impl() 685 attr_t attr_old = A_NORMAL; in _curses_window_addstr_impl() 767 attr_t attr_old = A_NORMAL; in _curses_window_addnstr_impl() 845 return PyCursesCheckERR(wattroff(self->win, (attr_t)attr), "attroff"); in _curses_window_attroff_impl() 861 return PyCursesCheckERR(wattron(self->win, (attr_t)attr), "attron"); in _curses_window_attron_impl() 877 return PyCursesCheckERR(wattrset(self->win, (attr_t)attr), "attrset"); in _curses_window_attrset_impl() 1058 attr_t attr = A_NORMAL; in PyCursesWindow_ChgAt() 1196 return PyCursesCheckERR(pechochar(self->win, ch_ | (attr_t)attr), in _curses_window_echochar_impl() [all …]
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 127 typedef chtype attr_t; /* No attr_t type is available */ typedef 374 attr_t attr = A_NORMAL; in PyCursesWindow_AddCh() 423 attr_t attr = A_NORMAL , attr_old = A_NORMAL; in PyCursesWindow_AddStr() 472 attr_t attr = A_NORMAL , attr_old = A_NORMAL; in PyCursesWindow_AddNStr() 521 attr_t attr = A_NORMAL; in PyCursesWindow_Bkgd() 553 return PyCursesCheckERR(wattroff(self->win, (attr_t)lattr), "attroff"); in PyCursesWindow_AttrOff() 562 return PyCursesCheckERR(wattron(self->win, (attr_t)lattr), "attron"); in PyCursesWindow_AttrOn() 571 return PyCursesCheckERR(wattrset(self->win, (attr_t)lattr), "attrset"); in PyCursesWindow_AttrSet() 579 attr_t attr = A_NORMAL; in PyCursesWindow_BkgdSet() 688 attr_t attr = A_NORMAL; in PyCursesWindow_ChgAt() [all …]
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | dev.h | 30 typedef struct attr attr_t; typedef
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 4476 platforms where attr_t is not the same size as a long. (Contributed by Luke
|