/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SingleSourceCorpus.java | 98 // We don't make shortcuts for searches in app corpora
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Set.java | 71 * Searches this set for the specified object. 81 * Searches this set for all objects in the specified collection.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
Socks4Message.java | 140 * searches for the end of the user id, then searches for the end of the
|
/external/webkit/WebCore/platform/qt/ |
Localizations.cpp | 266 return QCoreApplication::translate("QWebPage", "No recent searches", "Label for only item in menu that appears when clicking on the search field image, when no searches have been performed"); 271 return QCoreApplication::translate("QWebPage", "Recent searches", "label for first item in the menu that appears when clicking on the search field image, used as embedded menu title"); 276 return QCoreApplication::translate("QWebPage", "Clear recent searches", "menu item in Recent Searches menu that empties menu's contents");
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
IntVector.java | 342 * Searches for the first occurence of the given argument, 365 * Searches for the first occurence of the given argument, 387 * Searches for the first occurence of the given argument,
|
ObjectVector.java | 339 * Searches for the first occurence of the given argument, 362 * Searches for the first occurence of the given argument, 384 * Searches for the first occurence of the given argument,
|
/external/webkit/WebCore/platform/gtk/ |
LocalizedStringsGtk.cpp | 276 return String::fromUTF8(_("No recent searches")); 281 return String::fromUTF8(_("Recent searches")); 286 return String::fromUTF8(_("_Clear recent searches"));
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchQueryResults.java | 102 // If your application provides context data for its searches,
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
SearchableDictionary.java | 69 * Searches the dictionary and displays results for the given query.
|
/external/e2fsprogs/doc/ |
libblkid.txt | 6 expects to be doing multiple token searches, the program should
|
/external/icu4c/samples/ugrep/ |
readme.txt | 11 The program searches for the specified regular expression in each of the
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ |
shell.js | 34 * The test driver searches for such a phrase in the test output.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/ |
shell.js | 34 * The test driver searches for such a phrase in the test output.
|
/external/webkit/WebKit/mac/WebView/ |
WebDocumentPrivate.h | 70 @abstract Searches a document view for a string and highlights the string if it is found.
|
WebFrame.h | 183 findFrameNamed first searches from the current frame to all descending frames then the 184 rest of the frames in the WebView. If still not found, findFrameNamed searches the
|
/frameworks/base/docs/html/guide/publishing/ |
publishing.jd | 169 <p style="color:#669999;">Searches on Android Market</p> 259 <td>Searches only the Java package name of applications. Returns only exact 267 <td>Searches only the "Developer Name" fields of Market public profiles. 275 <td>Searches all public fields (application title, developer name, and
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scr.h | 131 * \brief Searches the client database for a client with matching state, from startFrom to endAt\n
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Dictionary.java | 54 * Searches for words in the dictionary that match the characters in the composer. Matched
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
symtab.h | 65 unsigned int searches; member in struct:ht
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
EclipseTestCollector.java | 41 * Searches through given plugin, adding all TestCase classes to given suite
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
scr.h | 131 * \brief Searches the client database for a client with matching state, from startFrom to endAt\n
|
/external/srec/srec/crec/ |
srec_initialize.c | 177 multiple searches */ 185 different searches, this saves memory and enables each search
|
/external/webkit/WebCore/html/ |
HTMLFormCollection.cpp | 157 // This method first searches for an object with a matching id 158 // attribute. If a match is not found, the method then searches for an
|
/external/webkit/WebKit/gtk/po/ |
en_GB.po | 644 msgid "No recent searches" 645 msgstr "No recent searches" 648 msgid "Recent searches" 649 msgstr "Recent searches" 652 msgid "_Clear recent searches" 653 msgstr "_Clear recent searches"
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserProvider.java | 73 "bookmarks", "searches" 150 // 10 -> 11 add searches table 268 db.execSQL("CREATE TABLE searches (" + 296 db.execSQL("DROP TABLE IF EXISTS searches"); [all...] |