Home
last modified time | relevance | path

Searched refs:CountExpression (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/src/org/eclipse/core/internal/expressions/tests/
H A DCountExpressionTest.java23 import org.eclipse.core.internal.expressions.CountExpression;
44 CountExpression e = new CountExpression("!"); //$NON-NLS-1$ in testNoneExpression()
50 CountExpression e = new CountExpression("?"); //$NON-NLS-1$ in testNoneOrOneExpression()
57 CountExpression e = new CountExpression("5"); //$NON-NLS-1$ in testExactExpression()
63 CountExpression e = new CountExpression("*"); //$NON-NLS-1$ in testAnyNumberExpression()
76 CountExpression e = new CountExpression("-3)"); //$NON-NLS-1$ in testLessThanExpression()
91 CountExpression e = new CountExpression("(3-"); //$NON-NLS-1$ in testGreaterThanExpression()
H A DExpressionTests.java273 CountExpression expression1 = new CountExpression("+"); in testCountExpressionNotEqual()
274 CountExpression expression2 = new CountExpression("!"); in testCountExpressionNotEqual()
281 CountExpression expression1 = new CountExpression("*"); in testCountExpressionHashCode()
282 CountExpression expression2 = new CountExpression("*"); in testCountExpressionHashCode()
550 CountExpression exp= new CountExpression("*"); //$NON-NLS-1$ in testCountExpressionAnyNumber()
571 CountExpression exp= new CountExpression("2"); //$NON-NLS-1$ in testCountExpressionExact()
594 CountExpression exp= new CountExpression("?"); //$NON-NLS-1$ in testCountExpressionNoneOrOne()
614 CountExpression exp= new CountExpression("+"); //$NON-NLS-1$ in testCountExpressionOneOrMore()
634 CountExpression exp= new CountExpression("!"); //$NON-NLS-1$ in testCountExpressionNone()
654 CountExpression exp= new CountExpression("!"); //$NON-NLS-1$ in testCountExpressionNoneWithAdapterManager()
[all …]
H A DExpressionInfoTests.java23 import org.eclipse.core.internal.expressions.CountExpression;
191 assertDefaultAccessOnly((new CountExpression("10")).computeExpressionInfo()); in testCountExpression()
203 assertDefaultAccessOnly((new NotExpression(new CountExpression("10"))).computeExpressionInfo()); in testNotExpression()
224 and.add(new CountExpression("10")); in testAndExpression()
235 resolve.add(new CountExpression("10")); in testResolveExpression()
242 with.add(new CountExpression("10")); in testWithExpression()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/
H A DCountExpression.java31 public class CountExpression extends Expression { class
45 private static final int HASH_INITIAL= CountExpression.class.getName().hashCode();
50 public CountExpression(IConfigurationElement configElement) { in CountExpression() method in CountExpression
55 public CountExpression(Element element) { in CountExpression() method in CountExpression
60 public CountExpression(String size) { in CountExpression() method in CountExpression
139 if (!(object instanceof CountExpression)) in equals()
142 final CountExpression that= (CountExpression)object; in equals()
H A DStandardElementHandler.java74 return new CountExpression(element); in create()
151 return new CountExpression(element); in create()
/dports/sysutils/terraform/terraform-1.0.11/internal/command/jsonconfig/
H A Dconfig.go48 CountExpression *expression `json:"count_expression,omitempty"` member
99 CountExpression *expression `json:"count_expression,omitempty"` member
299 ret.CountExpression = &cExp
357 r.CountExpression = &cExp
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/commands/
H A DCommandEnablementTest.java38 import org.eclipse.core.internal.expressions.CountExpression;
607 assertTrue(enabledWhen instanceof CountExpression); in testEnablementWithHandlerProxy()
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dexpression.cs11836 public Expression CountExpression { property in Mono.CSharp.StackAlloc
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.CSharp.cs5587 public Mono.CSharp.Expression CountExpression { get { throw null; } } property in Mono.CSharp.StackAlloc