HomeSort by relevance Sort by last modified time
    Searched full:notequals (Results 1 - 14 of 14) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
NotEquals.java 19 * $Id: NotEquals.java 468655 2006-10-28 07:12:06Z minchau $
29 public class NotEquals extends Operation
47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
  /external/chromium_org/base/strings/
nullable_string16_unittest.cc 23 TEST(NullableString16Test, NotEquals) {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 469 // public static void not_equals(CodeEmitter e, Type type, Label notEquals) {
470 // not_equals(e, type, notEquals, null);
480 public static void not_equals(final CodeEmitter e, Type type, final Label notEquals, final Customizer customizer) {
483 not_equals_helper(e, type, notEquals, customizer, this);
490 Label notEquals,
494 e.if_cmp(type, e.NE, notEquals);
497 nullcmp(e, notEquals, end);
506 e.goTo(notEquals);
516 e.if_jump(e.EQ, notEquals);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 54 import org.apache.xpath.operations.NotEquals;
130 expr = notequals(opPos); break;
275 * @return reference to {@link org.apache.xpath.operations.NotEquals} instance.
279 protected Expression notequals(int opPos) throws TransformerException method in class:Compiler
281 return compileOperation(new NotEquals(), opPos);
    [all...]
  /external/chromium_org/ui/gfx/geometry/
box_unittest.cc 147 TEST(BoxTest, NotEquals) {
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 661 public boolean notEquals(XObject obj2)
669 return obj2.notEquals(this);
XNodeSet.java 722 public boolean notEquals(XObject obj2) throws javax.xml.transform.TransformerException
  /packages/inputmethods/LatinIME/dictionaries/
en_emoji.combined.gz 
  /prebuilts/tools/common/cglib/
cglib-nodep-2.2.3.jar 
cglib-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 

Completed in 1174 milliseconds