Home
last modified time | relevance | path

Searched refs:launched (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dsystem_debug_ios.dart39 // When a debug-mode app is launched from the host there should be no warnings.
53 // When a debug-mode app is launched from Xcode there should be no warnings. The
74 // When a debug-mode app is launched from the home screen there should be a
/third_party/node/tools/snapshot/
DREADME.md6 deserialized on top of V8's own startup snapshot. When Node.js is launched,
41 with Node.js snapshot embedded can also be launched without deserializing
/third_party/boost/libs/fiber/doc/
Dfiber.qbk53 Each __fiber__ represents a micro-thread which will be launched and managed
67 A new fiber is launched by passing an object of a callable type that can be
140 outlive the __fiber__ object that launched it, use the __detach__ method.
172 newly-launched fiber.
181 [[Effects:] [A fiber launched with `launch == dispatch` is entered
189 [[Effects:] [A fiber launched with `launch == post` is passed to the
191 previously-running fiber) continues executing. The newly-launched fiber will
590 from an explicitly-launched thread[s] thread-function. That is, in many
592 explicitly-launched fiber.
Dmigration.qbk20 launched, cannot migrate to any other thread. Also __boost_fiber__ implicitly
78 threads are launched.
Doverview.qbk46 Control is cooperatively passed between fibers launched on a given thread. At
79 A fiber launched on a particular thread continues running on that thread
Dfuture.qbk420 __StackAllocator__ when constructing the launched `fiber`. The overloads
422 constructing the launched `fiber`. The default `launch` is `post`, as
Dpackaged_task.qbk23 # Call [member_link fiber..detach] on the newly-launched `fiber`.
Dcustomization.qbk53 the ones explicitly launched by instantiating a custom `fiber` subclass.
/third_party/ffmpeg/
DINSTALL.md6 `configure` can be launched from a directory different from the FFmpeg
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
Dreactor.gni19 …build LLVM on Mac, unless we have to. This only happens on ARM64 devices, which launched with 11.0.
/third_party/flutter/flutter/packages/flutter_tools/doc/
Dattach.md5 A Flutter-command that attaches to applications that have been launched
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dwatcher.dart34 /// The index assigned when the child process was launched.
/third_party/python/Doc/library/
Dgetpass.rst33 terminal you launched IDLE from rather than the idle window itself.
Dasyncio-policy.rst265 threads, doesn't interfere with any processes launched outside the event
266 loop, and scales linearly with the number of subprocesses launched by the
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/web/
Dweb_fs_test.dart84 // Chrome is launched based on port from above.
/third_party/glib/gio/tests/
Dappinfo.c327 launched (GAppLaunchContext *context, in launched() function
360 g_signal_connect (context, "launched", G_CALLBACK (launched), NULL); in test_launch_context_signals()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
DAutomatedTesting.md6 It can be launched from a shell script by using an Android Intent.
8 Before running the app from an Intent, it should be launched manually and a Round Trip Latency test…
/third_party/flutter/engine/flutter/frontend_server/
DREADME.md31 Relative paths should be relative to current working directory for the shell that launched
/third_party/boost/tools/build/doc/src/
Ddebug.adoc30 is launched.
/third_party/glib/gio/
Dgappinfo.h293 void (* launched) (GAppLaunchContext *context, member
/third_party/skia/third_party/externals/angle2/doc/
DDevSetupAndroid.md81 apps must be launched by the Java runtime since the libraries are discovered within an installed
109 Remember that ANGLE can only be used by applications launched by the Java runtime.
/third_party/libuv/docs/src/guide/
Dprocesses.rst68 Before the child process is launched you can control the execution environment
371 Turning now to the master, let's take a look at how the workers are launched to
395 straightforward till here. The workers are launched and waiting for file
/third_party/boost/libs/outcome/doc/src/content/motivation/
Dnarrow_contract.md95 * a debugger can be launched,
/third_party/flutter/flutter/examples/flutter_gallery/test_driver/
Dtransitions_perf_test.dart219 // 'Start Transition' event when a demo is launched (see GalleryItem).
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddaemon.dart1088 /// The method by which the flutter app was launched.
1092 /// The app was launched via `flutter run`.
1095 /// The app was launched via `flutter attach`.

12345