/external/bluetooth/bluez/tools/ |
parser.h | 51 WORD = 267, 65 #define WORD 267
|
parser.c | 83 #define WORD 266 191 "K_CHANNEL","K_COMMENT","K_YES","K_NO","NUMBER","RFCOMM","STRING","WORD", 201 "statement : WORD", 203 "section : WORD", 212 "rfcomm_option : WORD",
|
/frameworks/base/core/java/android/provider/ |
UserDictionary.java | 59 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word. 66 * The word column. 69 public static final String WORD = "word"; 78 * The locale that this word belongs to. Null if it pertains to all 85 * The uid of the application that inserted the word. 90 /** The locale type to specify that the word is common to all locales. */ 93 /** The locale type to specify that the word is for the current locale. */ 101 /** Adds a word to the dictionary, with the given frequency and the specified 104 * @param word the word to add to the dictionary. This should not be null o [all...] |
/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 */
|
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/ |
XmlDictInputOutput.java | 46 private static final String WORD_ATTR = "word"; 55 private static final int WORD = 2; 63 String mWord; // the current word 84 mState = WORD; 99 if (WORD == mState) { 109 if (WORD == mState) { 201 final TreeSet<Word> set = new TreeSet<Word>(); 202 for (Word word : dict) [all...] |
/external/quake/quake/src/WinQuake/ |
mplib.cpp | 24 typedef unsigned short WORD;
88 WORD rtqLen; // Length of buffer, excluding preface
89 WORD rtqUpCtr; // Up Counter of bytes used so far
90 WORD rtqQCtr; // number of nodes attached
91 WORD padding; // DWORD alignment
97 WORD rtqFromDQ;
98 WORD rtqToDQ;
|
mplpc.cpp | 25 typedef unsigned short WORD;
180 WORD rtqLen; // Length of buffer, excluding preface
181 WORD rtqUpCtr; // Up Counter of bytes used so far
182 WORD rtqQCtr; // number of nodes attached
183 WORD padding; // DWORD alignment
189 WORD rtqFromDQ;
190 WORD rtqToDQ;
|
snd_gus.cpp | 448 #define WORD unsigned short
518 WORD Rate;
524 WORD Rate;
538 static WORD CodecRegisterSelect;
539 static WORD CodecData;
540 static WORD CodecStatus;
541 static WORD Gf1TimerControl;
542 static WORD Gf1PageRegister;
543 static WORD Gf1RegisterSelect;
544 static WORD Gf1DataLow; [all...] |
/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...] |
/external/libpcap/ |
pcap-dos.h | 19 typedef unsigned short WORD; 169 WORD flags; /* Low-level status flags. */
|
/prebuilt/linux-x86/toolchain/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 */
|
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 119 typedef UShort WORD; [all...] |