Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dmdev.c41 char *device_name = 0, *custom_name = 0, *s, *temp; in make_device() local
192 custom_name = strdup(&name[1]); in make_device()
225 if(custom_name) { in make_device()
226 sprintf(toybuf, "/dev/%s", custom_name); in make_device()
227 if(custom_name[strlen(custom_name) - 1] == '/') { in make_device()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py309 eq(d.custom_name.get(), '- no custom themes -')
320 eq(d.custom_name.get(), 'test1')
331 eq(d.custom_name.get(), 'test2')
554 eq(d.custom_name.get(), gntn.result)
569 d.custom_name.set('Python')
624 eq(d.custom_name.get(), first_new)
733 d.custom_name.set(theme_name)
752 eq(d.custom_name.get(), theme_name2)
758 d.custom_name.set(theme_name2)
765 eq(d.custom_name
[all...]
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py485 from each list is stored in vars builtin_name and custom_name.
540 custom_name: Menu variable for custom theme.
581 (*)customlist: DynOptionMenu - custom_name
605 self.custom_name = tracers.add(
694 frame_theme, self.custom_name, None, command=None)
756 self.custom_name.set('- no custom themes -')
799 value = self.custom_name.get()
898 theme = self.custom_name.get()
930 custom_name
945 theme_name = self.custom_name
[all...]

Completed in 4 milliseconds