HomeSort by relevance Sort by last modified time
    Searched full:getword (Results 1 - 25 of 53) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java 56 assertEquals("typed", words.getWord(0));
58 assertEquals("0", words.getWord(1));
60 assertEquals("4", words.getWord(5));
65 assertEquals("0", wordsWithoutTyped.getWord(0));
  /external/chromium_org/third_party/WebKit/Source/wtf/
CryptographicallyRandomNumber.cpp 69 inline uint32_t getWord();
133 uint32_t ARC4RandomNumberGenerator::getWord()
149 return getWord();
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 107 return getWord(uri);
138 private Cursor getWord(Uri uri) {
144 return mDictionary.getWord(rowId, columns);
163 return mDictionary.getWord(rowId, columns);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANameVariable.java 37 public TWord getWord()
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 132 || TextUtils.isEmpty(mSuggestedWords.getWord(0))) {
138 final String text = mSuggestedWords.getWord(0);
146 if (mSuggestedWords.isEmpty() || TextUtils.isEmpty(mSuggestedWords.getWord(0))) {
150 final String text = mSuggestedWords.getWord(0);
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 53 return ((ANameVariable) variable).getWord().getText();
84 descendVariable(node.getWord().getText());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategy.java 59 protected Point getWord(String string, int cursor) {
65 Point position = super.getWord(string, cursor);
  /external/opencv/otherlibs/highgui/
bitstrm.h 104 int GetWord();
115 int GetWord();
grfmt_bmp.cpp 151 m_width = m_strm.GetWord();
152 m_height = m_strm.GetWord();
258 int code = m_strm.GetWord();
347 int code = m_strm.GetWord();
grfmt_tiff.cpp 278 int val = m_strm.GetWord();
335 array[i] = ((RMByteStream&)m_strm).GetWord();
338 array[i] = ((RLByteStream&)m_strm).GetWord();
379 m_byteorder = (TiffByteOrder)m_strm.GetWord();
grfmt_jpeg.cpp 585 int code = m_low_strm.GetWord();
838 int length = lstrm.GetWord();
846 m_version = lstrm.GetWord();
853 m_height = lstrm.GetWord();
854 m_width = lstrm.GetWord();
909 m_MCUs = lstrm.GetWord();
1034 int length = lstrm.GetWord();
1091 m_MCUs = lstrm.GetWord();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 82 final String word = suggestedWords.getWord(i);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 273 namescript = getword(rec[:2])
275 portkind = getword(rec[36:38])
285 kind = getword(rec[:2])
300 def getword(s): function
gensuitemodule.py 303 def getword(f, *args): function
307 raise EOFError, 'in getword' + str(args)
342 count = getword(f)
369 (getword, "flags")
419 (getword, "suite level"),
420 (getword, "suite version"),
427 (getword, "major/minor version in BCD"),
428 (getword, "language code"),
429 (getword, "script code"),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategyTest.java 63 Point positions = strategy.getWord(before, cursor);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 76 final String word = suggestedWords.getWord(index);
208 final String word = mSuggestedWords.getWord(index);
SuggestionStripLayoutHelper.java 206 final String word = suggestedWords.getWord(indexInSuggestedWords);
271 suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION),
272 suggestedWords.getWord(SuggestedWords.INDEX_OF_TYPED_WORD))) {
457 wordView.setText(suggestedWords.getWord(positionInStrip));
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 84 std::string GetWord(const std::vector<std::string>& words,
163 const std::string& command = GetWord(words, 0, "");
210 std::string to = GetWord(words, 1, "");
213 std::string to = GetWord(words, 1, "");
220 JoinMuc(GetWord(words, 1, ""));
222 InviteToMuc(words[1], GetWord(words, 2, ""));
224 LeaveMuc(GetWord(words, 1, ""));
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
exif_encoder.js 139 function getWord(pos) {
145 if (getWord(0) != EXIF_MARK_SOI)
146 throw new Error('Jpeg data starts from 0x' + getWord(0).toString(16));
155 var tag = getWord(sectionStart);
160 var nextSectionStart = sectionStart + 2 + getWord(sectionStart + 2);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 574 WnnWord getword = new WnnWord(); local
576 getword);
578 getword = event.word;
579 int len = getword.candidate.length();
583 if (searchword.candidate.equals(getword.candidate)) {
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 157 final String word = getWord(position);
202 private String getWord(final int position) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 190 final String word = getWord(position);
243 private String getWord(final int position) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 86 std::string GetWord(const std::vector<std::string>& words,
191 const std::string& command = GetWord(words, 0, "");
213 std::string to = GetWord(words, 1, "");
223 std::string id = GetWord(words, 1, "");
330 std::string to = GetWord(words, 1, "");
337 std::string to = GetWord(words, 1, "");
351 JoinMuc(GetWord(words, 1, ""));
353 LookupAndJoinMuc(GetWord(words, 1, ""));
355 InviteToMuc(words[1], GetWord(words, 2, ""));
357 LeaveMuc(GetWord(words, 1, ""))
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 73 components.add(new StringExpression(node.getWord().getText()));
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 133 String name = ((ANameVariable) functionName).getWord().getText();

Completed in 1177 milliseconds

1 2 3