/system/core/libmemtrack/ |
D | memtrack.c | 67 void memtrack_proc_destroy(struct memtrack_proc *p) in memtrack_proc_destroy() 113 static int memtrack_proc_sanity_check(struct memtrack_proc *p) in memtrack_proc_sanity_check() 119 int memtrack_proc_get(struct memtrack_proc *p, pid_t pid) in memtrack_proc_get() 139 static ssize_t memtrack_proc_sum(struct memtrack_proc *p, in memtrack_proc_sum() 159 ssize_t memtrack_proc_graphics_total(struct memtrack_proc *p) in memtrack_proc_graphics_total() 165 ssize_t memtrack_proc_graphics_pss(struct memtrack_proc *p) in memtrack_proc_graphics_pss() 172 ssize_t memtrack_proc_gl_total(struct memtrack_proc *p) in memtrack_proc_gl_total() 178 ssize_t memtrack_proc_gl_pss(struct memtrack_proc *p) in memtrack_proc_gl_pss() 185 ssize_t memtrack_proc_other_total(struct memtrack_proc *p) in memtrack_proc_other_total() 193 ssize_t memtrack_proc_other_pss(struct memtrack_proc *p) in memtrack_proc_other_pss()
|
/system/core/adb/ |
D | transport_usb.c | 32 static inline void fix_endians(apacket *p) in fix_endians() 46 #define fix_endians(p) do {} while (0) argument 53 static int remote_read(apacket *p, atransport *t) in remote_read() 82 static int remote_write(apacket *p, atransport *t) in remote_write()
|
D | transport.c | 103 dump_packet(const char* name, const char* func, apacket* p) in dump_packet() 144 char *p = (char*)ppacket; /* really read a packet address */ in read_packet() local 175 char *p = (char*) ppacket; /* we really write the packet address */ in write_packet() local 208 apacket *p = 0; in transport_socket_events() local 217 void send_packet(apacket *p, atransport *t) in send_packet() 263 apacket *p; in output_thread() local 318 apacket *p; in input_thread() local 434 device_tracker_enqueue( asocket* socket, apacket* p ) in device_tracker_enqueue() 447 apacket* p = get_apacket(); in device_tracker_send() local 530 char *p = (char*)m; in transport_read_action() local [all …]
|
D | sockets.c | 144 static int local_socket_enqueue(asocket *s, apacket *p) in local_socket_enqueue() 215 apacket *p, *n; in local_socket_destroy() local 293 apacket *p; in local_socket_event_func() local 341 apacket *p = get_apacket(); in local_socket_event_func() local 493 static int remote_socket_enqueue(asocket *s, apacket *p) in remote_socket_enqueue() 509 apacket *p = get_apacket(); in remote_socket_ready() local 520 apacket *p = get_apacket(); in remote_socket_shutdown() local 589 apacket *p = get_apacket(); in connect_to_remote() local 702 static int smart_socket_enqueue(asocket *s, apacket *p) in smart_socket_enqueue()
|
D | jdwp_service.c | 125 char* p = buffer; in jdwp_process_list() local 242 char* p = proc->in_buff + proc->in_len; in jdwp_process_event() local 571 jdwp_socket_enqueue( asocket* s, apacket* p ) in jdwp_socket_enqueue() 590 apacket* p = get_apacket(); in jdwp_socket_ready() local 645 apacket* p = get_apacket(); in jdwp_process_list_updated() local 678 apacket* p = get_apacket(); in jdwp_tracker_ready() local 686 jdwp_tracker_enqueue( asocket* s, apacket* p ) in jdwp_tracker_enqueue()
|
D | transport_local.c | 33 static inline void fix_endians(apacket *p) in fix_endians() 43 #define fix_endians(p) do {} while (0) argument 58 static int remote_read(apacket *p, atransport *t) in remote_read() 89 static int remote_write(apacket *p, atransport *t) in remote_write()
|
D | adb.c | 93 const char* p = getenv("ADB_TRACE"); in adb_trace_init() local 205 apacket *p = malloc(sizeof(apacket)); in get_apacket() local 211 void put_apacket(apacket *p) in put_apacket() 232 void print_packet(const char *label, apacket *p) in print_packet() 274 apacket *p = get_apacket(); in send_ready() local 284 apacket *p = get_apacket(); in send_close() local 356 apacket *p; in send_auth_request() local 376 apacket *p = get_apacket(); in send_auth_response() local 395 apacket *p = get_apacket(); in send_auth_publickey() local 524 void handle_packet(apacket *p, atransport *t) in handle_packet()
|
/system/core/run-as/ |
D | package.c | 281 skip_spaces(const char* p, const char* end) in skip_spaces() 293 skip_non_spaces(const char* p, const char* end) in skip_non_spaces() 305 find_first(const char* p, const char* end, char ch) in find_first() 320 compare_name(const char* p, const char* end, const char* name) in compare_name() 359 const char* p = *pp; in parse_spaces() local 383 const char* p = *pp; in parse_positive_decimal() local 426 const char* p; in get_package_info() local
|
/system/extras/tests/memtest/ |
D | thumb.cpp | 16 void thumb_function_1(int*p) in thumb_function_1() 22 void thumb_function_2(int*p) in thumb_function_2()
|
D | memtest.cpp | 39 static void usage(char* p) { in usage() 215 void arm_function_3(int*p) { in arm_function_3() 220 void arm_function_2(int*p) { in arm_function_2() 225 void arm_function_1(int*p) { in arm_function_1()
|
/system/core/libmincrypt/ |
D | sha.c | 41 uint8_t* p = ctx->buf; in SHA1_Transform() local 109 const uint8_t* p = (const uint8_t*)data; in SHA_update() local 124 uint8_t *p = ctx->buf; in SHA_final() local
|
D | sha256.c | 60 uint8_t* p = ctx->buf; in SHA256_Transform() local 138 const uint8_t* p = (const uint8_t*)data; in SHA256_update() local 153 uint8_t *p = ctx->buf; in SHA256_final() local
|
/system/core/libutils/ |
D | LinearAllocator.cpp | 52 #define ALIGN_PTR(p) ((void*)(ALIGN((size_t)p))) argument 122 Page* p = mPages; in ~LinearAllocator() local 132 void* LinearAllocator::start(Page* p) { in start() 136 void* LinearAllocator::end(Page* p) { in end() 152 Page* p = newPage(mPageSize); in ensureNext() local
|
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 39 static void ggl_test_codegen(uint32_t n, uint32_t p, uint32_t t0, uint32_t t1) in ggl_test_codegen() 80 uint32_t p; in main() local
|
/system/extras/ext4_utils/ |
D | crc16.c | 51 const u8 *p = buf; in ext4_crc16() local
|
D | canned_fs_config.c | 56 Path* p = canned_data + canned_used; in load_canned_fs_config() local 87 Path* p = (Path*) bsearch(&key, canned_data, canned_used, sizeof(Path), path_compare); in canned_fs_config() local
|
/system/core/libsparse/ |
D | sparse_crc32.c | 103 const uint8_t *p = buf; in sparse_crc32() local
|
/system/core/logd/ |
D | LogStatistics.cpp | 138 PidStatistics *p = NULL; in add() local 165 PidStatistics *p = *it; in subtract() local 221 PidStatistics *p = *it; in sizes() local 236 PidStatistics *p = *it; in elements() local 248 PidStatistics *p = *it; in sizesTotal() local 260 PidStatistics *p = *it; in elementsTotal() local 626 PidStatistics *p = (*ip); in format() local 662 PidStatistics *p = *pt; in format() local 803 pid_t p = pp->getPid(); in format() local
|
/system/core/libzipfile/ |
D | centraldir.c | 69 const unsigned char* p; in read_central_directory_entry() local 157 const unsigned char* p; in read_central_dir() local
|
/system/core/toolbox/upstream-netbsd/bin/rmdir/ |
D | rmdir.c | 98 char *p; in rm_path() local
|
/system/core/toolbox/ |
D | dmesg.c | 14 char *p; in dmesg_main() local
|
D | swapon.c | 15 unsigned long p = strtoul(prio_str, NULL, 10); in parse_prio() local
|
/system/keymaster/ |
D | openssl_utils.h | 37 inline void release_because_ownership_transferred(UniquePtr<T, Delete_T>& p) { in release_because_ownership_transferred()
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
D | getbsize.c | 58 char *ep, *p; in __weak_alias() local
|
/system/core/fs_mgr/ |
D | fs_mgr_format.c | 84 pid_t p = waitpid(pid, &rc, 0); in format_f2fs() local
|