Searched refs:notEquals (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | NotEquals.java | 47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | EmitUtils.java | 480 …public static void not_equals(final CodeEmitter e, Type type, final Label notEquals, final Customi… in not_equals() argument 483 not_equals_helper(e, type, notEquals, customizer, this); in not_equals() 490 Label notEquals, in not_equals_helper() argument 494 e.if_cmp(type, e.NE, notEquals); in not_equals_helper() 497 nullcmp(e, notEquals, end); in not_equals_helper() 506 e.goTo(notEquals); in not_equals_helper() 516 e.if_jump(e.EQ, notEquals); in not_equals_helper()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XObject.java | 661 public boolean notEquals(XObject obj2) in notEquals() method in XObject 669 return obj2.notEquals(this); in notEquals()
|
D | XNodeSet.java | 722 public boolean notEquals(XObject obj2) throws javax.xml.transform.TransformerException in notEquals() method in XNodeSet
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | lua_binarytrees.js | 41311 goog.math.Long.prototype.notEquals = function(other) { method in goog.math.Long
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 7812 goog.math.Long.prototype.notEquals = function(other) { method in goog.math.Long
|