/system/core/adb/ |
D | sockets.c | 64 asocket *s; in find_local_socket() local 77 insert_local_socket(asocket* s, asocket* list) in insert_local_socket() 86 void install_local_socket(asocket *s) in install_local_socket() 96 void remove_socket(asocket *s) in remove_socket() 111 asocket *s; in close_all_sockets() local 127 static int local_socket_enqueue(asocket *s, apacket *p) in local_socket_enqueue() 180 static void local_socket_ready(asocket *s) in local_socket_ready() 188 static void local_socket_close(asocket *s) in local_socket_close() 196 static void local_socket_destroy(asocket *s) in local_socket_destroy() 216 static void local_socket_close_locked(asocket *s) in local_socket_close_locked() [all …]
|
D | file_sync_service.c | 56 static int do_stat(int s, const char *path) in do_stat() 76 static int do_list(int s, const char *path) in do_list() 129 static int fail_message(int s, const char *reason) in fail_message() 146 static int fail_errno(int s) in fail_errno() 151 static int handle_send_file(int s, char *path, mode_t mode, char *buffer) in handle_send_file() 225 static int handle_send_link(int s, char *path, char *buffer) in handle_send_link() 274 static int do_send(int s, char *path, char *buffer) 317 static int do_recv(int s, const char *path, char *buffer)
|
D | jdwp_service.c | 429 int s; in jdwp_control_init() local 484 jdwp_control_event( int s, unsigned events, void* _control ) in jdwp_control_event() 491 int s = -1; in jdwp_control_event() local 531 jdwp_socket_close( asocket* s ) in jdwp_socket_close() 545 jdwp_socket_enqueue( asocket* s, apacket* p ) in jdwp_socket_enqueue() 555 jdwp_socket_ready( asocket* s ) in jdwp_socket_ready() 577 JdwpSocket* s = calloc(sizeof(*s),1); in create_jdwp_service_socket() local 628 jdwp_tracker_close( asocket* s ) in jdwp_tracker_close() 647 jdwp_tracker_ready( asocket* s ) in jdwp_tracker_ready() 660 jdwp_tracker_enqueue( asocket* s, apacket* p ) in jdwp_tracker_enqueue()
|
/system/core/libcutils/ |
D | abort_socket.c | 29 struct asocket *s; in asocket_init() local 59 int asocket_connect(struct asocket *s, const struct sockaddr *addr, in asocket_connect() 119 int asocket_accept(struct asocket *s, struct sockaddr *addr, in asocket_accept() 166 int asocket_read(struct asocket *s, void *buf, size_t count, int timeout) { in asocket_read() 211 int asocket_write(struct asocket *s, const void *buf, size_t count, in asocket_write() 257 void asocket_abort(struct asocket *s) { in asocket_abort() 270 void asocket_destroy(struct asocket *s) { in asocket_destroy()
|
D | socket_local_server.c | 53 int socket_local_server_bind(int s, const char *name, int namespaceId) 98 int s; local
|
D | socket_loopback_client.c | 41 int s; in socket_loopback_client() local
|
/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 | df.c | 9 static void df(char *s, int always) { in df() 30 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 | ls.c | 91 struct stat s; in listfile_size() local 103 struct stat s; in listfile_long() local 219 struct stat s; in listdir() local 260 struct stat s; in listpath() local
|
D | exists.c | 7 struct stat s; in exists_main() local
|
D | iftop.c | 51 #define _STR(s) #s argument 52 #define STR(s) _STR(s) argument 73 int s, ret; in get_mtu() local
|
D | mount.c | 60 static void add_extra_option(struct extra_opts *extra, char *s) in add_extra_option() 92 char *s; in parse_mount_options() local 136 char *s; in do_mount() local
|
D | chmod.c | 21 const char* s = argv[1]; in chmod_main() local
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 28 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store() 62 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) in load() 106 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() 139 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() 147 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() 158 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() 168 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() 180 int s = src.reg; in expand() local 226 pixel_t& d, int component, component_t s, const reg_t& dither) in downshift()
|
D | ARMAssemblerInterface.h | 210 ADC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADC() 214 ADD(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ADD() 218 AND(int cc, int s, int Rd, int Rn, uint32_t Op2) { in AND() 222 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() 226 EOR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in EOR() 230 MOV(int cc, int s, int Rd, uint32_t Op2) { in MOV() 234 MVN(int cc, int s, int Rd, uint32_t Op2) { in MVN() 238 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) { in ORR() 242 RSB(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSB() 246 RSC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in RSC() [all …]
|
/system/core/sh/ |
D | arith.y | 117 arith(s) in arith() argument 181 error(s) in error() argument 190 yyerror(s) in yyerror() argument
|
D | show.c | 76 const char *s; in shtree() local 128 const char *s; in shcmd() local 309 trputs(const char *s) in trputs() 318 trstring(char *s) in trstring() 379 char s[100]; in opentrace() local
|
D | histedit.c | 402 const char *s = pat ? in histcmd() local 448 fc_replace(const char *s, char *p, char *r) in fc_replace() 470 not_fcnumber(char *s) in not_fcnumber() 483 const char *s = str; in str_to_event() local
|
/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/cpio/ |
D | mkbootfs.c | 40 static void fix_stat(const char *path, struct stat *s) in fix_stat() 45 static void _eject(struct stat *s, char *out, int olen, char *data, unsigned datasize) in _eject() 97 struct stat s; in _eject_trailer() local 186 struct stat s; in _archive() 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/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/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()
|
/system/core/sh/bltin/ |
D | bltin.h | 73 #define setprogname(s) argument 75 #define setlocate(l,s) 0 argument
|