HomeSort by relevance Sort by last modified time
    Searched defs:_match (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FilePathScoreFunction.js 89 var pickCharScore = this._match(this._query, data, i, j, consecutiveMatch);
199 _match: function(query, data, i, j, consecutiveMatch)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 920 if self._match(self.tagre, resp):
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
953 while self._match(Literal, dat):
975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1026 def _match(self, cre, s): member in class:IMAP4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 920 if self._match(self.tagre, resp):
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
953 while self._match(Literal, dat):
975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1026 def _match(self, cre, s): member in class:IMAP4
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 720 milliseconds