Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc550 MDRawAssertionInfo assertion; in HandleInvalidParameter() local
551 memset(&assertion, 0, sizeof(assertion)); in HandleInvalidParameter()
552 _snwprintf_s(reinterpret_cast<wchar_t*>(assertion.expression), in HandleInvalidParameter()
553 sizeof(assertion.expression) / sizeof(assertion.expression[0]), in HandleInvalidParameter()
555 _snwprintf_s(reinterpret_cast<wchar_t*>(assertion.function), in HandleInvalidParameter()
556 sizeof(assertion.function) / sizeof(assertion.function[0]), in HandleInvalidParameter()
558 _snwprintf_s(reinterpret_cast<wchar_t*>(assertion.file), in HandleInvalidParameter()
559 sizeof(assertion.file) / sizeof(assertion.file[0]), in HandleInvalidParameter()
561 assertion.line = line; in HandleInvalidParameter()
562 assertion.type = MD_ASSERTION_INFO_TYPE_INVALID_PARAMETER; in HandleInvalidParameter()
[all …]
Dexception_handler.h112 MDRawAssertionInfo* assertion);
142 MDRawAssertionInfo* assertion,
346 MDRawAssertionInfo* assertion);
356 MDRawAssertionInfo* assertion);
375 MDRawAssertionInfo* assertion,
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DLocPathIterator.java391 assertion(false, "setNextPosition not supported in this iterator!"); in setNextPosition()
418 assertion(false, "setShouldCacheNodes not supported by this iterater!"); in setShouldCacheNodes()
440 assertion(false, "setCurrentPos not supported by this iterator!"); in setCurrentPos()
464 assertion(false, "size() not supported by this iterator!"); in size()
479 assertion(false, "item(int index) not supported by this iterator!"); in item()
498 assertion(false, "setItem not supported by this iterator!"); in setItem()
700 assertion(false, "This iterator can not reset!"); in reset()
DNodeSequence.java185 assertion(nodeVector instanceof NodeVector, in NodeSequence()
227 assertion(false, "Can not get a DTM Unless a DTMManager has been set!"); in getDTM()
275 assertion(false, "Can not setRoot on a non-iterated NodeSequence!"); in setRoot()
689 assertion(false, "Can not getAxis from a non-iterated node sequence!"); in getAxis()
723 assertion(hasCache(), "addNodeInDocOrder must be done on a mutable sequence!"); in addNodeInDocOrder()
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py598 assertion = assrt + '_PRED'
602 assertion += '_FORMAT'
606 assertion += '%(n)s' % DEFS
650 'assertion' : assertion,
665 indent = (len(assertion) + 3)*' '
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dgen_gtest_pred_impl.py595 assertion = assrt + '_PRED'
599 assertion += '_FORMAT'
603 assertion += '%(n)s' % DEFS
647 'assertion' : assertion,
662 indent = (len(assertion) + 3)*' '
/external/google-breakpad/src/testing/gtest/scripts/
Dgen_gtest_pred_impl.py595 assertion = assrt + '_PRED'
599 assertion += '_FORMAT'
603 assertion += '%(n)s' % DEFS
647 'assertion' : assertion,
662 indent = (len(assertion) + 3)*' '
/external/eigen/doc/
DUnalignedArrayAssert.dox3 /** \eigenManualPage TopicUnalignedArrayAssert Explanation of the assertion on unaligned arrays
5 Hello! You are seeing this webpage because your program terminated on an assertion failure like thi…
10 Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion
21 First of all, you need to find out where in your own code this assertion was triggered from. At fir…
77 …r people using GCC on Windows (like MinGW or TDM-GCC). If you have this assertion failure in an in…
91 \section explanation General explanation of this assertion
97 …ses where these alignment settings get overridden: they are the possible causes for this assertion.
/external/google-breakpad/src/processor/
Dminidump_dump.cc135 MinidumpAssertion *assertion = minidump.GetAssertion(); in PrintMinidumpDump() local
136 if (!assertion) { in PrintMinidumpDump()
139 assertion->Print(); in PrintMinidumpDump()
Dminidump_processor.cc1485 MinidumpAssertion *assertion = dump->GetAssertion(); in GetAssertion() local
1486 if (!assertion) in GetAssertion()
1489 const MDRawAssertionInfo *raw_assertion = assertion->assertion(); in GetAssertion()
1511 string expression = assertion->expression(); in GetAssertion()
1516 string function = assertion->function(); in GetAssertion()
1521 string file = assertion->file(); in GetAssertion()
Dstackwalk_common.cc814 string assertion = process_state.assertion(); in PrintProcessState() local
815 if (!assertion.empty()) { in PrintProcessState()
816 printf("Assertion: %s\n", assertion.c_str()); in PrintProcessState()
892 string assertion = process_state.assertion(); in PrintProcessStateMachineReadable() local
893 if (!assertion.empty()) { in PrintProcessStateMachineReadable()
894 printf("%s%c%c", StripSeparator(assertion).c_str(), in PrintProcessStateMachineReadable()
/external/opencv3/3rdparty/openexr/Iex/
DIexMacros.h139 #define ASSERT(assertion, type, text) \ argument
142 if ((assertion) == false) \
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sts/
Dtest_connection.py220 assertion = 'test'
226 saml_assertion=assertion
231 'SAMLAssertion': assertion,
/external/llvm/test/CodeGen/AArch64/
Darm64-shrink-v1i64.ll5 ; But currently it can't handle vector type and will trigger an assertion failure
7 ; This test checks that such assertion failur should not happen.
Dneon-or-combine.ll3 ; Check that the DAGCombiner does not crash with an assertion failure
7 ; The assertion failure was caused by an invalid comparison between APInt
/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
476 assertion(n != this, "Can not parent an expression to itself!"); in exprSetParent()
489 assertion(false, "exprAddChild method not implemented!"); in exprAddChild()
/external/llvm/test/CodeGen/Mips/msa/
Dllvm-stress-s449609655-simplified.ll9 ; "Comparison requires equal bit widths" assertion.
13 ; assertion occurred when trying to check the values were bitwise inverses of
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java366 assertion(false, "Could not find common ancestor!!!"); in findCommonAncestor()
456 assertion(null != walker, "Walker should not be null!"); in changePartToRef()
538 assertion((null != aw1) || (null != aw2), "Total match is incorrect!"); in stepsEqual()
1272 assertion(owner.getExpression() == path, "owner.getExpression() != path!!!"); in validateNewAddition()
1278 assertion(ew != owner, "duplicate owner on the list!!!"); in validateNewAddition()
1279 assertion(ew.getExpression() != path, "duplicate expression on the list!!!"); in validateNewAddition()
1286 protected static void assertion(boolean b, String msg) in assertion() method in RedundentExprEliminator
1324 assertion(null != m_exprOwner, "exprOwner can not be null!"); in MultistepExprHolder()
1394 assertion(false, "unlink failed!!!"); in unlink()
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson_unittest.cc45 void ReportFailure(const char* file, int line, const char* assertion) { in ReportFailure() argument
46 std::cout << file << ":" << line << ": \"" << assertion << "\" failed." in ReportFailure()
/external/llvm/test/Bindings/llvm-c/
Dset_metadata.ll2 ; This used to trigger an assertion
Dadd_named_metadata_operand.ll2 ; This used to trigger an assertion
/external/valgrind/none/tests/linux/
Dmremap6.vgtest3 # This testcase used to run into an assertion. Therefore cannot use
/external/valgrind/drd/tests/
Dunit_vc.c19 void VG_(assert_fail)(Bool isCore, const HChar* assertion, const HChar* file, in VG_()
29 assertion); in VG_()
/external/llvm/test/Transforms/InstCombine/
Dnarrow-switch.ll64 ; assertion.
95 ; Make sure to avoid assertion crashes and use the type before
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc74 MDRawAssertionInfo* assertion) { in CrashHandlerFilter() argument
114 MDRawAssertionInfo* assertion, in MinidumpWrittenCallback() argument

12345678910