Home | History | Annotate | Download | only in templates

Lines Matching refs:assertion

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(boolean b, String msg)
1291 // "Programmer's assertion in RundundentExprEliminator: "+msg);
1324 assertion(null != m_exprOwner, "exprOwner can not be null!");
1365 * found, an assertion will be made.
1394 assertion(false, "unlink failed!!!");