/packages/inputmethods/PinyinIME/jni/include/ |
userdict.h | 271 UserDictSearchable *searchable, 274 bool cache_hit(UserDictSearchable *searchable, 277 bool load_cache(UserDictSearchable *searchable, 280 void save_cache(UserDictSearchable *searchable, 285 bool load_miss_cache(UserDictSearchable *searchable); 287 void save_miss_cache(UserDictSearchable *searchable); 315 const UserDictSearchable *searchable); 318 uint16 fulllen, const UserDictSearchable *searchable); 344 // Prepare searchable to fasten locate process 345 void prepare_locate(UserDictSearchable *searchable, [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | 368 const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) { 369 if (len1 < searchable->splids_len) 374 for (i = 0; i < searchable->splids_len; i++) { 377 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off); 386 const uint16 * id1, uint16 len1, const UserDictSearchable *searchable) { 387 if (len1 < searchable->splids_len) 389 if (len1 > searchable->splids_len) 397 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off); 409 const UserDictSearchable *searchable) { 410 if (fulllen < searchable->splids_len 529 UserDictSearchable searchable; local [all...] |
/cts/tests/res/xml/ |
searchable.xml | 17 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/res/xml/ |
searchable.xml | 18 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/Wiktionary/res/xml/ |
searchable.xml | 17 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/samples/browseable/BasicContactables/res/xml/ |
searchable.xml | 18 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/src/main/ |
AndroidManifest.xml | 41 android:name="android.app.searchable" 42 android:resource="@xml/searchable" />
|
/development/samples/SearchableDictionary/res/values/ |
strings.xml | 22 <string name="app_name">Searchable Dictionary</string> 24 <!-- The label for use as a searchable item -->
|
/development/samples/browseable/BasicContactables/ |
AndroidManifest.xml | 41 android:name="android.app.searchable" 42 android:resource="@xml/searchable" />
|
/packages/apps/QuickSearchBox/tests/partial/ |
AndroidManifest.xml | 33 <meta-data android:name="android.app.searchable" 34 android:resource="@xml/searchable" />
|
/frameworks/base/docs/html/guide/topics/search/ |
searchable-config.jd | 1 page.title=Searchable Configuration 34 <<a href="#searchable-element">searchable</a> xmlns:android="http://schemas.android.com/apk/res/android" 61 </searchable> 68 <dt id="searchable-element"><code><searchable></code></dt> 79 your application as a searchable item in the system's search settings.</dd> 84 content is searchable. For consistency with other Android applications, you should format the 139 {@code <searchable>} attributes:</p><br/> 192 following {@code <searchable>} attributes:</p><br/ [all...] |
index.jd | 14 <li><a href="searchable-config.html">Searchable Configuration</a></li> 18 <li><a href="{@docRoot}resources/samples/SearchableDictionary/index.html">Searchable 74 <dt><strong><a href="searchable-config.html">Searchable Configuration</a></strong></dt> 75 <dd>A reference document for the searchable configuration file (though the other
|
/frameworks/base/services/java/com/android/server/search/ |
SearchManagerService.java | 53 * The search manager service handles the search UI, and maintains a registry of searchable 95 //Log.i(TAG, "Building list of searchable activities for userId=" + userId); 154 // Update list of searchable activities 197 // Searchable activities API 205 * or null if no searchable metadata was available. 216 * Returns a list of the searchable activities that can be included in global search.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebSearchableFormData.h | 42 // corresponds to a searchable form request. 51 // URL for the searchable form request.
|
/packages/apps/QuickSearchBox/tests/naughty/ |
AndroidManifest.xml | 33 <meta-data android:name="android.app.searchable" 50 <meta-data android:name="android.app.searchable"
|
/development/samples/ApiDemos/res/xml/ |
searchable.xml | 20 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/external/chromium/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.h | 39 // If params has a searchable form, this tries to create a new keyword.
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
search_engine_tab_helper.h | 42 // If params has a searchable form, this tries to create a new keyword.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
README.searchcvs.setup.mysql.txt | 2 can be updated without worry of data duplication. The database is then searchable
|
/packages/apps/Browser/res/xml/ |
bookmarks_searchable.xml | 17 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
searchable.xml | 20 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkSearch.java | 25 * to global search (through its searchable meta-data), and to handle the intents produced
|
/packages/apps/Email/res/xml/ |
searchable.xml | 18 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/Email/src/com/android/mail/providers/ |
EmailAccountCacheProvider.java | 30 * res/xml/searchable.xml.
|
/packages/apps/Mms/res/xml/ |
searchable.xml | 20 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
|