HomeSort by relevance Sort by last modified time
    Searched defs:search (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 140 INC_STATS("DOM.Location.search._set");
145 String search = toWebCoreString(value); local
147 impl->setSearch(search, state->activeWindow(), state->firstWindow());
  /packages/apps/Browser/src/com/android/browser/search/
DefaultSearchEngine.java 16 package com.android.browser.search;
62 Log.e(TAG, "Web search activity not found: " + activityName);
104 Log.e(TAG, "Web search activity not found: " + mSearchable.getSearchActivity());
SearchEngineInfo.java 16 package com.android.browser.search;
31 * Loads and holds data for a given web search engine.
37 // The fields of a search engine data array, defined in the same order as they appear in the
55 // The array of strings defining this search engine. The array values are in the same order as
60 * @throws IllegalArgumentException If the name does not refer to a valid search engine
81 throw new IllegalArgumentException(name + " has an empty search URI");
121 * Returns the URI for launching a web search with the given query (or null if there was no
122 * data available for this search engine).
129 * Returns the URI for retrieving web search suggestions for the given query (or null if there
130 * was no data available for this search engine)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 31 import static org.eclipse.jdt.core.search.IJavaSearchConstants.REFERENCES;
64 import org.eclipse.jdt.core.search.IJavaSearchScope;
65 import org.eclipse.jdt.core.search.SearchEngine;
66 import org.eclipse.jdt.core.search.SearchMatch;
67 import org.eclipse.jdt.core.search.SearchParticipant;
68 import org.eclipse.jdt.core.search.SearchPattern;
69 import org.eclipse.jdt.core.search.SearchRequestor;
101 * The maximum number of milliseconds to search for an activity in the codebase when
524 // Search for which java classes call setContentView(R.layout.layoutname);
536 search(requestor, javaProject, pattern) method
678 search(requestor, javaProject, pattern); method
696 private static void search(SearchRequestor requestor, IJavaProject javaProject, method in class:ManifestInfo
    [all...]
  /bootable/recovery/applypatch/
bsdiff.c 169 static off_t search(off_t *I,u_char *old,off_t oldsize, function
189 return search(I,old,oldsize,new,newsize,x,en,pos);
191 return search(I,old,oldsize,new,newsize,st,x,pos);
287 len=search(I,old,oldsize,new+scan,newsize-scan,
  /external/bsdiff/
bsdiff.c 152 static off_t search(off_t *I,u_char *old,off_t oldsize, function
172 return search(I,old,oldsize,new,newsize,x,en,pos);
174 return search(I,old,oldsize,new,newsize,st,x,pos);
278 len=search(I,old,oldsize,new+scan,newsize-scan,
  /external/chromium/third_party/libevent/
buffer.c 429 u_char *search = buffer->buffer, *end = search + buffer->off; local
432 while (search < end &&
433 (p = memchr(search, *what, end - search)) != NULL) {
438 search = p + 1;
  /external/icu4c/i18n/
usrchimp.h 61 struct USearch *search; member in struct:UStringSearch
98 * @param strsrch string search data
109 * @param strsrch string search data
119 * @param strsrch string search data
130 * @param strsrch string search data
  /external/skia/src/core/
SkRTree.cpp 107 void SkRTree::search(const SkIRect& query, SkTDArray<void*>* results) { function in class:SkRTree
113 this->search(fRoot.fChild.subtree, query, results);
307 void SkRTree::search(Node* root, const SkIRect query, SkTDArray<void*>* results) const { function in class:SkRTree
313 this->search(root->child(i)->fChild.subtree, query, results);
  /external/stlport/stlport/stl/
_algobase.c 227 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, function
362 // Search [first2, last2) as a subsequence in [first1, last1), and return
378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp);
415 _RevIter1 __rresult = _STLP_STD::search(_RevIter1(__last1), __rlast1,
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.cpp 444 String HTMLAnchorElement::search() const function in class:WebCore::HTMLAnchorElement
  /external/webkit/Source/WebCore/inspector/front-end/
InspectorFrontendHostStub.js 80 search: function(sourceRow, query)
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 17 package com.android.server.search;
53 * The search manager service handles the search UI, and maintains a registry of searchable
68 * Initializes the Search Manager service in the provided system context.
203 * @param launchActivity The activity from which we're launching this search.
204 * @return Returns a SearchableInfo record describing the parameters of the search,
216 * Returns a list of the searchable activities that can be included in global search.
227 * Gets the name of the global search activity.
234 * Gets the name of the web search activity.
Searchables.java 17 package com.android.server.search;
64 // Contains all installed activities that handle the global search
96 * <li>The activity itself implements search. This is indicated by the
98 * The value is a reference to an XML file containing search information.</li>
99 * <li>A related activity implements search. This is indicated by the
101 * The value is a string naming the activity implementing search. In this
104 * code will insert the "default" (e.g. contacts) search.
189 * refill as the user clicks "search".
252 // Find the global search activity
256 // Find the web search activit
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 227 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, function
362 // Search [first2, last2) as a subsequence in [first1, last1), and return
378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp);
415 _RevIter1 __rresult = _STLP_STD::search(_RevIter1(__last1), __rlast1,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 227 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, function
362 // Search [first2, last2) as a subsequence in [first1, last1), and return
378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp);
415 _RevIter1 __rresult = _STLP_STD::search(_RevIter1(__last1), __rlast1,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 227 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, function
362 // Search [first2, last2) as a subsequence in [first1, last1), and return
378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp);
415 _RevIter1 __rresult = _STLP_STD::search(_RevIter1(__last1), __rlast1,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 227 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, function
362 // Search [first2, last2) as a subsequence in [first1, last1), and return
378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp);
415 _RevIter1 __rresult = _STLP_STD::search(_RevIter1(__last1), __rlast1,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 227 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, function
362 // Search [first2, last2) as a subsequence in [first1, last1), and return
378 _ForwardIter1 __new_result = _STLP_STD::search(__first1, __last1, __first2, __last2, __comp);
415 _RevIter1 __rresult = _STLP_STD::search(_RevIter1(__last1), __rlast1,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 43 import org.eclipse.jdt.core.search.IJavaSearchConstants;
44 import org.eclipse.jdt.core.search.IJavaSearchScope;
45 import org.eclipse.jdt.core.search.SearchEngine;
46 import org.eclipse.jdt.core.search.SearchMatch;
47 import org.eclipse.jdt.core.search.SearchParticipant;
48 import org.eclipse.jdt.core.search.SearchPattern;
49 import org.eclipse.jdt.core.search.SearchRequestor;
129 // search is done. (There could be more than one since multiple requests could
130 // arrive for a slow search since the search is run in a different thread)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
SourceRevealer.java 29 import org.eclipse.jdt.core.search.IJavaSearchConstants;
30 import org.eclipse.jdt.core.search.SearchEngine;
31 import org.eclipse.jdt.core.search.SearchMatch;
32 import org.eclipse.jdt.core.search.SearchParticipant;
33 import org.eclipse.jdt.core.search.SearchPattern;
34 import org.eclipse.jdt.core.search.SearchRequestor;
126 se.search(searchPattern,
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 158 void RTree::search(WebCore::IntRect& clip, Vector<WebCore::RecordingData*>&list) function in class:RTree::RTree
160 m_root->search(clip.x(), clip.y(), clip.maxX(), clip.maxY(), list);
569 void Node::search(int minx, int miny, int maxx, int maxy, Vector<WebCore::RecordingData*>& list) function in class:RTree::Node
576 m_children[i]->search(minx, miny, maxx, maxy, list);
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 120 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), search); member in class:WebCore::SVGElementInstance

Completed in 956 milliseconds

12 3 4 5 6 7