Searched defs:items (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/
H A Ddynarray.h10 void** items; member in struct:__anon478
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/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/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);

Completed in 222 milliseconds