Home
last modified time | relevance | path

Searched refs:Shift (Results 1 – 25 of 52) sorted by relevance

123

/external/skia/src/core/
DSkFloat.h40 void shiftLeft(int bits) { fPacked = Shift(fPacked, bits); } in shiftLeft()
41 void setShiftLeft(const SkFloat& a, int bits) { fPacked = Shift(a.fPacked, bits); } in setShiftLeft()
43 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } in shiftRight()
44 void setShiftRight(const SkFloat& a, int bits) { fPacked = Shift(a.fPacked, -bits); } in setShiftRight()
106 static int32_t Shift(int32_t, int bits);
/external/v8/src/arm/
Dconstants-arm.h165 enum Shift { enum
260 inline Shift ShiftField() const { return static_cast<Shift>(Bits(6, 5)); } in ShiftField()
Ddisasm-arm.cc203 Shift shift = instr->ShiftField(); in PrintShiftRm()
Dsimulator-arm.cc936 Shift shift = instr->ShiftField(); in GetShiftRm()
/external/webkit/WebCore/inspector/front-end/
DKeyboardShortcut.js40 Shift: 1, property
103 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Shift;
DScriptsPanel.js189 …makeKey(WebInspector.KeyboardShortcut.KeyCodes.F11, WebInspector.KeyboardShortcut.Modifiers.Shift);
191 …boardShortcut.KeyCodes.Semicolon, WebInspector.KeyboardShortcut.Modifiers.Shift, platformSpecificM…
/external/webkit/WebCore/platform/mac/
DKeyEventMac.mm48 case 56: // Left Shift
49 case 60: // Right Shift
50 return "Shift";
284 // "Shift"
418 case 56: // Left Shift
419 case 60: // Right Shift
771 // FIXME: This logic fails if the user presses both Shift keys at once, for example:
781 case 56: // Left Shift
782 case 60: // Right Shift
879 // happen to be in this range, e.g. the Apple logo (Option+Shift+K).
/external/bison/lib/
Dhash.c397 # define ROTATE_LEFT(Value, Shift) \ in hash_string() argument
398 ((Value) << (Shift) | (Value) >> ((sizeof (size_t) * CHAR_BIT) - (Shift))) in hash_string()
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm55 // FIXME: This logic fails if the user presses both Shift keys at once, for example:
65 case 56: // Left Shift
66 case 60: // Right Shift
143 case 56: // Left Shift
144 case 60: // Right Shift
530 case 56: // Left Shift
531 case 60: // Right Shift
532 return @"Shift";
770 // "Shift"
/external/libpng/projects/visualc71/
DREADME_zlib.txt32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
DREADME.txt31 6) Select "Build | Build Solution (Ctrl-Shift-B)"
/external/expat/bcb5/
DREADME.txt44 (CTRL-F4) then open the options dialog (CTRL-Shift-F11), then click OK on
/external/libvpx/vp8/common/arm/neon/
Dbuildintrapredictorsmby_neon.asm120 add r7, r7, #3 ; Shift
403 add r7, r7, #3 ; Shift
/external/libvpx/vp8/encoder/arm/neon/
Dvariance_neon.asm82 ;sum is in [-255x256, 255x256]. sumxsum is 32-bit. Shift to right should
/external/chromium/third_party/icu/source/test/testdata/
Dconversion.txt81 // Unfortunately, we cannot use the Shift-JIS examples from the ticket
82 // comments because our Shift-JIS table is Windows-compatible and
227 // using the Shift-JIS table for JIS X 0208 (ticket #5797)
842 // using the Shift-JIS table for JIS X 0208 (ticket #5797)
/external/icu4c/test/testdata/
Dconversion.txt81 // Unfortunately, we cannot use the Shift-JIS examples from the ticket
82 // comments because our Shift-JIS table is Windows-compatible and
230 // using the Shift-JIS table for JIS X 0208 (ticket #5797)
983 // using the Shift-JIS table for JIS X 0208 (ticket #5797)
/external/icu4c/data/mappings/
Dconvrtrs.txt93 # underspecified aliases. For instance, Shift-JIS on a Solaris platform
94 # may be different from Shift-JIS on a Windows platform. This is why
1193 ibm-5039_P11A-1998 { UTR22* } ibm-5039 { IBM* } # Japanese (HP Shift-JIS variant)
1234 docomo-shift_jis-2007 { UTR22* } docomo-emoji # DoCoMo specific Shift-JIS
1235 kddi-shift_jis-2007 { UTR22* } kddi-emoji # KDDI specific Shift-JIS
1236 softbank-shift_jis-2007 { UTR22* } softbank-emoji # SoftBank specific Shift-JIS
/external/libffi/src/mips/
Dn32.S218 # Shift the return type flag over
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt824 WebKit/win/AccessibleBase.cpp:"Shift+"
/external/quake/quake/src/WinQuake/data/
DMANUAL.TXT151 Menu. If you have renamed Run as the R key, for instance, then the Shift
159 Hold down Run (the Shift key) to double your speed.
257 Run Shift
/external/chromium/third_party/icu/source/data/mappings/
Dconvrtrs.txt89 # underspecified aliases. For instance, Shift-JIS on a Solaris platform
90 # may be different from Shift-JIS on a Windows platform. This is why
1148 ibm-5039_P11A-1998 { UTR22* } ibm-5039 { IBM* } # Japanese (HP Shift-JIS variant)
/external/bison/doc/
Dbison.info214 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
984 conflicts (*note Shift/Reduce::).
3852 Shift/Reduce Conflicts: Shift/Reduce.), but most real grammars have
4767 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
4777 File: bison.info, Node: Look-Ahead, Next: Shift/Reduce, Up: Algorithm
4829 File: bison.info, Node: Shift/Reduce, Next: Precedence, Prev: Look-Ahead, Up: Algorithm
4831 5.2 Shift/Reduce Conflicts
4908 File: bison.info, Node: Precedence, Next: Contextual Precedence, Prev: Shift/Reduce, Up: Algori…
5098 This table entry can say, "Shift the look-ahead token." In this case,
6027 arbitrarily chose to disable the reduction, see *Note Shift/Reduce
[all …]
Dbison.texinfo252 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
698 (@pxref{Shift/Reduce}).
3999 (@pxref{Shift/Reduce, ,Shift/Reduce Conflicts}), but most real grammars
5115 * Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
5184 @node Shift/Reduce
5185 @section Shift/Reduce Conflicts
5507 entry can say, ``Shift the look-ahead token.'' In this case, it also
6544 arbitrarily chose to disable the reduction, see @ref{Shift/Reduce, ,
6545 Shift/Reduce Conflicts}. Discarded actions are reported in between
8635 @item Shift
/external/webkit/WebKit/mac/Misc/
DWebNSURLExtras.mm557 // Shift current string to the end of the buffer
/external/qemu/
Dqemu-options.hx431 "-alt-grab use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt)\n")
436 Use Ctrl-Alt-Shift to grab mouse (instead of Ctrl-Alt).

123