Home
last modified time | relevance | path

Searched refs:tool_list (Results 1 - 7 of 7) sorted by relevance

/third_party/libinput/src/
H A Devdev-tablet.c1138 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 Devdev-tablet.h75 struct list tool_list; member
H A Devdev-totem.c103 list_insert(&libinput->tool_list, &tool->link); in totem_new_tool()
H A Dlibinput-private.h149 struct list tool_list; member
H A Dlibinput.c1871 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 Dmsvs.py1426 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 Dmsvs.py1421 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 21 milliseconds