Home
last modified time | relevance | path

Searched defs:notEqual (Results 1 – 9 of 9) 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/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/deqp/framework/common/
DtcuVectorUtil.hpp104 template<typename T> inline bool notEqual (T a, T b) { return (a != b); } in notEqual() function
234 inline Vector<bool, Size> notEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in notEqual() function
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java702 static Const.Value notEqual(Const.Value a, Const.Value b) { in notEqual() method in ConstEvaluator
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp866 Temporary notEqual(this); in visitBinary() local
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1996 void ShaderCore::notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in notEqual() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.cpp1996 void ShaderCore::notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in notEqual() function in sw::ShaderCore
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12562 static tcu::Vector<glw::GLuint, Size> notEqual(const tcu::Vector<glw::GLdouble, Size>& left, in notEqual() function