HomeSort by relevance Sort by last modified time
    Searched full:shifted (Results 176 - 200 of 550) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 246 // Note that we need primaryCode argument because the keyboard may in shifted state and the
267 // Note that we need primaryCode argument because the keyboard may in shifted state and the
  /external/llvm/lib/Analysis/
ValueTracking.cpp 720 // 1 << X is clearly a power of two if the one is not shifted off the end. If
721 // it is shifted off the end then the result is undefined.
725 // (signbit) >>l X is clearly a power of two if the one is not shifted off the
726 // bottom. If it is shifted off the bottom then the result is undefined.
785 // if the lowest bit is shifted off the end.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /external/bison/data/
yacc.c     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 235 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted");
384 // The this-adjustment is left-shifted by 1 on ARM.
460 // The this-adjustment is left-shifted by 1 on ARM.
    [all...]
  /external/e2fsprogs/intl/
plural.c 934 /* Discard the token being shifted unless it is eof. */
943 /* Count tokens shifted since error; after three, turn off error
1202 yyerrstatus = 3; /* Each real token shifted decrements this */
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 128 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be shifted */
218 * is useful when combined with shifted setting for alternate handling
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 128 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be shifted */
218 * is useful when combined with shifted setting for alternate handling
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 488 * @param shifted whether or not to enable the state of the shift key
492 public boolean setShifted(boolean shifted) {
494 if (mKeyboard.setShifted(shifted)) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 629 int shifted = (mShiftOn == 0) ? 1 : 0; local
630 Keyboard newKeyboard = getShiftChangeKeyboard(shifted);
632 mShiftOn = shifted;
    [all...]
  /system/core/sh/
arith.c 1097 /* Discard the token being shifted unless it is eof. */
1104 /* Count tokens shifted since error; after three, turn off error
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 71 // mRects[1] : same size to that of mRects[1], but its left-top point is shifted
  /cts/tools/dasm/src/java_cup/
lalr_item.java 155 /* create the new item w/ the dot shifted by one */
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOperateBitsTest.java     [all...]
  /external/astl/include/
vector 158 // Expensive since the remaining elts must be shifted around.
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 280 // is removed, the next item will be shifted, and this allows the caller to
  /external/icu4c/io/
ustdio.c 189 f->fTranslit->buffer, /* because we shifted */
  /external/kernel-headers/original/linux/
jiffies.h 346 * microsecond part. Thus the USEC_ROUND, the bits to be shifted off.
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 190 psraw mm5, 1 ; partial shifted one more time for 2nd tap
191 psraw mm1, 1 ; partial shifted one more time for 2nd tap
509 psraw mm5, 1 ; partial shifted one more time for 2nd tap
511 psraw mm1, 1 ; partial shifted one more time for 2nd tap
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 122 ; Decisions are made based on the bit value shifted
  /external/llvm/include/llvm/ADT/
APFloat.h 73 integer bit. For denormals the most significant bit is shifted
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 142 /* Number of bits by which ins_h must be shifted at each input
  /external/skia/src/core/
SkEdge.cpp 382 /* Since our in coming data is initially shifted down by 10 (or 8 in
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h     [all...]
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
resample.c 419 // output: WebRtc_Word32 (shifted 15 positions to the left, + offset 16384) :: size 11 * K

Completed in 933 milliseconds

1 2 3 4 5 6 78 91011>>