Home
last modified time | relevance | path

Searched defs:notEqual (Results 1 – 15 of 15) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java30 DelegatingMethod notEqual = new DelegatingMethod(otherMethod); in equals_should_return_false_when_not_equal() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_relational.inl57 GLM_FUNC_QUALIFIER bool notEqual function
/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java225 public final int notEqual(IntegerValue other) in notEqual() method in IntegerValue
467 public final int notEqual(UnknownIntegerValue other) in notEqual() method in IntegerValue
711 public final int notEqual(SpecificIntegerValue other) in notEqual() method in IntegerValue
955 public final int notEqual(ParticularIntegerValue other) in notEqual() method in IntegerValue
DReferenceValue.java165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_arithmetics.cpp553 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
639 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.inl65 GLM_FUNC_QUALIFIER vecType<bool, P> notEqual(vecType<T, P> const & x, vecType<T, P> const & y) function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp508 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp506 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
/external/deqp/framework/common/
DtcuVectorUtil.hpp105 template<typename T> inline bool notEqual (T a, T b) { return (a != b); } in notEqual() function
235 inline Vector<bool, Size> notEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in notEqual() function
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DObjectUtils.java1223 public static boolean notEqual(final Object object1, final Object object2) { in notEqual() method in ObjectUtils
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl767 GLM_FUNC_QUALIFIER tvec4<bool, P> notEqual(tquat<T, P> const & x, tquat<T, P> const & y) function
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java981 private @Nullable Value notEqual(int position, Value a, Value b) { in notEqual() method in ConstEvaluator
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12539 static tcu::Vector<glw::GLuint, Size> notEqual(const tcu::Vector<glw::GLdouble, Size>& left, in notEqual() function
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp296 constexpr const ImmutableString notEqual("notEqual"); variable
DSymbolTable_autogen.cpp322 constexpr const ImmutableString notEqual("notEqual"); variable