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

  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 38 private final RelationshipAssertion<T> assertion; field in class:RelationshipTester
40 RelationshipTester(RelationshipAssertion<T> assertion) {
41 this.assertion = checkNotNull(assertion);
79 assertion.assertRelated(item, related);
93 assertion.assertUnrelated(item, unrelated);
  /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/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...]
  /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...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 

Completed in 342 milliseconds