HomeSort by relevance Sort by last modified time
    Searched refs:WORD (Results 126 - 150 of 452) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxml.h 32 STDMETHOD_(HRESULT,SetNamespaces)(THIS_ const PCWSDXML_NAMESPACE *pNamespaces,WORD wNamespacesCount,BYTE bLayerNumber) PURE;
h323priv.h 60 virtual HRESULT WINAPI SetExternalT120Address(WINBOOL fEnable,DWORD dwIP,WORD wPort) = 0;
70 HRESULT (WINAPI *SetExternalT120Address)(IH323LineEx *This,WINBOOL fEnable,DWORD dwIP,WORD wPort);
87 HRESULT WINAPI IH323LineEx_SetExternalT120Address_Proxy(IH323LineEx *This,WINBOOL fEnable,DWORD dwIP,WORD wPort);
wmcontainer.h 59 WORD wStreamNumber;
64 WORD cPerEntryBytes;
87 STDMETHOD_(HRESULT,AddStreamForRecord)(THIS_ DWORD dwRecordNumber,WORD wStreamNumber) PURE;
90 STDMETHOD_(HRESULT,GetStreamsForRecord)(THIS_ DWORD dwRecordNumber,WORD *pwStreamNumArray,DWORD *pcStreams) PURE;
93 STDMETHOD_(HRESULT,RemoveStreamFromRecord)(THIS_ DWORD dwRecordNumber,WORD wStreamNumber) PURE;
130 STDMETHOD_(HRESULT,AddStream)(THIS_ WORD wStreamNumber,WORD wStreamFlags) PURE;
132 STDMETHOD_(HRESULT,GetStream)(THIS_ DWORD dwStreamIndex,WORD *pwStreamNumber,WORD *pwStreamFlags) PURE;
170 STDMETHOD_(HRESULT,GetNextSample)(THIS_ DWORD *pdwStatusFlags,WORD *pwStreamNumber,IMFSample **ppISample) PURE
    [all...]
penwin.h     [all...]
d3dx9shader.h 347 WORD RegisterSet;
348 WORD RegisterIndex;
349 WORD RegisterCount;
350 WORD Reserved;
357 WORD Class;
358 WORD Type;
359 WORD Rows;
360 WORD Columns;
361 WORD Elements;
362 WORD StructMembers
    [all...]
mpeg2data.h 11 typedef WORD PID;
54 STDMETHOD_(HRESULT,GetNumberOfSections)(THIS_ WORD *pCount) PURE;
56 STDMETHOD_(HRESULT,GetSectionData)(THIS_ WORD sectionNumber,DWORD *pdwRawPacketLength,PSECTION *ppSection) PURE;
oaidl.h 264 WORD wReserved1;
265 WORD wReserved2;
266 WORD wReserved3;
480 WORD cFuncs;
481 WORD cVars;
482 WORD cImplTypes;
483 WORD cbSizeVft;
484 WORD cbAlignment;
485 WORD wTypeFlags;
486 WORD wMajorVerNum
    [all...]
amvideo.idl 33 WORD biPlanes;
34 WORD biBitCount;
mapinls.h 26 typedef unsigned short WORD;
ndattrib.h 127 WORD Word;
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cciss_ioctl.h 59 WORD buf_size;
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cciss_ioctl.h 59 WORD buf_size;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cciss_ioctl.h 59 WORD buf_size;
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 15 from ctypes.wintypes import WORD
50 ('Data2', WORD),
51 ('Data3', WORD),
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordContents.java 43 public static final String EXTRA_WORD = "word";
66 final String word = args.getString(EXTRA_WORD); local
67 if (null != word) {
68 mWordEditText.setText(word);
140 // If the word is somehow empty, don't insert it.
145 // If there is no shortcut, and the word already exists in the database, then we
146 // should not insert, because either A. the word exists with no shortcut, in which
147 // case the exact same thing we want to insert is already there, or B. the word
148 // exists with at least one shortcut, in which case it has priority on our word.
153 // Disallow duplicates. If the same word with no shortcut is defined, remove it; i
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java 55 Words.WORD,
60 Words.WORD,
216 * Adds a word to the user dictionary and makes it persistent.
220 * @param word the word to add. If the word is capitalized, then the dictionary will
221 * recognize it as a capitalized word when searched.
224 final String word) {
226 UserDictionaryCompatUtils.addWord(context, word,
247 final int indexWord = cursor.getColumnIndex(Words.WORD);
251 final String word = cursor.getString(indexWord); local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 72 WORD *pwLogClust,
74 WORD *pwOutGlyphs,
89 WORD *pwLogClust,
92 const WORD *pwGlyphs,
139 WORD *pwLogClust,
141 WORD *pwOutGlyphs,
170 WORD *pwLogClust,
173 const WORD *pwGlyphs,
762 ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
780 * alignment needed after the WORD array. sizeof(WORD) == 2. *
    [all...]
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 69 WORD *pwLogClust,
71 WORD *pwOutGlyphs,
86 WORD *pwLogClust,
89 const WORD *pwGlyphs,
136 WORD *pwLogClust,
138 WORD *pwOutGlyphs,
167 WORD *pwLogClust,
170 const WORD *pwGlyphs,
759 ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
777 * alignment needed after the WORD array. sizeof(WORD) == 2. *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordContents.java 47 public static final String EXTRA_WORD = "word";
78 final String word = args.getString(EXTRA_WORD); local
79 if (null != word) {
80 mWordEditText.setText(word);
161 // If the word is somehow empty, don't insert it.
166 // If there is no shortcut, and the word already exists in the database, then we
167 // should not insert, because either A. the word exists with no shortcut, in which
168 // case the exact same thing we want to insert is already there, or B. the word
169 // exists with at least one shortcut, in which case it has priority on our word.
174 // Disallow duplicates. If the same word with no shortcut is defined, remove it; i
    [all...]
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 55 #define WORD __u16
  /development/ndk/platforms/android-L/include/linux/
cciss_defs.h 55 #define WORD __u16
  /external/chromium_org/chrome/installer/test/
pe_image_resources.cc 66 scan->NameOffset + sizeof(WORD) +
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.c 24 WORD wVersionRequested;
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 44 #define WORD __u16
  /external/mesa3d/src/gallium/auxiliary/util/
u_network.c 24 WORD wVersionRequested;

Completed in 974 milliseconds

1 2 3 4 56 7 8 91011>>