Searched refs:execution (Results 1 - 25 of 65) sorted by relevance

123

/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/llvm/test/MC/ARM/
H A Dudf-thumb-diagnostics.s10 @ CHECK: error: conditional execution not supported in Thumb1
H A Darm-thumb-cpus.s23 @ one or other of the execution states.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DStringsDialog.java18 import org.eclipse.wb.internal.core.utils.execution.ExecutionUtils;
19 import org.eclipse.wb.internal.core.utils.execution.RunnableObjectEx;
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli12 This interface provides an OCaml API for LLVM execution engine (JIT/
23 (** An execution engine is either a JIT compiler or an interpreter, capable of
43 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
51 (** [dispose ee] releases the memory used by the execution engine and must be
55 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
58 (** [remove_module m ee] removes the module [m] from the execution engine
63 the execution engine [ee]. *)
67 the execution engine [ee]. *)
70 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
73 (** [add_global_mapping gv ptr ee] tells the execution engin
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli12 This interface provides an ocaml API for LLVM execution engine (JIT/
19 and receive values from the execution engine. It supports only a limited
84 (** An execution engine is either a JIT compiler or an interpreter, capable of
89 (** [create m] creates a new execution engine, taking ownership of the
91 interpreter. Raises [Error msg] if an error occurrs. The execution engine
98 execution engine is not garbage collected and must be destroyed with
105 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
110 (** [dispose ee] releases the memory used by the execution engine and must be
114 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
117 (** [remove_module m ee] removes the module [m] from the execution engin
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyDialog.java24 import org.eclipse.wb.internal.core.utils.execution.ExecutionUtils;
25 import org.eclipse.wb.internal.core.utils.execution.RunnableEx;
/external/v8/tools/testrunner/network/
H A Dendpoint.py35 from ..local import execution namespace
113 runner = execution.Runner(suites, progress_indicator, ctx)
H A Dnetwork_execution.py36 from ..local import execution namespace
52 class NetworkedRunner(execution.Runner):
64 self.tests = [] # Only used if we need to fall back to local execution.
222 pass # Fall back to local execution.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java17 import org.eclipse.wb.internal.core.utils.execution.ExecutionUtils;
18 import org.eclipse.wb.internal.core.utils.execution.RunnableEx;
/external/libunwind/doc/
H A Dunw_resume.tex8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- resume execution in a particular stack frame
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
24 and then directly resumes execution in the target stack frame. Thus
27 (callee-saved) registers. However, if execution in any of the stack
H A Dlibunwind.tex120 execution at an arbitrary stack frame. As you might guess, this is
122 needed by some high-level languages such as Java. Resuming execution
197 registers, or resume execution at a particular stack frame by calling
278 To speed up execution, \Prog{libunwind} may aggressively cache the
295 (at the cost of slower execution). By default, caching is enabled for
/external/toybox/kconfig/
H A Dzconf.hash.c_shipped29 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/external/mesa3d/docs/
H A DMESA_shader_debug.spec44 during execution, issue diagnostic function calls that are logged
153 They are used to track the execution of a shader by logging
155 retrieved by the application for inspection after shader execution
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec63 Further, IHV's might have builtin support for tracing GL execution
171 The tracing facility is used to record the execution of a GL program
/external/v8/tools/
H A Drun-deopt-fuzzer.py43 from testrunner.local import execution namespace
439 runner = execution.Runner(suites, progress_indicator, ctx)
486 runner = execution.Runner(suites, progress_indicator, ctx)
/external/ltp/testcases/kernel/controllers/memctl/
H A Drun_memctl_test.sh90 echo Skipping execution of memory controller tests.;
/external/ltp/testcases/realtime/
H A D00_Descriptions.txt99 - Measures variation in computational execution time at various periods and
103 - Measures variation in computational execution time at specified period
162 execution, the start and wakeup times of all the threads are displayed. The
/external/skia/tools/lua/
H A Dngrams.lua21 -- sublists. At the end of execution, the master list contains a sublist for
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DSmaliPositionManagerTest.java45 import com.intellij.execution.ExecutionResult;
46 import com.intellij.execution.process.ProcessHandler;
/external/v8/tools/testrunner/local/
H A Dprogress.py35 from . import execution namespace
74 command = execution.GetCommand(test, self.runner.context)
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad-z196.s247 #CHECK: error: {{(instruction requires: transactional-execution)?}}
554 #CHECK: error: {{(instruction requires: transactional-execution)?}}
723 #CHECK: error: {{(instruction requires: transactional-execution)?}}
728 #CHECK: error: {{(instruction requires: transactional-execution)?}}
733 #CHECK: error: {{(instruction requires: transactional-execution)?}}
738 #CHECK: error: {{(instruction requires: transactional-execution)?}}
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m59 % this is to save execution time

Completed in 597 milliseconds

123