Home
last modified time | relevance | path

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

/third_party/weston/clients/
Dtouch-calibrator.c156 char *match_name; member
547 calibrator_create(struct display *display, const char *match_name) in calibrator_create() argument
555 cal->match_name = match_name ? strdup(match_name) : NULL; in calibrator_create()
758 free(cal->match_name); in calibrator_destroy()
771 if (!cal->match_name) { in touch_device_handler()
779 if (strcmp(cal->match_name, device) == 0 || in touch_device_handler()
780 strcmp(cal->match_name, head) == 0) in touch_device_handler()
902 char *match_name = NULL; in main() local
927 match_name = argv[optind++]; in main()
939 cal = calibrator_create(display, match_name); in main()
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_size.py64 match_name = "Get"
66 match_name = func_name
72 if match_name in e.functions:
73 [count, mode] = e.functions[ match_name ]
/third_party/mesa3d/src/compiler/
Dglsl_types.h1228 bool record_compare(const glsl_type *b, bool match_name,
Dglsl_types.cpp1193 glsl_type::record_compare(const glsl_type *b, bool match_name, in record_compare() argument
1224 if (match_name) in record_compare()
/third_party/eudev/src/udev/
Dudev-event.c808 int udev_rules_assigning_name_to(struct udev_rules *rules,const char *match_name);
Dudev-rules.c2773 int udev_rules_assigning_name_to(struct udev_rules *rules, const char *match_name) in udev_rules_assigning_name_to() argument
2812 if (streq(name_str,match_name)) { in udev_rules_assigning_name_to()