HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 451 - 475 of 1488) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
printing.py 74 The printer is added to the front of the search list, thus one can override
204 if printer.enabled and printer.compiled_re.search(typename):
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
printing.py 74 The printer is added to the front of the search list, thus one can override
204 if printer.enabled and printer.compiled_re.search(typename):
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
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) {
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 51 if not re.search(self.magic_re, magic):
sgmllib.py 125 match = interesting.search(rawdata, i)
226 match = piclose.search(rawdata, i+2)
261 match = endbracket.search(rawdata, i+1)
313 match = endbracket.search(rawdata, i+1)
xmllib.py 188 res = amp.search(data, i)
255 res = interesting.search(rawdata, i)
267 if not self.__accept_utf8 and illegal.search(data):
410 if not self.__accept_utf8 and illegal.search(data):
430 res = commentclose.search(rawdata, i+4)
433 if doubledash.search(rawdata, i+4, res.start(0)):
438 illegal.search(rawdata, i+4, res.start(0)):
496 res = cdataclose.search(rawdata, i+9)
500 illegal.search(rawdata, i+9, res.start(0)):
511 end = procclose.search(rawdata, i
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 332 m = _findvar1_rx.search(value) or _findvar2_rx.search(value)
390 m = _findvar1_rx.search(s) or _findvar2_rx.search(s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 331 eolmo = NLCRE_eol.search(lastline)
368 mo = NLCRE_eol.search(epilogue)
375 mo = NLCRE_eol.search(payload)
458 mo = NLCRE_eol.search(line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future.py 10 mo = rx.search(str(msg))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_MozillaCookieJar.py 51 if not re.search(self.magic_re, magic):
sgmllib.py 125 match = interesting.search(rawdata, i)
226 match = piclose.search(rawdata, i+2)
261 match = endbracket.search(rawdata, i+1)
313 match = endbracket.search(rawdata, i+1)
xmllib.py 188 res = amp.search(data, i)
255 res = interesting.search(rawdata, i)
267 if not self.__accept_utf8 and illegal.search(data):
410 if not self.__accept_utf8 and illegal.search(data):
430 res = commentclose.search(rawdata, i+4)
433 if doubledash.search(rawdata, i+4, res.start(0)):
438 illegal.search(rawdata, i+4, res.start(0)):
496 res = cdataclose.search(rawdata, i+9)
500 illegal.search(rawdata, i+9, res.start(0)):
511 end = procclose.search(rawdata, i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 332 m = _findvar1_rx.search(value) or _findvar2_rx.search(value)
390 m = _findvar1_rx.search(s) or _findvar2_rx.search(s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 331 eolmo = NLCRE_eol.search(lastline)
368 mo = NLCRE_eol.search(epilogue)
375 mo = NLCRE_eol.search(payload)
458 mo = NLCRE_eol.search(line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future.py 10 mo = rx.search(str(msg))
  /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...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 171 * Returns a dom structure for a browse page result or a search page result.
174 * - isSearchResult: Whether or not the result is a search result.
178 * @return {Node} A DOM node to represent the history entry or search result.
406 * @param {boolean} isSearchResult Whether or not the entry is a search result.
477 * Launch a search for more history entries from the same domain.
483 $('search-field').focus();
529 * allowing the creation of a HistoryModel for each search string, allowing
573 var search = this.searchText_;
580 this.searchText_ = search;
589 * @return {string} The current search text
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
node_search_widget.js 6 * @fileoverview A search Widget presenting a list of nodes with the ability
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 10 var params = getUrlSearchParams(location.search);
  /external/chromium_org/chrome/browser/resources/local_ntp/
instant_iframe_validation.js 7 * @fileoverview Helpers for validating parameters to chrome-search:// iframes.
  /external/chromium_org/chrome/browser/web_dev_style/
js_checker.py 30 if self.input_api.re.search(r'\*\s+@const', line):
164 self.re.search("</?(include|if)", error.token.line))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js 5 var tabId = parseInt(window.location.search.substring(1));
  /external/chromium_org/courgette/
run_stress_test 166 $(count_result "FAIL_COURGETTE") failed courgette patches (search log for \
168 $(count_result "FAIL_DISASSEMBLE") failed to disassemble/assemble (search log \
  /external/chromium_org/media/test/data/eme_player_js/
test_config.js 26 while (match = r.exec(window.location.search.substring(1)))

Completed in 1540 milliseconds

<<11121314151617181920>>