Home
last modified time | relevance | path

Searched refs:NotEquals (Results 1 – 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DNotEquals.java29 public class NotEquals extends Operation class
/external/libchrome/base/strings/
Dnullable_string16_unittest.cc23 TEST(NullableString16Test, NotEquals) { in TEST() argument
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go541 ret.Relation = acvp.NotEquals
621 …"vendorId": []acvp.Relation{acvp.Equals, acvp.NotEquals, acvp.LessThan, acvp.LessThanEqual, acv…
635 "type": []acvp.Relation{acvp.Equals, acvp.NotEquals},
636 …"vendorId": []acvp.Relation{acvp.Equals, acvp.NotEquals, acvp.LessThan, acvp.LessThanEqual, acv…
/external/libchrome/ui/gfx/geometry/
Dbox_unittest.cc146 TEST(BoxTest, NotEquals) { in TEST() argument
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go304 NotEquals Relation = iota const
318 case NotEquals:
/external/pdfium/core/fxcrt/
Dobserved_ptr_unittest.cpp170 TEST(ObservePtr, NotEquals) { in TEST() argument
Dretain_ptr_unittest.cpp231 TEST(RetainPtr, NotEquals) { in TEST() argument
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java54 import org.apache.xpath.operations.NotEquals;
281 return compileOperation(new NotEquals(), opPos); in notequals()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h124 NotEquals, // ?9 # operator!= enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h124 NotEquals, // ?9 # operator!= enumerator
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp257 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, NotEquals, "operator!="); in output()
DMicrosoftDemangle.cpp547 IFK::NotEquals, // ?9 # operator!= in translateIntrinsicFunctionCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp257 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, NotEquals, "operator!="); in output()
DMicrosoftDemangle.cpp547 IFK::NotEquals, // ?9 # operator!= in translateIntrinsicFunctionCode()
/external/libchrome/base/
Doptional_unittest.cc1851 TEST(OptionalTest, NotEquals) { in TEST() argument
/external/perfetto/src/base/
Doptional_unittest.cc1867 TEST(OptionalTest, NotEquals) { in TEST() argument