HomeSort by relevance Sort by last modified time
    Searched refs:NotEquals (Results 1 - 6 of 6) 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/libchrome/base/strings/
nullable_string16_unittest.cc 23 TEST(NullableString16Test, NotEquals) {
  /external/v8/test/unittests/runtime/
runtime-interpreter-unittest.cc 81 INTEGER_OPERATOR_CHECK(NotEquals, !=, lhs, rhs);
106 DOUBLE_OPERATOR_CHECK(NotEquals, !=, lhs, rhs);
127 STRING_OPERATOR_CHECK(NotEquals, !=, lhs, rhs);
  /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/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]

Completed in 309 milliseconds