Home
last modified time | relevance | path

Searched refs:group_list (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/exp-sgcheck/
Dh_main.c156 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/chromium_org/chrome/tools/
Dwebforms_aggregator.py162 for group_list in match_list:
163 link = group_list[1]
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py798 group_list = extendee_proto.Extensions[extension]
801 self.assertTrue(group_list is not extendee_proto.Extensions[extension])
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py1134 group_list = extendee_proto.Extensions[extension]
1137 self.assertTrue(group_list is not extendee_proto.Extensions[extension])