HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 126 - 150 of 302) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/webkitpy/
credentials.py 63 match = re.search("%s\"(?P<value>.+)\"" % label,
bugzilla.py 52 match = re.search("http\://webkit\.org/b/(?P<bug_id>\d+)", message)
55 match = re.search(
215 return [int(digits.search(tag["href"]).group(0))
435 match = re.search("show_bug.cgi\?id=(?P<bug_id>\d+)", up_link['href'])
485 match = re.search("<title>(.+?)</title>", response.read())
488 if match and re.search("Invalid", match.group(1), re.IGNORECASE):
567 match = re.search("<title>Bug (?P<bug_id>\d+) Submitted</title>",
572 match = re.search(
  /frameworks/base/tools/preload/
sorttable.js 35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngineInfo.java 16 package com.android.browser.search;
28 * Loads and holds data for a given web search engine.
34 // The fields of a search engine data array, defined in the same order as they appear in the
52 // The array of strings defining this search engine. The array values are in the same order as
57 * @throws IllegalArgumentException If the name does not refer to a valid search engine
74 throw new IllegalArgumentException(name + " has an empty search URI");
114 * Returns the URI for launching a web search with the given query (or null if there was no
115 * data available for this search engine).
122 * Returns the URI for retrieving web search suggestions for the given query (or null if there
123 * was no data available for this search engine)
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 32 // Used to search Pinyin string and give the best candidate.
85 matrix_search->search(pybuf, pylen);
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 63 mCursor = Applications.search(getContentResolver(), query);
  /external/e2fsprogs/intl/
dcigettext.c 219 /* This is the type used for the search tree where known translations
223 /* Domain in which to search. */
243 /* Root of the search tree with known translations. We can use this
246 # include <search.h>
424 CATEGORY locale and, if PLURAL is nonzero, search over string
443 struct known_translation_t *search; local
481 search = (struct known_translation_t *)
483 memcpy (search->msgid, msgid1, msgid_len);
484 search->domainname = (char *) domainname;
485 search->category = category
    [all...]
  /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);
  /external/v8/test/mjsunit/
string-search.js 29 var r = str.search('a');
  /build/tools/atree/
files.cpp 294 locate(FileRecord* rec, const vector<string>& search)
298 for (vector<string>::const_iterator it=search.begin();
299 it!=search.end(); it++) {
  /build/tools/
warn.py     [all...]
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 339 cpi->rtcd.search.full_search = vp8_full_search_sadx3;
346 cpi->rtcd.search.diamond_search = vp8_diamond_search_sadx4;
369 cpi->rtcd.search.full_search = vp8_full_search_sadx8;
  /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,
  /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...]
  /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,
  /external/v8/src/
string.js 202 function StringReplace(search, replace) {
206 if (IS_REGEXP(search)) {
207 %_Log('regexp', 'regexp-replace,%0r,%1S', [search, subject]);
209 return StringReplaceRegExpWithFunction(subject, search, replace);
211 return StringReplaceRegExp(subject, search, replace);
215 // Convert the search argument to a string and search for it.
216 search = TO_STRING_INLINE(search);
217 var start = %StringIndexOf(subject, search, 0)
    [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,
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 37 * Displays search results triggered by the search dialog and handles
38 * actions from search suggestions.
56 // handles a click on a search suggestion; launches activity to show word
62 // handles a search query
70 * @param query The search query
124 case R.id.search:
  /external/bluetooth/bluez/src/
device.h 46 DBusMessage *msg, uuid_t *search, gboolean reverse);
  /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/icu/source/i18n/
bms.cpp 130 return bms->bms->search(offset, *start, *end);
  /external/icu4c/i18n/
bms.cpp 130 return bms->bms->search(offset, *start, *end);
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st);
  /external/v8/test/message/
testcfg.py 84 flags_match = FLAGS_PATTERN.search(source)
  /external/webkit/WebCore/dom/
EventNames.h 92 macro(search) \

Completed in 874 milliseconds

1 2 3 4 56 7 8 91011>>