Home
last modified time | relevance | path

Searched defs:subsystems (Results 1 – 6 of 6) sorted by relevance

/third_party/node/doc/contributing/
Dpull-requests.md584 [CI (Continuous Integration) test run]: #continuous-integration-testing
587 [approved]: #getting-approvals-for-your-pull-request
/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
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dv4l2-utils.c46 static const gchar *subsystems[] = { "video4linux", NULL }; in gst_v4l2_iterator_new() local
Dgstv4l2deviceprovider.c361 static const gchar *subsystems[] = { "video4linux", NULL }; in provider_thread() local
/third_party/ninja/src/
Dutil.cc572 vector<string> subsystems; member
593 map<string, string> ParseMountInfo(map<string, CGroupSubSys>& subsystems) { in ParseMountInfo() argument
638 map<string, CGroupSubSys> subsystems = ParseSelfCGroup(); in ParseCPUFromCGroup() local
/third_party/gn/src/gn/
Dohos_components.cc101 const std::string &subsystems, std::string &err_msg_out) in LoadComponentSubsystemAndPaths()