/external/compiler-rt/test/safestack/ |
lit.cfg | 9 config.test_source_root = os.path.dirname(__file__)
|
/external/deqp/framework/common/ |
tcuDefs.hpp | 117 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__) 132 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse()) 135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse()) 138 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_compat.h | 55 __FUNCTION__, __FILE__, __LINE__, # assert); \
|
/external/google-benchmark/src/ |
check.h | 48 #b, __FILE__, __func__, __LINE__).GetLog())
|
/external/libhevc/common/ |
ihevc_debug.h | 63 printf("ASSERT %s %d\n", __FILE__, __LINE__); \
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
filetransfermsg.c | 220 " list failed\n", __FILE__, __FUNCTION__, fullpath); 229 "list failed\n", __FILE__, __FUNCTION__, fullpath); 269 __FILE__, __FUNCTION__); 290 __FILE__, __FUNCTION__, fullpath); 297 " list failed\n", __FILE__, __FUNCTION__, fullpath); 307 "list failed\n", __FILE__, __FUNCTION__, fullpath); 316 __FILE__, __FUNCTION__); 459 __FILE__, __FUNCTION__); 497 __FILE__, __FUNCTION__, path); 525 __FILE__, __FUNCTION__); [all...] |
/external/libxml2/include/libxml/ |
xmlmemory.h | 179 #define xmlMalloc(size) xmlMallocLoc((size), __FILE__, __LINE__) 189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) 199 #define xmlRealloc(ptr, size) xmlReallocLoc((ptr), (size), __FILE__, __LINE__) 208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
|
/external/ltrace/ |
debug.h | 43 #define debug(level, expr...) debug_(level, __FILE__, __LINE__, expr)
|
/external/mesa3d/src/glsl/glcpp/ |
README | 28 The __LINE__ and __FILE__ macros are not yet supported.
|
/external/skia/platform_tools/android/tests/ |
utils.py | 14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations')
|
/external/v8/src/mips/ |
cpu-mips.cc | 42 V8_Fatal(__FILE__, __LINE__, "Failed to flush the instruction cache");
|
/external/v8/src/mips64/ |
cpu-mips64.cc | 42 V8_Fatal(__FILE__, __LINE__, "Failed to flush the instruction cache");
|
/external/valgrind/none/tests/x86-darwin/ |
bug341419.c | 22 __FILE__, __LINE__); \ 26 __FILE__, __LINE__, _a, _b); \ 38 __FILE__, __LINE__); \ 41 __FILE__, __LINE__); \
|
/external/webrtc/webrtc/base/ |
common.h | 138 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \ 142 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x) 149 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \ 152 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
|
/external/webrtc/webrtc/build/ |
gyp_webrtc.py | 23 path = os.path.abspath(os.path.split(__file__)[0])
|
/frameworks/base/libs/hwui/utils/ |
GLUtils.h | 31 "GL errors! %s:%d", __FILE__, __LINE__);\
|
/frameworks/compile/libbcc/include/bcc/ |
Assert.h | 43 __FILE__, __LINE__, #v); \
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
common_defs.h | 43 __FILE__, __LINE__);
|
/frameworks/native/opengl/libagl/ |
state.h | 44 printf("ogles_error at file %s line %d\n", __FILE__, __LINE__); \
|
/ndk/sources/host-tools/make-3.81/ |
build.py | 23 site.addsitedir(os.path.join(os.path.dirname(__file__), '../../../build/lib'))
|
/ndk/sources/host-tools/nawk-20071023/ |
build.py | 23 site.addsitedir(os.path.join(os.path.dirname(__file__), '../../../build/lib'))
|
/ndk/sources/host-tools/ndk-depends/ |
build.py | 23 site.addsitedir(os.path.join(os.path.dirname(__file__), '../../../build/lib'))
|
/ndk/sources/host-tools/ndk-stack/ |
build.py | 23 site.addsitedir(os.path.join(os.path.dirname(__file__), '../../../build/lib'))
|
/ndk/sources/host-tools/toolbox/ |
build.py | 27 site.addsitedir(os.path.join(os.path.dirname(__file__), '../../../build/lib'))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
interaction_based.hpp | 36 ::boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description ) 44 ::boost::itest::manager::instance().decision_point( BOOST_TEST_L(__FILE__), __LINE__ ) 52 ::boost::itest::scope_guard itest_scope_guard ## __LINE__( BOOST_TEST_L(__FILE__), __LINE__, BOOST_STRINGIZE(scope_name) ) 60 new ( ::boost::itest::location( BOOST_TEST_L(__FILE__), __LINE__ ) ) type_name
|