Searched refs:end (Results 51 - 67 of 67) sorted by relevance

123

/system/core/libsysutils/src/
H A DFrameworkListener.cpp178 for (i = mCommands->begin(); i != mCommands->end(); ++i) {
/system/security/keystore/
H A Dkeystore_cli.cpp159 for (; it != matches.end(); ++it) {
H A DIKeystoreService.cpp634 for (; it != matches.end(); ++it) {
/system/vold/
H A DDirectVolume.cpp55 for (it = mPaths->begin(); it != mPaths->end(); ++it)
93 for (it = mPaths->begin(); it != mPaths->end(); ++it) {
/system/core/charger/
H A Dcharger.c281 char *end; local
287 tmp = strtol(buf, &end, 0);
288 if (end == buf ||
289 ((end < buf+sizeof(buf)) && (*end != '\n' && *end != '\0')))
/system/core/debuggerd/
H A Dtombstone.c362 _LOG(log, scopeFlags, " %08x-%08x %c%c%c %s\n", m->start, m->end,
401 if (addr >= map->start && addr < map->end) {
404 } else if (addr >= map->end) {
458 char* end; local
459 pid_t new_tid = strtoul(de->d_name, &end, 10);
460 if (*end || new_tid == tid) {
548 tailOnly ? "tail end of " : "", filename);
677 * in a zero byte that marks end-of-data.
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S264 .end scanline_t32cb16blend_mips
/system/extras/libpagemap/
H A Dpm_process.c265 &map->start, &map->end, perms, &map->offset, name);
/system/media/camera/src/
H A Dcamera_metadata.c649 uint8_t *end = start + data_bytes; local
651 memmove(start, end, length);
703 uint8_t *end = start + entry_bytes; local
705 memmove(start, end, length);
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp101 int end = scratches.obtain(); local
102 MOV(AL, 0, end, reg_imm(parts.count.reg, LSR, 16));
103 MLA(AL, 1, end, dvdx, end, c);
104 SUB(MI, 0, c, c, end);
106 scratches.recycle(end);
/system/core/sdcard/
H A Dfuse.h120 __u64 end; member in struct:fuse_file_lock
/system/core/adb/
H A Dtransport.c956 char* end = buf + bufsize; local
963 len = format_transport(t, p, end - p, long_listing);
964 if (p + len >= end) {
/system/core/sh/
H A Dexpand.c83 int endoff; /* offset of end of region */
199 case CTLENDVAR: /* end of expanding yyy in ${xxx-yyy} */
755 if (subtype != VSNORMAL) { /* skip to end of alternative */
913 recordregion(int start, int end, int inquotes) argument
923 ifslastp->endoff = end;
932 ifslastp->endoff = end;
979 /* Only NULs (probably from "$@") end args */
1171 if (metaflag == 0) { /* we've reached the end of the file name */
/system/netd/
H A DCommandListener.cpp483 for (it = tlist->begin(); it != tlist->end(); ++it) {
556 for (it = ilist->begin(); it != ilist->end(); ++it) {
563 for (it = dlist->begin(); it != dlist->end(); ++it) {
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c250 ALOGV("find_fde: no eh_frame_hdr for map: start=0x%x, end=0x%x", mi->start, mi->end);
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp989 std::sort(tags.begin(), tags.end());
992 std::find(tags.begin(), tags.end(), ANDROID_LENS_FOCUS_DISTANCE)
1069 // Delete an entry with no data, at end of array
1113 // Delete with extra data on end of array
/system/core/libpixelflinger/
H A Dscanline.cpp619 const int32_t end = dvdx * (len-1) + v; local
620 if (end < 0)
621 v -= end;

Completed in 343 milliseconds

123