HomeSort by relevance Sort by last modified time
    Searched full:ctrl (Results 351 - 375 of 1577) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 331 // Support navigating tabs by Ctrl+Tab and Ctrl+Shift+Tab.
339 // Handle Ctrl+Tab and Ctrl+Shift+Tab navigation of pages.
  /external/clang/tools/clang-format/
clang-format-sublime.py 6 # { "keys": ["ctrl+shift+c"], "command": "clang_format" },
  /external/libpng/projects/visualc6/
README.txt 29 select "Build | Execute ... (Ctrl+F5)".
  /external/linux-tools-perf/util/ui/
util.c 21 newtFormAddHotKey(self, CTRL('c'));
  /external/mesa3d/bin/
installmesa 39 echo "Press <Enter> to continue, or <ctrl>-C to abort."
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 45 uint32_t ctrl; member in struct:nv50_stream_output_state
  /external/tcpdump/
print-cip.c 49 0x03, /* Ctrl: Unnumbered Information Command PDU */
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_cli.sgml 17 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
68 with "CTRL-REQ-&lt;type&gt;-&lt;id&gt;:&lt;text&gt;"
91 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
98 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
  /frameworks/base/docs/html/tools/help/
sqlite3.jd 30 <code>CTRL+D</code>.</li>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 41 #define VLAN_TCI_OFFSET 14 /* offset of tag ctrl info field */
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 33 * Mdp Ctrl holds corresponding fd and MDP related struct.
76 /* returns the fd associated to ctrl*/
142 /* MDP 3D related ctrl */
396 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 33 * Mdp Ctrl holds corresponding fd and MDP related struct.
76 /* returns the fd associated to ctrl*/
145 /* MDP 3D related ctrl */
401 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdp.h 33 * Mdp Ctrl holds corresponding fd and MDP related struct.
76 /* returns the fd associated to ctrl*/
142 /* MDP 3D related ctrl */
396 ALOGE("Ctrl failed to init fbnum=%d", fbnum);
  /device/samsung/manta/audio/
audio_hw.c 438 struct v4l2_control ctrl; local
444 ctrl.id = V4L2_CID_TV_ENABLE_HDMI_AUDIO;
445 ctrl.value = !!enable;
446 ret = ioctl(adev->hdmi_drv_fd, VIDIOC_S_CTRL, &ctrl);
457 struct v4l2_control ctrl; local
463 ctrl.id = V4L2_CID_TV_MAX_AUDIO_CHANNELS;
464 ret = ioctl(adev->hdmi_drv_fd, VIDIOC_G_CTRL, &ctrl);
470 ALOGV("%s ioctl %d got %d max channels", __func__, ret, ctrl.value);
472 if (ctrl.value != 6 && ctrl.value != 8
485 struct v4l2_control ctrl; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 91 "Ctrl-Space": "autocomplete"
95 "Ctrl-A": "selectAll",
96 "Ctrl-Z": "undoAndReveal",
97 "Shift-Ctrl-Z": "redoAndReveal",
98 "Ctrl-Y": "redo",
99 "Ctrl-Home": "goDocStart",
100 "Ctrl-Up": "goDocStart",
101 "Ctrl-End": "goDocEnd",
102 "Ctrl-Down": "goDocEnd",
103 "Ctrl-Left": "goGroupLeft"
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_table.h 36 // * For example, selecting tabs by number with Ctrl-1 to Ctrl-9.
  /external/chromium_org/base/win/
win_util.h 47 // Returns true if the ctrl key is currently pressed.
54 // Windows does not have specific key code and modifier bit and Alt+Ctrl key is
  /external/chromium_org/build/android/
adb_logcat_monitor.py 14 script in a shell and <Ctrl>-C it after a while. It should be
98 """Monitor adb forever. Expects a SIGINT (Ctrl-C) to kill."""
  /external/chromium_org/chrome/app/
chrome_dll.rc 88 // NOTE: IDC_SELECT_TAB_N is bound to the key ctrl-(N+1), and selects the
89 // tab at index N. For example, IDC_SELECT_TAB_0 is bound to ctrl-1, and
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager_commands.js 243 * Whether the ctrl key is pressed or not.
320 // 17 is the keycode of Ctrl key and it means the event is not for other keys
321 // with Ctrl modifier but for ctrl key itself.
322 if (util.getKeyModifiers(event) + event.keyCode == 'Ctrl-17') {
334 // 17 is the keycode of Ctrl key and it means the event is not for other keys
335 // with Ctrl modifier but for ctrl key itself.
  /external/chromium_org/chrome/common/extensions/api/devtools/
inspected_window.json 132 "description": "When true, the loader will ignore the cache for all inspected page resources loaded before the <code>load</code> event is fired. The effect is similar to pressing Ctrl+Shift+R in the inspected window or within the Developer Tools window."
142 "description": "If specified, the script will be injected into every frame of the inspected page immediately upon load, before any of the frame's scripts. The script will not be injected after subsequent reloads&mdash;for example, if the user presses Ctrl+R."
  /external/chromium_org/remoting/host/
sas_injector_win.cc 125 // Emulates Secure Attention Sequence (Ctrl+Alt+Del) by switching to
126 // the Winlogon desktop and injecting Ctrl+Alt+Del as a hot key.
  /external/chromium_org/remoting/host/win/
session_input_injector.cc 91 // Keys currently pressed by the client, used to detect Ctrl-Alt-Del.
143 // Simulate secure attention sequence if Ctrl-Alt-Del was just pressed.
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio_cb.c 113 BIO_snprintf(p,p_maxlen,"ctrl(%lu) - %s\n",(unsigned long)argi,bio->method->name);
128 BIO_snprintf(p,p_maxlen,"ctrl return %ld\n",ret);
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_meth.c 172 sm->ctrl = ctrl_f;
248 return sm->ctrl;

Completed in 1083 milliseconds

<<11121314151617181920>>