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

1 2 3 4 5 6 7

  /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...]
  /external/ltp/testcases/kernel/mem/vma/
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/tensorflow/tensorflow/core/platform/cloud/
oauth_client_test.cc 118 StringPiece grant_type, assertion; local
124 .OneLiteral("&assertion=")
125 .GetResult(&assertion, &grant_type));
129 int last_dot = assertion.ToString().find_last_of(".");
130 string header_dot_claim = assertion.ToString().substr(0, last_dot);
131 string signature_encoded = assertion.ToString().substr(last_dot + 1);
  /frameworks/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));
  /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 45 * Note that DER-encoded RDNs sort AVAs by assertion OID ... so that
69 final AVA[] assertion; field in class:RDN
151 assertion = avaVec.toArray(new AVA[avaVec.size()]);
227 assertion = avaVec.toArray(new AVA[avaVec.size()]);
244 assertion = new AVA[avaset.length];
246 assertion[i] = new AVA(avaset[i]);
256 RDN(int i) { assertion = new AVA[i]; }
262 assertion = new AVA[] { ava };
266 assertion = avas.clone();
267 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...]
  /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 892 milliseconds

1 2 3 4 5 6 7