Searched refs:start (Results 26 - 50 of 73) sorted by relevance

123

/system/extras/fatblock/
H A Dfs.h46 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last,
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.h40 // Once the watch has been created, start and stop can be called to
56 // we collect the raw start and stop time in an array that get
65 // watch.start();
77 // Time of the snapshot and its nature (start of the interval or end of it).
88 // measured (1 sample == 1 start + 1 stop). Used
101 void start();
134 size_t mNum; // # of intervals == # of start() calls.
/system/core/fastboot/
H A Dengine.c98 double start; member in struct:Action
186 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
187 a->start = split;
219 a->start = -1;
473 cur_product, a->prod, (split - a->start));
474 a->start = split;
484 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
485 a->start = split;
605 double start = -1; local
607 a->start
[all...]
/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,
H A Ddd.h68 struct timeval start; /* start time of dd */ member in struct:__anon477
/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;
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h70 unsigned long start; member in struct:pm_map
150 /* Get the name, flags, start/end address, or offset of a map. */
156 #define pm_map_start(map) ((map)->start)
/system/netd/
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 DDnsProxyListener.cpp50 void DnsProxyListener::GetAddrInfoHandler::start() { function in class:DnsProxyListener::GetAddrInfoHandler
161 handler->start();
210 handler->start();
219 void DnsProxyListener::GetHostByAddrHandler::start() { function in class:DnsProxyListener::GetHostByAddrHandler
H A Dmain.cpp63 if (nm->start()) {
64 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno));
73 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
79 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno));
86 ALOGE("Unable to start CommandListener (%s)", strerror(errno));
/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/libsparse/
H A Dbacked_block.h61 struct backed_block_list *to, struct backed_block *start,
H A Dsparse.c230 struct backed_block *start; local
241 start = backed_block_iter_new(from->backed_block_list);
248 for (bb = start; bb; bb = backed_block_iter_next(bb)) {
270 to->backed_block_list, start, last_bb);
/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/extras/tests/directiotest/
H A Ddirectiotest.c70 static ssize_t do_read(int fd, void *buf, off64_t start, size_t count) argument
75 lseek64(fd, start, SEEK_SET);
92 static ssize_t do_write(int fd, const void *buf, off64_t start, size_t count) argument
97 lseek64(fd, start, SEEK_SET);
119 * data for a given test area be easily reproducable given the start block and
/system/core/libcorkscrew/
H A Dptrace.c86 if (try_get_word_ptrace(pid, mi->start, &elf_magic) && elf_magic == ELF_MAGIC) {
141 symbol = find_symbol(data->symbol_table, addr - mi->start);
H A Dtest.c34 uintptr_t offset = frames[i].absolute_pc - symbol->start;
/system/core/rootdir/etc/
H A Dinit.testmenu73 echo " 6: start runtime"
74 echo " 7: start runtime w/output"
236 start
249 start runtime $single_process
266 echo " 4: start powerd"
267 echo " 5: start powerd verbose"
270 echo " 8: start multitap shell"
277 echo " c: start shell"
298 "4" ) start powerd -i $powerdidletime ;;
299 "5" ) start power
[all...]
/system/core/sh/
H A Dexec.c281 * set to the start of the path before the first call; padvance will update
296 const char *start; local
301 start = *path;
302 for (p = start ; *p && *p != ':' && *p != '%' ; p++);
303 len = p - start + strlen(name) + 2; /* "2" is for '/' and '\0' */
307 if (p != start) {
308 memcpy(q, start, p - start);
309 q += p - start;
501 prev = -1; /* where to start */
[all...]
H A Dcd.c217 char *start; local
221 start = cdcomppath;
230 return start;
/system/vold/
H A Dmain.cpp66 if (vm->start()) {
67 SLOGE("Unable to start VolumeManager (%s)", strerror(errno));
75 if (nm->start()) {
76 SLOGE("Unable to start NetlinkManager (%s)", strerror(errno));
87 SLOGE("Unable to start CommandListener (%s)", strerror(errno));
/system/core/include/diskconfig/
H A Ddiskconfig.h66 struct chs start; /* bytes 1-3 */ member in struct:pc_partition
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp104 // available at the start of the benchmark.
273 struct timespec start; local
274 clock_gettime(CLOCK_MONOTONIC, &start);
285 struct timespec deltaTimespec = tsDelta(&start, &current);

Completed in 3002 milliseconds

123