Home
last modified time | relevance | path

Searched +defs:assertion +defs:error (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_dump.cc160 MinidumpAssertion *assertion = minidump.GetAssertion(); in PrintMinidumpDump() local
235 Usage(int argc, char *argv[], bool error) { in Usage()
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DCategory.java289 public void error(Object message) { in error() method in Category
301 public void error(Object message, Throwable t) { in error() method in Category
391 public void assertLog(boolean assertion, String msg) { in assertLog()
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java414 public void assertion(boolean b, java.lang.String msg) in assertion() method in Expression
443 public void error(XPathContext xctxt, String msg, Object[] args) in error() method in Expression
DXPath.java548 public void assertion(boolean b, String msg) in assertion() method in XPath
576 public void error( in error() method in XPath
/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DServiceAccountCredentialsTest.java252 String assertion = credentials.createAssertion(jsonFactory, currentTimeMillis); in createAssertion_correct() local
275 String assertion = credentials.createAssertion(jsonFactory, currentTimeMillis); in createAssertion_defaultScopes_correct() local
293 String assertion = credentials.createAssertion(jsonFactory, currentTimeMillis); in createAssertion_custom_lifetime() local
312 String assertion = in createAssertionForIdToken_correct() local
331 String assertion = in createAssertionForIdToken_custom_lifetime() local
355 String assertion = in createAssertionForIdToken_incorrect() local
798 IOException error = new IOException("Invalid grant: Account not found"); in refreshAccessToken_RequestFailure_retried() local
1651 String assertion = null; in verifyJwtAccess() local
/external/pytorch/torch/csrc/profiler/
Dkineto_shim.cpp335 const std::string& assertion, in logInvariantViolation()
336 const std::string& error, in logInvariantViolation()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java878 private void assertion(boolean condition, String msg) throws RuntimeException in assertion() method in StylesheetHandler
897 protected void error(String msg, Exception e) in error() method in StylesheetHandler
944 protected void error(String msg, Object args[], Exception e) in error() method in StylesheetHandler
991 public void error(org.xml.sax.SAXParseException e) in error() method in StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java1185 public void assertion(boolean b, java.lang.String msg) in assertion() method in Compiler
1211 public void error(String msg, Object[] args) throws TransformerException in error() method in Compiler
DXPathParser.java578 private void assertion(boolean b, String msg) in assertion() method in XPathParser
604 void error(String msg, Object[] args) throws TransformerException in error() method in XPathParser
/external/aws-sdk-java-v2/services/ssooidc/src/main/resources/codegen-resources/
Dservice-2.json104 "error":{ object
114 "error":{"httpStatusCode":400}, object
129 "error":{ object
139 "error":{"httpStatusCode":400}, object
239 "assertion":{ object
305 "error":{ object
315 "error":{"httpStatusCode":400}, object
326 "error":{ object
336 "error":{"httpStatusCode":500}, object
344 "error":{ object
[all …]
/external/igt-gpu-tools/lib/
Digt_core.c654 GError *error = NULL; in common_init_config() local
1661 const char *func, const char *assertion, in __igt_fail_assert()
/external/python/cpython3/Lib/test/
Dtest_logging.py4967 def raise_error(self, error): argument
4988 def _test_with_failure_in_method(self, method, error): argument
5343 async def _make_record_async(self, assertion): argument