/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...] |
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
SingleKeyAction.java | 39 public static final SingleKeyAction SEARCH = new SingleKeyAction(KeyEvent.KEYCODE_SEARCH);
|
/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...] |
/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);
|
/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>
|
/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...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
ChromeBrowserProvider.java | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
vms_x_fix.h | [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 38 // set search's onkeyup handler here so we can show suggestions 39 // even while search results are visible 42 // set up the search close button 43 $('.search .close').click(function() { 47 $("#search-container").removeClass('active'); 52 $('.search').click(function() { 85 //Set up search 87 $("#search-container").addClass('active'); 89 $("#search-container").mouseover(function() { 90 $("#search-container").addClass('active') [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 12 var GOOGLE_DATA; // combined data for google service apis, used for search suggest 20 // load json file for Android API search suggestions 61 // set search's onkeyup handler here so we can show suggestions 62 // even while search results are visible 65 // set up the search close button 66 $('.search .close').click(function() { 70 $("#search-container").removeClass('active'); 75 $('.search').click(function() { 108 //Set up search 110 $("#search-container").addClass('active') [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest 35 // load json file for JD doc search suggestions 37 // load json file for Android API search suggestions 57 // setup keyboard listener for search shortcut 84 // set up the search close button 85 $('.search .close').click(function() { 89 $("#search-container").removeClass('active'); 122 //Set up search 124 $("#search-container").addClass('active'); 126 $("#search-container").mouseover(function() [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/js/ |
docs.js | 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest 25 // load json file for JD doc search suggestions 27 // load json file for Android API search suggestions 47 // setup keyboard listener for search shortcut 69 // set up the search close button 70 $('.search .close').click(function() { 74 $("#search-container").removeClass('active'); 107 //Set up search 109 $("#search-container").addClass('active'); 111 $("#search-container").mouseover(function() [all...] |
/external/chromium_org/third_party/android_platform/webview/ |
frameworks.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |