HomeSort by relevance Sort by last modified time
    Searched defs:assertion (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/testng/src/test/java/test/assertion/
AssertionTest.java 1 package test.assertion;
21 m_assert.assertTrue(false, "new TestNG Assertion Failed");
MyRawAssertion.java 1 package test.assertion;
4 import org.testng.asserts.Assertion;
10 public class MyRawAssertion extends Assertion {
SoftAssertTest.java 1 package test.assertion;
  /external/google-breakpad/src/processor/
minidump_dump.cc 135 MinidumpAssertion *assertion = minidump.GetAssertion(); local
136 if (!assertion) {
139 assertion->Print();
stackwalk_common.cc 814 string assertion = process_state.assertion(); local
892 string assertion = process_state.assertion(); local
    [all...]
minidump_processor.cc 1485 MinidumpAssertion *assertion = dump->GetAssertion(); local
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
StubMethodAdapterTest.java 57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion,
70 assertion.accept((Boolean) method.invoke(o));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 82 struct assertion struct
88 struct assertion<true> struct
234 boost::mpl::assertion<false>::failed( \
345 boost::mpl::assertion<(c)>::failed( BOOST_PP_CAT(mpl_assert_arg,counter)::assert_arg() ) \
  /external/apache-xml/src/main/java/org/apache/xpath/
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!"); method
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
XPathContext.java 636 * 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
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 740 assertion(false, "callVisitors should not be called for this object!!!"); method
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 689 assertion(false, "callVisitors should not be called for this object!!!"); method
  /external/google-breakpad/src/google_breakpad/processor/
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
minidump.h 628 // about an assertion that caused the minidump to be generated.
633 const MDRawAssertionInfo* assertion() const { function in class:google_breakpad::MinidumpAssertion
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
RDN.java 49 * Note that DER-encoded RDNs sort AVAs by assertion OID ... so that
73 final AVA[] assertion; field in class:RDN
155 assertion = avaVec.toArray(new AVA[avaVec.size()]);
231 assertion = avaVec.toArray(new AVA[avaVec.size()]);
248 assertion = new AVA[avaset.length];
250 assertion[i] = new AVA(avaset[i]);
260 RDN(int i) { assertion = new AVA[i]; }
266 assertion = new AVA[] { ava };
270 assertion = avas.clone();
271 for (int i = 0; i < assertion.length; i++)
    [all...]
  /external/google-breakpad/src/client/windows/handler/
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.file)
640 MDRawAssertionInfo assertion; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 391 assertion(false, "setNextPosition not supported in this iterator!"); method
418 assertion(false, "setShouldCacheNodes not supported by this iterater!"); method
440 assertion(false, "setCurrentPos not supported by this iterator!"); method
464 assertion(false, "size() not supported by this iterator!"); method
479 assertion(false, "item(int index) not supported by this iterator!"); method
498 assertion(false, "setItem not supported by this iterator!"); method
700 assertion(false, "This iterator can not reset!"); method
NodeSequence.java 185 assertion(nodeVector instanceof NodeVector, method
227 assertion(false, "Can not get a DTM Unless a DTMManager has been set!"); method
250 // an assertion here.
251 // assertion(false, "Can not get the root from a non-iterated NodeSequence!");
275 assertion(false, "Can not setRoot on a non-iterated NodeSequence!"); method
689 assertion(false, "Can not getAxis from a non-iterated node sequence!"); method
723 assertion(hasCache(), "addNodeInDocOrder must be done on a mutable sequence!");
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 1185 public void assertion(boolean b, java.lang.String msg) method in class:Compiler
    [all...]
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
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso-web-2.2.2-release-no-dep.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 366 assertion(false, "Could not find common ancestor!!!"); method
456 assertion(null != walker, "Walker should not be null!");
538 assertion((null != aw1) || (null != aw2), "Total match is incorrect!"); method
1286 protected static void assertion(boolean b, String msg) method in class:RedundentExprEliminator
1394 assertion(false, "unlink failed!!!"); method
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 213 assertion(true, "can't process a context node in StylesheetHandler!"); method
878 private void assertion(boolean condition, String msg) throws RuntimeException method in class:StylesheetHandler
    [all...]

Completed in 525 milliseconds

1 2 3 4 5 6