HomeSort by relevance Sort by last modified time
    Searched full:keystroke (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/opencv3/samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/
introduction_windows_vs.cpp 29 waitKey(0); // Wait for a keystroke in the window
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reboot.h 33 /* Enable reboot using Ctrl-Alt-Delete keystroke. */
36 /* Disable reboot using Ctrl-Alt-Delete keystroke. */
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
CaptureLayersAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_P,
CaptureNodeAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_D,
ExitAction.java 23 import javax.swing.KeyStroke;
37 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_Q,
InvalidateAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_I,
LoadGraphAction.java 21 import javax.swing.KeyStroke;
35 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_L,
RefreshWindowsAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F7, 0));
RequestLayoutAction.java 21 import javax.swing.KeyStroke;
34 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_R,
SaveSceneAction.java 21 import javax.swing.KeyStroke;
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_S,
ShowDevicesAction.java 22 import javax.swing.KeyStroke;
36 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_D,
StartServerAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F5, 0));
StopServerAction.java 21 import javax.swing.KeyStroke;
33 putValue(ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F6, 0));
DumpDisplayListAction.java 20 import javax.swing.KeyStroke;
  /external/opencv3/samples/cpp/tutorial_code/introduction/display_image/
display_image.cpp 49 waitKey(0); // Wait for a keystroke in the window
  /prebuilts/tools/common/fest/
fest-swing-1.2.1-sources.jar 
  /external/autotest/client/tests/kernel_sysrq_info/
kernel_sysrq_info.py 24 @param key: lowercase SysRq keystroke (e.g. 'm')
  /frameworks/base/core/res/res/raw-tl/
incognito_mode_start_page.html 14 <li>Malicious software na sinusubaybayan ang iyong mga keystroke kapalit ng mga libreng smiley</li>
  /frameworks/base/core/res/res/raw-tl-xlarge/
incognito_mode_start_page.html 14 <li>Malicious software na sinusubaybayan ang iyong mga keystroke kapalit ng mga libreng smiley</li>
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 165 case CPDF_AAction::KeyStroke:
195 case CPDF_AAction::KeyStroke:
211 case CPDF_AAction::KeyStroke:
FFL_ComboBox.cpp 123 case CPDF_AAction::KeyStroke:
164 case CPDF_AAction::KeyStroke:
182 case CPDF_AAction::KeyStroke:
  /external/pdfium/fpdfsdk/src/javascript/
event.cpp 103 wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0)
210 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) {
229 if (wcscmp((const wchar_t*)pEvent->Name(), L"Keystroke") != 0) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 13 import org.eclipse.jface.bindings.keys.KeyStroke;
65 KeyStroke keyStroke,
68 super(control, controlContentAdapter, proposalProvider, keyStroke,

Completed in 623 milliseconds

1 2 3 4 5