Searched refs:group_list (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | local_path_info.py | 58 group_list = [] 61 group_list.append(path) 62 if group_list: 63 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/mesa3d/src/intel/compiler/ |
D | brw_disasm_info.c | 45 foreach_list_typed(struct inst_group, group, link, &disasm->group_list) { in dump_assembly() 111 exec_list_make_empty(&disasm->group_list); in disasm_initialize() 124 exec_list_push_tail(&disasm->group_list, &tail->link); in disasm_new_inst_group() 141 exec_list_get_tail_raw(&disasm->group_list), link); in disasm_annotate() 175 foreach_list_typed(struct inst_group, cur, link, &disasm->group_list) { in disasm_insert_error()
|
D | brw_disasm_info.h | 57 struct exec_list group_list; member
|
D | brw_eu_compact.c | 2461 foreach_list_typed(struct inst_group, group, link, &disasm->group_list) { in brw_compact_instructions()
|
/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/deprecated/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 | 2086 group_list = self._test_get_x(parser.get_group_list, 2092 self.assertEqual(group_list.token_type, 'group-list') 2093 self.assertEqual(len(group_list.mailboxes), 0) 2094 self.assertEqual(group_list.mailboxes, 2095 group_list.all_mailboxes) 2098 group_list = self._test_get_x(parser.get_group_list, 2104 self.assertEqual(group_list.token_type, 'group-list') 2105 self.assertEqual(len(group_list.mailboxes), 2) 2106 self.assertEqual(group_list.mailboxes, 2107 group_list.all_mailboxes) [all …]
|
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 1875 group_list = GroupList() 1877 group_list.defects.append(errors.InvalidHeaderDefect( 1879 return group_list, value 1887 group_list.defects.append(errors.InvalidHeaderDefect( 1889 group_list.append(leader) 1890 return group_list, value 1892 group_list.append(leader) 1893 return group_list, value 1897 group_list.append(leader) 1898 group_list.extend(token) [all …]
|
/external/mesa3d/src/intel/common/ |
D | gen_disasm.c | 86 &disasm_info->group_list) { in gen_disassemble()
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.c | 1976 char **group_list; in chamelium_read_port_mappings() local 1985 group_list = g_key_file_get_groups(igt_key_file, NULL); in chamelium_read_port_mappings() 1988 for (i = 0; group_list[i] != NULL; i++) { in chamelium_read_port_mappings() 1989 if (strstr(group_list[i], "Chamelium:")) in chamelium_read_port_mappings() 1995 for (i = 0; group_list[i] != NULL; i++) { in chamelium_read_port_mappings() 1996 group = group_list[i]; in chamelium_read_port_mappings() 2054 g_strfreev(group_list); in chamelium_read_port_mappings()
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1310 group_list = extendee_proto.Extensions[extension] 1313 self.assertTrue(group_list is not extendee_proto.Extensions[extension])
|