Home
last modified time | relevance | path

Searched refs:tattr (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfHeader.h552 T *tattr = dynamic_cast <T*> (attr); in typedAttribute() local
554 if (tattr == 0) in typedAttribute()
557 return *tattr; in typedAttribute()
566 const T *tattr = dynamic_cast <const T*> (attr); in typedAttribute() local
568 if (tattr == 0) in typedAttribute()
571 return *tattr; in typedAttribute()
/external/fio/
Didletime.c188 pthread_attr_t tattr; in fio_idle_prof_init() local
197 if ((ret = pthread_attr_init(&tattr))) { in fio_idle_prof_init()
201 if ((ret = pthread_attr_setscope(&tattr, PTHREAD_SCOPE_SYSTEM))) { in fio_idle_prof_init()
254 if ((ret = pthread_create(&ipt->thread, &tattr, idle_prof_thread_fn, ipt))) { in fio_idle_prof_init()
/external/selinux/libsepol/src/
Dassertion.c151 ebitmap_t *tattr = &p->type_attr_map[ttype]; in report_assertion_extended_permissions() local
163 ebitmap_for_each_bit(tattr, tnode, j) { in report_assertion_extended_permissions()
332 ebitmap_t *tattr = &p->type_attr_map[ttype]; in check_assertion_extended_permissions_avtab() local
343 ebitmap_for_each_bit(tattr, tnode, j) { in check_assertion_extended_permissions_avtab()
Dexpand.c3247 ebitmap_t *tattr = &p->attr_type_map[k->target_type - 1]; in expand_avtab_node() local
3264 ebitmap_for_each_bit(tattr, tnode, j) { in expand_avtab_node()
3293 ebitmap_for_each_bit(tattr, tnode, j) { in expand_avtab_node()
3377 ebitmap_t *tattr = &p->attr_type_map[k->target_type - 1]; in expand_cond_av_node() local
3394 ebitmap_for_each_bit(tattr, tnode, j) { in expand_cond_av_node()
3423 ebitmap_for_each_bit(tattr, tnode, j) { in expand_cond_av_node()
Dservices.c845 ebitmap_t *sattr, *tattr; in context_struct_compute_av() local
872 tattr = &policydb->type_attr_map[tcontext->type - 1]; in context_struct_compute_av()
876 ebitmap_for_each_bit(tattr, tnode, j) { in context_struct_compute_av()
/external/opencv3/doc/pattern_tools/
Dsvgfig.py3095 tattr = dict(self.text_defaults)
3096 tattr.update(text_attr)
3098 …nit__(self, f, low, high, ticks, miniticks, labels, logbase, arrow_start, arrow_end, tattr, **attr)
3161 tattr = dict(self.text_defaults)
3162 tattr.update(text_attr)
3164 …_(self, None, None, None, ticks, miniticks, labels, logbase, arrow_start, arrow_end, tattr, **attr)
3254 tattr = dict(self.text_defaults)
3255 tattr.update(text_attr)
3256 …aty, xmin, xmax, ticks, miniticks, labels, logbase, arrow_start, arrow_end, exclude, tattr, **attr)
3309 tattr = dict(self.text_defaults)
[all …]