/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/openssl/ssl/ |
install.com | 59 $ IF F$SEARCH(XEXE_DIR+E+".EXE") .NES. "" 75 $ IF F$SEARCH(XEXE_DIR+E+".OLB") .NES. "" 81 $ IF F$SEARCH(XEXE_DIR+E+".EXE") .NES. ""
|
ssl-lib.com | 161 $ IF (F$SEARCH(SSL_LIB).EQS."") 220 $ IF (F$SEARCH(SOURCE_FILE).EQS."") 281 $ IF (F$SEARCH("SYS$DISK:[]SSL_TASK.C").EQS."") 351 $ IF (F$SEARCH(OPT_FILE).EQS."") 380 $ IF (F$SEARCH(OPT_FILE).EQS."") 410 $ IF (F$SEARCH(OPT_FILE).EQS."") 449 $! End The Option File Search. 468 $ IF (F$SEARCH(SSL_LIB).EQS."") 488 $ IF (F$SEARCH(CRYPTO_LIB).EQS."")
|
/external/webkit/WebCore/html/ |
HTMLInputElement.cpp | 183 case SEARCH: 234 case SEARCH: 262 case SEARCH: 325 case SEARCH: 361 case SEARCH: 400 case SEARCH: 447 case SEARCH: 483 case SEARCH: 547 case SEARCH: 601 case SEARCH [all...] |
ValidityState.cpp | 114 case HTMLInputElement::SEARCH:
|
HTMLInputElement.h | 55 SEARCH, 128 virtual bool isSearchField() const { return m_type == SEARCH; }
|
/external/openssl/apps/ |
install.com | 49 $ IF F$SEARCH(EXE_DIR+E+".EXE") .NES. ""
|
CA.com | 93 $ IF F$SEARCH(CATOP+"]serial.") .EQS. "" 114 $ IF F$SEARCH(CATOP+".private"+CAKEY) .EQS. "" 118 $ IF F$SEARCH(FILE) .NES. ""
|
makeapps.com | 243 $ IF (F$SEARCH(SOURCE_FILE).EQS."") 346 $ IF (F$SEARCH(OPT_FILE).EQS."") 375 $ IF (F$SEARCH(OPT_FILE).EQS."") 405 $ IF (F$SEARCH(OPT_FILE).EQS."") 444 $! End The Option File Search. 466 $ IF (F$SEARCH(CRYPTO_LIB).EQS."") 486 $ IF (F$SEARCH(SSL_LIB).EQS."")
|
/external/openssl/crypto/des/ |
des-lib.com | 151 $ IF (F$SEARCH(LIB_NAME).EQS."") 206 $ IF (F$SEARCH(SOURCE_FILE).EQS."") 266 $ IF (F$SEARCH("SYS$DISK:[]DESTEST.C").EQS."") 314 $ IF (F$SEARCH("SYS$DISK:[]SPEED.C").EQS."") 362 $ IF (F$SEARCH("SYS$DISK:[]RPW.C").EQS."") 410 $ IF (F$SEARCH("SYS$DISK:[]DES.C").EQS."") 460 $ IF (F$SEARCH("SYS$DISK:[]DES_OPTS.C").EQS."") 506 $ IF (F$SEARCH(OPT_FILE).EQS."") 535 $ IF (F$SEARCH(OPT_FILE).EQS."") 565 $ IF (F$SEARCH(OPT_FILE).EQS."" [all...] |
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
ApplicationsProvider.java | 54 * Fetches the list of applications installed on the phone to provide search suggestions. 70 private static final int SEARCH = 2; 119 SEARCH); 121 SEARCH); 258 case SEARCH: 266 * Queries for a given search term and returns a cursor containing 299 case SEARCH: {
|
/frameworks/base/core/java/android/provider/ |
Browser.java | 107 SearchColumns._ID, SearchColumns.SEARCH, SearchColumns.DATE }; 113 private static final String SEARCHES_WHERE_CLAUSE = "search = ?"; 530 * Add a search string to the searches database. 534 * @param search The string to add to the searches database. 536 public static final void addSearchUrl(ContentResolver cr, String search) { 544 new String [] { search }, 547 map.put(SearchColumns.SEARCH, search); 562 * Remove all searches from the search database. 617 public static final String SEARCH = "search" [all...] |
/external/openssl/crypto/ |
install.com | 130 $ IF F$SEARCH(EXE_DIR+E+".OLB") .NES. "" 136 $ IF F$SEARCH(EXE_DIR+E+".EXE") .NES. ""
|
crypto-lib.com | 149 $ IF (F$SEARCH(LIB_NAME).EQS."") 483 $ IF (F$SEARCH(SOURCE_FILE).EQS."") 641 $ IF (F$SEARCH(OPT_FILE).EQS."") 670 $ IF (F$SEARCH(OPT_FILE).EQS."") 700 $ IF (F$SEARCH(OPT_FILE).EQS."") 739 $! End The Option File Search. [all...] |
/external/bluetooth/bluez/compat/ |
hidd.c | 60 SEARCH, 654 "\t--search Search for HID devices\n" 679 { "search", 0, 0, 's' }, 750 mode = SEARCH; 803 case SEARCH:
|
/cts/tests/tests/provider/src/android/provider/cts/ |
BrowserTest.java | 100 value.put(SearchColumns.SEARCH, cursor.getString(1)); 136 notes = "Test methods to access the search string in the searches database", 142 notes = "Test methods to access the search string in the searches database", 148 final String searchString = "search string"; 149 final String searchStringAnother = "another search string"; 728 value.put(SearchColumns.SEARCH, insertSearch); 733 Browser.SEARCHES_PROJECTION, SearchColumns.SEARCH + " = ?", 746 value.put(SearchColumns.SEARCH, updateSearch); [all...] |
/packages/apps/Music/src/com/android/music/ |
ArtistAlbumBrowserActivity.java | 78 private final static int SEARCH = CHILD_MENU_BASE; 349 menu.add(0, SEARCH, 0, R.string.search_title); 377 menu.add(0, SEARCH, 0, R.string.search_title); 444 case SEARCH: [all...] |
AlbumBrowserActivity.java | 77 private final static int SEARCH = CHILD_MENU_BASE; 293 menu.add(0, SEARCH, 0, R.string.search_title); 339 case SEARCH: 366 // Since we hide the 'search' menu item when both album and artist are
|
TrackBrowserActivity.java | 76 private static final int SEARCH = CHILD_MENU_BASE + 6; 660 // only add the 'search' menu if the selected item is music 662 menu.add(0, SEARCH, 0, R.string.search_title); 727 case SEARCH: [all...] |
/packages/apps/Email/src/com/android/exchange/adapter/ |
Tags.java | 47 public static final int SEARCH = 0x0F; 360 public static final int SEARCH_PAGE = SEARCH << PAGE_SHIFT; [all...] |
/external/webkit/WebKit/chromium/src/ |
AssertMatchingEnums.cpp | 239 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Search, HTMLInputElement::SEARCH);
|
/external/qemu/android/ |
hw-events.h | 253 KEY_CODE(SEARCH ,217) \
|
/external/bluetooth/glib/tests/ |
sequence-test.c | 83 SORT_CHANGED_ITER, REMOVE, REMOVE_RANGE, MOVE_RANGE, SEARCH, SEARCH_ITER, 92 /* search */ 838 case SEARCH: 1040 /* search */
|
/external/webkit/WebKit/android/nav/ |
WebView.cpp | [all...] |
/external/webkit/WebCore/editing/ |
Editor.cpp | [all...] |