Searched defs:notEqual (Results 1 – 9 of 9) sorted by relevance
/external/mockito/src/test/java/org/mockito/internal/creation/ |
D | DelegatingMethodTest.java | 30 DelegatingMethod notEqual = new DelegatingMethod(otherMethod); in equals_should_return_false_when_not_equal() local
|
/external/proguard/src/proguard/evaluation/value/ |
D | IntegerValue.java | 225 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
|
D | ReferenceValue.java | 165 public final int notEqual(ReferenceValue other) in notEqual() method in ReferenceValue
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 104 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/ |
D | ConstEvaluator.java | 702 static Const.Value notEqual(Const.Value a, Const.Value b) { in notEqual() method in ConstEvaluator
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 866 Temporary notEqual(this); in visitBinary() local
|
/external/swiftshader/src/Pipeline/ |
D | ShaderCore.cpp | 1996 void ShaderCore::notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in notEqual() function in sw::ShaderCore
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1996 void ShaderCore::notEqual(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in notEqual() function in sw::ShaderCore
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12562 static tcu::Vector<glw::GLuint, Size> notEqual(const tcu::Vector<glw::GLdouble, Size>& left, in notEqual() function
|