HomeSort by: relevance | last modified time | path
    Searched defs:launch (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
launch.py 29 @request("launch", response=False)
30 def launch( function
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
launch.py 34 # A launch or attach promise that that will be fulfilled after a
39 # A DeferredRequest that handles either a "launch" or "attach"
46 raise DAPException("launch or attach already specified")
74 @request("launch", on_dap_thread=True)
75 def launch( function
85 # Launch setup is handled here. This is done synchronously so
118 # not stop, then the launch response will not be seen either,
121 # Launch response does not have a body.
124 # The launch itself is deferred until the configurationDone
166 # Handle the launch or attach
    [all...]
  /src/games/battlestar/
command6.c 47 launch(void) function
57 puts("launch.");
62 puts("Not enough fuel to launch.");
64 puts("Can't launch.");
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
RemoteJITUtils.cpp 183 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { function in class:ChildProcessJITLinkExecutor
200 Error ChildProcessJITLinkExecutor::launch(ExecutionSession &ES) { function in class:ChildProcessJITLinkExecutor
239 "Unable to launch out-of-process executor '" + ExecutablePath + "'\n",
  /src/external/zlib/pigz/dist/
yarn.c 260 thread *launch(void (*probe)(void *), void *payload) function
  /src/external/bsd/zstd/dist/tests/cli-tests/
run.py 220 2. Launch the test case with :TestCase.launch():.
222 not wait for completion. So you could launch multiple test
228 :TestCase.run(): is also provided which combines the launch & analyze
253 def launch(self) -> None: member in class:TestCase
255 Launch the test case as a subprocess, but do not block on completion.
263 Must be called after :TestCase.launch():. Joins the test subprocess and
275 """Shorthand for combining both :TestCase.launch(): and :TestCase.analyze():."""
276 self.launch()
301 """Launch the test subprocess, but do not join it.""
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
globals.h 39 void (*launch)(struct brdprop *); member in struct:brdprop
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 237 /* Target data function launch information. */
272 const struct targ_fn_launch *launch; member in struct:targ_fn_descriptor
750 /* Initialize the launch dimensions. Typically this is constant,
756 if (targ_fn->launch->dim[i])
757 dims[i] = targ_fn->launch->dim[i];
903 launch the offloaded kernel. */
908 = ("The Nvidia accelerator has insufficient resources to launch '%s'"
915 GOMP_PLUGIN_fatal (msg, targ_fn->launch->fn, dims[GOMP_DIM_WORKER],
920 launch the offloaded kernel. */
924 = ("The Nvidia accelerator has insufficient barrier resources to launch"
1986 const struct targ_fn_launch *launch = tgt_fn_desc->launch; local
    [all...]
plugin-gcn.c 272 /* A queue entry for a future asynchronous launch. */
331 struct kernel_launch launch; member in union:queue_entry::__anon16875
1286 GCN_WARNING ("GOMP_OFFLOAD_run called with no launch attributes\n");
2044 /* The kernel type is not known until something tries to launch it. */
2093 launch attributes from KLA.
2122 GCN_DEBUG ("GCN launch on queue: %d:%d\n", kernel->agent->device_id,
2124 GCN_DEBUG ("GCN launch attribs: gdims:[");
2211 GCN_DEBUG ("GCN launch actuals: grid:[%u, %u, %u],"
2552 GCN_DEBUG ("Async thread %d:%d: Executing launch entry (%d)\n",
2554 run_kernel (entry->u.launch.kernel
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 241 /* Target data function launch information. */
278 const struct targ_fn_launch *launch; member in struct:targ_fn_descriptor
767 /* Initialize the launch dimensions. Typically this is constant,
773 if (targ_fn->launch->dim[i])
774 dims[i] = targ_fn->launch->dim[i];
920 launch the offloaded kernel. */
925 = ("The Nvidia accelerator has insufficient resources to launch '%s'"
932 GOMP_PLUGIN_fatal (msg, targ_fn->launch->fn, dims[GOMP_DIM_WORKER],
937 launch the offloaded kernel. */
941 = ("The Nvidia accelerator has insufficient barrier resources to launch"
2219 const struct targ_fn_launch *launch = tgt_fn_desc->launch; local
    [all...]
plugin-gcn.c 256 /* A queue entry for a future asynchronous launch. */
315 struct kernel_launch launch; member in union:queue_entry::__anon14462
564 /* Ephemeral memory sizes for each kernel launch. */
1312 GCN_WARNING ("GOMP_OFFLOAD_run called with no launch attributes\n");
2199 /* The kernel type is not known until something tries to launch it. */
2248 launch attributes from KLA.
2279 GCN_DEBUG ("GCN launch on queue: %d:%d\n", kernel->agent->device_id,
2281 GCN_DEBUG ("GCN launch attribs: gdims:[");
2367 GCN_DEBUG ("GCN launch actuals: grid:[%u, %u, %u],"
2709 GCN_DEBUG ("Async thread %d:%d: Executing launch entry (%d)\n"
    [all...]

Completed in 45 milliseconds