/system/core/adb/ |
D | sockets.cpp | 74 void install_local_socket(asocket* s) { in install_local_socket() 87 void remove_socket(asocket* s) { in remove_socket() 115 static SocketFlushResult local_socket_flush_incoming(asocket* s) { in local_socket_flush_incoming() 148 static bool local_socket_flush_outgoing(asocket* s) { in local_socket_flush_outgoing() 217 static int local_socket_enqueue(asocket* s, std::string data) { in local_socket_enqueue() 236 static void local_socket_ready(asocket* s) { in local_socket_ready() 243 static void local_socket_destroy(asocket* s) { in local_socket_destroy() 262 static void local_socket_close(asocket* s) { in local_socket_close() 301 asocket* s = reinterpret_cast<asocket*>(_s); in local_socket_event_func() local 338 asocket* s = new asocket(); in create_local_socket() local [all …]
|
D | jdwp_service.cpp | 363 int s; in jdwp_control_init() local 412 static void jdwp_control_event(int s, unsigned events, void* _control) { in jdwp_control_event() 416 int s = adb_socket_accept(control->listen_socket, nullptr, nullptr); in jdwp_control_event() local 446 static void jdwp_socket_close(asocket* s) { in jdwp_socket_close() 460 static int jdwp_socket_enqueue(asocket* s, std::string) { in jdwp_socket_enqueue() 467 static void jdwp_socket_ready(asocket* s) { in jdwp_socket_ready() 487 JdwpSocket* s = new JdwpSocket(); in create_jdwp_service_socket() local 527 static void jdwp_tracker_close(asocket* s) { in jdwp_tracker_close() 544 static void jdwp_tracker_ready(asocket* s) { in jdwp_tracker_ready() 556 static int jdwp_tracker_enqueue(asocket* s, std::string) { in jdwp_tracker_enqueue()
|
D | file_sync_service.cpp | 104 static bool do_lstat_v1(int s, const char* path) { in do_lstat_v1() 116 static bool do_stat_v2(int s, uint32_t id, const char* path) { in do_stat_v2() 147 static bool do_list(int s, const char* path) { in do_list() 199 static bool handle_send_file(int s, const char* path, uid_t uid, gid_t gid, uint64_t capabilities, in handle_send_file() 320 static bool handle_send_link(int s, const std::string& path, std::vector<char>& buffer) { in handle_send_link() 367 static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) { in do_send() 411 static bool do_recv(int s, const char* path, std::vector<char>& buffer) { in do_recv()
|
D | adb_io_test.cpp | 101 std::string s; in POSIX_TEST() local 118 std::string s; in POSIX_TEST() local 141 std::string s; in POSIX_TEST() local 154 std::string s; in POSIX_TEST() local
|
/system/core/base/ |
D | strings.cpp | 31 std::vector<std::string> Split(const std::string& s, in Split() 49 std::string Trim(const std::string& s) { in Trim() 90 bool StartsWith(const std::string& s, const char* prefix) { in StartsWith() 94 bool StartsWith(const std::string& s, const std::string& prefix) { in StartsWith() 98 bool StartsWithIgnoreCase(const std::string& s, const char* prefix) { in StartsWithIgnoreCase() 102 bool StartsWithIgnoreCase(const std::string& s, const std::string& prefix) { in StartsWithIgnoreCase() 106 static bool EndsWith(const std::string& s, const char* suffix, size_t suffix_length, in EndsWith() 116 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith() 120 bool EndsWith(const std::string& s, const std::string& suffix) { in EndsWith() 124 bool EndsWithIgnoreCase(const std::string& s, const char* suffix) { in EndsWithIgnoreCase() [all …]
|
D | file_test.cpp | 30 std::string s("hello"); in TEST() local 42 std::string s; in TEST() local 58 std::string s; in TEST() local 80 std::string s; in TEST() local 94 std::string s; in TEST() local 106 std::string s; in TEST() local 223 std::string s; in TEST() local 253 std::string s; in TEST() local
|
/system/libvintf/ |
D | parse_string.cpp | 31 std::vector<std::string> SplitString(const std::string &s, char c) { in SplitString() 61 bool parse(const std::string &s, std::vector<T> *objs) { in parse() 76 bool parseEnum(const std::string &s, E *e, const Array &strings) { in parseEnum() 116 bool parse(const std::string& s, Level* l) { in parse() 149 bool parseKernelConfigIntHelper(const std::string &s, T *i) { in parseKernelConfigIntHelper() 162 bool parseKernelConfigInt(const std::string &s, int64_t *i) { in parseKernelConfigInt() 166 bool parseKernelConfigInt(const std::string &s, uint64_t *i) { in parseKernelConfigInt() 170 bool parseRange(const std::string &s, KernelConfigRangeValue *range) { in parseRange() 179 bool parse(const std::string &s, KernelConfigKey *key) { in parse() 184 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue() [all …]
|
/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() 132 static int write_all_blocks(struct sparse_file *s, struct output_file *out) in write_all_blocks() 161 int sparse_file_write(struct sparse_file *s, int fd, bool gz, bool sparse, in sparse_file_write() 181 int sparse_file_callback(struct sparse_file *s, bool sparse, bool crc, in sparse_file_callback() [all …]
|
D | sparse_read.cpp | 76 static int process_raw_chunk(struct sparse_file *s, unsigned int chunk_size, in process_raw_chunk() 114 static int process_fill_chunk(struct sparse_file *s, unsigned int chunk_size, in process_fill_chunk() 155 static int process_skip_chunk(struct sparse_file *s, unsigned int chunk_size, in process_skip_chunk() 198 static int process_chunk(struct sparse_file *s, int fd, off64_t offset, in process_chunk() 250 static int sparse_file_read_sparse(struct sparse_file *s, int fd, bool crc) in sparse_file_read_sparse() 332 static int sparse_file_read_normal(struct sparse_file *s, int fd) in sparse_file_read_normal() 384 int sparse_file_read(struct sparse_file *s, int fd, bool sparse, bool crc) in sparse_file_read() 402 struct sparse_file *s; in sparse_file_import() local 455 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() 146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() 154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() 165 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() 175 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() 187 int s = src.reg; in expand() local 233 pixel_t& d, int component, component_t s, const reg_t& dither) in downshift()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_utf8_strings.cpp | 48 bool ConfirmUtf8InCppStringRepeat(const sp<ITestService>& s) { in ConfirmUtf8InCppStringRepeat() 103 bool ConfirmUtf8InCppStringArrayReverse(const sp<ITestService>& s) { in ConfirmUtf8InCppStringArrayReverse() 115 bool ConfirmUtf8InCppStringCollectionReverse(const sp<ITestService>& s, in ConfirmUtf8InCppStringCollectionReverse() 171 bool ConfirmUtf8InCppStringListReverse(const sp<ITestService>& s) { in ConfirmUtf8InCppStringListReverse() 176 bool ConfirmUtf8InCppNullableStringArrayReverse(const sp<ITestService>& s) { in ConfirmUtf8InCppNullableStringArrayReverse()
|
D | aidl_test_client_primitives.cpp | 55 bool ConfirmPrimitiveRepeat(const sp<ITestService>& s) { in ConfirmPrimitiveRepeat() 123 bool ConfirmReverseArrays(const sp<ITestService>& s) { in ConfirmReverseArrays() 148 bool ConfirmReverseLists(const sp<ITestService>& s) { in ConfirmReverseLists() 159 bool ConfirmReverseBinderLists(const sp<ITestService>& s) { in ConfirmReverseBinderLists()
|
D | aidl_test_client_nullables.cpp | 92 bool ConfirmNullableType(const sp<ITestService>& s, const string& type_name, in ConfirmNullableType() 135 bool CheckAppropriateIBinderHandling(const sp<ITestService>& s) { in CheckAppropriateIBinderHandling() 196 bool CheckAppropriateIInterfaceHandling(const sp<ITestService>& s) { in CheckAppropriateIInterfaceHandling() 224 bool ConfirmNullables(const sp<ITestService>& s) { in ConfirmNullables()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 78 inline const Slice makeSlice(const std::string& s) { in makeSlice() 96 inline std::pair<const Slice, const Slice> split(const Slice s, size_t cut) { in split() 102 inline const Slice take(const Slice s, size_t cut) { in take() 107 inline const Slice drop(const Slice s, size_t cut) { in drop() 152 inline const Slice findFirstMatching(const Slice s, uint8_t c) { in findFirstMatching()
|
/system/extras/ioshark/ |
D | compile_ioshark.c | 125 char *s, *s2; in get_tracetype() local 178 char *s, *s2, save; in get_pathname() local 223 char *s, *s2; in get_syscall() local 246 char *s, *s1; in get_mmap_offset_len_prot() local 296 char *s, *s2; in get_lseek_offset_action() local 405 char *s, *s2, lookfor; in get_openat_flags_mode() local 449 lookup_map(char *s, struct flags_map_s *flags_map, int maplen) in lookup_map() 472 map_open_flags(char *s) in map_open_flags() 491 map_lseek_action(char *s) in map_lseek_action() 527 char *s; in main() local
|
/system/core/libutils/include/utils/ |
D | FastStrcmp.h | 43 static inline int fastcmp(const char* l, const char* r, const size_t s) { in fastcmp() 50 static inline int fasticmp(const char* l, const char* r, const size_t s) { in fasticmp() 57 static inline int fastcmp(const void* lv, const void* rv, const size_t s) { in fastcmp()
|
/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/libufdt/sysdeps/ |
D | libufdt_sysdeps_posix.c | 44 char *dto_strchr(const char *s, int c) { return strchr(s, c); } in dto_strchr() 50 size_t dto_strlen(const char *s) { return strlen(s); } in dto_strlen() 66 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } in dto_memchr() 68 void *dto_memset(void *s, int c, size_t n) { return memset(s, c, n); } in dto_memset()
|
/system/bt/embdrv/g722/ |
D | g722_enc_dec.h | 54 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((s) * (int32_t)(g)) >> 16) argument 56 #define NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC(s,g) (uint16_t)((uint16_t)(((s) * (int32_t)(g)) >> 20… argument 58 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((int32_t)(s) * (int32_t)(g)) >> 16) argument 62 #define NLDECOMPRESS_PREPROCESS_PCM_SAMPLE_WITH_GAIN(s,g) NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC((s)… argument 63 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)NLDECOMPRESS_APPLY_GAIN((s),(g))) argument 66 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)(NLDECOMPRESS_APPLY_GAIN((s),(g)))) argument 70 int s; member
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | TestUtils.java | 67 static void assertAbsent(String s, String... absents) { in assertAbsent() 73 static void assertContains(String s, String... expecteds) { in assertContains()
|
/system/bt/osi/src/ |
D | compat.cc | 66 const char* s = src; in strlcpy() local 97 const char* s = src; in strlcat() local
|
/system/bt/osi/src/socket_utils/ |
D | socket_local_server.cc | 42 int osi_socket_local_server_bind(int s, const char* name, int namespaceId) { 82 int s; local
|
/system/extras/simpleperf/ |
D | build_id.h | 46 explicit BuildId(const std::string& s) : BuildId() { in BuildId() 68 std::string s = "0x"; in ToString() local
|
/system/netd/libnetdutils/ |
D | Slice.cpp | 34 std::string toString(const Slice s) { in toString() 38 std::string toHex(const Slice s, int wrap) { in toHex()
|
/system/core/libcutils/ |
D | socket_local_server_unix.cpp | 55 int socket_local_server_bind(int s, const char *name, int namespaceId) 100 int s; local
|