/external/skia/src/core/ |
D | SkFloat.h | 40 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/ |
D | constants-arm.h | 165 enum Shift { enum 260 inline Shift ShiftField() const { return static_cast<Shift>(Bits(6, 5)); } in ShiftField()
|
D | disasm-arm.cc | 203 Shift shift = instr->ShiftField(); in PrintShiftRm()
|
D | simulator-arm.cc | 936 Shift shift = instr->ShiftField(); in GetShiftRm()
|
/external/webkit/WebCore/inspector/front-end/ |
D | KeyboardShortcut.js | 40 Shift: 1, property 103 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Shift;
|
D | ScriptsPanel.js | 189 …makeKey(WebInspector.KeyboardShortcut.KeyCodes.F11, WebInspector.KeyboardShortcut.Modifiers.Shift); 191 …boardShortcut.KeyCodes.Semicolon, WebInspector.KeyboardShortcut.Modifiers.Shift, platformSpecificM…
|
/external/webkit/WebCore/platform/mac/ |
D | KeyEventMac.mm | 48 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/ |
D | hash.c | 397 # 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/ |
D | WebInputEventFactory.mm | 55 // 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/ |
D | README_zlib.txt | 32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
|
D | README.txt | 31 6) Select "Build | Build Solution (Ctrl-Shift-B)"
|
/external/expat/bcb5/ |
D | README.txt | 44 (CTRL-F4) then open the options dialog (CTRL-Shift-F11), then click OK on
|
/external/libvpx/vp8/common/arm/neon/ |
D | buildintrapredictorsmby_neon.asm | 120 add r7, r7, #3 ; Shift 403 add r7, r7, #3 ; Shift
|
/external/libvpx/vp8/encoder/arm/neon/ |
D | variance_neon.asm | 82 ;sum is in [-255x256, 255x256]. sumxsum is 32-bit. Shift to right should
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | conversion.txt | 81 // 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/ |
D | conversion.txt | 81 // 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/ |
D | convrtrs.txt | 93 # 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/ |
D | n32.S | 218 # Shift the return type flag over
|
/external/webkit/WebKit/ |
D | StringsNotToBeLocalized.txt | 824 WebKit/win/AccessibleBase.cpp:"Shift+"
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 151 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/ |
D | convrtrs.txt | 89 # 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/ |
D | bison.info | 214 * 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 …]
|
D | bison.texinfo | 252 * 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/ |
D | WebNSURLExtras.mm | 557 // Shift current string to the end of the buffer
|
/external/qemu/ |
D | qemu-options.hx | 431 "-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).
|