HomeSort by relevance Sort by last modified time
    Searched refs:SEARCH (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 14 if [ -n "$SEARCH" ]; then
15 echo search $SEARCH >> $RESOLVCONF
18 echo search $new_domain_name >> $RESOLVCONF
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderSearchesUriTest.java 40 values.put(SearchColumns.SEARCH, searchTerm);
57 Cursor cursor = getContentResolver().query(uri, null, SearchColumns.SEARCH + "=? AND " +
62 int index = cursor.getColumnIndex(SearchColumns.SEARCH);
81 values.put(SearchColumns.SEARCH, searchTerm[1]);
85 Cursor cursor = getContentResolver().query(mSearchesUri, null, SearchColumns.SEARCH + "=?",
90 cursor = getContentResolver().query(mSearchesUri, null, SearchColumns.SEARCH + "=?",
95 int index = cursor.getColumnIndex(SearchColumns.SEARCH);
118 Cursor cursor = getContentResolver().query(mSearchesUri, null, SearchColumns.SEARCH + "=?",
123 cursor = getContentResolver().query(mSearchesUri, null, SearchColumns.SEARCH + "=?",
128 int index = cursor.getColumnIndex(SearchColumns.SEARCH);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 44 final ImapResponse SEARCH = buildResponse(null, false, new ImapSimpleString("SEARCH"),
52 assertTrue(SEARCH.isDataResponse(0, ImapConstants.SEARCH));
56 assertFalse(SEARCH.isDataResponse(1, ImapConstants.SEARCH));
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SingleKeyAction.java 39 public static final SingleKeyAction SEARCH = new SingleKeyAction(KeyEvent.KEYCODE_SEARCH);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 78 public static final String SEARCH = "SEARCH";
89 public static final String UID_SEARCH = "UID SEARCH";
  /frameworks/base/core/java/android/provider/
Browser.java 130 * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
135 SearchColumns.SEARCH, // 1
521 * Add a search string to the searches database.
525 * @param search The string to add to the searches database.
527 public static final void addSearchUrl(ContentResolver cr, String search) {
530 values.put(Searches.SEARCH, search);
536 * Remove all searches from the search database.
631 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
641 * The user entered search term
    [all...]
BrowserContract.java 461 * The search history table.
473 * The MIME type of {@link #CONTENT_URI} providing a directory of browser search items.
478 * The MIME type of a {@link #CONTENT_URI} of a single browser search item.
489 * The user entered search term.
491 public static final String SEARCH = "search";
494 * The date the search was performed, in milliseconds since the epoch.
  /external/chromium_org/components/omnibox/
autocomplete_provider.cc 37 return "Search";
70 return metrics::OmniboxEventProto::SEARCH;
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_data.js 413 'label': 'search'
729 'label': 'search'
1002 'label': 'search'
1320 'label': 'search'
1599 'label': 'search'
    [all...]
keyboard_overlay.js 26 'SEARCH': 'modifier-search'
33 'E0 5B': 'is-search'
37 'search': 'E0 5B',
60 91: 'search',
61 92: 'search',
207 91: 'SEARCH',
214 'SEARCH': searchIsPressed
219 searchIsPressed = isPressed['SEARCH'];
222 return ['SHIFT', 'CTRL', 'ALT', 'SEARCH'].filter
    [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 182 # $1 is the string to search for
183 # $2... is the list to search in
187 local SEARCH="$1"
197 if [ "$ELEMENT" = "$SEARCH" ]; then
  /packages/apps/Calendar/src/com/android/calendar/
SearchActivity.java 116 setContentView(R.layout.search);
184 search(query, t); method
212 private void search(String searchQuery, Time goToTime) { method in class:SearchActivity
221 searchEventInfo.eventType = EventType.SEARCH;
312 search(query, null); method
373 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query,
CalendarController.java 120 final long SEARCH = 1L << 8;
168 public String query; // query for a user search
409 * sendEvent() variant with extraLong, search query, and search component name.
617 } else if (event.eventType == EventType.SEARCH) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 95 // usedForSearch - indicates if this fragment is used in the search fragment
338 private void search(String query, Time time) { method in class:AgendaFragment
359 return EventType.GO_TO | EventType.EVENTS_CHANGED | ((mUsedForSearch)?EventType.SEARCH:0);
374 } else if (event.eventType == EventType.SEARCH) {
375 search(event.query, event.startTime); method
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 105 value.put(SearchColumns.SEARCH, cursor.getString(1));
144 final String searchString = "search string";
145 final String searchStringAnother = "another search string";
652 value.put(SearchColumns.SEARCH, insertSearch);
657 Browser.SEARCHES_PROJECTION, SearchColumns.SEARCH + " = ?",
670 value.put(SearchColumns.SEARCH, updateSearch);
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 79 private final static int SEARCH = CHILD_MENU_BASE;
350 menu.add(0, SEARCH, 0, R.string.search_title);
378 menu.add(0, SEARCH, 0, R.string.search_title);
456 case SEARCH:
    [all...]
AlbumBrowserActivity.java 78 private final static int SEARCH = CHILD_MENU_BASE;
294 menu.add(0, SEARCH, 0, R.string.search_title);
345 case SEARCH:
372 // Since we hide the 'search' menu item when both album and artist are
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderList.java 204 if (folder.isProviderFolder() || folder.isType(FolderType.SEARCH)) {
205 LogUtils.d(TAG, "Not touching recent folder because it's provider or search folder");
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 52 <?cs # ADD SEARCH AND MENU ?>
209 <div id="leftSearchControl" class="search-control">Loading...</div>
244 <?cs # ADD SEARCH AND MENU ?>
253 <div id="leftSearchControl" class="search-control">Loading...</div>
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 363 map.put(Searches.SEARCH, Searches.SEARCH);
450 Searches.SEARCH + " TEXT," +
1621 String search = values.getAsString(Searches.SEARCH); local
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 98 <?cs # ADD SEARCH AND MENU ?>
306 <div id="leftSearchControl" class="search-control">Loading...</div>
343 <?cs # ADD SEARCH AND MENU ?>
352 <div id="leftSearchControl" class="search-control">Loading...</div>
  /external/chromium_org/components/search_engines/
template_url.cc 58 // Like google:baseURL, but for the Search Suggest capability.
110 // Used if the count parameter is not optional. Indicates we want 10 search
275 case SEARCH: return owner_->url();
289 case SEARCH: return owner_->search_url_post_params();
480 // We need a search term in the template URL to extract something.
487 // Fill-in the replacements. We don't care about search terms in the pattern,
489 // Currently we assume the search term only shows in URL, not in post params.
510 // Fail if search term key is found twice.
516 // Extract the search term.
754 // Only parse the host/key if there is one search term. Technically ther
    [all...]
template_url.h 30 // (which represents an entire "search engine", see below). If
52 SEARCH,
96 // The version of contextual search.
117 // If true, the server will generate a search term based on the user
119 // as the search term.
123 // The search terms (query).
135 // search provider to support HTTPS protocol in order to receive the AQS
172 // params specified via the --extra-search-query-params command-line
173 // argument. Generally, this should be set when dealing with the search or
174 // instant TemplateURLRefs of the default search engine and the caller care
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 126 DEFINE_KEYCODE(SEARCH),
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java 46 public static final int SEARCH = 0x0F;
510 // Search code page 15
511 public static final int SEARCH_PAGE = SEARCH << PAGE_SHIFT;
    [all...]

Completed in 1022 milliseconds

1 2 3