Home
last modified time | relevance | path

Searched refs:check_token (Results 1 - 6 of 6) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Dparser.py142 if not self.check_token(DirectiveToken, DocumentStartToken,
162 while self.check_token(DocumentEndToken):
166 if not self.check_token(StreamEndToken):
170 if not self.check_token(DocumentStartToken):
196 if self.check_token(DocumentEndToken):
209 if self.check_token(DirectiveToken,
220 while self.check_token(DirectiveToken):
274 if self.check_token(AliasToken):
282 if self.check_token(AnchorToken):
287 if self.check_token(TagToke
[all...]
H A D__init__.py35 while loader.check_token():
H A Dscanner.py113 def check_token(self, *choices): member in Scanner
/third_party/PyYAML/tests/lib/
H A Dcanonical.py20 def check_token(self, *choices): member in CanonicalScanner
222 while not self.check_token(yaml.StreamEndToken):
223 if self.check_token(yaml.DirectiveToken, yaml.DocumentStartToken):
233 if self.check_token(yaml.DirectiveToken):
242 if self.check_token(yaml.AliasToken):
246 if self.check_token(yaml.AnchorToken):
249 if self.check_token(yaml.TagToken):
251 if self.check_token(yaml.ScalarToken):
253 elif self.check_token(yaml.FlowSequenceStartToken):
256 elif self.check_token(yam
[all...]
/third_party/libcoap/tests/
H A Dtest_pdu.c378 coap_bin_const_t check_token; in t_encode_pdu3() local
386 check_token = coap_pdu_get_token(pdu); in t_encode_pdu3()
387 CU_ASSERT(check_token.length == 15); in t_encode_pdu3()
/third_party/PyYAML/yaml/
H A D_yaml.pyx465 def check_token(self, *choices): member in CParser

Completed in 8 milliseconds