/frameworks/base/services/java/com/android/server/wm/ |
FocusedStackFrame.java | 48 SurfaceControl ctrl = null; local 51 ctrl = new SurfaceTrace(session, "FocusedStackFrame", 54 ctrl = new SurfaceControl(session, "FocusedStackFrame", 57 ctrl.setLayerStack(display.getLayerStack()); 58 ctrl.setAlpha(ALPHA); 59 mSurface.copyFrom(ctrl); 62 mSurfaceControl = ctrl;
|
/external/liblzf/ |
lzf_d.c | 66 unsigned int ctrl = *ip++; local 68 if (ctrl < (1 << 5)) /* literal run */ 70 ctrl++; 72 if (op + ctrl > out_end) 79 if (ip + ctrl > in_end) 87 lzf_movsb (op, ip, ctrl); 89 switch (ctrl) 104 unsigned int len = ctrl >> 5; 106 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1;
|
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 22 ctrl: 'ctrl', 55 'CTRL': 'modifier-ctrl', 61 '1D': 'is-ctrl', 126 17: 'CTRL', 132 var isPressed = {'SHIFT': e.shiftKey, 'CTRL': e.ctrlKey, 'ALT': e.altKey}; 133 // if e.keyCode is one of Shift, Ctrl and Alt, isPressed should 140 return ['SHIFT', 'CTRL', 'ALT'].filter( 185 (identifier == '1D' && contains(modifiers, 'CTRL')) || [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
KeyboardShortcut.js | 44 Ctrl: 2, 49 // "default" command/ctrl key for platform, Command on Mac, Ctrl on other platforms 50 return WebInspector.isMac() ? this.Meta : this.Ctrl; 96 Ctrl: { code: 17, name: "Ctrl" }, 101 // "default" command/ctrl key for platform, Command on Mac, Ctrl on other platforms 102 return WebInspector.isMac() ? this.Meta : this.Ctrl; 132 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Ctrl; [all...] |
/frameworks/base/docs/html/sdk/installing/ |
studio-tips.jd | 78 <strong>Project</strong> pane and pressing CTRL + N (CMD + N, on Mac). Based on the type of 81 <p>For example, if you select a layout directory, press CTRL + N, and select 139 <td>CTRL + SHIFT + A</td> 149 <td>CTRL + ALT + L (Win)<br> 155 <td>CTRL + Q (Win)<br> 161 <td>CTRL + P</td> 178 <td>CTRL + Y (Win)<br> 184 <td>CTRL + ALT + SHIFT + N (Win)<br> 199 <td>CTRL + F9 (Win)<br> 206 CTRL + R (Mac)</td [all...] |
/external/chromium/chrome/browser/debugger/manual_tests/ |
console-call-line-numbers.html | 13 <p>To test, open the DevTools's Console (Ctrl+Shift+J) and verify that all console messages have correct
|
profiler-test-console-control.html | 20 <li>open DevTools with console (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
|
/external/chromium_org/chrome/common/extensions/api/commands/ |
commands_manifest_unittest.cc | 24 int ctrl = ui::EF_COMMAND_DOWN; local 26 int ctrl = ui::EF_CONTROL_DOWN; 29 const ui::Accelerator ctrl_f = ui::Accelerator(ui::VKEY_F, ctrl); 31 ui::Accelerator(ui::VKEY_F, ctrl | ui::EF_SHIFT_DOWN);
|
/external/chromium_org/chrome/test/chromedriver/js/ |
dispatch_context_menu_event_test.html | 13 dispatchContextMenuEvent(x, y, ModifierMask.CTRL | ModifierMask.SHIFT);
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
kbexplorer.html | 19 Press any key to learn its name. Ctrl + W will close the keyboard explorer.
|
/external/chromium_org/third_party/WebKit/ManualTests/chromium/ |
modifiers-during-drag-and-drop.html | 20 <p>Drag the "Drag me" with any modifier keys pressed (Shift/Ctrl/Alt) and see if the log messages have the correct modifier state</p>
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
jquery.hotkeys.js | 19 8: "backspace", 9: "tab", 13: "return", 16: "shift", 17: "ctrl", 18: "alt", 19: "pause", 56 // check combinations (alt|ctrl|shift+anything) 61 if ( event.ctrlKey && special !== "ctrl" ) { 62 modif += "ctrl+";
|
/external/chromium_org/tools/memory_watcher/ |
README | 12 (3) Hit ctrl-alt-D to generate a dump of the memory allocations.
|
/external/libnl-headers/netlink/genl/ |
ctrl.h | 2 * netlink/genl/ctrl.h Generic Netlink Controller
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_GetModState.3 | 11 Returns the current state of the modifier keys (CTRL, ALT, etc\&.)\&.
|
/external/sepolicy/ |
genfs_contexts | 5 genfscon proc /net/xt_qtaguid/ctrl u:object_r:qtaguid_proc:s0
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_v4l2.c | 706 struct v4l2_control ctrl; local 710 ctrl.id = id; 717 ret = ioctl(fd, VIDIOC_G_CTRL, &ctrl); 723 *value = ctrl.value; 733 struct v4l2_control ctrl; local 737 ctrl.id = id; 738 ctrl.value = value; 745 ret = ioctl(fd, VIDIOC_S_CTRL, &ctrl); 810 int exynos_v4l2_g_ext_ctrl(int fd, struct v4l2_ext_controls *ctrl) 821 if (ctrl == NULL) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmarp.h | 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmarp.h | 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmarp.h | 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
NavigationPolicy.cpp | 38 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy* policy) 43 const bool newTabModifier = (button == 1) || ctrl;
|
/external/chromium_org/ui/base/accelerators/ |
accelerator.cc | 181 // accent' for '0'). For display in the menu (e.g. Ctrl-0 for the 231 // Note that we use 'else-if' in order to avoid using Ctrl+Alt as a shortcut. 245 // Thus, the text "Ctrl++" (which we currently use for the Zoom In option) 246 // appears as "++Ctrl" in RTL because the Unicode BiDi algorithm puts 248 // do not end with a punctuation mark (such as "Ctrl+H" do not have this 253 // returning "Ctrl++" in the above example, we return "++Ctrl". This will 254 // cause the text to appear as "Ctrl++" when Windows draws the string in an
|
/external/chromium_org/ui/keyboard/resources/ |
main.css | 24 kb-keyboard.ctrl-active kb-modifier-key[char=Ctrl],
|
/external/libpng/projects/visualc71/ |
README_zlib.txt | 17 2) Display the Solution Explorer view (Ctrl+Alt+L) 32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
|
/external/chromium_org/chrome/browser/extensions/ |
extension_commands_global_registry_apitest.cc | 40 // expected. For example, when |control| is false, but the status of Ctrl key 41 // is down, we will generate a keyboard event with unwanted Ctrl key. 80 // global and that keys beyond Ctrl+Shift+[0..9] cannot be auto-assigned by an 100 // Try to activate the non-global shortcut (Ctrl+Shift+1) and the 101 // non-assignable shortcut (Ctrl+Shift+A) by sending the keystrokes to the 109 // Activate the shortcut (Ctrl+Shift+9). This should have an effect.
|