Home
last modified time | relevance | path

Searched defs:notEqual (Results 1 – 12 of 12) 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/swiftshader/third_party/SPIRV-Tools/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/deqp-deps/SPIRV-Tools/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/angle/third_party/spirv-tools/src/source/val/
Dvalidate_arithmetics.cpp600 const auto notEqual = [](std::tuple<bool, bool, uint32_t> X, in ArithmeticsPass() local
686 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/deqp/framework/common/
DtcuVectorUtil.hpp237 inline bool notEqual(T a, T b) in notEqual() function
381 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/turbine/java/com/google/turbine/binder/
DConstEvaluator.java981 private @Nullable Value notEqual(int position, Value a, Value b) { in notEqual() method in ConstEvaluator
/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/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12672 static tcu::Vector<glw::GLuint, Size> notEqual(const tcu::Vector<glw::GLdouble, Size> &left, in notEqual() function
/external/angle/src/compiler/translator/
DSymbolTable_autogen.cpp300 constexpr const ImmutableString notEqual("notEqual"); variable