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

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 197 const struct native_present_control *ctrl)
201 if (ctrl->swap_interval)
204 switch (ctrl->natt) {
209 if (ctrl->preserve)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 173 const struct native_present_control *ctrl)
177 if (ctrl->preserve || ctrl->swap_interval)
180 switch (ctrl->natt) {
  /external/chromium_org/ui/base/accelerators/
accelerator.h 80 // The state of the Shift/Ctrl/Alt keys.
  /external/chromium_org/ui/base/ime/
input_method_win.h 121 // pressing ctrl-shift. It'll be sent to the text input client when the key
  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyset.js 42 case 'Ctrl':
  /external/chromium_org/ui/views/controls/
message_box_view.h 83 // Handles Ctrl-C and writes the message in the system clipboard.
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 411 // Event flags: key, alt, shift, ctrl, caps-lock.
678 // Ctrl+Left should move the cursor just before the last word.
684 // Ctrl+Right should move the cursor to the end of the last word.
690 // Ctrl+Right again should move the cursor to the end.
702 // Ctrl+Right, then Ctrl+Left should move the cursor to the beginning of the
710 // Ctrl+Left to move the cursor to the beginning of the first word.
712 // Ctrl+Left again should move the cursor back to the very beginning.
    [all...]
  /external/chromium_org/ui/views/examples/
bubble_example.cc 73 PrintStatus("Click with optional modifiers: [Ctrl] for set_arrow(NONE), "
  /external/clang/tools/clang-format/
clang-format.py 10 # need clang-format on a different key (C-I stands for Ctrl+i).
  /external/clang/tools/scan-view/
scan-view 61 print ' Use Ctrl-C to exit.'
  /external/iproute2/genl/
genl.c 105 "where OBJECT := { ctrl etc }\n"
  /external/kernel-headers/original/uapi/linux/
if_hippi.h 142 __u8 ctrl; /* always 0x03 */ member in struct:hippi_snap_hdr
omapfb.h 155 __u32 ctrl; member in struct:omapfb_caps
  /external/libnl/lib/
Makefile.am 16 genl/ctrl.c genl/family.c genl/genl.c genl/mngt.c
  /external/libvterm/src/
vterm_internal.h 170 void vterm_push_output_sprintf_ctrl(VTerm *vt, unsigned char ctrl, const char *fmt, ...);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
map.c 92 case CTRL('c'):
  /external/lldb/test/pexpect-2.4/examples/
passmass.py 56 child.send (chr(3)) # Ctrl-C
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 371 results = ctrl.completeCommand(a, l, p)
377 FIXME: connect to ctrl.ui instead of hardcoding the list here
383 global ctrl
384 ctrl = LLDBController() variable
  /external/llvm/lib/Support/Windows/
Signals.inc 161 // InterruptFunction - The function to call if ctrl-c is pressed.
172 // (such as CTRL/C) occurs. This causes concurrency issues with the above
221 // Enter it immediately. Now if someone hits CTRL/C, the console handler
458 InterruptFunction = 0; // Don't run it on another CTRL-C.
  /external/mdnsresponder/mDNSPosix/
ExampleClientApp.c 46 signal(SIGINT, HandleSIG); // SIGINT is what you get for a Ctrl-C
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.c 271 so->ctrl = NV50_3D_STRMOUT_BUFFERS_CTRL_INTERLEAVED;
279 so->ctrl = (b + 1) << NV50_3D_STRMOUT_BUFFERS_CTRL_SEPARATE__SHIFT;
282 if (so->ctrl & NV50_3D_STRMOUT_BUFFERS_CTRL_INTERLEAVED) {
284 so->ctrl |= so->stride[0] << NV50_3D_STRMOUT_BUFFERS_CTRL_STRIDE__SHIFT;
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 197 const struct native_present_control *ctrl)
201 if (ctrl->swap_interval)
204 switch (ctrl->natt) {
209 if (ctrl->preserve)
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 173 const struct native_present_control *ctrl)
177 if (ctrl->preserve || ctrl->swap_interval)
180 switch (ctrl->natt) {
  /external/openssl/crypto/dso/
dso_null.c 77 NULL, /* ctrl */
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetmodstate.html 123 >Returns the current state of the modifier keys (CTRL, ALT, etc.).</P

Completed in 1526 milliseconds

<<21222324252627282930>>