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

  /packages/apps/Contacts/res/layout/
item_group_membership.xml 29 android:id="@+id/group_list"
  /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 234 milliseconds