Home
last modified time | relevance | path

Searched refs:last (Results 1 – 17 of 17) sorted by relevance

/system/core/include/utils/
DList.h222 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() argument
223 for ( ; first != last; ++first) in insert()
238 iterator erase(iterator first, iterator last) { in erase() argument
239 while (first != last) in erase()
241 return iterator(last); in erase()
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance() argument
277 while (first != last) { in distance()
/system/core/include/sysutils/
DList.h223 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() argument
224 for ( ; first != last; ++first) in insert()
239 iterator erase(iterator first, iterator last) { in erase() argument
240 while (first != last) in erase()
242 return iterator(last); in erase()
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance() argument
278 while (first != last) { in distance()
/system/netd/
DList.h223 void insert(iterator posn, const_iterator first, const_iterator last) { in insert() argument
224 for ( ; first != last; ++first) in insert()
239 iterator erase(iterator first, iterator last) { in erase() argument
240 while (first != last) in erase()
242 return iterator(last); in erase()
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance() argument
278 while (first != last) { in distance()
/system/core/sh/
Dhistedit.c227 int first, last, direction; in histcmd() local
357 last = str_to_event(laststr, 1); in histcmd()
360 i = last; in histcmd()
361 last = first; in histcmd()
369 direction = first < last ? H_PREV : H_NEXT; in histcmd()
425 if (he.num == last) in histcmd()
480 str_to_event(const char *str, int last) in str_to_event() argument
511 last ? H_FIRST : H_LAST); in str_to_event()
Dnodetypes48 # The last two types should be followed by the text of a C declaration for
DTOUR333 which is to be stored in memory. This last is used when a buil-
/system/media/camera/docs/
Dmetadata_helpers_test.py51 for (x, last) in enumerate_with_last(single_value):
53 self.assertEquals(True, last)
/system/extras/ext4_utils/
Dallocate.c28 struct region *last; member
73 alloc->list.last = NULL; in create_allocation()
75 alloc->oob_list.last = NULL; in create_allocation()
113 if (list->last == reg) in region_list_remove()
114 list->last = reg->prev; in region_list_remove()
124 list->last = reg; in region_list_append()
129 list->last->next = reg; in region_list_append()
130 reg->prev = list->last; in region_list_append()
131 list->last = reg; in region_list_append()
260 struct region *last_reg = alloc->list.last; in reduce_allocation()
[all …]
/system/core/libcutils/tests/memset_mips/
Dmemset_omips.S61 addu a3, a0 # a3 is last loop address +1
77 blez a2, .Lexit # Handle last 8 bytes (if cnt>0)
78 addu a3, a2, a0 # a3 is last address +1
/system/extras/fatblock/
Dfs.h46 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last,
Dfs.c43 struct extent *last, in fs_find_extent() argument
56 e = last ? last->next : fs->extents; in fs_find_extent()
/system/core/gpttool/
Dgpttool.c118 int add_ptn(struct ptable *ptbl, u64 first, u64 last, const char *name) in add_ptn() argument
129 if (last > hdr->last_lba) { in add_ptn()
139 entry->last_lba = last; in add_ptn()
/system/core/libpixelflinger/
Dt32cb16blend.S152 last: label
202 b last
/system/extras/showmap/
Dshowmap.c264 mapinfo* last = mi; in show_map() local
294 free(last); in show_map()
/system/core/debuggerd/
Dtombstone.c301 size_t first, last; in dump_stack() local
308 last = i; in dump_stack()
324 for (size_t i = first; i <= last; i++) { in dump_stack()
333 if (i == last) { in dump_stack()
/system/core/adb/
Dsysdeps_win32.c2175 adb_strtok_r(char *s, const char *delim, char **last) in adb_strtok_r() argument
2182 if (s == NULL && (s = *last) == NULL) in adb_strtok_r()
2196 *last = NULL; in adb_strtok_r()
2214 *last = s; in adb_strtok_r()
/system/core/init/
Dreadme.txt12 when it is the last character on a line, may be used for line-folding.