Home
last modified time | relevance | path

Searched refs:__FILE__ (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/external/curl/lib/
Dmemdebug.h86 #define strdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__)
87 #define malloc(size) curl_domalloc(size, __LINE__, __FILE__)
88 #define calloc(nbelem,size) curl_docalloc(nbelem, size, __LINE__, __FILE__)
89 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__)
90 #define free(ptr) curl_dofree(ptr, __LINE__, __FILE__)
95 # define wcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__)
97 # define _wcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__)
99 # define _tcsdup(ptr) curl_dowcsdup(ptr, __LINE__, __FILE__)
102 # define _tcsdup(ptr) curl_dostrdup(ptr, __LINE__, __FILE__)
107 curl_socket(domain, type, protocol, __LINE__, __FILE__)
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h132 … bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
133 … ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
134 …A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
135 …g3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
136 …arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
137 …, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
139 …ormatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 …A, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
141 …g1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
142 …arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
[all …]
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dhandlefiletransferrequest.c112 " not changed\n", __FILE__, __FUNCTION__); in SetFtpRoot()
118 __FILE__, __FUNCTION__, path); in SetFtpRoot()
124 __FILE__, __FUNCTION__); in SetFtpRoot()
130 __FILE__, __FUNCTION__); in SetFtpRoot()
208 __FILE__, __FUNCTION__); in ConvertPath()
268 __FILE__, __FUNCTION__); in HandleFileListRequest()
276 " length\n", __FILE__, __FUNCTION__); in HandleFileListRequest()
287 "greater that PATH_MAX\n", __FILE__, __FUNCTION__); in HandleFileListRequest()
296 __FILE__, __FUNCTION__); in HandleFileListRequest()
306 __FILE__, __FUNCTION__); in HandleFileListRequest()
[all …]
Dfiletransfermsg.c220 " list failed\n", __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
229 "list failed\n", __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
269 __FILE__, __FUNCTION__); in CreateFileListInfo()
290 __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
297 " list failed\n", __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
307 "list failed\n", __FILE__, __FUNCTION__, fullpath); in CreateFileListInfo()
316 __FILE__, __FUNCTION__); in CreateFileListInfo()
459 __FILE__, __FUNCTION__); in GetFileDownloadResponseMsgInBlocks()
497 __FILE__, __FUNCTION__, path); in ChkFileDownloadErr()
525 __FILE__, __FUNCTION__); in CreateFileDownloadErrMsg()
[all …]
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h36 #define mock() _mock(__func__, __FILE__, __LINE__)
43 _will_return(#function, __FILE__, __LINE__, (void*)value, 1)
45 _will_return(#function, __FILE__, __LINE__, (void*)value, count)
53 _expect_check(#function, #parameter, __FILE__, __LINE__, check_function, \
62 _expect_in_set(#function, #parameter, __FILE__, __LINE__, value_array, \
68 #function, #parameter, __FILE__, __LINE__, value_array, \
79 _expect_in_range(#function, #parameter, __FILE__, __LINE__, minimum, \
90 _expect_not_in_range(#function, #parameter, __FILE__, __LINE__, \
99 _expect_value(#function, #parameter, __FILE__, __LINE__, (void*)value, \
104 _expect_not_value(#function, #parameter, __FILE__, __LINE__, \
[all …]
/external/curl/tests/libtest/
Dtest.h137 exe_easy_init((A),(__FILE__),(__LINE__))
146 chk_easy_init((A),(__FILE__),(__LINE__))
158 exe_multi_init((A),(__FILE__),(__LINE__))
167 chk_multi_init((A),(__FILE__),(__LINE__))
182 exe_easy_setopt((A),(B),(C),(__FILE__),(__LINE__))
191 chk_easy_setopt((A),(B),(C),(__FILE__),(__LINE__))
206 exe_multi_setopt((A),(B),(C),(__FILE__),(__LINE__))
215 chk_multi_setopt((A),(B),(C),(__FILE__),(__LINE__))
230 exe_multi_add_handle((A),(B),(__FILE__),(__LINE__))
239 chk_multi_add_handle((A),(B),(__FILE__),(__LINE__))
[all …]
/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h93 inFile:[NSString stringWithUTF8String:__FILE__] \
101 inFile:[NSString stringWithUTF8String:__FILE__] \
123 inFile:[NSString stringWithUTF8String:__FILE__] \
131 inFile:[NSString stringWithUTF8String:__FILE__] \
152 inFile:[NSString stringWithUTF8String:__FILE__] \
160 inFile:[NSString stringWithUTF8String:__FILE__] \
180 … inFile:[NSString stringWithUTF8String:__FILE__] \
188 inFile:[NSString stringWithUTF8String:__FILE__] \
206 [self failWithException:[NSException failureInFile:[NSString stringWithUTF8String:__FILE__] \
218 inFile:[NSString stringWithUTF8String:__FILE__] \
[all …]
/external/libopus/silk/
DMacroDebug.h38 #define silk_ADD16(a,b) silk_ADD16_((a), (b), __FILE__, __LINE__)
54 #define silk_ADD32(a,b) silk_ADD32_((a), (b), __FILE__, __LINE__)
70 #define silk_ADD64(a,b) silk_ADD64_((a), (b), __FILE__, __LINE__)
86 #define silk_SUB16(a,b) silk_SUB16_((a), (b), __FILE__, __LINE__)
102 #define silk_SUB32(a,b) silk_SUB32_((a), (b), __FILE__, __LINE__)
118 #define silk_SUB64(a,b) silk_SUB64_((a), (b), __FILE__, __LINE__)
134 #define silk_ADD_SAT16(a,b) silk_ADD_SAT16_((a), (b), __FILE__, __LINE__)
149 #define silk_ADD_SAT32(a,b) silk_ADD_SAT32_((a), (b), __FILE__, __LINE__)
166 #define silk_ADD_SAT64(a,b) silk_ADD_SAT64_((a), (b), __FILE__, __LINE__)
195 #define silk_SUB_SAT16(a,b) silk_SUB_SAT16_((a), (b), __FILE__, __LINE__)
[all …]
/external/ipsec-tools/src/racoon/
Ddebugrm.h58 DRM_malloc(__FILE__, __LINE__, __func__, (sz))
62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz))
66 DRM_realloc(__FILE__, __LINE__, __func__, (old), (sz))
70 DRM_free(__FILE__, __LINE__, __func__, (p))
74 DRM_strdup(__FILE__, __LINE__, __func__, (p))
88 DRM_vmalloc(__FILE__, __LINE__, __func__, (sz))
90 DRM_vdup(__FILE__, __LINE__, __func__, (old))
92 DRM_vrealloc(__FILE__, __LINE__, __func__, (old), (sz))
94 DRM_vfree(__FILE__, __LINE__, __func__, (p))
/external/libnfc-nxp/inc/
DphDbgTrace.h55 "FATAL ERROR in Module :%s\n",__FILE__);\
64 "CRITICAL ERROR in Module :%s\n",__FILE__);\
79 "FATAL ERROR in Module :%s\n",__FILE__);\
88 "CRITICAL ERROR in Module :%s\n",__FILE__);\
97 "WARNING :%s\n",__FILE__);\
110 "FATAL ERROR in Module :%s\n",__FILE__);\
119 "CRITICAL ERROR in Module :%s\n",__FILE__);\
128 "WARNING :%s\n",__FILE__);\
136 "DBG INFO :%s\n",__FILE__);\
/external/selinux/libsepol/cil/test/unit/
DCuTest.h99 #define CuFail(tc, ms) CuFail_Line( (tc), __FILE__, __LINE__, NULL, (ms))
100 #define CuAssert(tc, ms, cond) CuAssert_Line((tc), __FILE__, __LINE__, (ms), (cond))
101 #define CuAssertTrue(tc, cond) CuAssert_Line((tc), __FILE__, __LINE__, "assert faile…
103 #define CuAssertStrEquals(tc,ex,ac) CuAssertStrEquals_LineMsg((tc),__FILE__,__LINE__,NULL…
104 #define CuAssertStrEquals_Msg(tc,ms,ex,ac) CuAssertStrEquals_LineMsg((tc),__FILE__,__LINE__,(ms)…
105 #define CuAssertIntEquals(tc,ex,ac) CuAssertIntEquals_LineMsg((tc),__FILE__,__LINE__,NULL…
106 #define CuAssertIntEquals_Msg(tc,ms,ex,ac) CuAssertIntEquals_LineMsg((tc),__FILE__,__LINE__,(ms)…
107 #define CuAssertDblEquals(tc,ex,ac,dl) CuAssertDblEquals_LineMsg((tc),__FILE__,__LINE__,NULL…
108 #define CuAssertDblEquals_Msg(tc,ms,ex,ac,dl) CuAssertDblEquals_LineMsg((tc),__FILE__,__LINE__,(ms)…
109 #define CuAssertPtrEquals(tc,ex,ac) CuAssertPtrEquals_LineMsg((tc),__FILE__,__LINE__,NULL…
[all …]
/external/curl/tests/unit/
Dcurlcheck.h28 __FILE__, __LINE__, #expr, msg); \
35 __FILE__, __LINE__, #expr, msg); \
42 __FILE__, __LINE__, len, hexdump((unsigned char *)check, len)); \
44 __FILE__, __LINE__, hexdump((unsigned char *)dynamic, len)); \
52 __FILE__, __LINE__, msg); \
61 __FILE__, __LINE__, #expr, msg); \
69 __FILE__, __LINE__, #expr, msg); \
76 __FILE__, __LINE__, msg); \
/external/icu/icu4c/source/test/cintltst/
Duenumtst.c306 log_verbose("%s:%d: verifying enumeration..\n", __FILE__, line); in verifyEnumeration()
310 …log_err("%s:%d: FAIL: could not reset char strings enumeration: %s\n", __FILE__, line, u_errorName… in verifyEnumeration()
316 …log_err("%s:%d: FAIL: could not count char strings enumeration: %s\n", __FILE__, line, u_errorName… in verifyEnumeration()
321 log_err("%s:%d: FAIL: expect count %d got %d\n", __FILE__, line, expect_count, got_count); in verifyEnumeration()
323 log_verbose("%s:%d: OK: got count %d\n", __FILE__, line, got_count); in verifyEnumeration()
330 …log_err("%s:%d: FAIL: could not iterate to next after %d: %s\n", __FILE__, line, i, u_errorName(st… in verifyEnumeration()
334 … log_err("%s:%d: FAIL: got NULL for next after %d: %s\n", __FILE__, line, i, u_errorName(status)); in verifyEnumeration()
339 …log_err("%s:%d: FAIL: string #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], c… in verifyEnumeration()
341 log_verbose("%s:%d: OK: string #%d got '%s'\n", __FILE__, line, i, c); in verifyEnumeration()
345 …log_err("%s:%d: FAIL: string #%d expected len %d got %d\n", __FILE__, line, i, strlen(compareToCha… in verifyEnumeration()
[all …]
/external/deqp/framework/egl/
DegluNativeWindow.cpp41 …dError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__); in getLegacyNative()
47 …eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__); in getPlatformNative()
53 …Error("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__); in getSurfaceSize()
60 …ortedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, __FILE__, __LINE__); in setSurfaceSize()
66 …indow doesn't support querying the size of the window on the screen", DE_NULL, __FILE__, __LINE__); in getScreenSize()
72 …SupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FILE__, __LINE__); in readScreenPixels()
79 …portedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __FILE__, __LINE__); in setVisibility()
/external/avahi/avahi-core/
Dnetlink.c72 avahi_log_error(__FILE__": recvmsg() failed: %s", strerror(errno)); in avahi_netlink_work()
94 avahi_log_warn(__FILE__": packet truncated"); in avahi_netlink_work()
124 avahi_log_error(__FILE__": socket(PF_NETLINK): %s", strerror(errno)); in avahi_netlink_new()
134 avahi_log_error(__FILE__": bind(): %s", strerror(errno)); in avahi_netlink_new()
139 avahi_log_error(__FILE__": SO_PASSCRED: %s", strerror(errno)); in avahi_netlink_new()
144 avahi_log_error(__FILE__": avahi_new() failed."); in avahi_netlink_new()
155 avahi_log_error(__FILE__": avahi_new() failed."); in avahi_netlink_new()
160 avahi_log_error(__FILE__": Failed to create watch."); in avahi_netlink_new()
200 avahi_log_error(__FILE__": send(): %s", strerror(errno)); in avahi_netlink_send()
/external/clang/test/Analysis/
Dcfref_rdar6080742.c37 …ion)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
38 …top("Assertion failure: %s (%s) [File: %s, Line: %lu]", #condition, message, __FILE__, __LINE__); }
39 …ion)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
40 … { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); actio…
42 #define AssertNoErr(err){ DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__); }
43 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) {…
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h168 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC…
198 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
210 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
226 __FILE__, __LINE__, __FUNCTION__, __msg); \
241 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
314 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__)
318 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
324 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
328 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
/external/compiler-rt/test/tsan/
Dignore_race.cc12 AnnotateIgnoreWritesBegin(__FILE__, __LINE__); in Thread()
13 AnnotateIgnoreReadsBegin(__FILE__, __LINE__); in Thread()
15 AnnotateIgnoreReadsEnd(__FILE__, __LINE__); in Thread()
16 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in Thread()
Dignore_free.cc23 AnnotateIgnoreReadsBegin(__FILE__, __LINE__); in main()
24 AnnotateIgnoreWritesBegin(__FILE__, __LINE__); in main()
26 AnnotateIgnoreReadsEnd(__FILE__, __LINE__); in main()
27 AnnotateIgnoreWritesEnd(__FILE__, __LINE__); in main()
/external/avahi/avahi-daemon/
Dchroot.c214 avahi_log_debug(__FILE__": chroot() helper started"); in helper_main()
226 avahi_log_error(__FILE__": read() failed: %s", strerror(errno)); in helper_main()
232 avahi_log_debug(__FILE__": chroot() helper got command %02x", command); in helper_main()
252 avahi_log_error(__FILE__": open() failed: %s", strerror(errno)); in helper_main()
255 avahi_log_error(__FILE__": write() failed: %s\n", strerror(errno)); in helper_main()
277 avahi_log_error(__FILE__": write() failed: %s\n", strerror(errno)); in helper_main()
285 avahi_log_error(__FILE__": Unknown command %02x.", command); in helper_main()
294 avahi_log_debug(__FILE__": chroot() helper exiting with return value %i", ret); in helper_main()
313 avahi_log_error(__FILE__": fork() failed: %s", strerror(errno)); in avahi_chroot_helper_start()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_debug.h72 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/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsigsys_handlers.cc96 static const char kSeccompErrorPrefix[] = __FILE__ in PrintSyscallError()
100 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_COMMON_CONTENT " in syscall "; in PrintSyscallError()
141 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_CLONE_CONTENT "\n"; in SIGSYSCloneFailure()
161 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_PRCTL_CONTENT "\n"; in SIGSYSPrctlFailure()
175 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_IOCTL_CONTENT "\n"; in SIGSYSIoctlFailure()
191 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_KILL_CONTENT "\n"; in SIGSYSKillFailure()
204 __FILE__ ":**CRASHING**:" SECCOMP_MESSAGE_FUTEX_CONTENT "\n"; in SIGSYSFutexFailure()
/external/mdnsresponder/mDNSShared/
DDebugServices.h559 debug_print_assert( 0, #X, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
590 debug_print_assert( 0, #X, STR, __FILE__, __LINE__, __ROUTINE__ ); \
625 debug_print_assert( localErr, NULL, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
660 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ ); \
690 debug_print_assert( localErr, #TEST, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
739 debug_print_assert( 0, #X, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
766 debug_print_assert( 0, #X, STR, __FILE__, __LINE__, __ROUTINE__ ); \
821 debug_print_assert( localErr, NULL, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
852 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ ); \
883 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ ); \
[all …]
/external/libvorbis/lib/
Dmisc.h46 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__)
47 #define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__)
48 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__)
49 #define _ogg_free(x) _VDBG_free((x),__FILE__,__LINE__)
/external/libopus/celt/
Dfixed_debug.h105 #define EXTRACT16(x) EXTRACT16_(x, __FILE__, __LINE__)
121 #define EXTEND32(x) EXTEND32_(x, __FILE__, __LINE__)
137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__)
159 #define SHL16(a, shift) SHL16_(a, shift, __FILE__, __LINE__)
203 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__)
236 #define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__)
259 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__)
282 #define ADD32(a, b) ADD32_(a, b, __FILE__, __LINE__)
305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__)
329 #define UADD32(a, b) UADD32_(a, b, __FILE__, __LINE__)
[all …]

12345678910>>...27