Searched defs:search (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Browser/src/com/android/browser/search/
H A DSearchEnginePreference.java16 package com.android.browser.search;
H A DSearchEngines.java16 package com.android.browser.search;
64 Log.e(TAG, "Cannot load search engine " + name, exception);
H A DSearchEngine.java16 package com.android.browser.search;
23 * Interface for search engines.
27 // Used if the search engine is Google
31 * Gets the unique name of this search engine.
36 * Gets the human-readable name of this search engine.
41 * Starts a search.
46 * Gets search suggestions.
51 * Checks whether this search engine supports search suggestions.
56 * Closes this search engin
[all...]
H A DDefaultSearchEngine.java16 package com.android.browser.search;
62 Log.e(TAG, "Web search activity not found: " + activityName);
104 Log.e(TAG, "Web search activity not found: " + mSearchable.getSearchActivity());
H A DSearchEngineInfo.java16 package com.android.browser.search;
31 * Loads and holds data for a given web search engine.
37 // The fields of a search engine data array, defined in the same order as they appear in the
55 // The array of strings defining this search engine. The array values are in the same order as
60 * @throws IllegalArgumentException If the name does not refer to a valid search engine
81 throw new IllegalArgumentException(name + " has an empty search URI");
121 * Returns the URI for launching a web search with the given query (or null if there was no
122 * data available for this search engine).
129 * Returns the URI for retrieving web search suggestions for the given query (or null if there
130 * was no data available for this search engin
[all...]
H A DOpenSearchSearchEngine.java16 package com.android.browser.search;
45 * Provides search suggestions, if any, for a given web search provider.
103 Log.e(TAG, "Unable to get search URI for " + mSearchEngineInfo);
122 * Queries for a given search term and returns a cursor containing
146 * third element contains the descriptions. Some search engines don't support
154 // Some search engines given an empty array "[]" for descriptions instead of
/packages/apps/Email/src/org/apache/commons/io/
H A DIOCase.java206 * @param search the start to search for, not null
210 public boolean checkRegionMatches(String str, int strStartIndex, String search) { argument
211 return str.regionMatches(!sensitive, strStartIndex, search, 0, search.length());
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java116 setContentView(R.layout.search);
181 search(query, t);
209 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity
310 search(query, null);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java93 // usedForSearch - indicates if this fragment is used in the search fragment
336 private void search(String query, Time time) { method in class:AgendaFragment
373 search(event.query, event.startTime);
/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java41 import com.android.browser.search.SearchEngine;
42 import com.android.browser.search.SearchEngineInfo;
43 import com.android.browser.search.SearchEngines;
49 * url/search input view
290 public void onSearch(String search) { argument
291 mListener.onCopySuggestion(search);
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp86 // share_buf's size is determined by the buffers for search.
93 // The buffers for search are based on the share buffer
315 // Re-search the Pinyin string for the unlocked lemma
419 size_t MatrixSearch::search(const char *py, size_t py_len) { function in class:ime_pinyin::MatrixSearch
423 // If the search Pinyin string is too long, it will be truncated.
428 // increase search efficiency.
553 // The composing phrase is valid, reset all search space,
554 // and begin a new search which will only extend the composing
578 // Reseting search only clear pys_decoded_len_, but the string is kept.
976 // Extend the search matri
[all...]

Completed in 196 milliseconds