Home
last modified time | relevance | path

Searched defs:assertion_type (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_processor.cc1502 char assertion_type[32]; in GetAssertion() local
/external/v8/src/regexp/
Dregexp-ast.h288 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
Dregexp-parser.cc267 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction() local
Djsregexp.h791 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
/external/python/oauth2client/oauth2client/
Dclient.py1473 def __init__(self, assertion_type, user_agent=None, argument
/external/python/oauth2client/tests/
Dtest_client.py1556 assertion_type = 'http://www.google.com/assertionType' variable in TestAssertionCredentials