Home
last modified time | relevance | path

Searched refs:isEvaluation (Results 1 – 15 of 15) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DExprScriptVariable.cpp63 if (isEvaluation()) { in compileCpp()
123 if (isEvaluation()) { in compileCppFollowing()
155 if (isEvaluation()) { in compileCppForGetOrCreateLocal()
186 if (isEvaluation()) { in compileCppForSet()
217 if (isEvaluation()) { in compileCppForBNFSet()
250 if (isEvaluation()) { in compileCppFollowingForSet()
294 if (isEvaluation()) { in toString()
H A DExprScriptVariable.h69 inline bool isEvaluation() const { return (_iAccess & EVALUATION_ACCESS) == EVALUATION_ACCESS; } in isEvaluation() function
H A DDtaScriptVariable.cpp571 if (exprVariable.isEvaluation()) { in getInternalVariableExtraction()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/optimize/
H A Dminimize.go297 if !task.Op.isEvaluation() {
345 if !task.Op.isEvaluation() {
485 if !op.isEvaluation() {
H A Dtypes.go59 func (op Operation) isEvaluation() bool { func
H A Dlinesearcher_test.go89 if !op.isEvaluation() {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/optimize/
H A Dminimize.go284 if !task.Op.isEvaluation() {
332 if !task.Op.isEvaluation() {
472 if !op.isEvaluation() {
H A Dtypes.go59 func (op Operation) isEvaluation() bool { func
H A Dlinesearcher_test.go86 if !op.isEvaluation() {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DDebugEvent.java372 public boolean isEvaluation() { in isEvaluation() method in DebugEvent
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/
H A DTerminateEvaluationAction.java106 … & DebugEvent.SUSPEND) != 0 && event.getSource() instanceof IJavaThread && event.isEvaluation()) { in handleDebugEvents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/update/
H A DThreadEventHandler.java69 if (event.isEvaluation()) { in handleSuspend()
176 if (suspend.isEvaluation() && suspend.getDetail() == DebugEvent.EVALUATION_IMPLICIT) { in handleLateSuspend()
H A DEventHandlerModelProxy.java208 if (event.isEvaluation() || event.isStepStart()) { in dispatchResume()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contexts/
H A DLaunchSuspendTrigger.java79 …if (event.getKind() == DebugEvent.SUSPEND && !event.isEvaluation() && event.getDetail() != DebugEv… in handleDebugEvents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/
H A DSourceLookupFacility.java212 if (!event.isEvaluation()) { in handleDebugEvents()