Searched refs:tool_list (Results 1 – 7 of 7) sorted by relevance
/third_party/libinput/src/ |
D | evdev-tablet.c | 1124 struct list *tool_list; in tablet_get_tool() local 1127 tool_list = &libinput->tool_list; in tablet_get_tool() 1129 list_for_each(t, tool_list, link) { in tablet_get_tool() 1143 tool_list = &tablet->tool_list; in tablet_get_tool() 1150 list_for_each(t, tool_list, link) { in tablet_get_tool() 1160 tool_list = &libinput->tool_list; in tablet_get_tool() 1178 list_insert(tool_list, &tool->link); in tablet_get_tool() 2107 list_for_each_safe(tool, &tablet->tool_list, link) { in tablet_destroy() 2458 list_init(&tablet->tool_list); in tablet_init()
|
D | evdev-tablet.h | 75 struct list tool_list; member
|
D | libinput-private.h | 147 struct list tool_list; member
|
D | evdev-totem.c | 103 list_insert(&libinput->tool_list, &tool->link); in totem_new_tool()
|
D | libinput.c | 1870 list_init(&libinput->tool_list); in libinput_init() 1985 list_for_each_safe(tool, &libinput->tool_list, link) { in libinput_unref()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | msvs.py | 1378 tool_list = [] 1393 tool_list.append(MSVSProject.Tool(tool, settings_fixed)) 1394 return tool_list 1411 tool_list = _ConvertToolsToExpectedForm(tools) 1413 attrs=attributes, tools=tool_list)
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | msvs.py | 1417 tool_list = [] 1432 tool_list.append(MSVSProject.Tool(tool, settings_fixed)) 1433 return tool_list 1450 tool_list = _ConvertToolsToExpectedForm(tools) 1451 p.AddConfig(_ConfigFullName(config_name, config), attrs=attributes, tools=tool_list)
|