Home
last modified time | relevance | path

Searched refs:TestExpression (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/math/amath/amath-1.8.5/src/system/
H A Dprogram_test.cpp174 TestExpression("-1", "-1 = -1"); in RunTestset01()
175 TestExpression("-(-1)", "1 = 1"); in RunTestset01()
190 TestExpression("2^3", "2^3 = 8"); in RunTestset01()
523 TestExpression("1+1", "1+1 = 2"); in RunTestset08()
543 TestExpression("1-1", "1-1 = 0"); in RunTestset08()
642 TestExpression("1e-0", "1 = 1"); in RunTestset10()
643 TestExpression("1e+0", "1 = 1"); in RunTestset10()
772 TestExpression("5", "5 = 5"); in RunTestset11()
773 TestExpression("10", "10 = A"); in RunTestset11()
778 TestExpression("-5", "-5 = -5"); in RunTestset11()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/
H A DMarkerTesterTest.java22 import org.eclipse.core.internal.expressions.TestExpression;
79 TestExpression testExpression = new TestExpression(MARKER_NAMESPACE, in testSeverity()
103 TestExpression testExpression = new TestExpression(MARKER_NAMESPACE, in testType()
111 testExpression = new TestExpression(MARKER_NAMESPACE, "type", null, in testType()
123 TestExpression testExpression = new TestExpression(MARKER_NAMESPACE, in testSuperType()
128 testExpression = new TestExpression(MARKER_NAMESPACE, "superType", in testSuperType()
143 TestExpression testExpression = new TestExpression(MARKER_NAMESPACE, in testPriority()
169 TestExpression testExpression = new TestExpression(MARKER_NAMESPACE, in testDone()
180 testExpression = new TestExpression(MARKER_NAMESPACE, "done", null, in testDone()
203 TestExpression testExpression = new TestExpression(MARKER_NAMESPACE, in testMessage()
[all …]
/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 DTestExpression.java27 public class TestExpression extends Expression { class
42 private static final int HASH_INITIAL= TestExpression.class.getName().hashCode();
46 public TestExpression(IConfigurationElement element) throws CoreException { in TestExpression() method in TestExpression
61 public TestExpression(Element element) throws CoreException { in TestExpression() method in TestExpression
77 public TestExpression(String namespace, String property, Object[] args, Object expectedValue) { in TestExpression() method in TestExpression
81 …public TestExpression(String namespace, String property, Object[] args, Object expectedValue, bool… in TestExpression() method in TestExpression
114 if (!(object instanceof TestExpression)) in equals()
117 final TestExpression that= (TestExpression)object; in equals()
/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 DPropertyTesterTests.java25 import org.eclipse.core.internal.expressions.TestExpression;
152TestExpression exp= new TestExpression("org.eclipse.core.expressions.tests.forceActivation", "test… in testPluginActivation()
157 …Property p= TestExpression.testGetTypeExtensionManager().getProperty(receiver, "org.eclipse.core.e… in testPluginActivation()
163 …p= TestExpression.testGetTypeExtensionManager().getProperty(receiver, "org.eclipse.core.expression… in testPluginActivation()
169 TestExpression exp = new TestExpression("org.eclipse.core.runtime", in testPlatformTester()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/
H A DTestExpression.cpp27 QTEST_GUILESS_MAIN( TestExpression )
32 TestExpression::TestExpression() in TestExpression() function in TestExpression
36 void TestExpression::testParse() in testParse()
136 void TestExpression::testIsAdvancedExpression() in testIsAdvancedExpression()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeIterationStatementCas.cs61 Assert.IsNull (cis.TestExpression, "TestExpression"); in Constructor0_Deny_Unrestricted()
62 cis.TestExpression = new CodeExpression (); in Constructor0_Deny_Unrestricted()
79 Assert.AreSame (test, cis.TestExpression, "TestExpression"); in Constructor1_Deny_Unrestricted()
80 cis.TestExpression = new CodeExpression (); in Constructor1_Deny_Unrestricted()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/dataset/
H A Dtest_util.h358 struct TestExpression : util::EqualityComparable<TestExpression>, struct
359 util::ToStringOstreamable<TestExpression> {
364 TestExpression(const Expression& e) : expression(e.Copy()) {} in TestExpression() function
368 using util::EqualityComparable<TestExpression>::operator==; argument
369 bool Equals(const TestExpression& other) const { in Equals() argument
376 const TestExpression& rhs) { argument
377 return TestExpression(lhs) == rhs;
380 friend void PrintTo(const TestExpression& expr, std::ostream* os) { in PrintTo() argument
385 static std::vector<TestExpression> PartitionExpressionsOf( in PartitionExpressionsOf()
387 std::vector<TestExpression> partition_expressions; in PartitionExpressionsOf()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeStatements/
H A DCodeIterationStatementTests.cs18 Assert.Null(iteration.TestExpression); in Ctor_Default()
36 Assert.Equal(testExpression, iteration.TestExpression); in Ctor()
72 iteration.TestExpression = value; in TestExpression_Set_Get_ReturnsExpected()
73 Assert.Equal(value, iteration.TestExpression); in TestExpression_Set_Get_ReturnsExpected()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/misc/netron/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/misc/netron/node_modules/esquery/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/esquery/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/textproc/write-good/write-good-1.0.8/node_modules/esrecurse/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/textproc/write-good/write-good-1.0.8/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/textproc/write-good/write-good-1.0.8/node_modules/esquery/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/esrecurse/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/esrecurse/node_modules/estraverse/
H A DREADME.md53 // This tree contains a user-defined `TestExpression` node.
55 type: 'TestExpression',
72 TestExpression: ['argument']
80 // This tree contains a user-defined `TestExpression` node.
82 type: 'TestExpression',
104 // This tree contains a user-defined `TestExpression` node.
106 type: 'TestExpression',
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/
H A DTest.php3 use Twig\Node\Expression\TestExpression; alias
8 class Twig_Node_Expression_Test extends TestExpression
/dports/finance/prestashop/prestashop/vendor/twig/twig/lib/Twig/Node/Expression/
H A DTest.php3 use Twig\Node\Expression\TestExpression; alias
8 class Twig_Node_Expression_Test extends TestExpression
/dports/www/drupal8/drupal-8.9.20/vendor/twig/twig/lib/Twig/Node/Expression/
H A DTest.php3 use Twig\Node\Expression\TestExpression; alias
8 class Twig_Node_Expression_Test extends TestExpression
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/lib/Twig/Node/Expression/
H A DTest.php3 use Twig\Node\Expression\TestExpression; alias
11 class Twig_Node_Expression_Test extends TestExpression

1234567891011