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

1 2 3 4

  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 14 if [ -n "$SEARCH" ]; then
15 echo search $SEARCH >> $RESOLVCONF
18 echo search $new_domain_name >> $RESOLVCONF
  /packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
ScreenEvent.java 31 public static final int SEARCH = 1;
43 case SEARCH: // fall-through
44 case SEARCH_EXIT: return "Search";
  /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/io/appium/droiddriver/actions/
SingleKeyAction.java 38 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";
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 78 public static final String SEARCH = "SEARCH";
89 public static final String UID_SEARCH = "UID SEARCH";
  /external/libgdx/gdx/src/com/badlogic/gdx/
Input.java 148 public static final int SEARCH = 84;
420 case SEARCH:
421 return "Search";
  /frameworks/base/core/java/android/provider/
Browser.java 140 * {@link SearchColumns#SEARCH}, and {@link SearchColumns#DATE}.
146 SearchColumns.SEARCH, // 1
391 * Add a search string to the searches database.
394 * @param search The string to add to the searches database.
397 public static final void addSearchUrl(ContentResolver cr, String search) {
401 * Remove all searches from the search database.
492 * Column definitions for the search history table, available at {@link #SEARCHES_URI}.
503 * The user entered search term.
505 public static final String SEARCH = "search";
    [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.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
vector.d 102 120: 0d c4 10 82 \(R0, R1\) = SEARCH R2 \(LT\);
103 124: 0d c4 80 cf \(R6, R7\) = SEARCH R0 \(LE\);
104 128: 0d c4 c8 0c \(R3, R6\) = SEARCH R1 \(GT\);
105 12c: 0d c4 18 4b \(R4, R5\) = SEARCH R3 \(GE\);
parallel3.d 152 240: 0d cc 10 82 \(R0, R1\) = SEARCH R2 \(LT\) \|\| R2 = \[P0 \+ 0x4\] \|\| NOP;
154 248: 0d cc 80 cf \(R6, R7\) = SEARCH R0 \(LE\) \|\| R5 = \[P0--\] \|\| NOP;
156 250: 0d cc c8 0c \(R3, R6\) = SEARCH R1 \(GT\) \|\| R0 = \[P0 \+ 0x14\] \|\| NOP;
158 258: 0d cc 18 4b \(R4, R5\) = SEARCH R3 \(GE\) \|\| R1 = \[P0\+\+\] \|\| NOP;
expected_errors.s 117 (R3, R3) = SEARCH R0 (GE);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiBrowser.java 69 EXPAND_ALL, COLLAPSE_ALL, SEARCH;
162 menu.add(Menu.NONE, MenuId.SEARCH.getId(), Menu.NONE, "Search").setIcon(
177 } else if (itemId == MenuId.SEARCH.getId()) {
ScriptManager.java 100 TRIGGER_MANAGER, REFRESH, SEARCH, RENAME, EXTERNAL;
275 menu.add(Menu.NONE, MenuId.SEARCH.getId(), Menu.NONE, "Search").setIcon(
357 } else if (itemId == MenuId.SEARCH.getId()) {
ScriptEditor.java 94 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH;
189 menu.add(0, MenuId.SEARCH.getId(), 0, "Find").setIcon(android.R.drawable.ic_menu_search);
229 } else if (item.getItemId() == MenuId.SEARCH.getId()) {
338 b.setTitle("Search and Replace");
587 String search = Pattern.quote(findText); local
593 search = "\\b" + search + "\\b";
595 Pattern p = Pattern.compile(search, flags);
599 Toast.makeText(this, "Search not found.", Toast.LENGTH_SHORT).show();
  /ndk/build/tools/
common-build-host-funcs.sh 200 # $1 is the string to search for
201 # $2... is the list to search in
205 local SEARCH="$1"
215 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
  /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");
  /toolchain/binutils/binutils-2.25/gas/config/
te-vms.c 196 status = SYS$SEARCH (&fab, 0, 0);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m68k.c     [all...]
  /frameworks/native/include/input/
InputEventLabels.h 126 DEFINE_KEYCODE(SEARCH),

Completed in 1111 milliseconds

1 2 3 4