/external/v8/ |
D | genmakefiles.py | 173 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/ |
D | asdl.py | 269 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.py | 54 self._match = match 57 return self._match.group(name) 61 return self._match.group(0)
|
/external/skqp/tools/skpbench/ |
D | _benchresult.py | 54 self._match = match 57 return self._match.group(name) 61 return self._match.group(0)
|
/external/python/cpython2/Modules/zlib/ |
D | Makefile.in | 135 $(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/ |
D | Makefile.in | 135 $(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/ |
D | SyntheticAccessorFSM.java | 268 _match: do { in test() 287 break _match; in test() local 310 break _match; in test() local
|
/external/python/cpython3/Lib/ |
D | tracemalloc.py | 323 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)
|
D | imaplib.py | 1051 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/ |
D | imaplib.py | 936 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__.py | 979 _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/ |
D | pcre2.h.in | 363 /* Miscellaneous error codes for pcre2[_dfa]_match(), substring extraction
|
D | pcre2.h.generic | 363 /* Miscellaneous error codes for pcre2[_dfa]_match(), substring extraction
|
/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 | 845 .. _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()
|
/external/python/cpython3/Doc/library/ |
D | re.rst | 1120 .. _match-objects:
|