Searched refs:__FUNCTION__ (Results 76 - 100 of 1017) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/watchpoint/multiple_threads/
H A Dmain.cpp48 printf ("%s (thread index = %u) startng...\n", __FUNCTION__, thread_index);
56 printf ("%s (thread = %u) doing a usleep (%d)...\n", __FUNCTION__, thread_index, usec);
64 printf ("%s (thread = %u) after usleep access_pool returns %d (count=%d)...\n", __FUNCTION__, thread_index, val, count);
66 printf ("%s (thread index = %u) exiting...\n", __FUNCTION__, thread_index);
/external/mesa3d/src/egl/main/
H A Deglcompiler.h108 * The __FUNCTION__ gcc variable is generally only used for debugging.
109 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
112 #ifndef __FUNCTION__
114 # define __FUNCTION__ "VMS$NL:" macro
119 # define __FUNCTION__ __func__ macro
121 # define __FUNCTION__ "<unknown>" macro
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_swapinterval.c47 debug_printf("%s: %d\n", __FUNCTION__, interval);
/external/skia/experimental/Intersection/
H A DCubicUtilities_Test.cpp24 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
H A DLineIntersection_Test.cpp45 printf("%s [%zu] no intersection found\n", __FUNCTION__, index);
53 printf("%s [%zu] not equal\n", __FUNCTION__, index);
57 printf("%s [%zu] not equal\n", __FUNCTION__, index);
69 printf("%s [%zu] no intersection expected\n", __FUNCTION__, index);
/external/skia/tests/
H A DPathOpsDCubicTest.cpp25 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sm.c82 BTIF_TRACE_ERROR("%s : p_handlers is NULL", __FUNCTION__);
111 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
132 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
159 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
189 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
H A Dbtif_rc.c65 BTIF_TRACE_DEBUG("## %s ##", __FUNCTION__); \
68 BTIF_TRACE_WARNING("Function %s() called when RC is not connected", __FUNCTION__); \
83 BTIF_TRACE_WARNING("%s Not sending response as no PDU was registered", __FUNCTION__); \
235 BTIF_TRACE_DEBUG("%s type:%u code:%u value:%d", __FUNCTION__,
247 BTIF_TRACE_DEBUG("%s fd:%d key:%u pressed:%d", __FUNCTION__,
270 BTIF_TRACE_ERROR("%s ERROR: uinput device is not in the system", __FUNCTION__);
287 BTIF_TRACE_ERROR("%s ERROR: uinput device open failed", __FUNCTION__);
300 BTIF_TRACE_ERROR("%s Unable to write device information", __FUNCTION__);
316 BTIF_TRACE_ERROR("%s Unable to create uinput device", __FUNCTION__);
327 BTIF_TRACE_DEBUG("%s", __FUNCTION__);
[all...]
H A Dbtif_hh.c135 BTIF_TRACE_WARNING("BTHH: %s: BTHH not initialized", __FUNCTION__);\
140 BTIF_TRACE_EVENT("BTHH: %s", __FUNCTION__);\
207 __FUNCTION__, fd, changedlockstates);
215 BTIF_TRACE_DEBUG("%s Setting CAPSLOCK", __FUNCTION__);
220 BTIF_TRACE_DEBUG("%s Setting NUMLOCK", __FUNCTION__);
225 BTIF_TRACE_DEBUG("%s Setting SCROLLLOCK", __FUNCTION__);
230 "%s: %x %x %x", __FUNCTION__,
232 BTIF_TRACE_DEBUG("%s: %x %x %x", __FUNCTION__,
234 BTIF_TRACE_DEBUG("%s: %x %x %x", __FUNCTION__,
241 "%s: %x %x %x", __FUNCTION__,
[all...]
/external/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp71 DNBLogThreadedIf (LOG_RNB_MAX, "%s ctx.Events().WaitForSetEvents( 0x%08x ) ...",__FUNCTION__, event_mask);
73 DNBLogThreadedIf (LOG_RNB_MAX, "%s ctx.Events().WaitForSetEvents( 0x%08x ) => 0x%08x", __FUNCTION__, event_mask, set_events);
97 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Got success...",__FUNCTION__);
108 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Error getting packet.",__FUNCTION__);
112 DNBLogThreadedIf (LOG_RNB_MINIMAL, "#### %s", __FUNCTION__);
116 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s Connection closed before getting \"A\" packet.", __FUNCTION__);
135 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (%s)", __FUNCTION__, SysSignal::Name(signo));
158 DNBLogThreadedIf (LOG_RNB_MINIMAL, "#### %s error: pid invalid, exiting...", __FUNCTION__);
163 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state));
192 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s pid_stop_count %u (old %u)) Notify??? no, first stop...", __FUNCTION__, (in
[all...]
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c111 APPL_TRACE_DEBUG("%s", __FUNCTION__);
178 APPL_TRACE_DEBUG("%s %.*s", __FUNCTION__, buf_len - 1, buf);
197 APPL_TRACE_DEBUG("%s", __FUNCTION__);
213 APPL_TRACE_DEBUG("%s", __FUNCTION__);
224 APPL_TRACE_DEBUG("%s", __FUNCTION__);
237 APPL_TRACE_DEBUG("%s", __FUNCTION__);
259 APPL_TRACE_DEBUG("%s", __FUNCTION__);
302 APPL_TRACE_DEBUG("%s %u %u", __FUNCTION__, type, cme);
341 APPL_TRACE_DEBUG("%s", __FUNCTION__);
347 APPL_TRACE_DEBUG("%s 0x%x", __FUNCTION__, valu
[all...]
H A Dbta_hf_client_sco.c97 APPL_TRACE_DEBUG("%s %d", __FUNCTION__, only_active);
103 APPL_TRACE_DEBUG("%s idx 0x%04x, status:0x%x", __FUNCTION__, bta_hf_client_cb.scb.sco_idx, status);
153 APPL_TRACE_DEBUG("%s", __FUNCTION__);
189 APPL_TRACE_DEBUG("%s %d", __FUNCTION__, event);
221 APPL_TRACE_DEBUG("%s %d", __FUNCTION__, sco_idx);
257 APPL_TRACE_DEBUG("%s %d", __FUNCTION__, sco_idx);
286 APPL_TRACE_DEBUG("%s %d", __FUNCTION__, is_orig);
291 APPL_TRACE_WARNING("%s: Index 0x%04x already in use", __FUNCTION__,
338 APPL_TRACE_DEBUG("%s SCO registration success", __FUNCTION__);
342 __FUNCTION__, is_ori
[all...]
/external/qemu/proxy/
H A Dproxy_http.c24 PROXY_LOG("%s", __FUNCTION__);
45 __FUNCTION__, sock_address_to_string(address));
49 PROXY_LOG("%s: using HTTP rewriter", __FUNCTION__);
52 PROXY_LOG("%s: using HTTP rewriter", __FUNCTION__);
77 __FUNCTION__, servernamelen, servername, serverport );
89 PROXY_LOG("%s: not enough memory to allocate new proxy service", __FUNCTION__);
162 __FUNCTION__);
172 __FUNCTION__, service->footer_len,
180 PROXY_LOG("%s: could not register service ?", __FUNCTION__);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_hl_co.c85 __FUNCTION__, success, *p_num_of_mdep );
113 BTIF_TRACE_DEBUG("%s advertize_flag=%d", __FUNCTION__, advertize_source_sdp );
145 __FUNCTION__, app_id,mdep_idx,mdep_id,mdep_counter);
159 __FUNCTION__, success, mdep_idx, mdep_id );
186 BTIF_TRACE_DEBUG("%s app_id=%d",__FUNCTION__, app_id );
198 __FUNCTION__, success, p_echo_cfg->max_tx_apdu_size,
223 __FUNCTION__, mdep_id, item_idx,
249 BTIF_TRACE_DEBUG("%s mdep_id=%d, item_idx=%d", __FUNCTION__, mdep_id, item_idx);
280 __FUNCTION__, app_id, buffer_size);
301 BTIF_TRACE_DEBUG("%s success=%d num_items=%d", __FUNCTION__, resul
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_cocoa_impl.mm33 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "Constructor %s:%d", __FUNCTION__, __LINE__);
38 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "Destructor %s:%d", __FUNCTION__, __LINE__);
52 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s:%d", __FUNCTION__, __LINE__);
58 WEBRTC_TRACE(kTraceWarning, kTraceVideoRenderer, _id, "Constructor %s:%d", __FUNCTION__, __LINE__);
64 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "Failed to init %s:%d", __FUNCTION__, __LINE__);
75 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s", __FUNCTION__);
91 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s changing ID to ", __FUNCTION__, window);
115 WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s", __FUNCTION__);
134 WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "Constructor %s:%d", __FUNCTION__, __LINE__);
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc113 "%s: Found ID %p for field '%s'", __FUNCTION__, *field_id, field_name);
132 __FUNCTION__, *method_id, method_name);
266 LOG_ERROR("%s: Invalid address 0x%llx", __FUNCTION__, load_address);
274 LOG_INFO("%s: Opening shared library: %s", __FUNCTION__, lib_name.c_str());
279 __FUNCTION__,
288 __FUNCTION__,
299 LOG_INFO("%s: Success loading library %s", __FUNCTION__, lib_basename);
332 __FUNCTION__, callback->handler, callback->opaque);
369 __FUNCTION__, callback->handler, callback->opaque);
393 LOG_INFO("%s: Called for %s", __FUNCTION__, lib_nam
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dincoming_video_stream.cc62 "%s created for stream %d", __FUNCTION__, stream_id);
67 "%s deleted for stream %d", __FUNCTION__, stream_id_);
94 "%s for stream %d, render time: %u", __FUNCTION__, stream_id_,
99 "%s: Not running", __FUNCTION__);
159 "%s(%x) for stream %d", __FUNCTION__, render_callback,
181 "%s(%d) for stream %d", __FUNCTION__, delay_ms, stream_id_);
192 "%s(%x) for stream %d", __FUNCTION__, external_callback,
204 "%s for stream %d", __FUNCTION__, stream_id_);
207 "%s: Already running", __FUNCTION__);
219 "%s: No thread", __FUNCTION__);
[all...]
H A Dvideo_render_impl.cc384 "%s: No renderer", __FUNCTION__);
413 __FUNCTION__);
433 "%s: No renderer", __FUNCTION__);
440 "%s: stream already exists", __FUNCTION__);
451 __FUNCTION__);
461 "%s: Can't create incoming stream", __FUNCTION__);
469 "%s: Can't set render callback", __FUNCTION__);
492 "%s: No renderer", __FUNCTION__);
500 "%s: stream doesn't exist", __FUNCTION__);
523 "%s: stream doesn't exist", __FUNCTION__);
[all...]
/external/bluetooth/bluedroid/bta/mce/
H A Dbta_mce_api.c65 APPL_TRACE_API(__FUNCTION__);
102 APPL_TRACE_API(__FUNCTION__);
/external/chromium_org/media/base/android/
H A Dmedia_source_player.cc79 DVLOG(1) << __FUNCTION__;
88 DVLOG(1) << __FUNCTION__ << "(" << seek_time.InSecondsF() << ")";
105 DVLOG(1) << __FUNCTION__;
122 DVLOG(1) << __FUNCTION__;
139 DVLOG(1) << __FUNCTION__;
163 DVLOG(1) << __FUNCTION__ << "(" << timestamp.InSecondsF() << ")";
190 DVLOG(1) << __FUNCTION__;
227 DVLOG(1) << __FUNCTION__;
243 DVLOG(1) << __FUNCTION__;
254 DVLOG(1) << __FUNCTION__ << "(" << dat
[all...]
/external/chromium_org/media/filters/
H A Dframe_processor_base.cc24 DVLOG(2) << __FUNCTION__ << "()";
28 DVLOG(2) << __FUNCTION__ << "()";
49 DVLOG(2) << __FUNCTION__ << "()";
56 DVLOG(2) << __FUNCTION__ << "(" << timestamp_offset.InSecondsF() << ")";
67 DVLOG(2) << __FUNCTION__ << "(): id=" << id;
80 DVLOG(2) << __FUNCTION__ << "() : old_id=" << old_id << ", new_id=" << new_id;
99 DVLOG(2) << __FUNCTION__ << "()";
116 DVLOG(2) << __FUNCTION__ << "(" << segment_timestamp.InSecondsF() << ")";
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticBezierClip_Test.cpp53 SkDebugf("%s [%d] quad1 order=%d\n", __FUNCTION__, (int)index, order1);
56 SkDebugf("%s [%d] quad2 order=%d\n", __FUNCTION__, (int)index, order2);
H A DQuadraticParameterization_Test.cpp38 __FUNCTION__, index, one, two, inner);
42 SkDebugf("%s %zu [%zu,%zu] coincidence failed\n", __FUNCTION__,
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDQuadTest.cpp45 SkDebugf("%s [%d] expected in hull\n", __FUNCTION__, index);
50 SkDebugf("%s [%d] expected outside hull\n", __FUNCTION__, index);
/external/chromium_org/win8/delegate_execute/
H A Dchrome_util.cc70 AtlTrace("%hs. Failed to open browser event; error %u.\n", __FUNCTION__,
113 __FUNCTION__);
121 "error %u.\n", __FUNCTION__, ::GetLastError());
131 __FUNCTION__, hr);
140 "hr=0x%X.\n", __FUNCTION__, hr);
153 __FUNCTION__);
156 __FUNCTION__, exit_code);
158 AtlTrace("%hs. Finalized pending update.\n", __FUNCTION__);

Completed in 2362 milliseconds

1234567891011>>