Searched refs:groups (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | users.cpp | 66 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/ |
D | tombstone_to_line.py | 84 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/ |
D | gen_entries.py | 98 return_type, func_name, parameters = m.groups() 112 param_type, param_name = m.groups()
|
/device/google/bonito/json-c/ |
D | Doxyfile | 198 # 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/ |
D | Doxyfile | 198 # 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/ |
D | Doxyfile | 198 # 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/ |
D | gl2ext.h | 484 …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/ |
D | gl2_entry.cpp | 169 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/ |
D | gles3.in | 165 GL_ENTRY(void, glGetPerfMonitorGroupsAMD, GLint *numGroups, GLsizei groupsSize, GLuint *groups)
|