HomeSort by relevance Sort by last modified time
    Searched full:shifted (Results 1 - 25 of 1005) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateSingleTouchTests.java 25 // Press/release shift key, enter into alphabet shifted.
31 // Press/release shift key, enter into alphabet shifted.
42 // Press/release "=\<" key, enter into symbols shifted.
48 // Press/release "=\<" key, enter into symbols shifted.
50 // Press/release symbol letter key, remain in symbols shifted.
63 // Press/release "=\<" key, enter into symbols shifted.
67 // Press/release "?123" key, back to symbols (not symbols shifted).
71 // Switching between alphabet shifted and symbols.
73 // Press/release shift key, enter into alphabet shifted.
78 // Press/release "ABC" key, back to alphabet (not alphabet shifted)
    [all...]
KeyboardStateMultiTouchTests.java 40 // Chording input in shifted.
42 // Press shift key, enter alphabet shifted.
49 // Release shift key, switch back to alphabet shifted.
86 // Press "=\<" key and hold, enter into choring symbols shifted state.
100 // Alphabet shifted -> symbols -> "ABC" key + letter -> symbols
104 // Press/release shift key, enter alphabet shifted.
114 // Press/release "ABC" key, switch to alphabet (not alphabet shifted).
144 // Press "=\<" key, enter into symbols shifted chording state.
154 // Chording input in symbol shifted.
158 // Press/release "=\<" key, enter symbols shifted
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 20 # In order to keep the id ranges for each set disjoint, ids are shifted
203 $shifted = $id + $plane * 256;
205 if ($shifted{$sym}) {
206 $otherplane = int($shifted{$sym} / 256);
209 $shifted{$sym} = $shifted;
210 $sym{$shifted} = $sym;
211 $intable{$table}{$shifted}++;
227 $shifted = $id + $plane * 256;
228 $shifted{$sym} = $shifted unless $shifted{$sym}
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/
selection_test.js 54 var shifted = sel.getShiftedSelection(1);
55 assertEquals(1, shifted.length);
56 assertEquals(t1.sliceGroup.slices[1], shifted[0].slice);
  /external/llvm/test/CodeGen/SystemZ/
insert-05.ll 90 %shifted = lshr i64 %a, 1
91 %and = and i64 %shifted, 18446744069414584320
102 %shifted = lshr i64 %a, 1
103 %and = and i64 %shifted, 18446744069414584320
114 %shifted = lshr i64 %a, 1
115 %and = and i64 %shifted, 9223372032559808512
126 %shifted = lshr i64 %a, 1
127 %and = and i64 %shifted, 9223372032559808512
172 %shifted = shl i64 %a, 1
173 %and = and i64 %shifted, 429496729
    [all...]
int-mul-06.ll 89 ; CHECK: sllg [[SHIFTED:%r[0-5]]], %r2, 1
90 ; CHECK: lcgr %r2, [[SHIFTED]]
117 ; CHECK: sllg [[SHIFTED:%r[0-5]]], %r2, 15
118 ; CHECK: lcgr %r2, [[SHIFTED]]
145 ; CHECK: sllg [[SHIFTED:%r[0-5]]], %r2, 31
146 ; CHECK: lcgr %r2, [[SHIFTED]]
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 135 * Returns this IntegerValue, shifted left by the given IntegerValue.
140 * Returns this IntegerValue, shifted right by the given IntegerValue.
145 * Returns this unsigned IntegerValue, shifted left by the given
151 * Returns the given IntegerValue, shifted left by this IntegerValue.
156 * Returns the given IntegerValue, shifted right by this IntegerValue.
161 * Returns the given unsigned IntegerValue, shifted left by this
167 * Returns the given LongValue, shifted left by this IntegerValue.
172 * Returns the given LongValue, shifted right by this IntegerValue.
177 * Returns the given unsigned LongValue, shifted right by this IntegerValue.
330 * Returns this IntegerValue, shifted left by the given UnknownIntegerValue
    [all...]
LongValue.java 148 * Returns this LongValue, shifted left by the given IntegerValue.
156 * Returns this LongValue, shifted right by the given IntegerValue.
164 * Returns this unsigned LongValue, shifted left by the given
302 * Returns this LongValue, shifted left by the given SpecificLongValue.
310 * Returns this LongValue, shifted right by the given SpecificLongValue.
318 * Returns this unsigned LongValue, shifted right by the given
458 * Returns this LongValue, shifted left by the given ParticularIntegerValue.
466 * Returns this LongValue, shifted right by the given ParticularIntegerValue.
474 * Returns this unsigned LongValue, shifted right by the given
  /external/strace/test/
x32_mmap.c 2 // is 64-bit, and whether it needs to be shifted << PAGE_SHIFT.
3 // Apparently it is 64-bit and isn't shifted.
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 45 public boolean setShifted(boolean shifted) {
46 boolean result = super.setShifted(shifted);
  /external/iptables/include/linux/netfilter/
xt_addrtype.h 14 /* rtn_type enum values from rtnetlink.h, but shifted */
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 25 __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_addrtype.h 14 /* rtn_type enum values from rtnetlink.h, but shifted */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ECN.h 25 __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /external/llvm/lib/Target/Mips/
MipsRelocations.h 25 // instruction, shifted right by 2.
35 // reloc_mips_26 - lower 28 bits of the address, shifted right by 2.
  /external/llvm/test/CodeGen/X86/
trunc-to-bool.ll 15 %shifted = ashr i32 %val, %mask
16 %anded = and i32 %shifted, 1
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 63 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
64 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
76 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
77 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
78 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of
136 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of source
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 63 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
64 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
76 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
77 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
78 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of
136 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of source
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoConstants.java 63 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
64 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
76 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
77 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
78 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of
136 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of source
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
readme.html 49 -shifted Shifted mode
70 <TD WIDTH="100%"><TT>C:\&gt;collperf -loop 200 -file latin.txt -keygen -shifted -level 4<BR>
  /external/icu/icu4c/source/test/perf/collationperf/
readme.html 49 -shifted Shifted mode
70 <TD WIDTH="100%"><TT>C:\&gt;collperf -loop 200 -file latin.txt -keygen -shifted -level 4<BR>
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesCloseTest.java 74 assertEquals("list item should not have been shifted",
81 assertEquals("list item should not have been shifted",
97 assertEquals("list item should not have been shifted",
  /external/flac/libFLAC/include/private/
crc.h 37 /* 8 bit CRC generator, MSB shifted first
47 /* 16 bit CRC generator, MSB shifted first

Completed in 1537 milliseconds

1 2 3 4 5 6 7 8 91011>>