/external/clang/test/CodeGenCXX/ |
D | predefined-expr.cpp | 107 printf("__FUNCTION__ %s\n", __FUNCTION__); in topLevelNamespaceFunction() 118 printf("__FUNCTION__ %s\n", __FUNCTION__); in anonymousNamespaceFunction() 132 printf("__FUNCTION__ %s\n", __FUNCTION__); in classTemplateFunction() 141 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction() 147 printf("__FUNCTION__ %s\n", __FUNCTION__); in inlineFunction() 153 printf("__FUNCTION__ %s\n", __FUNCTION__); in virtualFunction() 159 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionWithParameters() 165 printf("__FUNCTION__ %s\n", __FUNCTION__); in functionReturningClass() 172 printf("__FUNCTION__ %s\n", __FUNCTION__); in variadicFunction() 178 printf("__FUNCTION__ %s\n", __FUNCTION__); in withTemplateParameter1() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | predefined-expr.m | 23 printf("__FUNCTION__: %s\n", __FUNCTION__); 29 printf("__FUNCTION__: %s\n", __FUNCTION__); 35 printf("__FUNCTION__: %s\n", __FUNCTION__); 41 printf("__FUNCTION__: %s\n", __FUNCTION__); 48 printf("__FUNCTION__: %s\n", __FUNCTION__); 54 printf("__FUNCTION__: %s\n", __FUNCTION__); 60 printf("__FUNCTION__: %s\n", __FUNCTION__); 66 printf("__FUNCTION__: %s\n", __FUNCTION__); 80 printf("__FUNCTION__: %s\n", __FUNCTION__); 86 printf("__FUNCTION__: %s\n", __FUNCTION__);
|
/external/qemu/android/camera/ |
D | camera-service.c | 147 __FUNCTION__, required_mem); in _append_string() 419 __FUNCTION__, (int)extra_size); in _qemu_client_query_reply() 510 D("%s Replied: %s", __FUNCTION__, reply); in _factory_client_list_cameras() 545 E("%s: Invalid format in query '%s'", __FUNCTION__, (const char*)msg); in _factory_client_recv() 550 D("%s Camera factory query '%s'", __FUNCTION__, query_name); in _factory_client_recv() 558 __FUNCTION__, (const char*)msg); in _factory_client_recv() 663 __FUNCTION__, param); in _camera_client_create() 676 __FUNCTION__, param); in _camera_client_create() 692 __FUNCTION__, cc->device_name); in _camera_client_create() 700 E("%s: Camera device '%s' is in use", __FUNCTION__, cc->device_name); in _camera_client_create() [all …]
|
D | camera-capture-windows.c | 110 E("%s: Unable to allocate WndCameraDevice instance", __FUNCTION__); in _camera_device_alloc() 129 __FUNCTION__); in _camera_device_free() 154 W("%s: No descriptor", __FUNCTION__); in _camera_device_free() 255 E("%s: Unable to allocate WndCameraDevice instance", __FUNCTION__); in camera_device_open() 261 E("%s: Unable to save window name", __FUNCTION__); in camera_device_open() 276 __FUNCTION__, wcd->window_name, GetLastError()); in camera_device_open() 299 E("%s: Invalid camera device descriptor", __FUNCTION__); in camera_device_start_capturing() 307 __FUNCTION__, wcd->window_name); in camera_device_start_capturing() 320 __FUNCTION__, GetLastError()); in camera_device_start_capturing() 326 E("%s: Unable to allocate frame bitmap info buffer", __FUNCTION__); in camera_device_start_capturing() [all …]
|
D | camera-capture-linux.c | 232 E("%s: Invalid I/O type %d", __FUNCTION__, io_type); in _free_framebuffers() 281 E("%s: No descriptor", __FUNCTION__); in _camera_device_free() 337 __FUNCTION__, cd->device_name); in _camera_device_mmap_framebuffer() 341 __FUNCTION__, strerror(errno)); in _camera_device_mmap_framebuffer() 349 E("%s: Not enough memory to allocate framebuffer array", __FUNCTION__); in _camera_device_mmap_framebuffer() 365 __FUNCTION__, strerror(errno)); in _camera_device_mmap_framebuffer() 374 __FUNCTION__, strerror(errno)); in _camera_device_mmap_framebuffer() 384 E("%s: VIDIOC_QBUF has failed: %s", __FUNCTION__, strerror(errno)); in _camera_device_mmap_framebuffer() 414 __FUNCTION__, cd->device_name); in _camera_device_user_framebuffer() 418 __FUNCTION__, strerror(errno)); in _camera_device_user_framebuffer() [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/common/ |
D | debug.h | 23 #define TRACE(message, ...) gl::trace("trace: %s"message"\n", __FUNCTION__, __VA_ARGS__) 29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__) 32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__) 37 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \ 45 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \ 49 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__) 55 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \ 59 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
|
/external/qemu/ |
D | qemu-sockets.c | 147 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__); in inet_listen_opts() 169 inet_print_addrinfo(__FUNCTION__, res); in inet_listen_opts() 178 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, in inet_listen_opts() 195 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__, in inet_listen_opts() 201 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__, in inet_listen_opts() 212 fprintf(stderr, "%s: FAILED\n", __FUNCTION__); in inet_listen_opts() 272 inet_print_addrinfo(__FUNCTION__, res); in inet_connect_opts() 278 fprintf(stderr,"%s: getnameinfo: oops\n", __FUNCTION__); in inet_connect_opts() 283 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, in inet_connect_opts() 292 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__, in inet_connect_opts() [all …]
|
D | qemu-sockets-android.c | 100 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__); in inet_listen_opts() 120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__, in inet_listen_opts() 135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, in inet_listen_opts() 151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__, in inet_listen_opts() 158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__, in inet_listen_opts() 169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__); in inet_listen_opts() 231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, in inet_connect_opts() 240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__, in inet_connect_opts() 247 fprintf(stderr, "%s: connect(%s,%s,%s,%s): OK\n", __FUNCTION__, in inet_connect_opts() 320 fprintf(stderr, "%s: getnameinfo: oops\n", __FUNCTION__); in inet_dgram_opts() [all …]
|
/external/qemu/android/ |
D | hw-qemud.c | 293 __FUNCTION__, len - 1, MAX_SERIAL_PAYLOAD); in qemud_serial_load() 299 __FUNCTION__, len, ret); in qemud_serial_load() 335 T("%s: received %3d bytes: '%s'", __FUNCTION__, len, quote_bytes((const void*)from, len)); in qemud_serial_read() 363 D("%s: legacy qemud detected.", __FUNCTION__); in qemud_serial_read() 368 D("%s: normal qemud detected.", __FUNCTION__); in qemud_serial_read() 388 D("%s: bad header: '%.*s'", __FUNCTION__, HEADER_SIZE, s->data0); in qemud_serial_read() 394 __FUNCTION__, s->in_size, s->in_channel); in qemud_serial_read() 410 D("%s: channel=%2d len=%3d '%s'", __FUNCTION__, in qemud_serial_read() 532 __FUNCTION__, channel, msglen, in qemud_serial_send() 559 T("%s: '%.*s'", __FUNCTION__, HEADER_SIZE, header); in qemud_serial_send() [all …]
|
/external/qemu/proxy/ |
D | proxy_http.c | 24 PROXY_LOG("%s", __FUNCTION__); in http_service_free() 45 __FUNCTION__, sock_address_to_string(address)); in http_service_connect() 49 PROXY_LOG("%s: using HTTP rewriter", __FUNCTION__); in http_service_connect() 52 PROXY_LOG("%s: using HTTP rewriter", __FUNCTION__); in http_service_connect() 77 __FUNCTION__, servernamelen, servername, serverport ); in proxy_http_setup() 89 PROXY_LOG("%s: not enough memory to allocate new proxy service", __FUNCTION__); in proxy_http_setup() 162 __FUNCTION__); in proxy_http_setup() 172 __FUNCTION__, service->footer_len, in proxy_http_setup() 180 PROXY_LOG("%s: could not register service ?", __FUNCTION__); in proxy_http_setup()
|
/external/qemu/hw/ |
D | goldfish_pipe.c | 355 DD("%s: channel=0x%x numBuffers=%d", __FUNCTION__, in pipeConnector_sendBuffers() 362 DD("%s: buffer data (%3d bytes): '%.*s'", __FUNCTION__, in pipeConnector_sendBuffers() 392 D("%s: connector: '%s'", __FUNCTION__, pcon->buffer); in pipeConnector_sendBuffers() 396 D("%s: Unknown pipe connection: '%s'", __FUNCTION__, pcon->buffer); in pipeConnector_sendBuffers() 412 D("%s: Unknown server!", __FUNCTION__); in pipeConnector_sendBuffers() 418 D("%s: Initialization failed!", __FUNCTION__); in pipeConnector_sendBuffers() 510 D("%s: hwpipe=%p", __FUNCTION__, hwpipe); in zeroPipe_init() 521 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe); in zeroPipe_close() 612 D("%s: hwpipe=%p", __FUNCTION__, hwpipe); in pingPongPipe_init() 623 D("%s: hwpipe=%p (pos=%d count=%d size=%d)", __FUNCTION__, in pingPongPipe_close() [all …]
|
D | bt.c | 34 __FUNCTION__); in bt_dummy_lmp_connection_complete() 37 __FUNCTION__); in bt_dummy_lmp_connection_complete() 43 fprintf(stderr, "%s: stray LMP_detach received, fixme\n", __FUNCTION__); in bt_dummy_lmp_disconnect_master() 50 fprintf(stderr, "%s: stray ACL response PDU, fixme\n", __FUNCTION__); in bt_dummy_lmp_acl_resp() 115 fprintf(stderr, "%s: bad bt device \"%s\"\n", __FUNCTION__, in bt_device_done()
|
/external/libnfc-nxp/inc/ |
D | phDbgTrace.h | 58 "In Function:%s\n",__FUNCTION__ ); \ 67 "In Function:%s\n",__FUNCTION__ ); \ 82 "In Function:%s\n",__FUNCTION__ ); \ 91 "In Function:%s\n",__FUNCTION__ ); \ 113 "In Function:%s\n",__FUNCTION__ ); \ 122 "In Function:%s\n",__FUNCTION__ ); \
|
/external/qemu/android/utils/ |
D | timezone.c | 122 D("%s: %s points to %s\n", __FUNCTION__, LOCALTIME_FILE, buff); in get_zoneinfo_timezone() 180 D( "%s: comparing %s:", __FUNCTION__, path ); in compare_timezone_to_localtime() 240 D( "%s: entering '%s\n", __FUNCTION__, scan->path ); in scan_timezone_dir() 275 D( "%s: found '%s'\n", __FUNCTION__, result ); in scan_timezone_dir() 301 __FUNCTION__, tz ); in get_zoneinfo_timezone() 326 __FUNCTION__, zoneinfo_dir ); in get_zoneinfo_timezone() 341 D( "%s: found timezone dir as %s\n", __FUNCTION__, tzdir ); in get_zoneinfo_timezone() 357 D( "%s: found localtime file as %s\n", __FUNCTION__, localtime ); in get_zoneinfo_timezone() 370 … D( "%s: found zoneinfo timezone %s from %s symlink\n", __FUNCTION__, tz, localtime ); in get_zoneinfo_timezone() 374 __FUNCTION__, localtime, temp ); in get_zoneinfo_timezone() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_madwifi.c | 198 wpa_printf(MSG_DEBUG, "%s: keyidx=%d", __FUNCTION__, key_idx); in wpa_driver_madwifi_del_key() 248 __FUNCTION__, alg); in wpa_driver_madwifi_set_key() 253 "key_len=%lu", __FUNCTION__, alg_name, key_idx, set_tx, in wpa_driver_madwifi_set_key() 258 __FUNCTION__, (unsigned long) seq_len); in wpa_driver_madwifi_set_key() 263 __FUNCTION__, (unsigned long) key_len); in wpa_driver_madwifi_set_key() 302 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled); in wpa_driver_madwifi_set_countermeasures() 311 wpa_printf(MSG_DEBUG, "%s: enabled=%d", __FUNCTION__, enabled); in wpa_driver_madwifi_set_drop_unencrypted() 321 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_madwifi_deauthenticate() 334 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_madwifi_disassociate() 349 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_madwifi_associate() [all …]
|
D | driver_ralink.c | 108 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_get_bssid() 145 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_get_ssid() 230 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_set_ssid() 261 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_event_pmkid() 309 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_set_pmkid() 347 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_add_pmkid() 393 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_remove_pmkid() 427 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_flush_pmkid() 454 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_event_wireless_custom() 530 wpa_printf(MSG_DEBUG, "%s", __FUNCTION__); in wpa_driver_ralink_event_wireless() [all …]
|
/external/clang/test/CodeGen/ |
D | predefined-expr.c | 16 printf("__FUNCTION__ %s\n", __FUNCTION__); in plainFunction() 22 printf("__FUNCTION__ %s\n", __FUNCTION__); in externFunction() 28 printf("__FUNCTION__ %s\n", __FUNCTION__); in privateExternFunction() 34 printf("__FUNCTION__ %s\n", __FUNCTION__); in staticFunction()
|
/external/qemu/telephony/ |
D | remote_call.c | 202 D("%s: buffer too short\n", __FUNCTION__ ); in remote_call_alloc() 211 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port); in remote_call_alloc() 234 D("%s: not enough memory to alloc %d bytes", __FUNCTION__, msg2len); in remote_call_set_sms_pdu() 273 S("%s: called for call (%d,%d), events=%02x\n", __FUNCTION__, in remote_call_event() 293 S("%s: call (%d,%d) sending %d bytes '", __FUNCTION__, in remote_call_event() 318 __FUNCTION__, call->to_port, errno, errno_str); in remote_call_event() 328 S("%s: finished sending data to %d\n", __FUNCTION__, call->to_port); in remote_call_event() 371 D("%s: from_port value %d is not valid", __FUNCTION__, from_port); in remote_call_generic() 375 D("%s: phone number '%s' is not decimal or remote", __FUNCTION__, to_number); in remote_call_generic() 379 D("%s: trying to call self\n", __FUNCTION__); in remote_call_generic() [all …]
|
D | modem_driver.c | 66 D( "%s: reading %d from %p bytes:", __FUNCTION__, len, src ); in modem_driver_read() 102 D( "%s: << %s\n", __FUNCTION__, md->in_buff ); in modem_driver_read() 105 D( "%s: >> %s\n", __FUNCTION__, answer ); in modem_driver_read() 113 D( "%s: -- NO ANSWER\n", __FUNCTION__ ); in modem_driver_read() 124 D( "%s: done\n", __FUNCTION__ ); in modem_driver_read()
|
D | sysdeps_qemu.c | 208 D( "%s: read event for channel %p:%d\n", __FUNCTION__, in sys_channel_read_handler() 217 D( "%s: write event for channel %p:%d\n", __FUNCTION__, channel, channel->fd ); in sys_channel_write_handler() 255 __FUNCTION__, size - len, errno, errno_str); in sys_channel_read() 282 __FUNCTION__, errno, errno_str); in sys_channel_write() 324 __FUNCTION__, port ); in sys_channel_create_tcp_server() 330 __FUNCTION__, channel, channel->fd, port ); in sys_channel_create_tcp_server() 341 D( "%s: creating handler from server channel %p:%d\n", __FUNCTION__, in sys_channel_create_tcp_handler() 354 D( "%s: handler %p:%d created from server %p:%d\n", __FUNCTION__, in sys_channel_create_tcp_handler()
|
/external/libselinux/src/ |
D | android.c | 110 selinux_log(SELINUX_ERROR, "%s: could not open any seapp_contexts file", __FUNCTION__); in selinux_android_seapp_context_reload() 221 __FUNCTION__, in selinux_android_seapp_context_reload() 238 __FUNCTION__, seapp_contexts_file[i - 1], lineno, name, value); in selinux_android_seapp_context_reload() 243 "%s: Out of memory\n", __FUNCTION__); in selinux_android_seapp_context_reload() 353 __FUNCTION__, pkgdir, uid, strerror(errno)); in selinux_android_setfilecon() 357 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __FUNCTION__); in selinux_android_setfilecon() 445 __FUNCTION__, uid, seinfo, name); in selinux_android_setcontext() 473 __FUNCTION__, strerror(errno)); in selinux_android_setcontext() 477 __FUNCTION__, uid, seinfo, strerror(errno)); in selinux_android_setcontext() 482 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __FUNCTION__); in selinux_android_setcontext() [all …]
|
/external/svox/pico/lib/ |
D | picodbg.h | 174 #if !defined(__FUNCTION__) && !defined(__GNUC__) 175 #define __FUNCTION__ "" macro 222 for (;!(expr);picodbg_assert(__FILE__, __LINE__, __FUNCTION__, #expr)) 229 picodbg_log(level, 1, __FILE__, __LINE__, __FUNCTION__, picodbg_varargs msg) 248 picodbg_log(PICODBG_LOG_LEVEL_INFO, 0, __FILE__, __LINE__, __FUNCTION__, "")
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | debug.h | 38 Trace("Assert failed: %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \ 43 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \ 48 Trace("Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
|
/external/chromium/chrome/browser/download/ |
D | download_file_manager.cc | 75 VLOG(20) << __FUNCTION__ << "()" << " info = " << info->DebugString(); in CreateDownloadFile() 212 VLOG(20) << __FUNCTION__ << "()" << " id = " << id in OnResponseCompleted() 246 VLOG(20) << __FUNCTION__ << "()" << " id = " << id; in CancelDownload() 253 VLOG(20) << __FUNCTION__ << "()" in CancelDownload() 268 VLOG(20) << " " << __FUNCTION__ << "()" in CompleteDownload() 309 VLOG(20) << __FUNCTION__ << "()" << " id = " << id in RenameInProgressDownloadFile() 317 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString(); in RenameInProgressDownloadFile() 335 VLOG(20) << __FUNCTION__ << "()" << " id = " << id in RenameCompletingDownloadFile() 347 VLOG(20) << __FUNCTION__ << "()" << " download = " << download->DebugString(); in RenameCompletingDownloadFile() 418 VLOG(20) << " " << __FUNCTION__ << "()" in EraseDownload()
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-07-15-Crash.ll | 4 @__FUNCTION__.1623 = external constant [4 x i8] ; <[4 x i8]*> [#uses=1] 9 inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0), i8* getelementptr 10 inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0)) nounwind
|