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

12

/external/testng/src/test/java/test/assertion/
H A DSoftAssertTest.java1 package test.assertion;
H A DAssertionTest.java1 package test.assertion;
H A DMyRawAssertion.java1 package test.assertion;
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DMatcherAssert.java22 public static void assertThat(String reason, boolean assertion) { argument
23 if (!assertion) {
/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();
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Dltp-diorh.c53 void assert(const char *what, int assertion) argument
55 if (assertion)
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson_unittest.cc38 void ReportFailure(const char* file, int line, const char* assertion) { argument
39 std::cout << file << ":" << line << ": \"" << assertion << "\" failed."
/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
/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
/external/ltp/testcases/kernel/mem/vma/
H A Dvma04.c75 static void assertion(char *expected, char *value, char *name);
187 static void assertion(char *expected, char *value, char *name) function
237 assertion("2,4", retbuf, "case4");
254 assertion("4,2", retbuf, "case5");
271 assertion("6", retbuf, "case6");
288 assertion("4,2", retbuf, "case7");
305 assertion("2,4", retbuf, "case8");
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.c101 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion) argument
103 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...]

Completed in 468 milliseconds

12