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

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
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/valgrind/exp-sgcheck/
h_main.c 156 static SegGroup* group_list = NULL; variable
173 if (group_list == NULL) {
176 group_list = g;
178 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP);
179 if (group_list->nextfree == N_SEGS_PER_GROUP) {
181 g->admin = group_list;
182 group_list = g;
184 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP);
185 teg = &group_list->segs[ group_list->nextfree ]
    [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/valgrind/coregrind/m_coredump/
coredump-solaris.c 625 UInt group_list[VKI_NGROUPS_MAX]; local
626 Int ngroups = VG_(getgroups)(VKI_NGROUPS_MAX, group_list);
644 prcred->pr_groups[i] = group_list[i];
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 279 mGroupList = (TextView) findViewById(R.id.group_list);
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 2231 struct group_list struct
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
server.py 193 group_list = self.ec2.get_all_security_groups()
194 for g in group_list:
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 215 struct group_list
217 struct group_list * next;
223 struct group_list * root;
213 struct group_list struct
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 1390 milliseconds