Searched refs:items (Results 1 - 5 of 5) sorted by relevance

/system/core/toolbox/
H A Ddynarray.c9 a->items = NULL;
37 new_items = realloc(a->items, new_cap*sizeof(void*));
41 a->items = new_items;
51 a->items[a->count++] = item;
57 free(a->items);
58 a->items = NULL;
98 qsort(list->items,
H A Ddynarray.h10 void** items; member in struct:__anon248
30 * remove items from the array during iteration.
36 _item_type _item = (_item_type)(_array)->items[_nn_##__LINE__]; \
58 * This macro is only intended for simple uses. Do not add or remove items
/system/extras/fatblock/
H A Dimport.c209 struct item *items; local
239 items = NULL;
278 item->next = items;
279 items = item;
310 item = items;
311 items = item->next;
345 free_items(items);
/system/core/libcutils/
H A Dstr_parms.c134 int items = 0; local
174 items++;
179 if (!items)
180 ALOGV("%s: no items found in string\n", __func__);
/system/media/camera/docs/
H A Dmetadata_parser_xml.py147 entry_dict = dict(d.items() + d2.items() + d3.items())

Completed in 269 milliseconds