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

1 2

  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 120 #ifndef WORD
121 #define WORD unsigned short
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CapsModeUtils.java 202 // START, WORD, PERIOD, ABBREVIATION
204 // letter => WORD
207 // On WORD : (within the word just before the first period)
208 // letter => WORD
210 // otherwise => end with caps (it was a word with a full stop at the end)
222 final int WORD = 1;
234 state = WORD;
241 case WORD:
243 state = WORD;
    [all...]
  /frameworks/base/core/java/android/provider/
UserDictionary.java 62 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
69 * The word column.
72 public static final String WORD = "word";
81 * The locale that this word belongs to. Null if it pertains to all
88 * The uid of the application that inserted the word.
94 * An optional shortcut for this word. When the shortcut is typed, supporting IMEs should
95 * suggest the word in this row as an alternate spelling too.
116 /** Adds a word to the dictionary, with the given frequency and the specified
123 * @param word the word to add to the dictionary. This should not be null o
    [all...]
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 52 #define WORD "%d"
54 #define WORD "%f"
74 fprintf (stderr, "div failed: 1/%d="WORD" (product = %f)\n", i, val, prod);
91 fprintf (stderr, "sqrt failed: sqrt(%d)="WORD" (ratio = %f)\n", i, val, ratio);
217 fprintf (stderr, "celt_exp2 failed: x = "WORD", error1 = %f, error2 = %f\n", x,error1,error2);
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 8 typedef unsigned short WORD; /* I guess */
12 WORD LimitLow;
13 WORD BaseLow;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 108 typedef unsigned short WORD; /* w */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 108 typedef unsigned short WORD; /* w */
  /external/srec/srec/include/
sample.h 55 /* VxWorks simulator defines DWORD and WORD already */
60 /* following two lines does not help. It only works when WORD is defined by MACRO: #define WORD unsigned short */
61 #ifdef WORD
62 #undef WORD
65 typedef asr_uint16_t WORD;
79 WORD wFormatTag;
80 WORD nChannels;
83 WORD nBlockAlign;
93 WORD wBitsPerSample
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 68 /* Cost of breaking a line after the first word of a sentence, where
69 the length of the word is N. */
72 /* Cost of breaking a line before the last word of a sentence, where
73 the length of the word is N. */
112 /* Word descriptor structure. */
114 typedef struct Word WORD;
116 struct Word
121 const char *text; /* the text of the word */
122 short length; /* length of this word */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
52 ATOM = WORD
53 LANGID = WORD
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 50 WORD='word'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 9 WORD = c_ushort
52 ATOM = WORD
53 LANGID = WORD
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 50 WORD='word'
  /external/libpcap/
pcap-dos.h 19 typedef unsigned short WORD;
169 WORD flags; /* Low-level status flags. */
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 23 import com.android.inputmethod.latin.makedict.Word;
56 private static final String WORD_ATTR = "word";
69 private static final int WORD = 2;
75 String mWord; // the current word
108 mState = WORD;
136 if (WORD == mState) {
146 if (WORD == mState) {
357 final TreeSet<Word> set = new TreeSet<Word>();
358 for (Word word : dict)
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 26 #undef WORD
27 typedef unsigned short WORD;
144 typedef WORD PROPVAR_PAD1;
145 typedef WORD PROPVAR_PAD2;
146 typedef WORD PROPVAR_PAD3;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 79 #define WORD __u16
170 WORD buf_size; /* size in bytes of the buf */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 79 #define WORD __u16
170 WORD buf_size; /* size in bytes of the buf */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 79 #define WORD __u16
170 WORD buf_size; /* size in bytes of the buf */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 96 typedef UShort WORD;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 653 milliseconds

1 2