Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 207) sorted by relevance

123456789

/system/core/libutils/
DLinearTransform.cpp45 uint32_t D, in scale_u64_to_u64() argument
52 assert(D); in scale_u64_to_u64()
79 if ((tmp2 >> 32) >= D) { in scale_u64_to_u64()
87 r = tmp2 % D; in scale_u64_to_u64()
88 tmp2 /= D; in scale_u64_to_u64()
101 r = tmp1 % D; in scale_u64_to_u64()
102 tmp1 /= D; in scale_u64_to_u64()
131 uint32_t D, in linear_transform_s64_to_s64() argument
156 invert_frac ? D : ABS(N), in linear_transform_s64_to_s64()
157 invert_frac ? ABS(N) : D, in linear_transform_s64_to_s64()
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dbuild_and_run.sh123 adb logcat bt_btif:D bt_btif_core:D bt_hci:D bt_main:D bt_vendor:D \
124 bte_logmsg:D command_packet:D dual_mode_controller:D event_packet:D \
125 hci_transport:D hci_handler:D packet:D packet_stream:D \
126 test_channel_transport:D vendor_manager:D *:S
/system/core/adb/
Dusb_windows.cpp177 D("Created device thread"); in device_poll_thread()
195 D("Received (WM_POWERBROADCAST, PBT_APMRESUMEAUTOMATIC) notification, " in _power_window_proc()
211 D("Created power notification thread"); in _power_notification_thread()
255 D("Power notification thread exiting"); in _power_notification_thread()
273 D("Could not allocate %u bytes for usb_handle: %s", sizeof(usb_handle), in do_usb_open()
285 D("AdbCreateInterfaceByName failed: %s", in do_usb_open()
296 D("AdbOpenDefaultBulkReadEndpoint failed: %s", in do_usb_open()
307 D("AdbOpenDefaultBulkWriteEndpoint failed: %s", in do_usb_open()
319 D("AdbGetInterfaceName returned name length of zero: %s", in do_usb_open()
326 D("Could not allocate %lu characters for interface_name: %s", name_len, strerror(errno)); in do_usb_open()
[all …]
Dadb_auth_host.cpp158 D("Path too long while writing public key"); in write_public_keyfile()
163 D("Failed to convert to publickey"); in write_public_keyfile()
169 D("Failed to open '%s'", path); in write_public_keyfile()
173 D("Writing public key to '%s'", path); in write_public_keyfile()
177 D("Public key too large to base64 encode"); in write_public_keyfile()
188 D("Allocation failure"); in write_public_keyfile()
197 D("Write error while writing public key"); in write_public_keyfile()
220 D("generate_key '%s'", file); in generate_key()
223 D("Failed to allocate key"); in generate_key()
235 D("Failed to open '%s'", file); in generate_key()
[all …]
Dtransport_local.cpp59 D("remote local: read terminated (message)"); in remote_read()
64 D("bad header: terminated (data)"); in remote_read()
69 D("remote local: terminated (data)"); in remote_read()
74 D("bad data: terminated (data)"); in remote_read()
86 D("remote local: write terminated"); in remote_write()
116 D("client: connected on remote on fd %d", fd); in local_connect_arbitrary_ports()
131 D("transport: client_socket_thread() starting"); in client_socket_thread()
154 D("transport: server_socket_thread() starting"); in server_socket_thread()
161 D("server: cannot bind socket yet: %s", error.c_str()); in server_socket_thread()
169 D("server: trying to get new connection from %d", port); in server_socket_thread()
[all …]
Dadb_auth_client.cpp64 D("Can't open '%s'", file); in read_keys()
73 D("Can't malloc key"); in read_keys()
83 D("%s: Invalid base64 data ret=%d", file, ret); in read_keys()
89 D("%s: Invalid key len %d", file, key->key.len); in read_keys()
121 D("Loading keys from '%s'", path); in load_keys()
166 D("USB disconnect"); in usb_disconnected()
172 D("Framework disconnect"); in framework_disconnected()
204 D("Client not connected"); in adb_auth_confirm_key()
210 D("Key must be a null-terminated string"); in adb_auth_confirm_key()
216 D("Key too long. ret=%d", ret); in adb_auth_confirm_key()
[all …]
Dusb_linux_client.cpp258 D("[ usb_thread - opening device ]"); in usb_adb_open_thread()
270 D("[ opening device succeeded ]"); in usb_adb_open_thread()
275 D("[ usb_thread - registering device ]"); in usb_adb_open_thread()
287 D("about to write (fd=%d, len=%d)", h->fd, len); in usb_adb_write()
290 D("ERROR: fd = %d, n = %d, errno = %d (%s)", in usb_adb_write()
295 D("usb_adb_write finished due to kicked"); in usb_adb_write()
298 D("[ done fd=%d ]", h->fd); in usb_adb_write()
304 D("about to read (fd=%d, len=%d)", h->fd, len); in usb_adb_read()
312 D("ERROR: fd = %d, n = %d, errno = %d (%s)", in usb_adb_read()
317 D("usb_adb_read finished due to kicked"); in usb_adb_read()
[all …]
Dsockets.cpp126 D("LS(%d): enqueue %d", s->id, p->len); in local_socket_enqueue()
149 D("LS(%d): not ready, errno=%d: %s", s->id, errno, strerror(errno)); in local_socket_enqueue()
190 D("LS(%d): destroying fde.fd=%d", s->id, s->fde.fd); in local_socket_destroy()
199 D("LS(%d): discarding %d bytes", s->id, p->len); in local_socket_destroy()
207 D("local_socket_destroy: exiting"); in local_socket_destroy()
213 D("entered local_socket_close. LS(%d) fd=%d", s->id, s->fd); in local_socket_close()
216 D("LS(%d): closing peer. peer->id=%d peer->fd=%d", s->id, s->peer->id, s->peer->fd); in local_socket_close()
235 D("LS(%d): closed", id); in local_socket_close()
241 D("LS(%d): closing", s->id); in local_socket_close()
245 D("LS(%d): put on socket_closing_list fd=%d", s->id, s->fd); in local_socket_close()
[all …]
Dusb_linux.cpp162 D("desclength %zu is too small", desclength); in find_usb_device()
183 D("usb_config_descriptor not found"); in find_usb_device()
198 D("interface descriptor has wrong size"); in find_usb_device()
240 D("endpoints not found"); in find_usb_device()
247 D("bulk endpoints not found"); in find_usb_device()
298 D("++ usb_bulk_write ++"); in usb_bulk_write()
337 D("++ usb_bulk_read ++"); in usb_bulk_read()
358 D("[ reap urb - wait ]"); in usb_bulk_read()
378 D("[ reap urb - error ]"); in usb_bulk_read()
382 D("[ urb @%p status = %d, actual = %d ]", out, out->status, out->actual_length); in usb_bulk_read()
[all …]
Dtransport_usb.cpp31 D("remote usb: read terminated (message)"); in remote_read()
36 D("remote usb: check_header failed"); in remote_read()
42 D("remote usb: terminated (data)"); in remote_read()
48 D("remote usb: check_data failed"); in remote_read()
60 D("remote usb: 1 - write terminated"); in remote_write()
65 D("remote usb: 2 - write terminated"); in remote_write()
85 D("transport: usb"); in init_usb_transport()
Djdwp_service.cpp222 D("not enough memory to create new JDWP process"); in jdwp_process_alloc()
233 D("could not create fdevent for new JDWP process" ); in jdwp_process_alloc()
275 D("weird unknown JDWP process failure: %s", in jdwp_process_event()
281 D("weird end-of-stream from unknown JDWP process"); in jdwp_process_event()
293 D("could not decode JDWP %p PID number: '%s'", proc, temp); in jdwp_process_event()
298 D("Adding pid %d to jdwp process list", proc->pid); in jdwp_process_event()
316 D("terminating JDWP %d connection: %s", proc->pid, in jdwp_process_event()
322 D( "ignoring unexpected JDWP %d control socket activity (%d bytes)", in jdwp_process_event()
329 D( "remove pid %d to jdwp process list", proc->pid ); in jdwp_process_event()
337 D("trying to write to JDWP pid controli (count=%d first=%d) %d", in jdwp_process_event()
[all …]
Dadb_auth.cpp35 D("Calling send_auth_request"); in send_auth_request()
41 D("Error generating token ret=%d", ret); in send_auth_request()
55 D("Calling send_auth_response"); in send_auth_response()
61 D("Error signing the token"); in send_auth_response()
74 D("Calling send_auth_publickey"); in send_auth_publickey()
80 D("Failed to get user public key"); in send_auth_publickey()
Dtransport.cpp104 D("%s: read_packet (fd=%d), error ret=%d: %s", name, fd, r, strerror(errno)); in read_packet()
130 D("%s: write_packet (fd=%d) error ret=%d: %s", name, fd, r, strerror(errno)); in write_packet()
140 D("transport_socket_events(fd=%d, events=%04x,...)", fd, events); in transport_socket_events()
144 D("%s: failed to read packet from transport socket on fd %d", t->serial, fd); in transport_socket_events()
170 D("Transport is null"); in send_packet()
200 D("%s: starting read_transport thread on fd %d, SYNC online (%d)", in read_transport_thread()
209 D("%s: failed to write SYNC packet", t->serial); in read_transport_thread()
213 D("%s: data pump started", t->serial); in read_transport_thread()
218 D("%s: received remote packet, sending to transport", in read_transport_thread()
222 D("%s: failed to write apacket to transport", t->serial); in read_transport_thread()
[all …]
Dfdevent.cpp152 D("fdevent_install %s", dump_fde(fde).c_str()); in fdevent_install()
157 D("fdevent_remove %s", dump_fde(fde).c_str()); in fdevent_remove()
198 D("fdevent_set: %s, events = %u", dump_fde(fde).c_str(), events); in fdevent_set()
241 D("poll(), pollfds = %s", dump_pollfds(pollfds).c_str()); in fdevent_process()
249 D("for fd %d, revents = %x", pollfd.fd, pollfd.revents); in fdevent_process()
274 D("%s got events %x", dump_fde(fde).c_str(), events); in fdevent_process()
287 D("fdevent_call_fdfunc %s", dump_fde(fde).c_str()); in fdevent_call_fdfunc()
299 D("subproc handling on fd = %d, ev = %x", fd, ev); in fdevent_subproc_event_func()
311 D("subproc_fd %d cleared from fd_table", subproc_fd); in fdevent_subproc_event_func()
327 D("subproc with fd %d has rcount=%d, err=%d", subproc_fd, rcount, errno); in fdevent_subproc_event_func()
[all …]
Dadb_client.cpp102 D("Switch transport in progress"); in switch_socket_transport()
106 D("Switch transport failed: %s", error->c_str()); in switch_socket_transport()
109 D("Switch transport success"); in switch_socket_transport()
135 D("_adb_connect: %s", service.c_str()); in _adb_connect()
179 D("_adb_connect: return fd %d", fd); in _adb_connect()
187 D("adb_connect: service %s", service.c_str()); in adb_connect()
264 D("_adb_connect error: %s", error->c_str()); in adb_connect()
268 D("adb_connect: return fd %d", fd); in adb_connect()
294 D("adb_query: %s", service.c_str()); in adb_query()
Dsysdeps_win32.cpp104 D("CloseHandle(%p) failed: %s", h, in operator ()()
145 D("load_file: could not allocate %ld bytes", file_size ); in load_file()
153 D("load_file: could not read %ld bytes from '%s'", file_size, fn); in load_file()
208 D( "_fh_from_int: invalid fd %d passed to %s", fd + WIN32_FH_BASE, in _fh_from_int()
217 D( "_fh_from_int: invalid fd %d passed to %s", fd + WIN32_FH_BASE, in _fh_from_int()
250 D( "_fh_alloc: no more free file descriptors" ); in _fh_alloc()
327 D( "adb_read: could not read %d bytes from %s", len, f->name ); in _fh_file_read()
340 D( "adb_file_write: could not write %d bytes from %s", len, f->name ); in _fh_file_write()
400 D("adb_open: invalid options (0x%0x)", options); in adb_open()
420 D( "adb_open: could not open '%s': ", path ); in adb_open()
[all …]
Dshell_service.cpp118 D("adb: unable to update oom_score_adj"); in init_subproc_child()
217 D("Can't create raw subprocess without shell protocol, using PTY in raw mode instead"); in Subprocess()
349 D("subprocess parent: stdin/stdout FD = %d, stderr FD = %d", in ForkAndExec()
360 D("subprocess parent: exec completed"); in ForkAndExec()
373 D("protocol FD = %d", protocol_sfd_.fd()); in ForkAndExec()
399 D("subprocess parent: completed"); in ForkAndExec()
455 D("passing data streams for PID %d", subprocess->pid()); in ThreadHandler()
458 D("deleting Subprocess for PID %d", subprocess->pid()); in ThreadHandler()
483 D("closing FD %d", dead_sfd->fd()); in PassDataStreams()
491 D("protocol FD died, sending SIGHUP to pid %d", pid_); in PassDataStreams()
[all …]
Dadb_io.cpp73 D("readx: fd=%d wanted=%zu", fd, len); in ReadFdExactly()
80 D("readx: fd=%d error %d: %s", fd, errno, strerror(errno)); in ReadFdExactly()
83 D("readx: fd=%d disconnected", fd); in ReadFdExactly()
105 D("writex: fd=%d error %d: %s", fd, errno, strerror(errno)); in WriteFdExactly()
110 D("writex: fd=%d disconnected", fd); in WriteFdExactly()
/system/core/libmincrypt/
Dsha.c40 uint32_t A, B, C, D, E; in SHA1_Transform() local
59 D = ctx->state[3]; in SHA1_Transform()
66 tmp += (D^(B&(C^D))) + 0x5A827999; in SHA1_Transform()
68 tmp += (B^C^D) + 0x6ED9EBA1; in SHA1_Transform()
70 tmp += ((B&C)|(D&(B|C))) + 0x8F1BBCDC; in SHA1_Transform()
72 tmp += (B^C^D) + 0xCA62C1D6; in SHA1_Transform()
74 E = D; in SHA1_Transform()
75 D = C; in SHA1_Transform()
84 ctx->state[3] += D; in SHA1_Transform()
/system/core/adb/daemon/
Dmain.cpp141 D("Local port disabled"); in drop_privileges()
185 D("Warning: ADB_EXTERNAL_STORAGE is not set. Leaving EXTERNAL_STORAGE" in adbd_main()
209 D("using port=%d", port); in adbd_main()
217 D("adbd_main(): pre init_jdwp()"); in adbd_main()
219 D("adbd_main(): post init_jdwp()"); in adbd_main()
221 D("Event loop starting"); in adbd_main()
263 D("Handling main()"); in main()
/system/core/libusbhost/
Dusbhost.c23 #define D ALOGD macro
25 #define D printf macro
29 #define D(...) macro
200 D("Created device discovery thread\n"); in usb_host_load()
266 D("%s subdirectory %s: index: %d\n", (event->mask & IN_CREATE) ? in usb_host_read_event()
287 D("new device %s\n", path); in usb_host_read_event()
290 D("gone device %s\n", path); in usb_host_read_event()
324 D("usb_device_open %s\n", dev_name); in usb_device_open()
331 D("usb_device_open open returned %d errno %d\n", fd, errno); in usb_device_open()
342 D("[ usb open read-only %s fd = %d]\n", dev_name, fd); in usb_device_open()
[all …]
/system/ca-certificates/files/
D1df5a75f.031 Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
35 Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
69 …URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=…
90 SHA1 Fingerprint=58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0
D69105f4f.063 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
65 keyid:45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
83 SHA1 Fingerprint=05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43
/system/ca-certificates/google/files/
D69105f4f.063 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
65 keyid:45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
83 SHA1 Fingerprint=05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43
/system/core/include/utils/
DLinearTransform.h57 template <class T> static void reduce(T* N, T* D);
58 static void reduce(int32_t* N, uint32_t* D);

123456789