HomeSort by relevance Sort by last modified time
    Searched full:shifted (Results 1 - 25 of 656) 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/
selection_test.html 59 var shifted = sel.getShiftedSelection(1);
60 assertEquals(1, shifted.length);
61 assertEquals(t1.slices[1], shifted[0].slice);
  /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
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 40 public boolean setShifted(boolean shifted) {
41 boolean result = super.setShifted(shifted);
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-4.6/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
sext-load.ll 17 ; preserved even when removing shifted-out low bits.
  /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
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 341 // shifted mode.
378 // (never symbols shifted) next time the mode gets changed to symbols layout.
462 // Shift key has been double tapped while in manual shifted or automatic
463 // shifted state.
472 // shift lock shifted state and mark as if shift key pressed while normal state.
476 // Shift key is pressed while automatic shifted, we have to move to manual
477 // shifted.
481 // In manual shifted state, we just record shift key has been pressing while
482 // shifted state.
485 // In base layout, chording or manual shifted mode is started
    [all...]
  /external/icu4c/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
  /external/llvm/test/CodeGen/AArch64/
bitfield.ll 185 %shifted = lshr i32 %fields, 23
186 %masked = and i32 %shifted, 7
195 %shifted = lshr i64 %fields, 25
196 %masked = and i64 %shifted, 1023
205 %shifted = shl i32 %fields, 23
206 %extended = ashr i32 %shifted, 29
215 %shifted = shl i64 %fields, 1
216 %extended = ashr i64 %shifted, 1
  /packages/inputmethods/LatinIME/java/res/xml/
keys_pcqwerty2_right3.xml 39 <!-- keyboardLayoutSetElement="alphabet*Shifted|symbols*" -->
keys_pcqwerty3_right2.xml 35 <!-- keyboardLayoutSetElement="alphabet*Shifted|symbols*" -->

Completed in 1397 milliseconds

1 2 3 4 5 6 7 8 91011>>