HomeSort by relevance Sort by last modified time
    Searched defs:WORD (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
data.s 6 WORD: .word 3200,1+'A',-'A',0F410h,'A'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/
diff.s 2 .global WORD
10 l.w $r0, WORD
20 WORD:
21 .word .L1-.L0
  /frameworks/base/core/java/android/provider/
UserDictionary.java 65 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
72 * The word column.
75 public static final String WORD = "word";
84 * The locale that this word belongs to. Null if it pertains to all
91 * The uid of the application that inserted the word.
97 * An optional shortcut for this word. When the shortcut is typed, supporting IMEs should
98 * suggest the word in this row as an alternate spelling too.
119 /** Adds a word to the dictionary, with the given frequency and the specified
126 * @param word the word to add to the dictionary. This should not be null o
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 244 // START, WORD, PERIOD, ABBREVIATION, NUMBER
246 // letter => WORD
250 // On WORD : (within the word just before the first period)
251 // letter => WORD
253 // otherwise => end with caps (it was a word with a full stop at the end)
263 // letter => LETTER (promote to word)
270 final int WORD = 1;
283 state = WORD;
292 case WORD
    [all...]
  /external/libopus/celt/tests/
test_unit_mathops.c 81 #define WORD "%d"
83 #define WORD "%f"
103 fprintf (stderr, "div failed: 1/%d="WORD" (product = %f)\n", i, val, prod);
120 fprintf (stderr, "sqrt failed: sqrt(%d)="WORD" (ratio = %f)\n", i, val, ratio);
246 fprintf (stderr, "celt_exp2 failed: x = "WORD", error1 = %f, error2 = %f\n", x,error1,error2);
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 26 #define WORD(x) (uint16_t)(*(const uint16_t *)(x))
  /external/valgrind/none/tests/x86-linux/
seg_override.c 8 typedef unsigned short WORD; /* I guess */
12 WORD LimitLow;
13 WORD BaseLow;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 30 typedef unsigned short WORD;
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 55 #define WORD __u16
  /development/ndk/platforms/android-21/include/linux/
cciss_defs.h 55 #define WORD __u16
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 44 #define WORD __u16
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGlobal.h 101 #ifndef WORD
102 #define WORD unsigned short
293 short int word = 0x0001; local
294 char *byte = (char*) &word;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cciss_defs.h 44 #define WORD __u16
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
52 ATOM = WORD
53 LANGID = WORD
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 50 WORD='word'
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
52 ATOM = WORD
53 LANGID = WORD
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 50 WORD='word'
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
cciss_defs.h 55 #define WORD __u16
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
cciss_defs.h 55 #define WORD __u16

Completed in 607 milliseconds

1 2 3 4 5