HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 776 - 800 of 1487) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 42 match = pattern.search(text, here)
_LWPCookieJar.py 95 if not re.search(self.magic_re, magic):
compileall.py 81 mo = rx.search(fullname)
cookielib.py 128 m = TIMEZONE_RE.search(tz)
242 m = STRICT_DATE_RE.search(text)
260 m = LOOSE_HTTP_DATE_RE.search(text)
303 m = ISO_DATE_RE.search(text)
377 m = HEADER_TOKEN_RE.search(text)
381 m = HEADER_QUOTED_VALUE_RE.search(text)
387 m = HEADER_VALUE_RE.search(text)
429 if not re.search(r"^\w+$", v):
504 if IPV4_RE.search(text):
557 if IPV4_RE.search(text)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 214 # get EMX's default library directory search path
272 # It would probably better to read single lines to search.
309 result = re.search('(\d+\.\d+\.\d+)',out_string)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 99 if specialsre.search(name):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
97 if prog.search(line):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 26 if not hasattr(regexp, 'search'):
28 if regexp.search(text):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 42 match = pattern.search(text, here)
_LWPCookieJar.py 95 if not re.search(self.magic_re, magic):
compileall.py 81 mo = rx.search(fullname)
cookielib.py 128 m = TIMEZONE_RE.search(tz)
242 m = STRICT_DATE_RE.search(text)
260 m = LOOSE_HTTP_DATE_RE.search(text)
303 m = ISO_DATE_RE.search(text)
377 m = HEADER_TOKEN_RE.search(text)
381 m = HEADER_QUOTED_VALUE_RE.search(text)
387 m = HEADER_VALUE_RE.search(text)
429 if not re.search(r"^\w+$", v):
504 if IPV4_RE.search(text):
557 if IPV4_RE.search(text)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 214 # get EMX's default library directory search path
272 # It would probably better to read single lines to search.
309 result = re.search('(\d+\.\d+\.\d+)',out_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 99 if specialsre.search(name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 56 self.make_button("Search Files", self.default_command, 1)
97 if prog.search(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 26 if not hasattr(regexp, 'search'):
28 if regexp.search(text):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 36 import org.eclipse.jdt.core.search.TypeNameMatch;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 8 it easy to navigate, search, and modify the tree.
362 found = strainer.search(i)
947 def search(self, markup): member in class:SoupStrainer
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py 726 if not statement_re.search(item) and item not in single_statements:
739 prev_ok = not prev or trail_whitespace_re.search(prev)
745 and (not next_chunk or lead_whitespace_re.search(next_chunk)
752 m = trail_whitespace_re.search(prev)
761 m = lead_whitespace_re.search(next_chunk)
943 match = in_re.search(first)
983 if not var_re.search(var):
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 116 #include <search.h>
1736 struct suffix search = { .name = (yyvsp[(5) - (6)].field)->name }; local
1771 struct known_bitfield search; local
1868 struct known_bitfield search; local
1956 struct known_bitfield search; local
2522 struct synonym search = { .from = fieldname }; local
2624 struct argstring search = { .str = runp->operands[i].fct }; local
2921 struct argstring search = { .str = instr->operands[i].fct }; local
2932 struct argstring search = { .str = instr->operands[i].str }; local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 127 input[type="search"] {
133 input[type="search"]::-webkit-search-decoration,
134 input[type="search"]::-webkit-search-cancel-button {
1162 .search-query {
1174 .form-search input,
1177 .form-search textarea,
1180 .form-search select,
1183 .form-search .help-inline
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 390 * The input element in the search box.
473 // Search states.
476 * The last search query.
497 * State of text-search, which is triggerd by keyboard input on file list.
1084 'input[type=text], input[type=search], textarea');
1111 // If this key event is propagated, this is handled search command,
1164 // TODO(mtomasz): Unify window.appState with location.search format.
1172 this.params_ = location.search ?
1173 JSON.parse(decodeURIComponent(location.search.substr(1))) :
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 106 import org.eclipse.jdt.core.search.IJavaSearchConstants;
107 import org.eclipse.jdt.core.search.IJavaSearchScope;
108 import org.eclipse.jdt.core.search.SearchEngine;
109 import org.eclipse.jdt.core.search.SearchMatch;
110 import org.eclipse.jdt.core.search.SearchParticipant;
111 import org.eclipse.jdt.core.search.SearchPattern;
112 import org.eclipse.jdt.core.search.SearchRequestor;
642 // Search for the method in the Java index, filtering by the required click handler
687 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor());
691 // TODO: Create a project+dependencies scope and search only that scop
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 560 unlikelyMatchString.search(readability.regexps.unlikelyCandidates) !== -1 &&
561 unlikelyMatchString.search(readability.regexps.okMaybeItsACandidate) === -1 &&
579 if (node.innerHTML.search(readability.regexps.divToPElements) === -1) {
744 else if(nodeLength < 80 && linkDensity === 0 && nodeContent.search(/\.( |$)/) !== -1)
    [all...]
  /external/chromium_org/ui/webui/resources/js/
util.js 141 var query = unescape(location.search.substring(1));
171 * @param {Element} el An element to search for ancestors with |className|.
172 * @param {string} className A class to search for.

Completed in 598 milliseconds

<<31323334353637383940>>