Home
last modified time | relevance | path

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

/external/v8/
Dgenmakefiles.py173 self._match = False
208 self._match = True
213 if self._match and self._match_call_target(ctx):
214 self._match = False
248 if not self._match: return
252 if not self._match: return
258 if not self._match: return
270 if not self._match: return
/external/python/cpython3/Parser/
Dasdl.py269 name = self._match(self._id_kinds)
270 self._match(TokenKind.LBrace)
272 self._match(TokenKind.RBrace)
279 self._match(TokenKind.Equals)
290 sumlist = [Constructor(self._match(TokenKind.ConstructorId),
296 self._match(TokenKind.ConstructorId),
305 self._match(TokenKind.LParen)
316 self._match(TokenKind.RParen)
355 def _match(self, kind): member in ASDLParser
/external/skia/tools/skpbench/
D_benchresult.py54 self._match = match
57 return self._match.group(name)
61 return self._match.group(0)
/external/skqp/tools/skpbench/
D_benchresult.py54 self._match = match
57 return self._match.group(name)
61 return self._match.group(0)
/external/python/cpython2/Modules/zlib/
DMakefile.in135 $(CPP) match.S > _match.s
136 $(CC) -c _match.s
137 mv _match.o match.o
138 rm -f _match.s
141 $(CPP) match.S > _match.s
142 $(CC) -c -fPIC _match.s
143 mv _match.o match.lo
144 rm -f _match.s
373 _match.s maketree contrib/infback9/*.o
/external/zlib/src/
DMakefile.in135 $(CPP) match.S > _match.s
136 $(CC) -c _match.s
137 mv _match.o match.o
138 rm -f _match.s
141 $(CPP) match.S > _match.s
142 $(CC) -c -fPIC _match.s
143 mv _match.o match.lo
144 rm -f _match.s
373 _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/cpython3/Lib/
Dtracemalloc.py323 def _match(self, trace): member in BaseFilter
364 def _match(self, trace): member in Filter
384 def _match(self, trace): member in DomainFilter
417 if not any(trace_filter._match(trace)
421 if any(not trace_filter._match(trace)
Dimaplib.py1051 if self._match(self.tagre, resp):
1065 if not self._match(Untagged_response, resp):
1066 if self._match(self.Untagged_status, resp):
1072 if self._match(Continuation, resp):
1086 while self._match(self.Literal, dat):
1108 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1166 def _match(self, cre, s): member in IMAP4
/external/python/cpython2/Lib/
Dimaplib.py936 if self._match(self.tagre, resp):
949 if not self._match(Untagged_response, resp):
950 if self._match(Untagged_status, resp):
956 if self._match(Continuation, resp):
969 while self._match(Literal, dat):
991 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1047 def _match(self, cre, s): member in IMAP4
/external/scapy/scapy/arch/windows/
D__init__.py979 _match = re.search(r_ipv6[0], current_object[3])
981 if _match: # Detect if Next Hop is specified (if not, it will be the IFName)
982 _nhg1 = _match.group(1)
/external/pcre/dist2/src/
Dpcre2.h.in363 /* Miscellaneous error codes for pcre2[_dfa]_match(), substring extraction
Dpcre2.h.generic363 /* Miscellaneous error codes for pcre2[_dfa]_match(), substring extraction
/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.rst845 .. _match-objects:
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c11647 goto _match; in parse()
11670 goto _match; in parse()
11676 _match: in parse()
/external/python/cpython3/Doc/library/
Dre.rst1120 .. _match-objects: