HomeSort by relevance Sort by last modified time
    Searched full:ctrl (Results 276 - 300 of 1760) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_hippi.h 87 __u8 ctrl; member in struct:hippi_snap_hdr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 21 stdscr.addstr(uly-3, ulx, "Use Ctrl-G to end editing (%s)." % mode)
  /docs/source.android.com/src/source/
using-eclipse.jd 175 <p>Replace Ctrl with the Apple key on Mac.</p>
185 <td>Ctrl-Shift-o</td>
189 <td>Ctrl-Shift-t</td>
193 <td>Ctrl-Shift-r</td>
197 <td>Ctrl-1</td>
201 <td>Ctrl-e</td>
205 <td>Ctrl-space</td>
  /external/liblzf/cs/
CLZF.cs 284 UInt32 ctrl = in_data[iidx++];
286 if (ctrl < (1 << 5)) /* literal run */
288 ctrl++;
290 if (oidx + ctrl > out_len)
298 while ((--ctrl)!=0);
302 UInt32 len = ctrl >> 5;
304 int reference = (int)(oidx - ((ctrl & 0x1f) << 8) - 1);
  /external/liblzf/src/org/liblzf/
CLZF.java 284 int ctrl = in_data[iidx++] & 0xff; local
286 if (ctrl < (1 << 5)) /* literal run */
288 ctrl++;
290 if (oidx + ctrl > out_len)
298 while ((--ctrl)!=0);
302 int len = ctrl >> 5;
304 int reference = (int)(oidx - ((ctrl & 0x1f) << 8) - 1);
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 738 struct v4l2_control ctrl; local
740 memset(&ctrl, 0, sizeof(ctrl));
741 ctrl.id = V4L2_CID_ZOOM_ABSOLUTE;
743 if (ioctl(camfd, VIDIOC_G_CTRL, &ctrl) >= 0) {
744 zoom_level = ctrl.value;
748 ctrl.value, zoom_queryctrl.minimum, zoom_queryctrl.maximum);
1671 struct v4l2_control ctrl; local
1719 struct v4l2_control ctrl; local
1731 struct v4l2_control ctrl; local
1773 struct v4l2_control ctrl; local
1814 struct v4l2_control ctrl; local
1842 struct v4l2_control ctrl; local
1858 struct v4l2_control ctrl; local
1878 struct v4l2_control ctrl; local
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 94 output = 'Ctrl+';
169 * modifiers: "Ctrl", "Alt", "Cmd" on Mac, and "Shift" when the
432 // We want to make it easy to change from Ctrl+Shift+ to just Ctrl+ by
434 // example Ctrl+Shift+F to Ctrl+ just because you didn't release Ctrl
441 // If neither Ctrl nor Alt is pressed then it is not a valid shortcut.
466 // Ctrl or Alt (or Cmd on Mac) is a must for most shortcuts.
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 24 'CTRL': 'modifier-ctrl',
31 '1D': 'is-ctrl',
38 'ctrl': '1D',
142 delete shortcutDataCache['+<>CTRL<>SHIFT'];
144 delete shortcutDataCache['-<>CTRL<>SHIFT'];
146 delete shortcutDataCache['0<>CTRL<>SHIFT'];
205 17: 'CTRL',
212 'CTRL': e.ctrlKey,
222 return ['SHIFT', 'CTRL', 'ALT', 'SEARCH'].filter
    [all...]
  /external/libpcap/
pcap-usb-linux.c 245 struct usbdevfs_ctrltransfer ctrl; local
275 ctrl.bRequestType = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE;
276 ctrl.bRequest = USB_REQ_GET_DESCRIPTOR;
277 ctrl.wValue = USB_DT_DEVICE << 8;
278 ctrl.wIndex = 0;
279 ctrl.wLength = sizeof(buf);
281 ctrl.requesttype = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE;
282 ctrl.request = USB_REQ_GET_DESCRIPTOR;
283 ctrl.value = USB_DT_DEVICE << 8;
284 ctrl.index = 0
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 425 <3>CTRL-EVENT-SCAN-RESULTS
429 <3>CTRL-EVENT-EAP-STARTED EAP authentication started
430 <3>CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
431 <3>CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
432 <3>CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
434 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=]
457 <3>CTRL-EVENT-DISCONNECTED bssid=02:00:00:00:01:00 reason=1 locally_generated=1
466 <3>CTRL-EVENT-SCAN-RESULTS
470 <3>CTRL-EVENT-EAP-STARTED EAP authentication started
471 <3>CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=2
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2cdefs.h 275 #define L2CAP_FCR_SAR_BITS_SHIFT 14 /* Bits to shift right to get the SAR bits from ctrl-word */
279 #define L2CAP_FCR_REQ_SEQ_BITS_SHIFT 8 /* Bits to shift right to get the req-seq from ctrl-word */
281 #define L2CAP_FCR_TX_SEQ_BITS_SHIFT 1 /* Bits to shift right to get the tx-seq from ctrl-word */
289 #define L2CAP_FCR_SEG_BITS 0xC000 /* Mask to get the segmentation bits from ctrl-word */
290 #define L2CAP_FCR_SUP_SHIFT 2 /* Bits to shift right to get the S-bits from ctrl-word */
291 #define L2CAP_FCR_SUP_BITS 0x000C /* Mask to get the supervisory bits from ctrl-word */
  /external/chromium_org/ash/strings/
ash_strings_ja.xtb 50 <translation id="3891340733213178823">??????????Ctrl+Shift+Q ? 2 ??????</translation>
98 <translation id="372094107052732682">?????? Ctrl+Shift+Q ? 2 ?????????</translation>
99 <translation id="923686485342484400">??????????Ctrl Shift Q ? 2 ??????</translation>
120 <translation id="4321179778687042513">ctrl</translation>
198 <translation id="6248847161401822652">?????? Ctrl+Shift+Q ? 2 ?????????</translation>
222 ??????? Ctrl+Alt+Z ?????????</translation>
ash_strings_ko.xtb 50 <translation id="3891340733213178823">??????? Ctrl+Shift+Q? ? ? ????.</translation>
98 <translation id="372094107052732682">????? Ctrl+Shift+Q? ? ? ????.</translation>
99 <translation id="923686485342484400">??????? Ctrl+Shift+Q? ? ? ????.</translation>
120 <translation id="4321179778687042513">ctrl</translation>
198 <translation id="6248847161401822652">????? Ctrl+Shift+Q? ? ? ????.</translation>
222 ?? ????? Ctrl+Alt+Z? ????.</translation>
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.c 300 const struct native_present_control *ctrl)
306 if (ctrl->preserve || ctrl->swap_interval)
310 if (surface->premultiplied_alpha != ctrl->premultiplied_alpha) {
320 surface->premultiplied_alpha = ctrl->premultiplied_alpha;
323 switch (ctrl->natt) {
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 300 const struct native_present_control *ctrl)
306 if (ctrl->preserve || ctrl->swap_interval)
310 if (surface->premultiplied_alpha != ctrl->premultiplied_alpha) {
320 surface->premultiplied_alpha = ctrl->premultiplied_alpha;
323 switch (ctrl->natt) {
  /external/openssl/crypto/engine/
eng_ctrl.c 193 ctrl_exists = ((e->ctrl == NULL) ? 0 : 1);
200 * ctrl() handlers. */
226 /* Anything else requires a ctrl() handler to exist. */
232 return e->ctrl(e, cmd, i, p, f);
262 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
300 if((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 109 // Flag values for ctrl, alt and shift as defined by EventFlags
485 case 'Ctrl':
501 if (this.ctrl)
502 this.ctrl.onNonControlKeyDown();
672 if (this.ctrl)
673 detail.controlModifier = this.ctrl.isActive();
702 case 'Ctrl':
832 if (this.ctrl)
833 this.ctrl.onNonControlKeyTyped();
836 this.classList.remove('ctrl-active')
    [all...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 376 off_t ctrl[3]; local
469 ctrl[i]=offtin(buf);
473 if((ctrl[0]<0) || (ctrl[1]<0))
477 if(newpos+ctrl[0]>newsize)
481 cfread(&df, new + newpos, ctrl[0]);
484 for(i=0;i<ctrl[0];i++)
489 newpos+=ctrl[0];
490 oldpos+=ctrl[0];
493 if(newpos+ctrl[1]>newsize
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 748 struct v4l2_control ctrl; local
750 memset(&ctrl, 0, sizeof(ctrl));
751 ctrl.id = V4L2_CID_ZOOM_ABSOLUTE;
753 if (ioctl(camfd, VIDIOC_G_CTRL, &ctrl) >= 0) {
754 zoom_level = ctrl.value;
758 ctrl.value, zoom_queryctrl.minimum, zoom_queryctrl.maximum);
1721 struct v4l2_control ctrl; local
1733 struct v4l2_control ctrl; local
1775 struct v4l2_control ctrl; local
1816 struct v4l2_control ctrl; local
1844 struct v4l2_control ctrl; local
1860 struct v4l2_control ctrl; local
1880 struct v4l2_control ctrl; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_fddi.h 60 __u8 ctrl; member in struct:fddi_8022_1_hdr
75 __u8 ctrl; member in struct:fddi_snap_hdr

Completed in 3032 milliseconds

<<11121314151617181920>>