Home
last modified time | relevance | path

Searched refs:t_name (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py168 t_name = "GL" + t.name
169 self.type_map[ t_name ] = t.glx_name
174 print 'static _X_UNUSED %s' % (t_name)
177 print ' union { %s dst; %s ret; } x;' % (real_name, t_name)
212 t_name = param.get_base_type_string()
213 return ' (%-8s)bswap_%-7s( pc + %2s )' % (t, self.type_map[ t_name ], o)
339 for t_name in sub[1]:
340 print ' case GL_%s:' % (t_name)
/external/autotest/client/tests/xfstests/
Dxfstests.py32 t_name = t_m.group('name')
33 if t_name not in tests_list and os.path.exists(t_name):
34 tests_list.append(t_name)
/external/iproute2/ip/
Dipxfrm.c99 const char *t_name; member
117 if (!t->t_name || t->t_type == -1) in xfrm_xfrmproto_getbyname()
120 if (strcmp(t->t_name, name) == 0) in xfrm_xfrmproto_getbyname()
135 if (!t->t_name || t->t_type == -1) in strxf_xfrmproto()
139 return t->t_name; in strxf_xfrmproto()
160 if (!t->t_name || t->t_type == -1) in xfrm_algotype_getbyname()
163 if (strcmp(t->t_name, name) == 0) in xfrm_algotype_getbyname()
178 if (!t->t_name || t->t_type == -1) in strxf_algotype()
182 return t->t_name; in strxf_algotype()
/external/libedit/src/
Dterminal.h53 const char *t_name; /* the terminal name */ member
Dtty.h453 const char *t_name; member
Dtty.c1232 el->el_tty.t_t[z][m->m_type].t_name); in tty_stty()
1235 strlen(el->el_tty.t_t[z][m->m_type].t_name); in tty_stty()
Dterminal.c850 *term = el->el_terminal.t_name; in terminal_get()
937 el->el_terminal.t_name = term; in terminal_set()
/external/mksh/src/
DBuild.sh1558 t_use=1 t_name=fltojs_lp ;;
1560 t_use=1 t_name=fltojs_nn ;;
1563 t_use=1 t_name=fltojs_np ;;
1566 t_use=1 t_name=fltons_lp ;;
1568 t_use=1 t_name=fltons_nn ;;
1571 t_use=1 t_name=fltons_np ;;
1573 t_use=0 t_name=combine cm=combine ;;
1577 ac_flags $t_use $t_name "$t_cflags" \
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c4345 Int* t_name = (Int*)name; in PRE() local
4348 VG_(printf)("%d ", t_name[i]); in PRE()
9657 const HChar* t_name = (const HChar*)name; in PRE() local
9660 VG_(printf)("%c", t_name[i]); in PRE()