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

  /external/zlib/src/
treebuild.xml 112 $(CPP) match.S > _match.s
113 $(CC) -c _match.s
114 mv _match.o match.o
115 rm -f _match.s
Makefile.in 132 $(CPP) match.S > _match.s
133 $(CC) -c _match.s
134 mv _match.o match.o
135 rm -f _match.s
138 $(CPP) match.S > _match.s
139 $(CC) -c -fPIC _match.s
140 mv _match.o match.lo
141 rm -f _match.s
249 _match.s maketree contrib/infback9/*.o
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mbstring.h 139 static inline unsigned char *__cdecl _mbsstr(unsigned char *_String,const unsigned char *_Match) { return ((unsigned char *)_mbsstr((const unsigned char *)_String,_Match)); }
140 static inline unsigned char *__cdecl _mbsstr_l(unsigned char *_String,const unsigned char *_Match,_locale_t _Locale) { return ((unsigned char *)_mbsstr_l((const unsigned char *)_String,_Match,_Locale)); }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FilePathScoreFunction.js 89 var pickCharScore = this._match(this._query, data, i, j, consecutiveMatch);
199 _match: function(query, data, i, j, consecutiveMatch)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 260 _match: do {
279 break _match; local
302 break _match; local
  /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...]
  /external/bison/
maint.mk     [all...]

Completed in 575 milliseconds