/external/chromium_org/remoting/resources/ |
remoting_strings_he.xtb | 25 <translation id="4314644002001494905">????? (Ctrl+Alt+Esc)</translation> 26 <translation id="8342538585421421741">????? (Opt+Ctrl+Esc)</translation> 101 <translation id="6146986332407778716">Ctrl-Alt-Del</translation>
|
/external/easymock/src/org/easymock/ |
MockControl.java | 40 private final MocksControl ctrl;
field in class:MockControl 42 protected MockControl(MocksControl ctrl, Class<T> toMock) {
43 this.ctrl = ctrl;
44 this.mock = ctrl.createMock(toMock);
109 ctrl.reset();
120 ctrl.replay();
133 ctrl.verify();
299 ctrl.setLegacyDefaultThrowable(throwable);
315 ctrl.setLegacyDefaultReturnValue(value); [all...] |
/frameworks/base/core/tests/coretests/res/values/ |
strings.xml | 28 <string name="table_layout_open_shortcut">Ctrl-O</string> 30 <string name="table_layout_save_as_shortcut">Ctrl-Shift-S</string> 32 <string name="table_layout_export_shortcut">Ctrl-E</string>
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
native_helper.c | 396 struct native_present_control ctrl; local 403 memset(&ctrl, 0, sizeof(ctrl)); 404 ctrl.natt = natt; 405 nsurf->present(nsurf, &ctrl);
|
egl_g3d_api.c | 560 struct native_present_control ctrl; local 579 memset(&ctrl, 0, sizeof(ctrl)); 580 ctrl.natt = NATIVE_ATTACHMENT_BACK_LEFT; 581 ctrl.preserve = preserve; 582 ctrl.swap_interval = gsurf->base.SwapInterval; 583 ctrl.premultiplied_alpha = (gsurf->base.VGAlphaFormat == EGL_VG_ALPHA_FORMAT_PRE); 584 ctrl.num_rects = num_rects; 585 ctrl.rects = rects; 587 return gsurf->native->present(gsurf->native, &ctrl); [all...] |
/external/iproute2/genl/ |
ctrl.c | 2 * ctrl.c generic netlink controller 31 fprintf(stderr,"Usage: ctrl <CMD>\n" \ 402 fprintf(stderr, "ctrl command \"%s\" is unknown, try \"ctrl -help\".\n", 409 .name = "ctrl",
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_helper.c | 396 struct native_present_control ctrl; local 403 memset(&ctrl, 0, sizeof(ctrl)); 404 ctrl.natt = natt; 405 nsurf->present(nsurf, &ctrl);
|
egl_g3d_api.c | 560 struct native_present_control ctrl; local 579 memset(&ctrl, 0, sizeof(ctrl)); 580 ctrl.natt = NATIVE_ATTACHMENT_BACK_LEFT; 581 ctrl.preserve = preserve; 582 ctrl.swap_interval = gsurf->base.SwapInterval; 583 ctrl.premultiplied_alpha = (gsurf->base.VGAlphaFormat == EGL_VG_ALPHA_FORMAT_PRE); 584 ctrl.num_rects = num_rects; 585 ctrl.rects = rects; 587 return gsurf->native->present(gsurf->native, &ctrl); [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(newpos+ctrl[0]>newsize) 477 cfread(&df, new + newpos, ctrl[0]); 480 for(i=0;i<ctrl[0];i++) 485 newpos+=ctrl[0]; 486 oldpos+=ctrl[0]; 489 if(newpos+ctrl[1]>newsize) 493 cfread(&ef, new + newpos, ctrl[1]); 496 newpos+=ctrl[1] [all...] |
/external/qemu/target-i386/ |
ops_sse.h | [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
web_input_event_builders_gtk.cc | 281 // ctrl-A ~ ctrl-Z map to \x01 ~ \x1A 287 // ctrl-@ maps to \x00 (Null byte) 290 // ctrl-^ maps to \x1E (Record separator, Information separator two) 293 // ctrl-_ maps to \x1F (Unit separator, Information separator one) 302 // ctrl-[ maps to \x1B (Escape) 305 // ctrl-\ maps to \x1C (File separator, Information separator four) 308 // ctrl-] maps to \x1D (Group separator, Information separator three) 311 // ctrl-Enter maps to \x0A (Line feed) 371 // If ctrl key is pressed down, then control character shall be input [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventFactoryGtk.cpp | 315 // ctrl-A ~ ctrl-Z map to \x01 ~ \x1A 321 // ctrl-@ maps to \x00 (Null byte) 324 // ctrl-^ maps to \x1E (Record separator, Information separator two) 327 // ctrl-_ maps to \x1F (Unit separator, Information separator one) 336 // ctrl-[ maps to \x1B (Escape) 339 // ctrl-\ maps to \x1C (File separator, Information separator four) 342 // ctrl-] maps to \x1D (Group separator, Information separator three) 345 // ctrl-Enter maps to \x0A (Line feed) 394 // If ctrl key is pressed down, then control character shall be input [all...] |
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer_unittest.cc | 337 // Sequence [Ctrl+Shift+U, x, space] does not compose a character. 355 // Ctrl+Shift+Alt+U 362 // Ctrl+Shift+u (CapsLock enabled) 400 // Backspace just after Ctrl+Shift+U. 406 // Backspace twice after Ctrl+Shift+U and 3. 519 // LATIN CAPITAL LETTER U WITH ACUTE while 'U' is pressed with Ctrl+Shift.
|
/external/chromium_org/chrome/browser/ |
browser_keyevents_browsertest.cc | 78 bool ctrl; member in struct:__anon4074::KeyEventTestData 277 browser(), test.key, test.ctrl, test.shift, test.alt, test.command)); 285 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n" 288 data.key, data.ctrl, data.shift, data.alt, data.command, 423 // Ctrl+Z doesn't bind to any accelerators, which then should generate a 444 // Ctrl+Enter shall generate a keypress event with charCode=10 (LF). 465 // Press Ctrl+F, which will make the Find box open and request focus. 474 // Press Ctrl+F with keydown suppressed shall not open the find box. 530 // On Mac, access keys use ctrl+alt modifiers. 702 // Press Ctrl/Cmd+T, which will open a new tab. It cannot be suppressed [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_lib.c | 98 e->ctrl = NULL; 268 e->ctrl = ctrl_f; 311 return e->ctrl;
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
pkcs7err.c | 122 {ERR_REASON(PKCS7_R_CTRL_ERROR) ,"ctrl error"}, 127 {ERR_REASON(PKCS7_R_ENCRYPTION_CTRL_FAILURE),"encryption ctrl failure"}, 159 {ERR_REASON(PKCS7_R_SIGNING_CTRL_FAILURE),"signing ctrl failure"},
|
/external/chromium_org/tools/android/checkstyle/ |
chromium-style-5.0.xml | 18 <message key="import.redundant" value="Redundant import: {0}. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/> 24 <message key="import.unused" value="Unused import: {0}. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/> 129 <message key="import.ordering" value="Wrong order for {0} import. Use :JavaImportOrganize (ECLIM) or Ctrl+Shift+O (Eclipse) to sort imports"/>
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
keyboard.py | 10 including special characters to represent modifier keys like CTRL and ALT 72 [abc]: type characters with CTRL held down 103 # {abc} for ALT-modified keys or [abc] for CTRL-modified keys
|
/external/openssl/crypto/engine/ |
eng_lib.c | 98 e->ctrl = NULL; 268 e->ctrl = ctrl_f; 311 return e->ctrl;
|
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 122 {ERR_REASON(PKCS7_R_CTRL_ERROR) ,"ctrl error"}, 127 {ERR_REASON(PKCS7_R_ENCRYPTION_CTRL_FAILURE),"encryption ctrl failure"}, 159 {ERR_REASON(PKCS7_R_SIGNING_CTRL_FAILURE),"signing ctrl failure"},
|
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 38 for ctrl in ifaces: 40 wpas = wpaspy.Ctrl(ctrl)
|
/frameworks/base/data/keyboards/ |
Generic.kcm | 255 ctrl: fallback LANGUAGE_SWITCH 447 ctrl, alt, meta: none fallback ENTER 477 ctrl: fallback MENU
|
Virtual.kcm | 252 ctrl: fallback LANGUAGE_SWITCH 444 ctrl, alt, meta: none fallback ENTER 474 ctrl: fallback MENU
|
/dalvik/tools/gdbjithelper/ |
README.txt | 59 Hit ctrl-C
|
/docs/source.android.com/src/devices/tech/input/ |
key-character-map-files.jd | 120 ctrl, alt, meta: none 128 Likewise, the <code>ctrl</code>, <code>alt</code> and <code>meta</code> properties are all simultaneously assigned 169 <li><code>ctrl</code>: Applies when either the LEFT CONTROL or RIGHT CONTROL modifier is pressed.</li> 263 ctrl, alt, meta: none 294 ctrl: fallback MENU 317 ctrl, alt, meta: none 337 ctrl, meta: none 343 ctrl: none 351 ctrl, alt, meta: none
|