Home
last modified time | relevance | path

Searched refs:custom_type (Results 1 - 3 of 3) sorted by relevance

/third_party/libinput/tools/
H A Dshared.c121 options->custom_type = LIBINPUT_ACCEL_TYPE_FALLBACK; in tools_init_options()
307 options->custom_type = LIBINPUT_ACCEL_TYPE_FALLBACK; in tools_parse_option()
309 options->custom_type = LIBINPUT_ACCEL_TYPE_MOTION; in tools_parse_option()
311 options->custom_type = LIBINPUT_ACCEL_TYPE_SCROLL; in tools_parse_option()
524 options->custom_type, in tools_device_apply_config()
H A Dshared.h125 enum libinput_config_accel_type custom_type; member
/third_party/python/Lib/test/
H A Dtest_argparse.py4633 def custom_type(string): member in TestHelpMetavarTypeFormatter
4639 Sig('-b', type=custom_type),
4643 usage: PROG [-h] [-b custom_type] [-c SOME FLOAT] int
4654 -b custom_type

Completed in 10 milliseconds