HomeSort by relevance Sort by last modified time
    Searched refs:__FUNCTION__ (Results 51 - 75 of 1802) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lldb/test/lang/cpp/breakpoints/
nested.cpp 13 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
26 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
36 printf ("%s returning: %d.\n", __FUNCTION__, bar_value);
48 printf ("%s returning: %d.\n", __FUNCTION__, m_value);
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
74 debug_calloc(__FILE__, __LINE__, __FUNCTION__, _count, _size )
76 debug_free( __FILE__, __LINE__, __FUNCTION__, _ptr )
78 debug_realloc( __FILE__, __LINE__, __FUNCTION__, _ptr, _old_size, _new_size )
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.h 45 #define VMW_FUNC debug_printf("%s\n", __FUNCTION__)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
trace_conf.h 7 #define LOGD(fmt_str, ...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "[%s:%d] "fmt_str, __FUNCTION__, __LINE__, ##__VA_ARGS__)
  /ndk/sources/android/crazy_linker/tests/
bar_with_relro.cpp 26 printf("%s: Entering\n", __FUNCTION__);
33 printf("%s: Bad string at offset=%zu\n", __FUNCTION__, n);
38 printf("%s: Calling Foo()\n", __FUNCTION__);
41 printf("%s: Exiting\n", __FUNCTION__);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLErrorLog.h 27 if (err) { dbg(); ERR("Error: 0x%X in %s (%s:%d)\n", err, __FUNCTION__, __FILE__, __LINE__); } \
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_device_utility_android.cc 27 "%s created", __FUNCTION__);
33 "%s destroyed", __FUNCTION__);
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_utility_linux.cc 22 "%s created", __FUNCTION__);
28 "%s destroyed", __FUNCTION__);
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_utility_mac.cc 23 "%s created", __FUNCTION__);
33 "%s destroyed", __FUNCTION__);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 159 ALOGD("%s: config=%s", __FUNCTION__, pConfigName);
163 ALOGD("%s No patchfile defined\n", __FUNCTION__);
169 ALOGD("%s found patchfile %s\n", __FUNCTION__, pBuffer);
173 ALOGD("%s Cannot find patchfile '%s'\n", __FUNCTION__, pConfigName);
188 ALOGD("%s: status=%u", __FUNCTION__, status);
208 ALOGD("%s: status=%i", __FUNCTION__, status);
212 ALOGE("%s: Patch download failed", __FUNCTION__);
226 ALOGD("%s: re-init; don't download firmware", __FUNCTION__);
244 ALOGE("%s: Setting snooze mode failed, status=%i", __FUNCTION__, status);
250 ALOGD("%s: Not using Snooze Mode", __FUNCTION__);
    [all...]
HalAdaptation.cpp 84 ALOGD ("%s: enter", __FUNCTION__);
85 ALOGE ("%s: ver=%s nfa=%s", __FUNCTION__, nfca_version_string, nfa_version_string);
108 ALOGD ("%s: preserve HAL NV store", __FUNCTION__);
222 ALOGD ("%s: exit %d", __FUNCTION__, retval);
230 ALOGD ("%s: enter", __FUNCTION__);
238 ALOGD ("%s: exit %d", __FUNCTION__, retval);
245 ALOGD ("%s: enter", __FUNCTION__);
256 ALOGD ("%s: exit %d", __FUNCTION__, retval);
263 ALOGD ("%s: enter; event=0x%X", __FUNCTION__, event);
268 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status)
    [all...]
NonVolatileStore.cpp 71 ALOGE ("%s: filename too long", __FUNCTION__);
76 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
86 ALOGD ("%s: data size=%u", __FUNCTION__, actualReadData);
91 ALOGE ("%s: fail to read", __FUNCTION__);
97 ALOGD ("%s: fail to open", __FUNCTION__);
130 ALOGE ("%s: filename too long", __FUNCTION__);
134 ALOGD ("%s: bytes=%u; file=%s", __FUNCTION__, nbytes, filename);
142 ALOGD ("%s: %d bytes written", __FUNCTION__, actualWrittenData);
149 ALOGE ("%s: fail to write", __FUNCTION__);
156 ALOGE ("%s: fail to open, error = %d", __FUNCTION__, errno)
    [all...]
  /system/core/libutils/
Printer.cpp 49 ALOGE("%s: Failed to format string", __FUNCTION__);
77 ALOGW("%s: NULL string passed in", __FUNCTION__);
102 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, fd);
111 ALOGW("%s: NULL string passed in", __FUNCTION__);
114 ALOGW("%s: File descriptor out of range (%d)", __FUNCTION__, mFd);
131 ALOGW("%s: Target string was NULL", __FUNCTION__);
137 ALOGW("%s: NULL string passed in", __FUNCTION__);
140 ALOGW("%s: Target string was NULL", __FUNCTION__);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 62 ALOGD ("%s: nsap = %d", __FUNCTION__, nsap);
79 ALOGD("%s: NFA_P2pSendUI done, status = %d", __FUNCTION__, status);
82 ALOGE("%s: NFA_P2pSendUI failed, status = %d", __FUNCTION__, status);
103 ALOGD ("%s: waiting for data = %d, len = %d", __FUNCTION__, sConnlessRecvWaitingForData, len);
174 ALOGD ("%s: linkMiu = %d", __FUNCTION__, linkMiu);
180 ALOGD ("%s: Already waiting for incoming data", __FUNCTION__);
187 ALOGD ("%s: Failed to allocate %d bytes memory buffer", __FUNCTION__, linkMiu);
195 ALOGE ("%s: semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
204 ALOGE ("%s: Failed to wait for write semaphore (errno=0x%08x)", __FUNCTION__, errno);
211 ALOGE ("%s: Find LlcpPacket class error", __FUNCTION__);
    [all...]
NativeNfcManager.cpp 221 ALOGD("%s: event= %u", __FUNCTION__, connEvent);
227 ALOGD("%s: NFA_POLL_ENABLED_EVT: status = %u", __FUNCTION__, eventData->status);
236 ALOGD("%s: NFA_POLL_DISABLED_EVT: status = %u", __FUNCTION__, eventData->status);
245 ALOGD("%s: NFA_RF_DISCOVERY_STARTED_EVT: status = %u", __FUNCTION__, eventData->status);
254 ALOGD("%s: NFA_RF_DISCOVERY_STOPPED_EVT: status = %u", __FUNCTION__, eventData->status);
263 ALOGD("%s: NFA_DISC_RESULT_EVT: status = %d", __FUNCTION__, status);
266 ALOGE("%s: NFA_DISC_RESULT_EVT error: status = %d", __FUNCTION__, status);
276 ALOGD("%s: NFA_SELECT_RESULT_EVT: status = %d, gIsSelectingRfInterface = %d, sIsDisabling=%d", __FUNCTION__, eventData->status, gIsSelectingRfInterface, sIsDisabling);
288 ALOGE("%s: NFA_SELECT_RESULT_EVT error: status = %d", __FUNCTION__, eventData->status);
294 ALOGD("%s: NFA_DEACTIVATE_FAIL_EVT: status = %d", __FUNCTION__, eventData->status)
    [all...]
NativeLlcpSocket.cpp 41 ALOGD ("%s: enter; sap=%d", __FUNCTION__, nSap);
46 ALOGD ("%s: exit", __FUNCTION__);
65 ALOGD ("%s: enter", __FUNCTION__);
76 ALOGD ("%s: exit", __FUNCTION__);
94 ALOGD ("%s: enter", __FUNCTION__);
99 ALOGD ("%s: exit", __FUNCTION__);
118 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
126 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit", __FUNCTION__);
145 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
161 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; actual len=%d", __FUNCTION__, retval)
    [all...]
  /external/libunwind/tests/
Gia64-test-nat.c 149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno);
170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno);
175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno);
214 printf (" %s()\n", __FUNCTION__);
221 __FUNCTION__, 4 + i, ret);
226 __FUNCTION__, 4 + i, ret);
238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i);
243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i);
246 __FUNCTION__, 4 + i, r[i], vals[i]);
260 printf (" %s()\n", __FUNCTION__);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 69 __FUNCTION__);
79 "%s: could not get UseOpenGL ID", __FUNCTION__);
89 "%s: Could not detach thread from JVM", __FUNCTION__);
111 __FUNCTION__, res, env);
126 __FUNCTION__);
133 WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s", __FUNCTION__);
136 "(%s): Not a valid Java VM pointer.", __FUNCTION__);
141 "(%s): No window have been provided.", __FUNCTION__);
157 __FUNCTION__, res, env);
168 "%s: could not find ViEAndroidGLES20", __FUNCTION__);
    [all...]
video_render_android_surface_view.cc 56 __FUNCTION__,
74 __FUNCTION__);
81 WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s", __FUNCTION__);
87 __FUNCTION__);
95 __FUNCTION__);
113 __FUNCTION__,
129 __FUNCTION__);
142 __FUNCTION__);
158 __FUNCTION__);
171 __FUNCTION__);
    [all...]
  /external/libnfc-nci/src/adaptation/
libmain.c 94 ALOGE ("%s: filename too long", __FUNCTION__);
99 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
109 ALOGD ("%s: data size=%zu", __FUNCTION__, actualReadData);
114 ALOGE ("%s: fail to read", __FUNCTION__);
120 ALOGD ("%s: fail to open", __FUNCTION__);
153 ALOGE ("%s: filename too long", __FUNCTION__);
157 ALOGD ("%s: bytes=%u; file=%s", __FUNCTION__, nbytes, filename);
167 ALOGD ("%s: %zu bytes written", __FUNCTION__, actualWrittenData);
174 ALOGE ("%s: fail to write", __FUNCTION__);
181 ALOGE ("%s: fail to open, error = %d", __FUNCTION__, errno)
    [all...]
  /external/lldb/tools/debugserver/source/
RNBContext.cpp 91 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__);
100 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread got started!", __FUNCTION__);
104 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread failed to start: err = %i", __FUNCTION__, err);
114 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s called", __FUNCTION__);
122 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread stopped as requeseted", __FUNCTION__);
126 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s thread did not stop in 2 seconds...", __FUNCTION__);
146 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s (arg=%p, pid=%4.4x): thread starting...", __FUNCTION__, arg, pid);
151 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s calling DNBProcessWaitForEvent(pid, eEventProcessRunningStateChanged | eEventProcessStoppedStateChanged | eEventStdioAvailable | eEventProfileDataAvailable, true)...", __FUNCTION__);
153 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s calling DNBProcessWaitForEvent(pid, eEventProcessRunningStateChanged | eEventProcessStoppedStateChanged | eEventStdioAvailable | eEventProfileDataAvailable, true) => 0x%8.8x", __FUNCTION__, pid_status_event);
157 DNBLogThreadedIf(LOG_RNB_PROC, "RNBContext::%s (pid=%4.4x) got ZERO back from DNBProcessWaitForEvent....", __FUNCTION__, pid)
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_rdebug.cpp 31 LOG_ERRNO("%s: Could not get /proc/self/exe link", __FUNCTION__);
36 LOG("%s: Current executable: %s\n", __FUNCTION__, exe_path->c_str());
56 LOG_ERRNO("%s: Could not load ELF binary header", __FUNCTION__);
65 __FUNCTION__,
72 LOG("%s: Invalid program header values: %s\n", __FUNCTION__, path);
78 LOG_ERRNO("%s: Could not find ELF program header table", __FUNCTION__);
90 LOG_ERRNO("%s: Could not read program header entry", __FUNCTION__);
104 LOG("%s: Could not find loadable segment!?\n", __FUNCTION__);
108 LOG("%s: Could not find dynamic segment!?\n", __FUNCTION__);
113 __FUNCTION__,
    [all...]

Completed in 1292 milliseconds

1 23 4 5 6 7 8 91011>>