Home
last modified time | relevance | path

Searched refs:_match (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py5 match as _match,
87 elif _match._is_funcptr(abstract):
112 elif _match.is_type_decl(decl):
113 return not _match.is_forward_decl(decl)
115 return _match.is_external_reference(decl)
123 elif _match.is_type_decl(decl):
124 return _match.is_forward_decl(decl)
126 return _match.is_external_reference(decl)
134 elif _match.is_type_decl(decl):
135 return not _match
[all...]
H A Ddatafiles.py6 import c_parser.match as _match namespace
48 collated = _match.group_by_kinds(known)
/third_party/python/Parser/
H A Dasdl.py278 name = self._match(self._id_kinds)
279 self._match(TokenKind.LBrace)
281 self._match(TokenKind.RBrace)
288 self._match(TokenKind.Equals)
299 sumlist = [Constructor(self._match(TokenKind.ConstructorId),
305 self._match(TokenKind.ConstructorId),
314 self._match(TokenKind.LParen)
325 self._match(TokenKind.RParen)
364 def _match(self, kind): member in ASDLParser
/third_party/skia/tools/skpbench/
H A D_benchresult.py54 self._match = match
57 return self._match.group(name)
61 return self._match.group(0)
/third_party/python/Lib/
H A Dtracemalloc.py349 def _match(self, trace): member in BaseFilter
390 def _match(self, trace): member in Filter
410 def _match(self, trace): member in DomainFilter
443 if not any(trace_filter._match(trace)
447 if any(not trace_filter._match(trace)
H A Dimaplib.py1079 if self._match(self.tagre, resp):
1093 if not self._match(Untagged_response, resp):
1094 if self._match(self.Untagged_status, resp):
1100 if self._match(Continuation, resp):
1114 while self._match(self.Literal, dat):
1136 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1200 def _match(self, cre, s): member in IMAP4
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c11849 goto _match; in parse()
11872 goto _match; in parse()
11878 _match: in parse()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 276 milliseconds