HomeSort by relevance Sort by last modified time
    Searched refs:suggestion (Results 26 - 50 of 52) sorted by null

12 3

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 571 assertNoShortcuts("never-shortcutted suggestion should not be there.", "unshortcuttable");
775 for (SuggestionData suggestion : suggestions) {
776 cursor.add(suggestion);
781 protected void reportClick(String query, SuggestionData suggestion) {
782 reportClick(new ListSuggestionCursor(query, suggestion), 0);
785 protected void reportClick(String query, SuggestionData suggestion, long now) {
786 reportClickAtTime(new ListSuggestionCursor(query, suggestion), 0, now);
807 protected void refreshShortcut(Source source, String shortcutId, SuggestionData suggestion) {
809 suggestion == null ? null : new ListSuggestionCursor(null, suggestion);
    [all...]
LevenshteinFormatterTest.java 151 private void verifyFormatSuggestion(String query, String suggestion, SpanFormat... spans) {
152 Spanned s = mFormatter.formatSuggestion(query, suggestion);
163 verifyFormatSuggestion("", "suggestion",
164 new SpanFormat(0, "suggestion", mSuggestedStyle));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapterBase.java 19 import com.android.quicksearchbox.Suggestion;
146 private String suggestionViewType(Suggestion suggestion) {
147 String viewType = mViewFactory.getViewType(suggestion);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 249 protected void pickSuggestionManually(final int index, final String suggestion) {
250 mLatinIME.pickSuggestionManually(index, new SuggestedWordInfo(suggestion, 1,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 119 // Swap punctuation: the state where a weak space and a punctuation from the suggestion strip
122 // Weak space: a space that should be swapped only by suggestion strip punctuation. Weak
123 // spaces happen when the user presses space, accepting the current suggestion (whether
128 // Phantom spaces happen when a user chooses a word from the suggestion strip.
2304 final String suggestion = suggestionInfo.mWord; local
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 145 // The same as newTemporary(), but this function returns "suggestion" if
146 // "suggestion" is a temporary. This function is helpful in situations
147 // where you've put "suggestion" in a RefPtr, but you'd like to allow
149 RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion : newTemporary(); }
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java     [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 361 // Setup for the Instant suggestion text view.
765 void AutocompleteEditViewGtk::SetInstantSuggestion(const string16& suggestion,
767 std::string suggestion_utf8 = UTF16ToUTF8(suggestion);
773 if (suggestion.empty()) {
792 const gchar* suggestion = gtk_label_get_text(GTK_LABEL(instant_view_)); local
793 return suggestion ? UTF8ToUTF16(suggestion) : string16();
816 // Use the real end iterator here to take the width of instant suggestion
    [all...]
autocomplete_edit_view_gtk.h 142 virtual void SetInstantSuggestion(const string16& suggestion,
176 // Sets the colors of the instant suggestion view according to the theme and
389 // Objects for the instant suggestion text view.
392 // A widget for displaying instant suggestion text. It'll be attached to a
autocomplete_edit_view_win.h 137 virtual void SetInstantSuggestion(const string16& suggestion,
autocomplete_edit.cc 197 const string16 suggestion = view_->GetInstantSuggestion(); local
198 if (suggestion.empty())
201 FinalizeInstantQuery(view_->GetText(), suggestion, skip_inline_autocomplete);
285 // autocomplete suggestion of "foo.net". He now presses ctrl-a (e.g. to
811 // Return true if the suggestion type warrants a TCP/IP preconnection.
    [all...]
autocomplete_edit_view_win.cc     [all...]
  /external/ceres-solver/docs/
introduction.tex 16 We welcome contributions to Ceres, whether they are new features, bug fixes or tests. The Ceres mailing list\footnote{\url{http://groups.google.com/group/ceres-solver}} is the best place for all development related discussions. Please consider joining it. If you have ideas on how you would like to contribute to Ceres, it is a good idea to let us know on the mailinglist before you start development. We may have suggestions that will save effort when trying to merge your work into the main branch. If you are looking for ideas, please let us know about your interest and skills and we will be happy to make a suggestion or three.
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 86 const std::pair<string16, string16> suggestion((*values)[i], (*labels)[i]);
87 if (seen_suggestions.insert(suggestion).second) {
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 641 // If state hasn't changed, reuse the last suggestion. There are two cases:
856 string16 suggestion = complete_suggested_text_.substr(user_text_.size()); local
858 delegate_->SetSuggestedTextFor(this, suggestion, behavior);
    [all...]
  /external/oprofile/libpp/
arrange_profiles.cpp 105 string suggestion; member in struct:__anon12756::axis_t
205 str += "Suggestion: ";
206 str += axes[classes.axis].suggestion;
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 116 // replace input field text with suggestion text
200 view.findViewById(R.id.suggestion).setOnClickListener(this);
328 * sorted list of results of a suggestion query
376 * data object to hold suggestion values
467 * Provides the title (text line 1) for a browser suggestion, which should be the
480 * Provides the subtitle (text line 2) for a browser suggestion, which should be the
  /frameworks/base/core/java/android/widget/
Editor.java 2526 String suggestion = suggestions[suggestionIndex]; local
2699 final String suggestion = suggestionInfo.text.subSequence( local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 79 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
191 * - After the user has accepted an edit suggestion
271 private final List<Suggestion> mSuggestions;
274 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) {
283 Suggestion suggestion = (Suggestion) getItem(position); local
290 suggestionView.bindSuggestion(suggestion);
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /external/libvorbis/doc/
01-introduction.tex 104 recommended (and Xiph.Org's Vorbis encoder follows this suggestion).
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js     [all...]

Completed in 660 milliseconds

12 3