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

/external/skia/tools/skpbench/
H A D_benchresult.py54 self._match = match
57 return self._match.group(name)
61 return self._match.group(0)
/external/skqp/tools/skpbench/
H A D_benchresult.py54 self._match = match
57 return self._match.group(name)
61 return self._match.group(0)
/external/python/cpython3/Parser/
H A 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 class:ASDLParser
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorFSM.java268 _match: do {
287 break _match;
310 break _match;
/external/python/cpython3/Lib/
H A Dtracemalloc.py313 def _match(self, trace): member in class:BaseFilter
354 def _match(self, trace): member in class:Filter
374 def _match(self, trace): member in class:DomainFilter
407 if not any(trace_filter._match(trace)
411 if any(not trace_filter._match(trace)
H A Dimaplib.py1043 if self._match(self.tagre, resp):
1057 if not self._match(Untagged_response, resp):
1058 if self._match(self.Untagged_status, resp):
1064 if self._match(Continuation, resp):
1078 while self._match(self.Literal, dat):
1100 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1158 def _match(self, cre, s): member in class:IMAP4
/external/python/cpython2/Lib/
H A 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 class:IMAP4
/external/scapy/scapy/arch/windows/
H A 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/annotation-tools/asmx/test/lib/
H A Djakarta-oro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/guice/extensions/persist/lib/
H A Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c10946 goto _match;
10969 goto _match;
10975 _match:
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c11647 goto _match;
11670 goto _match;
11676 _match:

Completed in 491 milliseconds