| /system/core/adb/ |
| D | sockets.c | 71 asocket *s; in find_local_socket() local 89 insert_local_socket(asocket* s, asocket* list) in insert_local_socket() 98 void install_local_socket(asocket *s) in install_local_socket() 113 void remove_socket(asocket *s) in remove_socket() 128 asocket *s; in close_all_sockets() local 144 static int local_socket_enqueue(asocket *s, apacket *p) in local_socket_enqueue() 197 static void local_socket_ready(asocket *s) in local_socket_ready() 205 static void local_socket_close(asocket *s) in local_socket_close() 213 static void local_socket_destroy(asocket *s) in local_socket_destroy() 241 static void local_socket_close_locked(asocket *s) in local_socket_close_locked() [all …]
|
| D | file_sync_service.c | 83 static int do_stat(int s, const char *path) in do_stat() 103 static int do_list(int s, const char *path) in do_list() 157 static int fail_message(int s, const char *reason) in fail_message() 174 static int fail_errno(int s) in fail_errno() 179 static int handle_send_file(int s, char *path, uid_t uid, in handle_send_file() 274 static int handle_send_link(int s, char *path, char *buffer) in handle_send_link() 326 static int do_send(int s, char *path, char *buffer) 386 static int do_recv(int s, const char *path, char *buffer)
|
| D | jdwp_service.c | 454 int s; in jdwp_control_init() local 510 jdwp_control_event( int s, unsigned events, void* _control ) in jdwp_control_event() 517 int s = -1; in jdwp_control_event() local 557 jdwp_socket_close( asocket* s ) in jdwp_socket_close() 571 jdwp_socket_enqueue( asocket* s, apacket* p ) in jdwp_socket_enqueue() 581 jdwp_socket_ready( asocket* s ) in jdwp_socket_ready() 603 JdwpSocket* s = calloc(sizeof(*s),1); in create_jdwp_service_socket() local 654 jdwp_tracker_close( asocket* s ) in jdwp_tracker_close() 673 jdwp_tracker_ready( asocket* s ) in jdwp_tracker_ready() 686 jdwp_tracker_enqueue( asocket* s, apacket* p ) in jdwp_tracker_enqueue()
|
| D | get_my_path_darwin.c | 20 void get_my_path(char *s, size_t maxLen) in get_my_path()
|
| /system/core/toolbox/ |
| D | ifconfig.c | 16 static void die(const char *s) in die() 22 static void setflags(int s, struct ifreq *ifr, int set, int clr) in setflags() 36 static void setmtu(int s, struct ifreq *ifr, const char *mtu) in setmtu() 42 static void setdstaddr(int s, struct ifreq *ifr, const char *addr) in setdstaddr() 48 static void setnetmask(int s, struct ifreq *ifr, const char *addr) in setnetmask() 54 static void setaddr(int s, struct ifreq *ifr, const char *addr) in setaddr() 63 int s; in ifconfig_main() local
|
| D | ls.c | 102 struct stat s; in show_total_size() local 131 static int listfile_size(const char *path, const char *filename, struct stat *s, in listfile_size() 163 static int listfile_long(const char *path, struct stat *s, int flags) in listfile_long() 238 static int listfile_maclabel(const char *path, struct stat *s) in listfile_maclabel() 301 struct stat s; in listfile() local 370 struct stat s; in listdir() local 416 struct stat s; in listpath() local
|
| D | df.c | 30 static void df(char *s, int always) { in df() 52 char s[2000]; in df_main() local
|
| D | vmstat.c | 73 struct state s[2]; in vmstat_main() local 137 static void read_state(struct state *s) { in read_state() 159 static int read_meminfo(struct state *s) { in read_meminfo() 177 static int read_stat(struct state *s) { in read_stat() 200 static int read_vmstat(struct state *s) { in read_vmstat()
|
| D | exists.c | 7 struct stat s; in exists_main() local
|
| /system/core/libsparse/ |
| D | sparse.c | 32 struct sparse_file *s = calloc(sizeof(struct sparse_file), 1); in sparse_file_new() local 49 void sparse_file_destroy(struct sparse_file *s) in sparse_file_destroy() 55 int sparse_file_add_data(struct sparse_file *s, in sparse_file_add_data() 61 int sparse_file_add_fill(struct sparse_file *s, in sparse_file_add_fill() 67 int sparse_file_add_file(struct sparse_file *s, in sparse_file_add_file() 75 int sparse_file_add_fd(struct sparse_file *s, in sparse_file_add_fd() 81 unsigned int sparse_count_chunks(struct sparse_file *s) in sparse_count_chunks() 126 static int write_all_blocks(struct sparse_file *s, struct output_file *out) in write_all_blocks() 152 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write() 172 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() [all …]
|
| D | sparse_read.c | 55 char *s = ""; in verbose_error() local 100 static int process_raw_chunk(struct sparse_file *s, unsigned int chunk_size, in process_raw_chunk() 138 static int process_fill_chunk(struct sparse_file *s, unsigned int chunk_size, in process_fill_chunk() 179 static int process_skip_chunk(struct sparse_file *s, unsigned int chunk_size, in process_skip_chunk() 222 static int process_chunk(struct sparse_file *s, int fd, off64_t offset, in process_chunk() 274 static int sparse_file_read_sparse(struct sparse_file *s, int fd, bool crc) in sparse_file_read_sparse() 356 static int sparse_file_read_normal(struct sparse_file *s, int fd) in sparse_file_read_normal() 406 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read() 424 struct sparse_file *s; in sparse_file_import() local 477 struct sparse_file *s; in sparse_file_import_auto() local
|
| /system/core/libpixelflinger/codeflinger/ |
| D | load_store.cpp | 31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() 65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) in load() 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() 161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() 169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() 180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() 190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() 202 int s = src.reg; in expand() local 248 pixel_t& d, int component, component_t s, const reg_t& dither) in downshift()
|
| D | ARMAssemblerInterface.cpp | 78 void ARMAssemblerInterface::ADDR_ADD(int cc, int s, in ADDR_ADD() 83 void ARMAssemblerInterface::ADDR_SUB(int cc, int s, in ADDR_SUB()
|
| D | ARMAssemblerInterface.h | 224 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() 228 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() 232 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() 236 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() 240 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() 244 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV() 248 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN() 252 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() 256 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() 260 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() [all …]
|
| /system/core/include/utils/ |
| D | RefBase.h | 484 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references() 488 sp<TYPE> const* s; in move_references() local 503 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references() 507 wp<TYPE> const* s; in move_references() local 529 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type() 534 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type() 539 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type() 544 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
|
| /system/core/libpixelflinger/ |
| D | buffer.cpp | 73 static void pick_read_write(surface_t* s) in pick_read_write() 87 surface_t& s = c->state.texture[i].surface; in ggl_pick_texture() local 102 surface_t& s = c->state.buffers.color; in ggl_pick_cb() local 111 void read_pixel(const surface_t* s, context_t* c, in read_pixel() 133 void readRGB565(const surface_t* s, context_t* /*c*/, in readRGB565() 147 void readABGR8888(const surface_t* s, context_t* /*c*/, in readABGR8888() 162 void write_pixel(const surface_t* s, context_t* c, in write_pixel() 228 static uint32_t logic_op(int op, uint32_t s, uint32_t d) in logic_op()
|
| /system/core/init/ |
| D | ueventd_parser.c | 56 static int lookup_keyword(const char *s) in lookup_keyword() 89 struct ueventd_subsystem *s; in ueventd_subsystem_find_by_name() local 103 struct ueventd_subsystem *s; in parse_subsystem() local 131 struct ueventd_subsystem *s = state->context; in parse_line_subsystem() local 200 static void parse_config(const char *fn, char *s) in parse_config()
|
| D | signal_handler.c | 36 static void sigchld_handler(int s) in sigchld_handler() 141 int s[2]; in signal_init() local
|
| /system/core/libcutils/ |
| D | socket_local_server.c | 55 int socket_local_server_bind(int s, const char *name, int namespaceId) 100 int s; local
|
| D | socket_loopback_client.c | 39 int s; in socket_loopback_client() local
|
| D | socket_loopback_server.c | 38 int s, n; in socket_loopback_server() local
|
| /system/extras/tests/bionic/libc/common/ |
| D | test_udp.c | 19 void diep(char *s) in diep() 44 int s, i, slen=sizeof(si_other); in main() local
|
| /system/extras/tests/sdcard/ |
| D | sysutil.cpp | 103 ssize_t s; in readStringFromFile() local 167 ssize_t s = write(fd, start, size); in writeStringToFile() local 453 ssize_t s = write(writefd, start, size); in writePidAndWaitForReply() local 484 ssize_t s; in writePidAndWaitForReply() local 539 ssize_t s; in waitForChildrenAndSignal() local 579 ssize_t s = write(writefd, &dummy, size); in waitForChildrenAndSignal() local
|
| /system/core/cpio/ |
| D | mkbootfs.c | 56 static void fix_stat(const char *path, struct stat *s) in fix_stat() 87 static void _eject(struct stat *s, char *out, int olen, char *data, unsigned datasize) in _eject() 139 struct stat s; in _eject_trailer() local 230 struct stat s; in _archive() local
|
| /system/core/libnetutils/ |
| D | packet.c | 44 int s, flag; in open_raw_socket() local 89 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size, in send_packet() 156 int receive_packet(int s, struct dhcp_msg *msg) in receive_packet()
|