HomeSort by relevance Sort by last modified time
    Searched refs:NotEquals (Results 1 - 5 of 5) 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/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/gtest/test/
gtest_unittest.cc 650 TEST(StringTest, NotEquals) {
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]

Completed in 211 milliseconds