HomeSort by relevance Sort by last modified time
    Searched defs:search (Results 1 - 25 of 292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/
search_urls.h 10 namespace search { namespace
15 } // namespace search
search_urls.cc 10 namespace search { namespace
26 } // namespace search
search_urls_unittest.cc 10 namespace search { namespace
40 } // namespace search
  /external/chromium_org/chrome/common/extensions/docs/static/js/
fatnav.js 14 var search = document.querySelector('#search'); variable
45 // Search button is used in tablet & desktop mode.
46 // In phone mode search is embedded in the menu.
47 search.addEventListener('click', function(e) {
60 var cse = google && google.search && google.search.cse &&
61 google.search.cse.element.getElement('results') || null;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.js 19 currentRequest = search(text, function(xml) {
74 description: '<url><match>src:</match></url> Search Chromium source'
88 isPlaintext ? ('<match>' + text + '</match>') : 'plaintext-search';
90 description += isRegex ? ('<match>' + text + '</match>') : 're:regex-search';
110 function search(query, callback) { function
121 var url = "https://code.google.com/p/chromium/codesearch#search/&type=cs&q=" + query +
167 navigate("https://code.google.com/p/chromium/codesearch#search/&type=cs" +
  /external/chromium_org/chrome/renderer/resources/
neterror.js 56 // Does a search using |baseSearchUrl| and the text in the search box.
57 function search(baseSearchUrl) { function
58 var searchTextNode = document.getElementById('search-box');
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURLUtilsReadOnly.cpp 67 String DOMURLUtilsReadOnly::search(const KURL& kurl) function in class:WebCore::DOMURLUtilsReadOnly
DOMURLUtilsReadOnly.h 67 static String search(const KURL&);
68 String search() { return search(url()); } function in class:WebCore::DOMURLUtilsReadOnly
  /external/chromium_org/third_party/icu/source/common/
ustack.cpp 56 int32_t UStack::search(void* obj) const { function in class:UStack
  /external/icu/icu4c/source/common/
ustack.cpp 56 int32_t UStack::search(void* obj) const { function in class:UStack
  /packages/apps/Settings/src/com/android/settings/search/
BaseSearchIndexProvider.java 17 package com.android.settings.search;
Indexable.java 17 package com.android.settings.search;
44 * @param enabled hint telling if the data needs to be considered into the search results
55 * @param enabled hint telling if the data needs to be considered into the search results
SearchIndexableRaw.java 17 package com.android.settings.search;
23 * Indexable raw data for Search.
SettingsSearchIndexablesProvider.java 17 package com.android.settings.search;
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.cc 5 #include "chrome/browser/search/search_terms_tracker.h"
59 TabData search; local
60 if (FindMostRecentSearch(controller, &search))
61 tabs_[controller->GetWebContents()] = search;
96 // This entry is a search results page. Extract the terms only if this
98 // record the search terms when we're on an SRP.
108 // search terms, as anything before this entry will be unrelated).
  /external/chromium_org/third_party/angle/src/compiler/translator/
NodeSearch.h 27 static bool search(TIntermNode *node) function in class:sh::NodeSearchTraverser
  /external/icu/icu4c/source/layoutex/
LXUtilities.cpp 53 le_int32 LXUtilities::search(le_int32 value, const le_int32 array[], le_int32 count) function in class:LXUtilities
  /libcore/luni/src/main/java/java/util/
Stack.java 105 public synchronized int search(Object o) { method in class:Stack
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 16 package com.android.browser.search;
23 * Interface for search engines.
27 // Used if the search engine is Google
31 * Gets the unique name of this search engine.
36 * Gets the human-readable name of this search engine.
41 * Starts a search.
46 * Gets search suggestions.
51 * Checks whether this search engine supports search suggestions.
56 * Closes this search engine
    [all...]
  /external/smack/src/org/jivesoftware/smackx/search/
UserSearch.java 17 package org.jivesoftware.smackx.search;
34 * Implements the protocol currently used to search information repositories on the Jabber network. To date, the jabber:iq:search protocol
35 * has been used mainly to search for people who have registered with user directories (e.g., the "Jabber User Directory" hosted at users.jabber.org).
36 * However, the jabber:iq:search protocol is not limited to user directories, and could be used to search other Jabber information repositories
37 * (such as chatroom directories) or even to provide a Jabber interface to conventional search engines.
39 * The basic functionality is to query an information repository regarding the possible search fields, to send a search query, and to receive search results
69 UserSearch search = new UserSearch(); local
100 UserSearch search = new UserSearch(); local
135 SimpleUserSearch search = new SimpleUserSearch(); local
174 UserSearch search = null; local
    [all...]
UserSearchManager.java 17 package org.jivesoftware.smackx.search;
33 * The UserSearchManager is a facade built upon Jabber Search Services (JEP-055) to allow for searching
40 * UserSearchManager search = new UserSearchManager(con, "users.jabber.org");
41 * Form searchForm = search.getSearchForm();
44 * ReportedData data = search.getSearchResults(answerForm);
66 * Returns the form to fill out to perform a search.
68 * @param searchService the search service to query.
69 * @return the form to fill out to perform a search.
77 * Submits a search form to the server and returns the resulting information
81 * @param searchService the name of the search service to use
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntStack.java 188 public int search(int o) method in class:IntStack
  /external/icu/icu4c/source/layout/
OpenTypeUtilities.cpp 129 le_int32 OpenTypeUtilities::search(le_uint32 value, const le_uint32 array[], le_int32 count) function in class:OpenTypeUtilities
151 le_int32 OpenTypeUtilities::search(le_uint16 value, const le_uint16 array[], le_int32 count) function in class:OpenTypeUtilities
  /external/llvm/utils/lit/lit/
discovery.py 40 ts, relative = search(parent)
53 def search(path): function in function:getTestSuite
73 ts, relative = search(item)
82 parent = search(path_in_suite[:-1])
100 def search(path_in_suite): function in function:getLocalConfig
107 return search(path_in_suite)
137 # Otherwise we have a directory to search for tests, start by getting the
141 # Search for tests.
147 # Search subdirectories.
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 193 static int search(FILE *file,const char *text,struct sockaddr *addr,int length, function
220 result = search(file,text,addr,length,flags);

Completed in 270 milliseconds

1 2 3 4 5 6 7 8 91011>>