HomeSort by relevance Sort by last modified time
    Searched refs:__FILE__ (Results 101 - 125 of 1154) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/embunit/inc/
AssertImpl.h 48 if (expected && actual && (stdimpl_strcmp(expected,actual)==0)) {} else {assertImplementationCStr(expected,actual,__LINE__,__FILE__);return;}
51 if (expected == actual) {} else {assertImplementationInt(expected,actual,__LINE__,__FILE__);return;}
66 if (0) {} else {addFailure(message,__LINE__,__FILE__);return;}
  /external/valgrind/main/coregrind/
pub_core_libcassert.h 46 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
52 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
59 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
  /external/clang/test/Analysis/
cfref_rdar6080742.c 37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
38 #define AssertMsg(condition, message)if (!(condition)) { DebugStop("Assertion failure: %s (%s) [File: %s, Line: %lu]", #condition, message, __FILE__, __LINE__); }
39 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
40 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); action }
42 #define AssertNoErr(err){ DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__); }
43 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) { action }}
  /external/chromium_org/sandbox/linux/seccomp-bpf/
die.h 17 #define SANDBOX_DIE(m) playground2::Die::SandboxDie(m, __FILE__, __LINE__)
20 #define SANDBOX_INFO(m) playground2::Die::SandboxInfo(m, __FILE__, __LINE__)
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_log.h 42 _apple_glx_log(l, __FILE__, __FUNCTION__, __LINE__, f, ## args)
49 _apple_glx_vlog(l, __FILE__, __FUNCTION__, __LINE__, f, v)
  /external/compiler-rt/lib/tsan/lit_tests/
benign_race.cc 25 AnnotateBenignRaceSized(__FILE__, __LINE__,
27 WTFAnnotateBenignRaceSized(__FILE__, __LINE__,
thread_name.cc 12 AnnotateThreadName(__FILE__, __LINE__, "Thread1");
21 AnnotateThreadName(__FILE__, __LINE__, "Thread2");
  /external/kernel-headers/original/asm-mips/
debug.h 31 panic("assertion failed at %s:%d: %s", __FILE__, __LINE__, #x); }
33 printk(KERN_WARNING "warning at %s:%d: %s", __FILE__, __LINE__, #x); }
  /external/mesa3d/src/glx/apple/
apple_glx_log.h 42 _apple_glx_log(l, __FILE__, __FUNCTION__, __LINE__, f, ## args)
49 _apple_glx_vlog(l, __FILE__, __FUNCTION__, __LINE__, f, v)
  /external/valgrind/main/drd/tests/
unified_annotations.h 46 AnnotateCondVarSignal(__FILE__, __LINE__, addr);
52 AnnotateCondVarWait(__FILE__, __LINE__, addr, NULL);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
statistics.h 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__
31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
  /external/clang/test/SemaCXX/
warn-using-namespace-in-header.cpp 51 #include __FILE__
  /external/srec/portable/include/
passert.h 59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
  /frameworks/compile/libbcc/include/bcc/
Assert.h 43 __FILE__, __LINE__, #v); \
  /hardware/ti/omap3/dspbridge/inc/
dbc.h 56 __FILE__, __LINE__)
  /frameworks/wilhelm/src/
sllog.h 87 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
94 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
101 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
108 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
115 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
  /external/chromium_org/gpu/command_buffer/common/
logging.h 164 (X), __FILE__, __LINE__, #X, "GPU_CHECK")
166 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_CHECK_EQ")
168 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_CHECK_NE")
170 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_CHECK_GT")
172 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_CHECK_LT")
174 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_CHECK_GE")
176 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_CHECK_LE")
190 (X), __FILE__, __LINE__, #X, "GPU_DCHECK")
194 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_DCHECK_EQ")
198 (X), (Y), __FILE__, __LINE__, #X, #Y, "GPU_DCHECK_NE"
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
testharness.h 105 #define ASSERT_TRUE(c) ::leveldb::test::Tester(__FILE__, __LINE__).Is((c), #c)
106 #define ASSERT_OK(s) ::leveldb::test::Tester(__FILE__, __LINE__).IsOk((s))
107 #define ASSERT_EQ(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsEq((a),(b))
108 #define ASSERT_NE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsNe((a),(b))
109 #define ASSERT_GE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsGe((a),(b))
110 #define ASSERT_GT(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsGt((a),(b))
111 #define ASSERT_LE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsLe((a),(b))
112 #define ASSERT_LT(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsLt((a),(b))
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_argchk.h 9 #define LTC_ARGCHK(x) if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); }
20 #define LTC_ARGCHK(x) if (!(x)) { fprintf(stderr, "\nwarning: ARGCHK failed at %s:%d\n", __FILE__, __LINE__); }
  /external/kernel-headers/original/asm-generic/
bug.h 9 printk("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __FUNCTION__); \
21 printk("BUG: warning at %s:%d/%s()\n", __FILE__, __LINE__, __FUNCTION__); \
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 68 hmm_dflt_abort(__FILE__, HMM_SYM_TO_STRING(__LINE__));
93 { HMM_UNIQUE(fail_file) = __FILE__; HMM_UNIQUE(fail_line) = __LINE__; \
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 129 # define vpx_memalign(align, size) xvpx_memalign((align), (size), __FILE__, __LINE__)
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__)
132 # define vpx_realloc(addr, size) xvpx_realloc(addr, size, __FILE__, __LINE__)
133 # define vpx_free(addr) xvpx_free(addr, __FILE__, __LINE__)
134 # define vpx_memory_tracker_check_integrity() vpx_memory_tracker_check_integrity(__FILE__, __LINE__)
135 # define vpx_mem_alloc(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__)
136 # define vpx_mem_free(id,mem,size) xvpx_mem_free(id, mem, size, __FILE__, __LINE__)

Completed in 1432 milliseconds

1 2 3 45 6 7 8 91011>>