Home
last modified time | relevance | path

Searched refs:subsystems (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_main.c53 int subsystems[] = { SDL_INIT_JOYSTICK, SDL_INIT_HAPTIC, SDL_INIT_GAMECONTROLLER }; in main_testInitQuitSubSystem()
55 for (i = 0; i < SDL_arraysize(subsystems); ++i) { in main_testInitQuitSubSystem()
57 int subsystem = subsystems[i]; in main_testInitQuitSubSystem()
/third_party/ninja/src/
Dutil.cc572 vector<string> subsystems; member
587 subsystems.push_back(pieces[i].AsString()); in parse()
593 map<string, string> ParseMountInfo(map<string, CGroupSubSys>& subsystems) { in ParseMountInfo() argument
608 map<string, CGroupSubSys>::iterator subsys = subsystems.find(opt); in ParseMountInfo()
609 if (subsys == subsystems.end()) in ParseMountInfo()
630 for (size_t i = 0; i < subsys.subsystems.size(); i++) { in ParseSelfCGroup()
631 cgroups.insert(make_pair(subsys.subsystems[i], subsys)); in ParseSelfCGroup()
638 map<string, CGroupSubSys> subsystems = ParseSelfCGroup(); in ParseCPUFromCGroup() local
639 map<string, string> cgroups = ParseMountInfo(subsystems); in ParseCPUFromCGroup()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2-utils.c46 static const gchar *subsystems[] = { "video4linux", NULL }; in gst_v4l2_iterator_new() local
51 it->client = g_udev_client_new (subsystems); in gst_v4l2_iterator_new()
Dgstv4l2deviceprovider.c361 static const gchar *subsystems[] = { "video4linux", NULL }; in provider_thread() local
379 client = g_udev_client_new (subsystems); in provider_thread()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/gbm/
Dgstgl_gbm_utils.c448 const gchar *subsystems[2] = { "drm", NULL }; in gst_gl_gbm_find_and_open_drm_node() local
450 gudev_client = g_udev_client_new (subsystems); in gst_gl_gbm_find_and_open_drm_node()
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_timer_instruments.txt28 instruments can be used to balance the load of the two subsystems
74 undesired distribution of work between the two subsystems, and
DSGIX_vertex_preclip.txt33 Certain graphics subsystems are capable of performing fast
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_timer_instruments.txt28 instruments can be used to balance the load of the two subsystems
74 undesired distribution of work between the two subsystems, and
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dstrip_down5 subsystems that can disabled:
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_FUCHSIA_external_memory.txt24 subsystems need to interoperate on them.
DVK_FUCHSIA_external_memory.adoc24 subsystems need to interoperate on them.
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
DREADME22 Test mounts as many subsystems as possible (cpu, cpuset, ...) in the
/third_party/flutter/engine/flutter/lib/ui/
Dui.dart11 /// text, layout, and rendering subsystems.
/third_party/libjpeg-turbo/simd/nasm/
Djdct.inc2 ; jdct.inc - private declarations for forward & reverse DCT subsystems
/third_party/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djdct.inc2 ; jdct.inc - private declarations for forward & reverse DCT subsystems
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/nasm/
Djdct.inc2 ; jdct.inc - private declarations for forward & reverse DCT subsystems
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_clip_band_hint.txt31 In addition, certain graphics subsystems are capable of performing fast
92 for graphics subsystems that are able to rasterize correctly primitives
/third_party/openGLES/extensions/SGIS/
DSGIS_clip_band_hint.txt31 In addition, certain graphics subsystems are capable of performing fast
92 for graphics subsystems that are able to rasterize correctly primitives
/third_party/openssl/doc/internal/man3/
Dossl_method_construct.pod35 All libcrypto subsystems that want to create their own methods based
37 ossl_method_construct() does this while leaving it to the subsystems
/third_party/gstreamer/gstreamer/gst/
Dgstconfig.h.in28 * GStreamer there are a lot of parts (known internally as "subsystems" ) that
67 /***** disabling of subsystems *****/
/third_party/gstreamer/gstreamer/docs/gst/
Dbuilding.md35 - `GST_REMOVE_DISABLED` - Omit stubs for disabled subsystems from the
/third_party/ltp/testcases/kernel/controllers/freezer/
DREADME10 These tests exercise the freezer and signal subsystems (aka controllers)
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-porting.md60 of the major subsystems and start implementing drivers for your platform.
/third_party/libwebsockets/READMEs/
DREADME.routing.md42 ## Intergration to other subsystems
/third_party/gstreamer/gstreamer/docs/random/wingo/
Dpro-audio-with-gstreamer30 replace whole subsystems as you need to.
73 of subsystems relating to "media" that just aren't applicable to

123