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

123

/system/core/liblog/
H A Dfake_log_device.c479 const char* start = p; local
481 if ((p-start) > 0) {
482 v->iov_base = (void*)start;
483 v->iov_len = p-start;
484 totalLen += p-start;
/system/core/debuggerd/
H A Dtombstone.c235 uint32_t offset = stack_content - (mi->start + symbol->start);
358 if (addr >= map->start && addr < map->end) {
377 _LOG(log, false, " %08x-%08x %s\n", next->start, next->end, next->name);
382 _LOG(log, false, " %08x-%08x %s\n", map->start, map->end, map->name);
387 _LOG(log, false, " %08x-%08x %s\n", prev->start, prev->end, prev->name);
569 * If we filled the buffer, we want to start at "next", which has
570 * the oldest entry. If we didn't, we want to start at zero.
/system/media/camera/src/
H A Dcamera_metadata.c65 * | start of camera_metadata.data |
450 uint8_t *start = dst->data + entry->data.offset; local
451 uint8_t *end = start + data_bytes;
453 memmove(start, end, length);
501 uint8_t *start = dst->data + entry->data.offset; local
502 uint8_t *end = start + entry_bytes;
504 memmove(start, end, length);
/system/core/libcorkscrew/
H A Dbacktrace.c176 // Wait for the other thread to start dumping the stack, or time out.
184 ALOGV("Waiting for thread %d to start dumping the stack...", tid);
187 ALOGV("Timed out waiting for thread %d to start dumping the stack.", tid);
255 symbol->relative_pc = frame->absolute_pc - mi->start;
285 symbol->relative_pc = frame->absolute_pc - mi->start;
291 symbol->relative_symbol_addr = s->start;
/system/core/sh/
H A Dnodes.c303 struct nodelist *start; local
306 lpp = &start;
316 return start;
/system/extras/libpagemap/
H A Dpm_map.c26 return pm_process_pagemap_range(map->proc, map->start, map->end,
H A Dpm_process.c265 &map->start, &map->end, perms, &map->offset, name);
/system/netd/
H A DNetlinkHandler.cpp40 int NetlinkHandler::start() { function in class:NetlinkHandler
H A DTetherController.cpp152 char *start = strdup(inet_ntoa(addrs[addrIndex++])); local
154 asprintf(&(args[nextArg++]),"--dhcp-range=%s,%s,1h", start, end);
/system/vold/
H A DVolumeManager.h73 int start();
H A DVolumeManager.cpp119 int VolumeManager::start() { function in class:VolumeManager
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S54 ext $t0,\dreg,\shift+5,6 # start green extraction dst[\shift:10..5]
62 ext $t0,\dreg,\shift,5 # start blue extraction dst[\shift:4..0]
/system/core/toolbox/
H A DAndroid.mk26 start \
H A Ddd.c244 (void)gettimeofday(&st.start, NULL); /* Statistics timestamp. */
969 mS = tv2mS(tv) - tv2mS(st.start);
/system/core/init/
H A Dkeywords.h83 KEYWORD(start, COMMAND, 1, do_start)
/system/core/cpio/
H A Dmkbootfs.c267 void archive(const char *start, const char *prefix) argument
272 strcpy(in, start);
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c91 /* Get the EXIDX section start and size for the module that contains a
110 uintptr_t start = (uintptr_t)__gnu_Unwind_Find_exidx((_Unwind_Ptr)pc, &count); local
112 return start;
196 pc, mi->name, mi->start, exidx_start, exidx_size, handler, handler_index);
/system/core/adb/
H A Dsysdeps.h422 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) argument
429 return pthread_create( pthread, &attr, start, arg );
H A Dsysdeps_win32.c815 * a_start is the pointer where we start reading data
816 * a_end is the pointer where we start writing data, unless it is BUFFER_SIZE,
817 * then you start writing at b_end
1289 int (*start) ( EventHook hook ); member in struct:EventHookRec_
1316 hook->start = NULL;
1397 /* this should update start/stop/check/peek */
1673 if (hook->start && !hook->start(hook)) {
2074 hook->start = _event_socket_start;
2130 hook->start
[all...]
/system/extras/ext4_utils/
H A Dallocate.c198 static int reserve_blocks(struct block_group_info *bg, u32 start, u32 num) argument
202 u32 block = start;
228 if (start == bg->first_free_block)
229 bg->first_free_block = start + num;
/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/sdcard/
H A Dfuse.h119 __u64 start; member in struct:fuse_file_lock
/system/core/libcutils/
H A Dtztime.c996 struct rule start; local
1004 if ((name = getrule(name, &start)) == NULL)
1030 starttime = transtime(janfirst, year, &start,

Completed in 6537 milliseconds

123