Home
last modified time | relevance | path

Searched refs:res_name (Results 1 – 7 of 7) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
Dattr.py191 for res_name, res_event in result.items():
192 log.debug(" to [%s]" % res_name)
194 exp_list.append(res_name)
216 for res_name in match[exp_name]:
217 res_group = result[res_name].group
/external/libvncserver/x11vnc/
Dwin_utils.c566 classhint->res_name = NULL; in descend_pointer()
573 if (classhint->res_name) { in descend_pointer()
574 l += strlen(classhint->res_name); in descend_pointer()
583 if (classhint->res_name) { in descend_pointer()
585 classhint->res_name); in descend_pointer()
594 if (classhint->res_name) { in descend_pointer()
595 XFree_wr(classhint->res_name); in descend_pointer()
Dcursor.c76 char *res_name; member
908 *(winfo->res_name) = '\0'; in tree_descend_cursor()
959 p = classhint->res_name; in tree_descend_cursor()
962 strcpy(winfo->res_name, p); in tree_descend_cursor()
966 classhint->res_name = NULL; in tree_descend_cursor()
1582 winfo.res_name = (char *) malloc(1024); in get_which_cursor()
1625 lowercase(winfo.res_name); in get_which_cursor()
1627 name = winfo.res_name; in get_which_cursor()
Dxevents.c211 classhint->res_name = NULL; in dm_still_running()
214 name = classhint->res_name; in dm_still_running()
Dnox11.h5805 char *res_name; member
/external/libpng/contrib/gregbook/
Drpng-x.c125 static char *res_name = RESNAME; variable
591 class_hints->res_name = res_name; in rpng_x_create_window()
Drpng2-x.c199 static char *res_name = RESNAME; variable
968 class_hints->res_name = res_name; in rpng2_x_create_window()