Searched refs:search (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp275 // first, we search for the exact name of the GLES userspace
306 const String8& pattern, const char* const search, bool exact) {
319 absolutePath.appendFormat("%s/%s.so", search, pattern.string());
327 DIR* d = opendir(search);
342 result.appendFormat("%s/%s", search, e->d_name);
305 find(String8& result, const String8& pattern, const char* const search, bool exact) argument
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py296 m = re.search(self.API_ENTRY_REGEX, apientry)
305 m = re.search(self.API_ENTRY_REGEX, apientry)
313 m = re.search(self.CALL_GL_API_REGEX, callsite)
/frameworks/base/tools/preload/
H A Dsorttable.js35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
/frameworks/base/services/tests/servicestests/src/com/android/server/search/
H A DSearchablesTest.java17 package com.android.server.search;
33 import com.android.server.search.Searchables;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java534 final MenuItem search = menu.findItem(R.id.menu_search);
544 search.setVisible(false);
549 search.collapseActionView();
561 search.expandActionView();
572 search.collapseActionView();
597 // TODO: close any search in-progress when hiding
598 search.setVisible(searchVisible);
835 // Ongoing search
1148 /** Currently active search, overriding any stack. */
/frameworks/base/core/java/android/provider/
H A DBrowser.java529 * Add a search string to the searches database.
533 * @param search The string to add to the searches database.
535 public static final void addSearchUrl(ContentResolver cr, String search) { argument
538 values.put(Searches.SEARCH, search);
544 * Remove all searches from the search database.
639 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
649 * The user entered search term.
651 public static final String SEARCH = "search";
654 * The date the search was performed, in milliseconds since the epoch.
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py302 return re.search(r'^[MADRC]', status, flags=re.MULTILINE) is not None
380 return re.search(r'^git-svn-id: .*@([0-9]+)', commit_message,
H A Dmerge_to_master.py116 svn_revision = re.search(r'^git-svn-id: .*@([0-9]+)', commit,
/frameworks/base/services/java/com/android/server/search/
H A DSearchManagerService.java17 package com.android.server.search;
53 * The search manager service handles the search UI, and maintains a registry of searchable
203 * @param launchActivity The activity from which we're launching this search.
204 * @return Returns a SearchableInfo record describing the parameters of the search,
216 * Returns a list of the searchable activities that can be included in global search.
227 * Gets the name of the global search activity.
234 * Gets the name of the web search activity.
H A DSearchables.java17 package com.android.server.search;
64 // Contains all installed activities that handle the global search
96 * <li>The activity itself implements search. This is indicated by the
98 * The value is a reference to an XML file containing search information.</li>
99 * <li>A related activity implements search. This is indicated by the
101 * The value is a string naming the activity implementing search. In this
104 * code will insert the "default" (e.g. contacts) search.
189 * refill as the user clicks "search".
252 // Find the global search activity
256 // Find the web search activit
[all...]
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java903 int graphType = search(VISUALIZERS, profiling);
961 int debugOverdraw = search(OVERDRAW, overdraw);
982 private static int search(String[] values, String value) { method in class:HardwareRenderer.GlRenderer
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java68 import com.android.server.search.SearchManagerService;

Completed in 1363 milliseconds