HomeSort by relevance Sort by last modified time
    Searched refs:tattr (Results 1 - 5 of 5) sorted by null

  /bionic/tests/
pty_test.cpp 120 termios tattr; local
121 ASSERT_EQ(0, tcgetattr(slave, &tattr));
122 cfmakeraw(&tattr);
123 ASSERT_EQ(0, tcsetattr(slave, TCSADRAIN, &tattr));
  /external/libhevc/encoder/
osal_thread.c 131 pthread_attr_t tattr; local
150 if(0 != pthread_attr_init(&tattr))
159 &tattr, /* Attributes */
171 pthread_attr_destroy(&tattr);
    [all...]
  /external/selinux/libsepol/src/
assertion.c 151 ebitmap_t *tattr = &p->type_attr_map[ttype]; local
163 ebitmap_for_each_bit(tattr, tnode, j) {
340 ebitmap_t *tattr = &p->type_attr_map[ttype]; local
351 ebitmap_for_each_bit(tattr, tnode, j) {
services.c 907 ebitmap_t *sattr, *tattr; local
935 tattr = &policydb->type_attr_map[tcontext->type - 1];
939 ebitmap_for_each_bit(tattr, tnode, j) {
    [all...]
expand.c 3302 ebitmap_t *tattr = &p->attr_type_map[k->target_type - 1]; local
3432 ebitmap_t *tattr = &p->attr_type_map[k->target_type - 1]; local
    [all...]

Completed in 187 milliseconds