Searched defs:search (Results 1 - 25 of 146) sorted by relevance

123456

/external/chromium_org/chrome/common/
H A Dsearch_urls.h10 namespace search { namespace
15 } // namespace search
H A Dsearch_urls_unittest.cc10 namespace search { namespace
40 } // namespace search
H A Dsearch_urls.cc10 namespace search { namespace
26 } // namespace search
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dfatnav.js14 var search = document.querySelector('#search'); variable
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/
H A Dbackground.js19 currentRequest = search(text, function(xml) {
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/
H A Dneterror.js56 // 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/
H A DDOMURLUtilsReadOnly.cpp67 String DOMURLUtilsReadOnly::search(const KURL& kurl) function in class:WebCore::DOMURLUtilsReadOnly
H A DDOMURLUtilsReadOnly.h67 static String search(const KURL&);
68 String search() { return search(url()); } function in class:WebCore::DOMURLUtilsReadOnly
/external/smack/src/org/jivesoftware/smackx/search/
H A DUserSearch.java17 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 result
209 buildDataForm(SimpleUserSearch search, String instructions, XmlPullParser parser) argument
[all...]
H A DSimpleUserSearch.java17 package org.jivesoftware.smackx.search;
31 * the mechanism for allowing always type ReportedData to be returned by any search result,
52 buf.append("<query xmlns=\"jabber:iq:search\">");
H A DUserSearchManager.java17 package org.jivesoftware.smackx.search;
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.
91 * Returns a collection of search service
[all...]
/external/chromium_org/chrome/common/favicon/
H A Dfavicon_url_parser.cc23 // Returns true if |search| is a substring of |path| which starts at
27 const std::string& search) {
28 return path.compare(start_index, search.length(), search) == 0;
122 // "chrome-search://favicon/size/16@2x/<renderer-id>/<most-visited-id>"
124 // "chrome-search://favicon/size/16@2x/<most-visited-item-with-given-id>".
25 HasSubstringAt(const std::string& path, size_t start_index, const std::string& search) argument
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DNodeSearch.h27 static bool search(TIntermNode *node) function in class:sh::NodeSearchTraverser
/external/chromium_org/third_party/icu/source/common/
H A Dustack.cpp56 int32_t UStack::search(void* obj) const { function in class:UStack
/external/icu/icu4c/source/common/
H A Dustack.cpp56 int32_t UStack::search(void* obj) const { function in class:UStack
/external/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp53 le_int32 LXUtilities::search(le_int32 value, const le_int32 array[], le_int32 count) function in class:LXUtilities
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntStack.java188 public int search(int o) method in class:IntStack
H A DObjectStack.java191 public int search(Object o) method in class:ObjectStack
/external/llvm/utils/lit/lit/
H A Ddiscovery.py40 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
/external/chromium_org/chrome/browser/search/
H A Dsearch_terms_tracker.cc5 #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/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.h56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) { argument
62 bms = search;
65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { argument
71 srch = search;
104 while (bms->search(offset, start, end)) {
112 /* NOTE: No Boyer-Moore backward search yet... */
113 while (bms->search(offset, start, end)) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Daddr2line-pdb.c56 char* search; local
93 search = malloc(SEARCH_CAP);
94 if (SymGetSearchPath(process, search, SEARCH_CAP)) {
95 if (strlen(search) + sizeof(";" WEBSYM) > SEARCH_CAP) {
100 strcat(search, ";" WEBSYM);
105 strcpy(search, WEBSYM); /* Use a default value */
107 if (!SymSetSearchPath(process, search)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Daddr2line-pdb.c62 char* search; local
100 search = malloc(SEARCH_CAP);
101 if (SymGetSearchPath(process, search, SEARCH_CAP)) {
102 if (strlen(search) + sizeof(";" WEBSYM) > SEARCH_CAP) {
107 strcat(search, ";" WEBSYM);
112 strcpy(search, WEBSYM); /* Use a default value */
114 if (!SymSetSearchPath(process, search)) {
/external/clang/utils/
H A Dtoken-delta.py71 res = self.search(c, sets)
82 def search(self, c, sets): member in class:DeltaAlgorithm
/external/elfutils/0.153/libelf/
H A Dnlist.c196 struct hashentry search; local
200 search.str = nl->n_name;
201 found = nlist_fshash_find (table, nl->n_name, 0, &search);
223 /* Next search request. */

Completed in 3283 milliseconds

123456