Searched defs:assertion (Results 1 - 25 of 28) sorted by relevance

12

/external/google-breakpad/src/processor/testdata/
H A Dtest_app.cc43 MDRawAssertionInfo *assertion,
41 callback(const wchar_t *dump_path, const wchar_t *id, void *context, EXCEPTION_POINTERS *exinfo, MDRawAssertionInfo *assertion, bool succeeded) argument
/external/google-breakpad/src/processor/
H A Dminidump_dump.cc135 MinidumpAssertion *assertion = minidump.GetAssertion(); local
136 if (!assertion) {
139 assertion->Print();
H A Dstackwalk_common.cc814 string assertion = process_state.assertion(); local
815 if (!assertion.empty()) {
816 printf("Assertion: %s\n", assertion.c_str());
890 // print assertion info, if available, in place of crash reason,
892 string assertion = process_state.assertion(); local
893 if (!assertion.empty()) {
894 printf("%s%c%c", StripSeparator(assertion).c_str(),
H A Dminidump_processor.cc1485 MinidumpAssertion *assertion = dump->GetAssertion(); local
1486 if (!assertion)
1489 const MDRawAssertionInfo *raw_assertion = assertion->assertion();
1505 assertion_string = "Unknown assertion type ";
1511 string expression = assertion->expression();
1516 string function = assertion->function();
1521 string file = assertion->file();
H A Dminidump.cc3056 BPLOG(ERROR) << "MinidumpAssertion cannot read assertion";
4268 MinidumpAssertion* assertion; local
4269 return GetStream(&assertion);
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_nesting_test.cc64 // exception record, if any; assertion points to assertion information,
74 MDRawAssertionInfo* assertion) {
91 // assertion points to information about an assertion if the handler was
92 // invoked by an assertion.
114 MDRawAssertionInfo* assertion,
72 CrashHandlerFilter(void* context, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) argument
110 MinidumpWrittenCallback(const wchar_t* dump_path, const wchar_t* minidump_id, void* context, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, bool succeeded) argument
H A Dexception_handler_test.cc102 MDRawAssertionInfo* assertion,
167 MDRawAssertionInfo* assertion,
163 DumpCallback(const wchar_t* dump_path, const wchar_t* minidump_id, void* context, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, bool succeeded) argument
H A Dexception_handler_death_test.cc107 MDRawAssertionInfo* assertion,
103 MinidumpWrittenCallback(const wchar_t* dump_path, const wchar_t* minidump_id, void* context, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, bool succeeded) argument
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java404 * Tell the user of an assertion error, and probably throw an
408 * @param msg The assertion message, which should be informative.
414 public void assertion(boolean b, java.lang.String msg) method in class:Expression
476 assertion(n != this, "Can not parent an expression to itself!");
489 assertion(false, "exprAddChild method not implemented!");
H A DXPath.java540 * Tell the user of an assertion error, and probably throw an
544 * @param msg The assertion message, which should be informative.
548 public void assertion(boolean b, String msg) method in class:XPath
H A DXPathContext.java636 * Tell the user of an assertion error, and probably throw an
640 * @param msg The assertion message, which should be informative.
644 private void assertion(boolean b, String msg) throws javax.xml.transform.TransformerException method in class:XPathContext
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc184 MDRawAssertionInfo* assertion,
180 ShowDumpResults(const wchar_t* dump_path, const wchar_t* minidump_id, void* context, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, bool succeeded) argument
/external/google-breakpad/src/google_breakpad/processor/
H A Dprocess_state.h104 string assertion() const { return assertion_; } function in class:google_breakpad::ProcessState
148 // If there was an assertion that was hit, a textual representation
149 // of that assertion, possibly including the file and line at which
H A Dminidump.h628 // about an assertion that caused the minidump to be generated.
633 const MDRawAssertionInfo* assertion() const { function in class:google_breakpad::MinidumpAssertion
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c99 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) argument
101 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion);
/external/valgrind/drd/tests/
H A Dunit_bitmap.c31 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, argument
41 assertion);
H A Dunit_vc.c19 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, argument
29 assertion);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java1177 * Tell the user of an assertion error, and probably throw an
1181 * @param msg The assertion message, which should be informative.
1185 public void assertion(boolean b, java.lang.String msg) method in class:Compiler
H A DXPathParser.java570 * Notify the user of an assertion error, and probably throw an
574 * @param msg The assertion message, which should be informative.
578 private void assertion(boolean b, String msg) method in class:XPathParser
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java366 assertion(false, "Could not find common ancestor!!!");
456 assertion(null != walker, "Walker should not be null!");
538 assertion((null != aw1) || (null != aw2), "Total match is incorrect!");
1249 errMsg = "Programmer's assertion: expr1 not an iterator: "+
1254 errMsg = "Programmer's assertion: expr1 not an iterator: "+
1272 assertion(owner.getExpression() == path, "owner.getExpression() != path!!!");
1278 assertion(ew != owner, "duplicate owner on the list!!!");
1279 assertion(ew.getExpression() != path, "duplicate expression on the list!!!");
1284 * Simple assertion.
1286 protected static void assertion(boolea method in class:RedundentExprEliminator
[all...]
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc550 MDRawAssertionInfo assertion; local
551 memset(&assertion, 0, sizeof(assertion));
552 _snwprintf_s(reinterpret_cast<wchar_t*>(assertion.expression),
553 sizeof(assertion.expression) / sizeof(assertion.expression[0]),
555 _snwprintf_s(reinterpret_cast<wchar_t*>(assertion.function),
556 sizeof(assertion.function) / sizeof(assertion.function[0]),
558 _snwprintf_s(reinterpret_cast<wchar_t*>(assertion
640 MDRawAssertionInfo assertion; local
698 WriteMinidumpOnHandlerThread( EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) argument
829 WriteMinidumpWithException( DWORD requesting_thread_id, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) argument
905 WriteMinidumpWithExceptionForProcess( DWORD requesting_thread_id, EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion, HANDLE process, bool write_requester_stream) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java213 assertion(true, "can't process a context node in StylesheetHandler!");
878 private void assertion(boolean condition, String msg) throws RuntimeException method in class:StylesheetHandler
/external/libavc/test/encoder/
H A Dmain.c2574 void __aeabi_assert(const char *assertion, const char *file, unsigned int line) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jar ... public void assertLog (boolean, java.lang.String) boolean assertion String msg public void callAppenders (org.apache.log4j ...

Completed in 2572 milliseconds

12