Searched refs:_match (Results 1 – 10 of 10) sorted by relevance
/external/skia/tools/skpbench/ |
D | _benchresult.py | 54 self._match = match 57 return self._match.group(name) 61 return self._match.group(0)
|
/external/zlib/src/ |
D | 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
|
/external/python/cpython2/Modules/zlib/ |
D | 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
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 268 _match: do { in test() 287 break _match; in test() local 310 break _match; in test() local
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 933 if self._match(self.tagre, resp): 946 if not self._match(Untagged_response, resp): 947 if self._match(Untagged_status, resp): 953 if self._match(Continuation, resp): 966 while self._match(Literal, dat): 988 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat): 1044 def _match(self, cre, s): member in IMAP4
|
/external/pcre/dist2/src/ |
D | pcre2.h.in | 216 /* Error codes for pcre2[_dfa]_match(), substring extraction functions, context
|
D | pcre2.h.generic | 216 /* Error codes for pcre2[_dfa]_match(), substring extraction functions, context
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 10946 goto _match; in parse() 10969 goto _match; in parse() 10975 _match: in parse()
|
/external/python/cpython2/Doc/library/ |
D | re.rst | 818 .. _match-objects:
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 11647 goto _match; in parse() 11670 goto _match; in parse() 11676 _match: in parse()
|