Home
last modified time | relevance | path

Searched refs:assertion_type (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/regexp/
Dregexp-ast.cc66 return assertion_type() == RegExpAssertion::START_OF_INPUT; in IsAnchoredAtStart()
71 return assertion_type() == RegExpAssertion::END_OF_INPUT; in IsAnchoredAtEnd()
196 switch (that->assertion_type()) { in VisitAssertion()
Dregexp-parser.cc221 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction() local
224 builder->AddAssertion(new (zone()) RegExpAssertion(assertion_type)); in ParseDisjunction()
Dregexp-ast.h273 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
Djsregexp.h767 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
Djsregexp.cc2289 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()
2299 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()
4598 switch (that->assertion_type()) { in VisitAssertion()
5277 switch (assertion_type()) { in ToNode()
/external/google-breakpad/src/processor/
Dminidump_processor.cc1502 char assertion_type[32]; in GetAssertion() local
1503 snprintf(assertion_type, sizeof(assertion_type), in GetAssertion()
1506 assertion_string += assertion_type; in GetAssertion()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dclient.py1399 def __init__(self, assertion_type, user_agent=None, argument
1422 self.assertion_type = assertion_type
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_oauth2client.py800 assertion_type = 'http://www.google.com/assertionType' variable in TestAssertionCredentials
809 self.credentials = self.AssertionCredentialsTestImpl(self.assertion_type,