HomeSort by relevance Sort by last modified time
    Searched refs:typed (Results 1 - 19 of 19) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestHelper.java 91 public boolean isValidWord(CharSequence typed) {
93 typed, false);
97 public SuggestedWords getSuggestions(CharSequence typed) {
98 return mSuggest.getSuggestions(createWordComposer(typed), null,
102 public CharSequence getFirstSuggestion(CharSequence typed) {
103 WordComposer word = createWordComposer(typed);
106 // Note that suggestions.getWord(0) is the word user typed.
110 public CharSequence getAutoCorrection(CharSequence typed) {
111 WordComposer word = createWordComposer(typed);
114 // Note that suggestions.getWord(0) is the word user typed
    [all...]
UserBigramSuggestHelper.java 55 public int searchUserBigramSuggestion(CharSequence previous, char typed,
60 if (!TextUtils.isEmpty(previous) && !TextUtils.isEmpty(Character.toString(typed))) {
61 WordComposer firstChar = createWordComposer(Character.toString(typed));
  /external/llvm/utils/unittest/
CMakeLists.txt 37 googletest/gtest-typed-test.cc
  /frameworks/base/tools/localize/
Values.h 35 static bool ParseTypedID(const string& typed, string* id, int* index);
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 32 // Search history to find up to ten links that a user has typed in,
68 // Maps URLs to a count of the number of times the user typed that URL into
76 // Ignore items unless the user typed the URL.
77 if (visitItems[i].transition != 'typed') {
104 // Sort the URLs by the number of times the user typed them.
  /external/bison/src/
reader.h 82 extern bool typed;
parse-gram.y 266 if (typed)
275 typed = true;
348 /* One or more nonterminals to be %typed. */
reader.c 45 bool typed = false; variable
78 !typed ? &pre_prologue_obstack : &post_prologue_obstack;
262 _("empty rule for typed nonterminal, and no action"));
scan-gram.l 860 if (!type_name && typed)
880 if (!type_name && typed)
    [all...]
scan-gram.c     [all...]
  /external/gtest/src/
gtest-typed-test.cc 32 #include <gtest/gtest-typed-test.h>
  /external/protobuf/gtest/src/
gtest-typed-test.cc 32 #include <gtest/gtest-typed-test.h>
  /external/chromium/testing/gtest/
CMakeLists.txt 135 cxx_test(gtest-typed-test_test gtest_main
136 test/gtest-typed-test2_test.cc)
  /external/gtest/test/
Android.mk 101 gtest-typed-test_test.cc \
102 gtest-typed-test2_test.cc \
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp 561 TIntermTyped* typed = node->getAsTyped(); local
562 if (typed == 0) {
566 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
570 if (typed->getBasicType() == EbtVoid) {
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 188 # $option: The pretty name of the option (as the user typed it)
562 and the option as the user typed it. The value will be undefined if
635 the user typed it (including the option start character). $_[2] is
655 option. $_[2] is the name of the option as the user typed it
  /external/gtest/include/gtest/
gtest.h 72 #include <gtest/gtest-typed-test.h>
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 87 TYPED: 'typed'
  /external/protobuf/gtest/include/gtest/
gtest.h 62 #include <gtest/gtest-typed-test.h>
    [all...]

Completed in 520 milliseconds