Home
last modified time | relevance | path

Searched refs:isCalm (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/performance/
H A DEditorTestHelper.java115 boolean calm = isCalm(); in calmDown()
118 calm = isCalm(); in calmDown()
133 public static boolean isCalm() { in isCalm() method in EditorTestHelper
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/
H A DEditorTestHelper.java117 boolean calm= isCalm(); in calmDown()
120 calm= isCalm(); in calmDown()
134 public static boolean isCalm() { in isCalm() method in EditorTestHelper
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/test/
H A Dreadme_examples_test.cpp61 auto isCalm = [](const Entity& e) { return e.calm_; }; in __anon63f9b6010302() variable
64 REQUIRE(fplus::all_by(fplus::logical_and(isCalm, isBright), entities));