Searched defs:shortcut (Results 1 – 6 of 6) sorted by relevance
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | ShortcutCombination.java | 21 protected boolean matches(Object o, boolean shortcut) { in matches()
|
/external/brotli/enc/ |
D | backward_references_hq.h | 61 uint32_t shortcut; member
|
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 563 def additem(self, label, shortcut=None, callback=None, kind=None): argument 587 def addcheck(self, label, shortcut=None, callback=None): argument 590 def addradio(self, label, shortcut=None, callback=None): argument 665 def __init__(self, menu, title, shortcut=None, callback=None, kind=None): argument 700 def __init__(self, menu, title, shortcut=None, callback=None): argument 704 def __init__(self, menu, title, shortcut=None, callback=None): argument
|
/external/syslinux/com32/cmenu/libmenu/ |
D | cmenu.h | 163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item member 281 static inline void set_shortcut(uchar shortcut) in set_shortcut()
|
D | menu.c | 84 int find_shortcut(pt_menu menu, uchar shortcut, int index) in find_shortcut() 1206 void set_item_options(uchar shortcut, int helpid) in set_item_options()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.c | 211 int shortcut = 0; in optimize_b() local
|