Searched refs:group_list (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | local_path_info.py | 29 group_list = [] 32 group_list.append(path) 33 if group_list: 34 self._path_priority_groups.append(group_list)
|
/external/ltp/testcases/network/multicast/mc_member/ |
D | mc_member_test.c | 24 char *group_list = NULL, *interface = NULL; in main() local 49 group_list = optarg; in main() 64 if (access(group_list, R_OK) != 0) { in main() 65 printf("Unabled to read group file %s\n", group_list); in main() 96 join_group(s, group_list, &imr); in main() 101 leave_group(s, group_list, &imr); in main()
|
/external/valgrind/exp-sgcheck/ |
D | h_main.c | 156 static SegGroup* group_list = NULL; variable 173 if (group_list == NULL) { in new_Seg() 176 group_list = g; in new_Seg() 178 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP); in new_Seg() 179 if (group_list->nextfree == N_SEGS_PER_GROUP) { in new_Seg() 181 g->admin = group_list; in new_Seg() 182 group_list = g; in new_Seg() 184 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP); in new_Seg() 185 teg = &group_list->segs[ group_list->nextfree ]; in new_Seg() 186 group_list->nextfree++; in new_Seg()
|
/external/libcap/progs/ |
D | capsh.c | 369 gid_t *group_list; in main() local 380 group_list = calloc(max_groups, sizeof(gid_t)); in main() 381 if (NULL == group_list) { in main() 400 group_list[g_count] = g->gr_gid; in main() 402 group_list[g_count] = strtoul(ptr, NULL, 0); in main() 406 if (setgroups(g_count, group_list) != 0) { in main() 410 free(group_list); in main()
|
/external/toolchain-utils/automation/server/monitor/ |
D | dashboard.py | 229 group_list = groups.GetList() 242 group_list = [group for group in group_list if group['label'] == label] 246 ctx = MakeDefaultContext({'filter': form, 'groups': group_list})
|
/external/python/cpython3/Lib/test/test_email/ |
D | test__header_value_parser.py | 1997 group_list = self._test_get_x(parser.get_group_list, 2003 self.assertEqual(group_list.token_type, 'group-list') 2004 self.assertEqual(len(group_list.mailboxes), 0) 2005 self.assertEqual(group_list.mailboxes, 2006 group_list.all_mailboxes) 2009 group_list = self._test_get_x(parser.get_group_list, 2015 self.assertEqual(group_list.token_type, 'group-list') 2016 self.assertEqual(len(group_list.mailboxes), 2) 2017 self.assertEqual(group_list.mailboxes, 2018 group_list.all_mailboxes) [all …]
|
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 2232 group_list = GroupList() 2234 group_list.defects.append(errors.InvalidHeaderDefect( 2236 return group_list, value 2244 group_list.defects.append(errors.InvalidHeaderDefect( 2246 group_list.append(leader) 2247 return group_list, value 2249 group_list.append(leader) 2250 return group_list, value 2254 group_list.append(leader) 2255 group_list.extend(token) [all …]
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-solaris.c | 625 UInt group_list[VKI_NGROUPS_MAX]; in create_prcred() local 626 Int ngroups = VG_(getgroups)(VKI_NGROUPS_MAX, group_list); in create_prcred() 644 prcred->pr_groups[i] = group_list[i]; in create_prcred()
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1160 group_list = extendee_proto.Extensions[extension] 1163 self.assertTrue(group_list is not extendee_proto.Extensions[extension])
|