Searched defs:execution (Results 1 - 7 of 7) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
H A DRunnableEx.java11 package org.eclipse.wb.internal.core.utils.execution;
H A DRunnableObjectEx.java11 package org.eclipse.wb.internal.core.utils.execution;
H A DExecutionUtils.java11 package org.eclipse.wb.internal.core.utils.execution;
80 * @return <code>true</code> if execution was finished without exception.
94 * @return <code>true</code> if execution was finished without exception.
/external/chromium_org/v8/tools/testrunner/network/
H A Dendpoint.py35 from ..local import execution namespace
112 runner = execution.Runner(suites, progress_indicator, ctx)
H A Dnetwork_execution.py36 from ..local import execution namespace
52 class NetworkedRunner(execution.Runner):
66 self.tests = [] # Only used if we need to fall back to local execution.
225 pass # Fall back to local execution.
/external/chromium_org/v8/tools/
H A Drun-deopt-fuzzer.py43 from testrunner.local import execution namespace
418 runner = execution.Runner(suites, progress_indicator, ctx)
465 runner = execution.Runner(suites, progress_indicator, ctx)
H A Drun-tests.py43 from testrunner.local import execution namespace
504 runner = execution.Runner(suites, progress_indicator, ctx)

Completed in 314 milliseconds