Searched refs:__FILE__ (Results 126 - 150 of 802) sorted by relevance

1234567891011>>

/external/ipsec-tools/src/racoon/
H A Dmisc.h40 #define LOCATION debug_location(__FILE__, __LINE__, __func__)
42 #define LOCATION debug_location(__FILE__, __LINE__, NULL)
/external/opencv/cxcore/include/
H A Dcxerror.h107 cvError((status),(func),(context),__FILE__,__LINE__)
143 cvError( (Code), cvFuncName, Msg, __FILE__, __LINE__ ); \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftdebug.h200 __LINE__, __FILE__ ); \
206 __FILE__ ) | \
H A Dftmemory.h91 #define FT_DEBUG_INNER( exp ) ( _ft_debug_file = __FILE__, \
95 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \
260 FT_ASSIGNP_INNER( ptr, ft_mem_allocdebug( memory, (size), __FILE__, __LINE__, &error ) )
265 (ptr), __FILE__, __LINE__, &error ) )
268 FT_ASSIGNP_INNER( ptr, ft_mem_qallocdebug( memory, (size), __FILE__, __LINE__, &error ) )
273 (ptr), __FILE__, __LINE__, &error ) )
278 NULL, __FILE__, __LINE__, &error ) )
283 (ptr), __FILE__, __LINE__, &error ) )
288 NULL, __FILE__, __LINE__, &error ) )
293 (ptr), __FILE__, __LINE_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftdebug.h200 __LINE__, __FILE__ ); \
206 __FILE__ ) | \
H A Dftmemory.h91 #define FT_DEBUG_INNER( exp ) ( _ft_debug_file = __FILE__, \
95 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \
260 FT_ASSIGNP_INNER( ptr, ft_mem_allocdebug( memory, (size), __FILE__, __LINE__, &error ) )
265 (ptr), __FILE__, __LINE__, &error ) )
268 FT_ASSIGNP_INNER( ptr, ft_mem_qallocdebug( memory, (size), __FILE__, __LINE__, &error ) )
273 (ptr), __FILE__, __LINE__, &error ) )
278 NULL, __FILE__, __LINE__, &error ) )
283 (ptr), __FILE__, __LINE__, &error ) )
288 NULL, __FILE__, __LINE__, &error ) )
293 (ptr), __FILE__, __LINE_
[all...]
/external/vixl/src/
H A Dglobals-vixl.h68 #define VIXL_ABORT() ALOGE("in %s, line %i", __FILE__, __LINE__); abort()
70 #define VIXL_ABORT() printf("in %s, line %i", __FILE__, __LINE__); abort()
/external/srec/portable/include/
H A Dpmemory.h101 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes, tag, L(__FILE__), __LINE__))
113 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
114 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
127 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize, L(__FILE__), __LINE__))
149 #define FREE(ptr) pfree(ptr, L(__FILE__), __LINE__)
170 * __FILE__ macro.
191 * __FILE__ macro.
211 * __FILE__ macro.
229 * __FILE__ macro.
H A Dplog.h257 #define CHKLOG(rc, function) do { rc = (function); if (rc != ESR_SUCCESS) { PLogError("%s in %s:%d", ESR_rc2str(rc), __FILE__, __LINE__); goto CLEANUP; } } while (0)
303 pfprintf(PSTDERR, L("[%s:%d] PStackTraceGetValue failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); \
318 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc2)); \
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsigsys_handlers.cc93 static const char kSeccompErrorPrefix[] = __FILE__
97 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_COMMON_CONTENT " in syscall ";
138 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_CLONE_CONTENT "\n";
158 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_PRCTL_CONTENT "\n";
172 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_IOCTL_CONTENT "\n";
188 __FILE__":**CRASHING**:" SECCOMP_MESSAGE_KILL_CONTENT "\n";
204 __FILE__ ":**CRASHING**:" SECCOMP_MESSAGE_FUTEX_CONTENT "\n";
/external/deqp/framework/delibs/debase/
H A DdeDefs.h245 # define DE_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE__, __LINE__); } while(deGetFalse())
256 # define DE_VERIFY(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE__, __LINE__); } while(deGetFalse())
262 #define DE_TEST_ASSERT(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) deAssertFail(#X, __FILE__, __LINE__); } while(deGetFalse())
281 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, __LINE__); __asm { int 3 } } while (deGetFalse())
283 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, __LINE__); __debugbreak(); } while (deGetFalse())
285 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, __LINE__); __asm__ __volatile__ ( "bkpt #3" ); } while (deGetFalse())
287 # define DE_BREAKPOINT() do { printf("Software breakpoint encountered in %s, line %d\n", __FILE__, __LINE__); DebugBreak(); } while (deGetFalse())
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h297 MessageLogger((char *)__FILE__, __LINE__, "native", severity).stream()
311 # define LOG(n) MessageLogger((char *)__FILE__, __LINE__, "native", n).stream() // NOLINT
312 # define VLOG(n) MessageLogger((char *)__FILE__, __LINE__, "native", n).stream() // NOLINT
313 # define LG MessageLogger((char *)__FILE__, __LINE__, "native", INFO).stream() // NOLINT
328 MessageLogger((char *)__FILE__, __LINE__, "native", severity).stream()
335 MessageLogger((char *)__FILE__, __LINE__, "native", FATAL).stream()
412 CheckNotNull(__FILE__, __LINE__, "'" #val "' Must be non NULL", (val))
417 CheckNotNull(__FILE__, __LINE__, "'" #val "' Must be non NULL", (val))
421 CheckNotNull(__FILE__, __LINE__, "'" #val "' Must be non NULL", (val))
/external/chromium_org/third_party/re2/util/
H A Dlogging.h28 #define CHECK(x) if(x){}else LogMessageFatal(__FILE__, __LINE__).stream() << "Check failed: " #x
36 #define LOG_INFO LogMessage(__FILE__, __LINE__)
39 #define LOG_FATAL LogMessageFatal(__FILE__, __LINE__)
/external/regex-re2/util/
H A Dlogging.h23 #define CHECK(x) if(x){}else LogMessageFatal(__FILE__, __LINE__).stream() << "Check failed: " #x
31 #define LOG_INFO LogMessage(__FILE__, __LINE__)
34 #define LOG_FATAL LogMessageFatal(__FILE__, __LINE__)
/external/chromium_org/third_party/opus/src/celt/
H A 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...]
/external/libopus/celt/
H A 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...]
/external/chromium_org/mojo/environment/
H A Ddefault_logger_impl.cc46 logging::LogMessage(__FILE__, __LINE__, chromium_log_level).stream()
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_spin_init.c72 #error ERROR [__FILE__, line __LINE__]: Process shared spin locks are not supported yet.
/external/chromium_org/third_party/mach_override/libudis86/
H A Dudint.h45 __FILE__, __LINE__, (msg)); \
/external/chromium_org/third_party/opus/src/silk/
H A Dtypedef.h63 #define silk_fatal(str) _silk_fatal(str, __FILE__, __LINE__);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap_allocator.h73 Log(kCrash, __FILE__, __LINE__,
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h141 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
145 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
152 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
155 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
/external/clang/test/Index/
H A Dannotate-tokens-pp.c31 const char *fname = __FILE__;
210 // CHECK: Identifier: "__FILE__" [31:21 - 31:29] macro expansion=__FILE__
/external/clang/test/Misc/
H A Dbackend-stack-frame-diagnostics.cpp84 #include __FILE__
/external/compiler-rt/lib/tsan/benchmarks/
H A Dstart_many_threads.cc34 printf("%s: n_threads=%d\n", __FILE__, n_threads);

Completed in 7892 milliseconds

1234567891011>>