HomeSort by relevance Sort by last modified time
    Searched full:word (Results 301 - 325 of 2584) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 44 STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 44 STDMETHOD(HandleActivate)(THIS_ WORD wparam) PURE;
  /external/skia/src/views/
SkOSSound.cpp 83 m_Format.wFormatTag = *((WORD*) (aHeader + WF_OFFSET_FORMATTAG));
84 m_Format.nChannels = *((WORD*) (aHeader + WF_OFFSET_CHANNELS));
87 m_Format.nBlockAlign = *((WORD*) (aHeader + WF_OFFSET_BLOCKALIGN));
88 m_Format.wBitsPerSample = *((WORD*) (aHeader + WF_OFFSET_BITSPERSAMPLE));
  /external/stlport/stlport/stl/
_bitset.c 92 // find byte within word
119 // search first word
127 // find byte within word
146 // find byte within word
  /external/webkit/WebCore/manual-tests/
remove-input-file-onchange.html 24 Should see the file chooser disappear and the word "Success" will appear
update-empty-popup.html 15 The popup button will change to display the word SUCCESS.
  /external/webkit/WebKit/win/Interfaces/
IWebEditingDelegate.idl 177 HRESULT ignoreWordInSpellDocument([in] IWebView* view, [in] BSTR word);
178 HRESULT learnWord([in] BSTR word);
182 HRESULT updateSpellingUIWithMisspelledWord([in] BSTR word);
185 HRESULT guessesForWord([in] BSTR word, [out, retval] IEnumSpellingGuesses** guesses);
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 120 /* [in] */ BSTR word) { return E_NOTIMPL; }
123 /* [in] */ BSTR word) { return E_NOTIMPL; }
149 /* [in] */ BSTR word) { return E_NOTIMPL; }
158 /* [in] */ BSTR word,
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapResponseParserUnitTests.java 70 assertEquals("Line 3 word 2 class", FixedLengthInputStream.class, line3.get(1).getClass());
73 assertEquals("Line 3 word 2 nailed down", String.class, line3.get(1).getClass());
74 assertEquals("Line 3 word 2 value", "INBOX", line3.getString(1));
85 assertEquals("Line 3-4 word 3 class", ImapList.class, line3.get(2).getClass());
  /packages/inputmethods/LatinIME/java/res/values-fr/
donottranslate.xml 21 <!-- Symbols that are commonly considered word separators in this language -->
  /packages/inputmethods/LatinIME/java/res/values-it/
donottranslate.xml 21 <!-- Symbols that are commonly considered word separators in this language -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 65 private native boolean isValidWordNative(int nativeData, char[] word, int wordLength);
128 public boolean isValidWord(CharSequence word) {
129 if (word == null) return false;
130 char[] chars = word.toString().toCharArray();
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 119 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
161 /* The current word (bytes packed msb first). */
163 /* Pointer to the next word of data. */
165 /* The number of bytes left in this word. */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 119 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
161 /* The current word (bytes packed msb first). */
163 /* Pointer to the next word of data. */
165 /* The number of bytes left in this word. */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 119 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
161 /* The current word (bytes packed msb first). */
163 /* Pointer to the next word of data. */
165 /* The number of bytes left in this word. */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h 115 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
157 /* The current word (bytes packed msb first). */
159 /* Pointer to the next word of data. */
161 /* The number of bytes left in this word. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
unwind.h 119 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
161 /* The current word (bytes packed msb first). */
163 /* Pointer to the next word of data. */
165 /* The number of bytes left in this word. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
unwind.h 119 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
161 /* The current word (bytes packed msb first). */
163 /* Pointer to the next word of data. */
165 /* The number of bytes left in this word. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
unwind.h 119 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
161 /* The current word (bytes packed msb first). */
163 /* Pointer to the next word of data. */
165 /* The number of bytes left in this word. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
unwind.h 115 _Unwind_EHT_Header *ehtp; /* pointer to EHT entry header word */
157 /* The current word (bytes packed msb first). */
159 /* Pointer to the next word of data. */
161 /* The number of bytes left in this word. */
  /system/core/sh/
nodetypes 95 expr nodeptr # the word to switch on
108 NARG narg # represents a word
110 next nodeptr # next word in list
111 text string # the text of the word
token.h 75 "word",
  /external/bison/lib/
bbitset.h 50 /* Data type used to store a word of bits. */
58 overflow when converting bit counts to byte or word counts.
59 The bit and word index types must be unsigned. */
62 /* Word index. */
69 /* Limit max word index to the maximum value of a signed integer
88 bitset_windex cindex; /* Cache word index. */
92 /* Perhaps we could sacrifice another word to indicate
  /external/icu4c/common/
triedict.h 57 * <p>TrieWordDictionary is an abstract class that represents a word
139 * begin at least one word that is near the median of the set in the dictionary
176 * <p>Add one word to the dictionary.</p>
178 * @param word A UChar buffer containing the word.
179 * @param length The length of the word.
182 virtual void addWord( const UChar *word,
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 84 // Helper function to determine whether text is a single word.
91 // Helper function to get misspelled word on which context menu
92 // is to be evolked. This function also sets the word on which context menu
93 // has been evoked to be the selected word, as required. This function changes
97 // First select from selectedText to check for multiple word selection.
108 // Selection is empty, so change the selection to the word under the cursor.
122 // If misspelled word is still empty, then that portion should not be

Completed in 288 milliseconds

<<11121314151617181920>>