Home
last modified time | relevance | path

Searched refs:notEquals (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/databases/akonadi/akonadi-21.12.3/autotests/private/
H A Dprotocoltest.cpp161 QVERIFY(!notEquals); in testResponse()
179 QVERIFY(!notEquals); in testAncestor()
331 QVERIFY(!notEquals); in testScopeContext()
391 QVERIFY(!notEquals); in testPartMetaData()
411 QVERIFY(!notEquals); in testCachePolicy()
436 QVERIFY(!notEquals); in testHelloResponse()
452 QVERIFY(!notEquals); in testLoginCommand()
471 QVERIFY(!notEquals); in testLoginResponse()
485 QVERIFY(!notEquals); in testLogoutCommand()
504 QVERIFY(!notEquals); in testLogoutResponse()
[all …]
/dports/graphics/ampasCTL/CTL-57b48a2/unittest/IlmCtl/
H A DtestVarying.ctl21 output varying bool notEquals)
38 notEquals = (a != b);
52 output varying bool notEquals)
63 notEquals = (a != b);
79 output varying bool notEquals)
90 notEquals = (a != b);
110 output varying bool notEquals)
124 notEquals = (a != b);
142 output varying bool notEquals)
156 notEquals = (a != b);
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/filter/
H A Dfilter.go135 fl.predicates = append(fl.predicates, filterPredicate{fieldName: fieldName, op: notEquals, i: &v})
147 fl.predicates = append(fl.predicates, filterPredicate{fieldName: fieldName, op: notEquals, b: &v})
185 notEquals filterOp = iota const
210 case notEquals:
274 case notEquals:
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DPolymorphicMethodBinding.java59 if (TypeBinding.notEquals(this.parameters[j], matchingParameters[j])) { in matches()
70 } else if (TypeBinding.notEquals(matchingReturnType, cachedReturnType)) { in matches()
H A DCaptureBinding18.java77 if (TypeBinding.notEquals(erasures[0], erasures[i])) in erasure()
157 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
168 if (TypeBinding.notEquals(currentSuperInterface, this.superInterfaces[i])) { in substituteInferenceVariable()
186 if (TypeBinding.notEquals(currentBound, this.upperBounds[i])) { in substituteInferenceVariable()
H A DTypeBinding.java728 if (TypeBinding.notEquals(variables[i], paramType.arguments[i])) in isParameterizedWithOwnVariables()
813 if (notEquals(paramType.genericType(), otherParamType.genericType())) in isProvablyDistinct()
839 if (notEquals(paramType.genericType(), otherType)) in isProvablyDistinct()
847 if (notEquals(enclosing, otherEnclosing)) return true; in isProvablyDistinct()
865 return notEquals(erasure(), otherType.erasure()); in isProvablyDistinct()
867 return notEquals(erasure(), otherType); in isProvablyDistinct()
879 return notEquals(erasure(), otherType.erasure()); in isProvablyDistinct()
887 return notEquals(this, otherType.erasure()); in isProvablyDistinct()
1252 if (TypeBinding.notEquals(paramType.actualType(), otherParamType.actualType())) in isTypeArgumentContainedBy()
1261 if (TypeBinding.notEquals(enclosing, otherEnclosing)) in isTypeArgumentContainedBy()
[all …]
H A DMethodBinding.java106 …if (TypeBinding.notEquals(this.parameters[i], args[i]) && TypeBinding.notEquals(this.parameters[i]… in areParameterErasuresEqual()
124 … if (TypeBinding.notEquals(varArgType, lastArgument) && !lastArgument.isCompatibleWith(varArgType)) in areParametersCompatibleWith()
129 … if (TypeBinding.notEquals(varArgType, arguments[i]) && !arguments[i].isCompatibleWith(varArgType)) in areParametersCompatibleWith()
137 …if (TypeBinding.notEquals(this.parameters[i], arguments[i]) && !arguments[i].isCompatibleWith(this… in areParametersCompatibleWith()
153 if (TypeBinding.notEquals(this.parameters[i], args[i])) in areParametersEqual()
174 …if (TypeBinding.notEquals(this.typeVariables[i], vars[i]) && TypeBinding.notEquals(this.typeVariab… in areTypeVariableErasuresEqual()
326 if (TypeBinding.notEquals(receiverType, this.declaringClass)) { in canBeSeenBy()
334 if (TypeBinding.notEquals(invocationType, this.declaringClass)) { in canBeSeenBy()
348 if (TypeBinding.notEquals(outerInvocationType, outerDeclaringClass)) return false; in canBeSeenBy()
550 if (TypeBinding.notEquals(inheritedOriginal.declaringClass, superType)) { in findOriginalInheritedMethod()
H A DTypeVariableBinding.java182 if (TypeBinding.notEquals(substitutedSuperType, argumentType)) { in internalBoundCheck()
196 if (TypeBinding.notEquals(substitutedSuperType, argumentType)) { in internalBoundCheck()
329 if (TypeBinding.notEquals(this.firstBound, this.superclass)) { in annotatedDebugName()
459 …if (TypeBinding.notEquals(this.superclass, Scope.substitute(substitute, otherVariable.superclass))) in isInterchangeableWith()
535 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
546 if (TypeBinding.notEquals(currentSuperInterface, this.superInterfaces[i])) { in substituteInferenceVariable()
736 if (TypeBinding.notEquals(this.firstBound, this.superclass)) { in toString()
762 if (TypeBinding.notEquals(this.firstBound, this.superclass)) { in nullAnnotatedReadableName()
H A DMethodVerifier15.java89 if (TypeBinding.notEquals(originalInherited.returnType, concreteMethod.returnType)) in checkConcreteInheritedMethod()
113 if (TypeBinding.notEquals(originalInherited.returnType, currentMethod.returnType)) in checkForBridgeMethod()
186 if (TypeBinding.notEquals(currentParams[i], inheritedParams[i])) in checkForNameClash()
275 && TypeBinding.notEquals(methods[i].declaringClass, this.type) in checkInheritedMethods()
413 if (TypeBinding.notEquals(currentMethod.declaringClass, this.type) in checkNullSpecInheritance()
617 … if (TypeBinding.notEquals(inheritedMethod.declaringClass, otherInheritedMethod.declaringClass)) { in checkMethods()
797 if (TypeBinding.notEquals(inherited.returnType.erasure(), otherInherited.returnType.erasure())) in detectInheritedNameClash()
801 …if (TypeBinding.notEquals(inherited.declaringClass.erasure(), otherInherited.declaringClass.erasur… in detectInheritedNameClash()
820 if (TypeBinding.notEquals(current.returnType.erasure(), original.returnType.erasure())) in detectNameClash()
954 …|| TypeBinding.notEquals(inheritedMethod.returnType, existingMethod.returnType)) // need to keep a… in isInterfaceMethodImplemented()
[all …]
H A DFieldBinding.java113 if (TypeBinding.notEquals(receiverType, this.declaringClass)) { in canBeSeenBy()
121 if (TypeBinding.notEquals(invocationType, this.declaringClass)) { in canBeSeenBy()
135 if (TypeBinding.notEquals(outerInvocationType, outerDeclaringClass)) return false; in canBeSeenBy()
H A DParameterizedTypeBinding.java345 if (captureSourceType != null && TypeBinding.notEquals(captureSourceType, this.type)) { in computeUniqueKey()
535 if (TypeBinding.notEquals(toMatch[iarg], argumentTypes[iarg])) in getExactConstructor()
549 if (TypeBinding.notEquals(toMatch[p], argumentTypes[p])) in getExactConstructor()
577 if (TypeBinding.notEquals(toMatch[iarg], argumentTypes[iarg])) in getExactMethod()
592 if (TypeBinding.notEquals(toMatch[p], argumentTypes[p])) in getExactMethod()
797 if (TypeBinding.notEquals(this.type, otherParamType.type)) in isEquivalentTo()
805 if (TypeBinding.notEquals(enclosing, otherEnclosing)) return false; in isEquivalentTo()
859 if (TypeBinding.notEquals(newArg, oldArg)) { in substituteInferenceVariable()
926 …if (TypeBinding.notEquals(this.arguments[i], this) && this.arguments[i].mentionsAny(parameters, id… in mentionsAny()
937 if (TypeBinding.notEquals(this.arguments[i], this)) in collectInferenceVariables()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DPolymorphicMethodBinding.java64 if (TypeBinding.notEquals(this.parameters[j], matchingParameters[j])) { in matches()
75 } else if (TypeBinding.notEquals(matchingReturnType, cachedReturnType)) { in matches()
H A DCaptureBinding18.java97 if (TypeBinding.notEquals(erasures[0], erasures[i])) in erasure()
205 haveSubstitution |= TypeBinding.notEquals(currentSuperclass, this.superclass); in substituteInferenceVariable()
216 if (TypeBinding.notEquals(currentSuperInterface, this.superInterfaces[i])) { in substituteInferenceVariable()
234 if (TypeBinding.notEquals(currentBound, this.upperBounds[i])) { in substituteInferenceVariable()
246 haveSubstitution |= TypeBinding.notEquals(this.firstBound, currentFirstBound); in substituteInferenceVariable()
H A DTypeBinding.java832 if (TypeBinding.notEquals(variables[i], paramType.arguments[i])) in isParameterizedWithOwnVariables()
922 if (notEquals(paramType.genericType(), otherParamType.genericType())) in isProvablyDistinct()
948 if (notEquals(paramType.genericType(), otherType)) in isProvablyDistinct()
956 if (notEquals(enclosing, otherEnclosing)) return true; in isProvablyDistinct()
974 return notEquals(erasure(), otherType.erasure()); in isProvablyDistinct()
976 return notEquals(erasure(), otherType); in isProvablyDistinct()
988 return notEquals(erasure(), otherType.erasure()); in isProvablyDistinct()
996 return notEquals(this, otherType.erasure()); in isProvablyDistinct()
1373 if (TypeBinding.notEquals(paramType.actualType(), otherParamType.actualType())) in isTypeArgumentContainedBy()
1382 if (TypeBinding.notEquals(enclosing, otherEnclosing)) in isTypeArgumentContainedBy()
[all …]
H A DMethodBinding.java121 …if (TypeBinding.notEquals(this.parameters[i], args[i]) && TypeBinding.notEquals(this.parameters[i]… in areParameterErasuresEqual()
139 … if (TypeBinding.notEquals(varArgType, lastArgument) && !lastArgument.isCompatibleWith(varArgType)) in areParametersCompatibleWith()
144 … if (TypeBinding.notEquals(varArgType, arguments[i]) && !arguments[i].isCompatibleWith(varArgType)) in areParametersCompatibleWith()
152 …if (TypeBinding.notEquals(this.parameters[i], arguments[i]) && !arguments[i].isCompatibleWith(this… in areParametersCompatibleWith()
168 if (TypeBinding.notEquals(this.parameters[i], args[i])) in areParametersEqual()
189 …if (TypeBinding.notEquals(this.typeVariables[i], vars[i]) && TypeBinding.notEquals(this.typeVariab… in areTypeVariableErasuresEqual()
347 if (TypeBinding.notEquals(receiverType, this.declaringClass)) { in canBeSeenBy()
355 if (TypeBinding.notEquals(invocationType, this.declaringClass)) { in canBeSeenBy()
369 if (TypeBinding.notEquals(outerInvocationType, outerDeclaringClass)) return false; in canBeSeenBy()
588 if (TypeBinding.notEquals(inheritedOriginal.declaringClass, superType)) { in findOriginalInheritedMethod()
H A DMethodVerifier15.java99 if (TypeBinding.notEquals(originalInherited.returnType, concreteMethod.returnType)) in checkConcreteInheritedMethod()
124 if (TypeBinding.notEquals(originalInherited.returnType, currentMethod.returnType)) in checkForBridgeMethod()
197 if (TypeBinding.notEquals(currentParams[i], inheritedParams[i])) in checkForNameClash()
287 && TypeBinding.notEquals(methods[i].declaringClass, this.type) in checkInheritedMethods()
428 if (TypeBinding.notEquals(currentMethod.declaringClass, this.type) in checkNullSpecInheritance()
634 … if (TypeBinding.notEquals(inheritedMethod.declaringClass, otherInheritedMethod.declaringClass)) { in checkMethods()
814 if (TypeBinding.notEquals(inherited.returnType.erasure(), otherInherited.returnType.erasure())) in detectInheritedNameClash()
818 …if (TypeBinding.notEquals(inherited.declaringClass.erasure(), otherInherited.declaringClass.erasur… in detectInheritedNameClash()
837 if (TypeBinding.notEquals(current.returnType.erasure(), original.returnType.erasure())) in detectNameClash()
975 …|| (TypeBinding.notEquals(this.type, existingMethod.declaringClass) // ... not if inheriting the b… in isInterfaceMethodImplemented()
H A DParameterizedTypeBinding.java379 if (captureSourceType != null && TypeBinding.notEquals(captureSourceType, this.type)) { in computeUniqueKey()
693 if (TypeBinding.notEquals(toMatch[iarg], argumentTypes[iarg])) in getExactConstructor()
707 if (TypeBinding.notEquals(toMatch[p], argumentTypes[p])) in getExactConstructor()
736 if (TypeBinding.notEquals(toMatch[iarg], argumentTypes[iarg])) in getExactMethod()
751 if (TypeBinding.notEquals(toMatch[p], argumentTypes[p])) in getExactMethod()
957 if (TypeBinding.notEquals(this.type, otherParamType.type)) in isEquivalentTo()
965 if (TypeBinding.notEquals(enclosing, otherEnclosing)) return false; in isEquivalentTo()
1028 if (TypeBinding.notEquals(newArg, oldArg)) { in substituteInferenceVariable()
1036 } else if (TypeBinding.notEquals(newEnclosing, this.enclosingType)) { in substituteInferenceVariable()
1117 if (TypeBinding.notEquals(this.arguments[i], this)) in collectInferenceVariables()
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/bucket/policy/condition/
H A Dnumericfunc.go47 case notEquals:
151 return newNumericFunc(numericNotEquals, key, values, notEquals)
156 return &numericFunc{n: name{name: numericNotEquals}, k: key, value: value, c: notEquals}, nil
H A Ddatefunc.go46 case notEquals:
146 return newDateFunc(dateNotEquals, key, values, notEquals)
151 return &dateFunc{n: name{name: dateNotEquals}, k: key, value: value, c: notEquals}, nil
/dports/www/phalcon/cphalcon-3.4.5/tests/unit/
H A DSecurityTest.php146 expect($tokenKey)->notEquals($s->getTokenKey());
147 expect($token)->notEquals($s->getToken());
148 expect($token)->notEquals($s->getSessionToken());
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetScope.java104 if (TypeBinding.notEquals(receiverType, fieldBinding.declaringClass)) return false; in canBeSeenByForCodeSnippet()
106 if (TypeBinding.notEquals(invocationType, fieldBinding.declaringClass)) { in canBeSeenByForCodeSnippet()
120 if (TypeBinding.notEquals(outerInvocationType, outerDeclaringClass)) return false; in canBeSeenByForCodeSnippet()
179 if (TypeBinding.notEquals(receiverType, methodBinding.declaringClass)) return false; in canBeSeenByForCodeSnippet()
181 if (TypeBinding.notEquals(invocationType, methodBinding.declaringClass)) { in canBeSeenByForCodeSnippet()
195 if (TypeBinding.notEquals(outerInvocationType, outerDeclaringClass)) return false; in canBeSeenByForCodeSnippet()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/
H A DNotEquals.java48 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/
H A DNotEquals.java48 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/
H A DNotEquals.java48 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/
H A DNotEquals.java48 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()

12345678