/external/testng/src/test/java/test/assertion/ |
H A D | SoftAssertTest.java | 1 package test.assertion;
|
H A D | AssertionTest.java | 1 package test.assertion;
|
H A D | MyRawAssertion.java | 1 package test.assertion;
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
H A D | MatcherAssert.java | 22 public static void assertThat(String reason, boolean assertion) { argument 23 if (!assertion) {
|
/external/google-breakpad/src/processor/testdata/ |
H A D | test_app.cc | 43 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 D | minidump_dump.cc | 135 MinidumpAssertion *assertion = minidump.GetAssertion(); local 136 if (!assertion) { 139 assertion->Print();
|
H A D | stackwalk_common.cc | 814 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 D | minidump_processor.cc | 1485 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 D | ltp-diorh.c | 53 void assert(const char *what, int assertion) argument 55 if (assertion)
|
/external/vulkan-validation-layers/libs/vkjson/ |
H A D | vkjson_unittest.cc | 38 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 D | exception_handler_nesting_test.cc | 64 // 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 D | exception_handler_test.cc | 102 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 D | exception_handler_death_test.cc | 107 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 D | Expression.java | 404 * 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 D | XPath.java | 540 * 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 D | crash_generation_app.cc | 184 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 D | process_state.h | 104 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 D | vma04.c | 75 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 D | radeon_compiler.c | 101 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 D | unit_bitmap.c | 31 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, argument 41 assertion);
|
H A D | unit_vc.c | 19 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 D | Compiler.java | 1177 * 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 D | XPathParser.java | 570 * 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 D | RedundentExprEliminator.java | 366 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 D | exception_handler.cc | 550 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...] |