HomeSort by relevance Sort by last modified time
    Searched full:searchable (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /cts/tests/app/
AndroidManifest.xml 110 <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  /external/llvm/lib/Option/
OptTable.cpp 113 assert(FirstSearchableIndex != 0 && "No searchable options?");
116 // Check that everything after the first searchable option is a
  /packages/apps/Mms/
AndroidManifest.xml 289 <meta-data android:name="android.app.searchable"
290 android:resource="@xml/searchable" />
  /packages/apps/Music/
AndroidManifest.xml 164 android:name="android.app.searchable"
165 android:resource="@xml/searchable"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionPanel.js 33 * @implements {WebInspector.Searchable}
  /external/chromium_org/webkit/glue/resources/
webkit_strings_en-GB.xtb 26 <translation id="8141602879876242471">This is a searchable index. Enter search keywords:</translation>
  /frameworks/base/core/java/android/app/
SearchDialog.java 85 // interaction with searchable application
228 // set up the searchable and show the dialog
256 // Try to get the searchable info for the provided component.
  /frameworks/base/media/java/android/media/tv/
TvContract.java 693 * The flag indicating whether this TV channel is searchable or not.
697 * "not searchable" cannot be used by other services except for the system service that
698 * shows the TV content. A value of 1 indicates the channel is searchable and can be
700 * hidden from search. If not specified, this value is set to 1 (searchable) by default.
705 public static final String COLUMN_SEARCHABLE = "searchable";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebSearchableFormData.cpp 181 // This form has multiple fields; don't treat it as searchable.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 41 * A table of known extensions, searchable by name or field number. When
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 284 // searchable index that maps to entries in the heap
SkPictureFlat.h 157 // searchable set of SkFlatData objects of type T.
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 41 * A table of known extensions, searchable by name or field number. When
  /external/skia/src/core/
SkBitmapHeap.h 284 // searchable index that maps to entries in the heap
SkPictureFlat.h 157 // searchable set of SkFlatData objects of type T.
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 99 public SuggestionsAdapter(Context context, SearchView searchView, SearchableInfo searchable,
106 mSearchable = searchable;
  /packages/apps/Contacts/
AndroidManifest.xml 136 <meta-data android:name="android.app.searchable"
137 android:resource="@xml/searchable"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 62 * @implements {WebInspector.Searchable}
143 this._searchableView.element.classList.add("searchable-view");
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h     [all...]
  /external/llvm/docs/
MakefileGuide.rst 145 ``libname.o`` (pre-linked) object. This means the library is not searchable and
165 openable with the ``dlopen`` function and searchable with the ``dlsym`` function
232 ``.a`` suffix is used then the library is linked as a searchable library (with
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesView.js 8 * @implements {WebInspector.Searchable}
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 148 /// searchable format. This does not include the functions in
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 85 <li>If your content is searchable, include the Search action in the action bar so people can cut
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetMetaDataTest.java 627 * implemented. Missing: test for searchable field.

Completed in 2030 milliseconds

1 2 3 45 6 7 8