Searched refs:tool_list (Results 1 - 7 of 7) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 1138 struct list *tool_list; in tablet_get_tool() local 1141 tool_list = &libinput->tool_list; in tablet_get_tool() 1143 list_for_each(t, tool_list, link) { in tablet_get_tool() 1157 tool_list = &tablet->tool_list; in tablet_get_tool() 1164 list_for_each(t, tool_list, link) { in tablet_get_tool() 1172 * tool_list back so we create in the correct list */ in tablet_get_tool() 1174 tool_list = &libinput->tool_list; in tablet_get_tool() [all...] |
H A D | evdev-tablet.h | 75 struct list tool_list; member
|
H A D | evdev-totem.c | 103 list_insert(&libinput->tool_list, &tool->link); in totem_new_tool()
|
H A D | libinput-private.h | 149 struct list tool_list; member
|
H A D | libinput.c | 1871 list_init(&libinput->tool_list); in libinput_init() 1986 list_for_each_safe(tool, &libinput->tool_list, link) { in libinput_unref()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1426 tool_list = [] 1441 tool_list.append(MSVSProject.Tool(tool, settings_fixed)) 1442 return tool_list 1459 tool_list = _ConvertToolsToExpectedForm(tools) 1460 p.AddConfig(_ConfigFullName(config_name, config), attrs=attributes, tools=tool_list)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1421 tool_list = [] 1436 tool_list.append(MSVSProject.Tool(tool, settings_fixed)) 1437 return tool_list 1454 tool_list = _ConvertToolsToExpectedForm(tools) 1455 p.AddConfig(_ConfigFullName(config_name, config), attrs=attributes, tools=tool_list)
|
Completed in 22 milliseconds