HomeSort by relevance Sort by last modified time
    Searched refs:group_list (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
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/
mc_member_test.c 24 char *group_list = NULL, *interface = NULL; local
49 group_list = optarg;
64 if (access(group_list, R_OK) != 0) {
65 printf("Unabled to read group file %s\n", group_list);
96 join_group(s, group_list, &imr);
101 leave_group(s, group_list, &imr);
181 "usage: %s [ -j -l ] -g group_list [-s time_to_sleep] -i interface_name (or i.i.i.i)\n",
  /external/mesa3d/src/intel/compiler/
brw_disasm_info.h 57 struct exec_list group_list; member in struct:disasm_info
brw_disasm_info.c 39 foreach_list_typed(struct inst_group, group, link, &disasm->group_list) {
99 exec_list_make_empty(&disasm->group_list);
112 exec_list_push_tail(&disasm->group_list, &tail->link);
129 exec_list_get_tail_raw(&disasm->group_list), link);
163 foreach_list_typed(struct inst_group, cur, link, &disasm->group_list) {
brw_eu_compact.c     [all...]
  /external/libcap/progs/
capsh.c 369 gid_t *group_list; local
380 group_list = calloc(max_groups, sizeof(gid_t));
381 if (NULL == group_list) {
400 group_list[g_count] = g->gr_gid;
402 group_list[g_count] = strtoul(ptr, NULL, 0);
406 if (setgroups(g_count, group_list) != 0) {
410 free(group_list);
  /external/mesa3d/src/intel/tools/
disasm.c 89 &disasm_info->group_list) {
  /external/toolchain-utils/automation/server/monitor/
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/
test__header_value_parser.py     [all...]
  /external/python/cpython3/Lib/email/
_header_value_parser.py     [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 1050 milliseconds