Home
last modified time | relevance | path

Searched refs:_match (Results 1 – 10 of 10) sorted by relevance

/external/skia/tools/skpbench/
D_benchresult.py54 self._match = match
57 return self._match.group(name)
61 return self._match.group(0)
/external/zlib/src/
DMakefile.in132 $(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/
DMakefile.in132 $(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/
DSyntheticAccessorFSM.java268 _match: do { in test()
287 break _match; in test() local
310 break _match; in test() local
/external/python/cpython2/Lib/
Dimaplib.py933 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/
Dpcre2.h.in216 /* Error codes for pcre2[_dfa]_match(), substring extraction functions, context
Dpcre2.h.generic216 /* Error codes for pcre2[_dfa]_match(), substring extraction functions, context
/external/protobuf/php/ext/google/protobuf/
Dupb.c10946 goto _match; in parse()
10969 goto _match; in parse()
10975 _match: in parse()
/external/python/cpython2/Doc/library/
Dre.rst818 .. _match-objects:
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11647 goto _match; in parse()
11670 goto _match; in parse()
11676 _match: in parse()