Home
last modified time | relevance | path

Searched defs:shortcut (Results 1 – 6 of 6) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DShortcutCombination.java21 protected boolean matches(Object o, boolean shortcut) { in matches()
/external/brotli/enc/
Dbackward_references_hq.h61 uint32_t shortcut; member
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py563 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/
Dcmenu.h163 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()
Dmenu.c84 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/
Dencodemb.c211 int shortcut = 0; in optimize_b() local