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

  /external/valgrind/main/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...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 261 mGroupList = (TextView) findViewById(R.id.group_list);
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 96 milliseconds