Home
last modified time | relevance | path

Searched refs:groups (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dusers.cpp66 std::vector<gid_t> groups(num_groups + 1); in GetSuplementaryGroups() local
67 int retval = getgroups(groups.size(), groups.data()); in GetSuplementaryGroups()
70 << groups.size() << "): " << std::strerror(errno); in GetSuplementaryGroups()
73 return groups; in GetSuplementaryGroups()
87 auto groups = GetSuplementaryGroups(); in InGroup() local
89 if (std::find(groups.cbegin(), groups.cend(), gid) != groups.cend()) { in InGroup()
/device/google/cuttlefish/tools/
Dtombstone_to_line.py84 groups = None
86 groups = p[0].match(line)
87 if groups:
90 if groups is not None:
91 info = lookup_addr(args, groups.group(p[2]), groups.group(p[3]))
96 source_match(line, info, len(groups.group(p[1])), out_file)
98 simple_match(line, info, len(groups.group(p[1])), out_file)
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py98 return_type, func_name, parameters = m.groups()
112 param_type, param_name = m.groups()
/device/google/bonito/json-c/
DDoxyfile198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
1002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1003 # in the modules index. If set to NO, only the current project's groups will
/device/google/crosshatch/json-c/
DDoxyfile198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
1002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1003 # in the modules index. If set to NO, only the current project's groups will
/device/google/coral/json-c/
DDoxyfile198 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
1002 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1003 # in the modules index. If set to NO, only the current project's groups will
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h484 …APIENTRYP PFNGLGETPERFMONITORGROUPSAMDPROC) (GLint *numGroups, GLsizei groupsSize, GLuint *groups);
496 … void GL_APIENTRY glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups);
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp169 void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groupsSize, GLuint* groups);
1427 void glGetPerfMonitorGroupsAMD(GLint* numGroups, GLsizei groupsSize, GLuint* groups) in glGetPerfMonitorGroupsAMD() argument
1430 ctx->glGetPerfMonitorGroupsAMD(ctx, numGroups, groupsSize, groups); in glGetPerfMonitorGroupsAMD()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in165 GL_ENTRY(void, glGetPerfMonitorGroupsAMD, GLint *numGroups, GLsizei groupsSize, GLuint *groups)