Home
last modified time | relevance | path

Searched refs:auto_expand (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_autoexpand.py21 cls.auto_expand = AutoExpand(DummyEditwin(cls.text))
22 cls.auto_expand.bell = lambda: None
41 del cls.text, cls.auto_expand
51 previous = self.auto_expand.getprevword
78 previous = self.auto_expand.getprevword
79 expand = self.auto_expand.expand_word_event
83 equal(self.auto_expand.getwords(), ['ab', 'ad', 'ac', 'a'])
96 previous = self.auto_expand.getprevword
97 expand = self.auto_expand.expand_word_event
102 equal(self.auto_expand.getwords(), ['ab', 'ac', 'ad', 'a'])
[all …]
/third_party/glib/gio/
Dgwin32registrykey.h231 … gboolean auto_expand,
237 … gboolean auto_expand,
245 … gboolean auto_expand,
255 … gboolean auto_expand,
Dgwin32registrykey.c1536 gboolean auto_expand, in g_win32_registry_value_iter_get_data_w() argument
1552 if (!auto_expand || (iter->value_type != G_WIN32_REGISTRY_VALUE_EXPAND_STR)) in g_win32_registry_value_iter_get_data_w()
1603 gboolean auto_expand, in g_win32_registry_value_iter_get_data() argument
1636 if (!auto_expand || (iter->value_type != G_WIN32_REGISTRY_VALUE_EXPAND_STR)) in g_win32_registry_value_iter_get_data()
2013 gboolean auto_expand, in g_win32_registry_key_get_value() argument
2087 auto_expand, in g_win32_registry_key_get_value()
2284 gboolean auto_expand, in g_win32_registry_key_get_value_w() argument
2330 (!auto_expand || value_type_g != G_WIN32_REGISTRY_VALUE_EXPAND_STR)) in g_win32_registry_key_get_value_w()
2380 if (value_type_g == G_WIN32_REGISTRY_VALUE_EXPAND_STR && auto_expand) in g_win32_registry_key_get_value_w()