Searched defs:start (Results 1 - 25 of 53) sorted by relevance

123

/system/core/include/corkscrew/
H A Dsymbol_table.h28 uintptr_t start; member in struct:__anon36
H A Dmap_info.h32 uintptr_t start; member in struct:map_info
/system/core/libsysutils/src/
H A DServiceManager.cpp16 * - Starting a service is done by writing its name to the "ctl.start"
17 * system property. This triggers the init daemon to actually start
26 * If strlen(<name>) > (PROPERTY_KEY_MAX-1)-9, then you can start/stop
27 * the service by writing to ctl.start/stop, but you won't be able to
33 /* The maximum amount of time to wait for a service to start or stop,
41 int ServiceManager::start(const char *name) { function in class:ServiceManager
52 property_set("ctl.start", name);
62 SLOGW("Timed out waiting for service '%s' to start", name);
/system/netd/
H A DUidMarkMap.cpp20 UidMarkMap::UidMarkEntry::UidMarkEntry(int start, int end, int new_mark) : argument
21 uid_start(start),
H A DNetlinkManager.cpp89 if (handler->start()) {
90 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno));
98 int NetlinkManager::start() { function in class:NetlinkManager
H A DNetlinkHandler.cpp40 int NetlinkHandler::start() { function in class:NetlinkHandler
H A DTetherController.cpp151 char *start = strdup(inet_ntoa(addrs[addrIndex++])); local
153 asprintf(&(args[nextArg++]),"--dhcp-range=%s,%s,1h", start, end);
/system/vold/
H A DNetlinkHandler.cpp37 int NetlinkHandler::start() { function in class:NetlinkHandler
H A DNetlinkManager.cpp50 int NetlinkManager::start() { function in class:NetlinkManager
82 if (mHandler->start()) {
83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
/system/core/sh/
H A Dnodes.c303 struct nodelist *start; local
306 lpp = &start;
316 return start;
H A Dcd.c217 char *start; local
221 start = cdcomppath;
230 return start;
/system/core/libcutils/
H A Dtrace.c63 char* start = value; local
67 while (start != NULL) {
68 char* end = strchr(start, ',');
75 if (strcmp(cmdline, start) == 0) {
79 start = end;
/system/extras/fatblock/
H A Dfatblock.h36 offset_t start; member in struct:extent
68 int fs_read(struct fs *fs, char *buf, offset_t start, offset_t len);
H A Dread.c161 int fs_read(struct fs *fs, char *buf, offset_t start, offset_t len) argument
169 while ((e = fs_find_extent(fs, start, len, e,
/system/extras/tests/sdcard/
H A Dstopwatch.cpp78 void StopWatch::start() function in class:android_test::StopWatch
146 // reallocate the measurement buffer (e.g start and stop called more
161 // Go over all the samples and compute the diffs between a start and
170 for (size_t i = 0; i < mDataLen; i += 2) // even: start odd: stop
/system/core/libcorkscrew/
H A Dmap_info.c39 unsigned long int start; local
44 &start, &end, permissions, &name_pos) != 3) {
53 mi->start = start;
61 ALOGV("Parsed map: start=0x%08x, end=0x%08x, "
63 mi->start, mi->end,
98 unsigned long int start; local
102 if (sscanf(line, "%lx-%lx %4s %*x %*x:%*x %*d%n", &start, &end,
118 mi->start = start;
[all...]
/system/core/libdiskconfig/
H A Dconfig_mbr.c29 /* start and len are in LBA units */
32 uint32_t start, uint32_t len)
37 memset(&pentry->start, 0xff, sizeof(struct chs));
41 memset(&pentry->start, 0, sizeof(struct chs));
47 pentry->start_lba = start;
137 * ext_lba == The start of the toplevel extended partition (pointed to by the
154 * lba counter since that is where the logical data partition will start */
191 /* The start lba for next partition is an offset from the beginning
31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, uint32_t start, uint32_t len) argument
/system/core/libzipfile/
H A Dcentraldir.c166 * readable from start to end. In some cases, notably for archives
189 const unsigned char* start; local
201 start = buf + bufsize - MAX_EOCD_SEARCH;
203 start = buf;
206 while (p >= start) {
213 if (p < start) {
/system/core/toolbox/
H A Dnandread.c34 loff_t start = 0, len = 0; local
64 start = strtoll(optarg, NULL, 0);
81 " -S <start> Start offset (default 0)\n"
188 end = len ? (start + len) : mtdinfo.size;
189 for (pos = start, opos = 0; pos < end; pos += mtdinfo.writesize) {
200 oobbuf.start = pos;
265 "%08x %08x %08x %08x\n", pos, oobbuf.start,
/system/extras/tests/ext4/
H A Drand_emmc_perf.c39 struct timeval start; member in struct:stats
73 timersub(&stats_buf[i].end, &stats_buf[i].start, &t);
100 timersub(&stats_buf[i].end, &stats_buf[i].start, &t); /* Xi */
124 gettimeofday(&stats_buf[i].start, NULL);
148 struct timeval start, end, res; local
154 gettimeofday(&start, NULL);
170 timersub(&end, &start, &res);
177 timersub(&end, &start, &res);
/system/core/cpio/
H A Dmkbootfs.c268 void archive(const char *start, const char *prefix) argument
273 strcpy(in, start);
/system/core/include/diskconfig/
H A Ddiskconfig.h66 struct chs start; /* bytes 1-3 */ member in struct:pc_partition
/system/core/libcutils/tests/memset_mips/
H A Dtest_memset.c44 uint32_t start, stop, delta; local
46 start = get_count();
48 delta = stop - start;
58 uint32_t start, stop, delta; local
59 start = get_count();
62 delta = stop - start - overhead;
63 // printf ("start=0x%08x stop=0x%08x delta=0x%08x\n", start, stop, delta);
97 offset = ((rand() % (ARENASIZE-n))); /* Where to start */
/system/core/libnl_2/
H A Dattr.c77 struct nlattr *start = (struct nlattr *)nlmsg_tail(msg->nm_nlh); local
84 return start;
88 int nla_nest_end(struct nl_msg *msg, struct nlattr *start) argument
91 start->nla_len = (unsigned char *)nlmsg_tail(nlmsg_hdr(msg)) -
92 (unsigned char *)start;
/system/core/libpixelflinger/codeflinger/
H A Ddisassem.c583 int start; local
587 start = -1;
591 if (start != -1) {
597 if (start == loop - 1)
598 di->di_printf("r%d", start);
600 di->di_printf("r%d-r%d", start, loop - 1);
601 start = -1;
605 start = loop;

Completed in 5531 milliseconds

123