/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug.h | 168 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNCTION__)) 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/google-breakpad/src/processor/ |
address_map_unittest.cc | 43 fprintf(stderr, "FAIL: %s @ %s:%d\n", #condition, __FILE__, __LINE__); \ 134 key, __FILE__, __LINE__); 157 key, __FILE__, __LINE__); 163 key, id_verify[key], entry->id(), __FILE__, __LINE__); 169 key, address_verify[key], address, __FILE__, __LINE__);
|
/external/v8/src/base/ |
logging.h | 22 V8_Fatal(__FILE__, __LINE__, "%s", (msg)) 24 V8_Fatal(__FILE__, __LINE__, "unimplemented code") 26 V8_Fatal(__FILE__, __LINE__, "unreachable code") 48 V8_Fatal(__FILE__, __LINE__, "Check failed: %s.", #condition); \ 61 V8_Fatal(__FILE__, __LINE__, "Check failed: %s.", _msg->c_str()); \
|
/external/autotest/server/ |
server_job_unittest.py | 19 existing_file = server_job.__file__ 20 server_job.__file__ = '/rootdir/atest/server/server_job.py' 28 server_job.__file__ = existing_file
|
/external/avahi/avahi-compat-howl/include/salt/ |
debug.h | 111 sw_print_assert(0, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \ 135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \ 169 sw_print_assert( 0, #X, __FILE__, __SW_FUNCTION__, __LINE__); \
|
/external/deqp/execserver/ |
xsDefs.hpp | 85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__) 86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse()) 87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
|
/external/deqp/framework/egl/ |
egluDefs.hpp | 28 #define EGLU_CHECK(EGLW) eglu::checkError((EGLW).getError(), DE_NULL, __FILE__, __LINE__) 29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__) 30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, __FILE__, __LINE__); } while (deGetFalse())
|
egluNativePixmap.cpp | 41 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__); 47 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__); 53 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
|
/external/eigen/bench/btl/generic_bench/utils/ |
utilities.h | 21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ; 44 cout << __FILE__ ;\ 57 # define HERE cout<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush ;
|
/external/gptfdisk/ |
android_popt.cc | 39 fprintf(stderr, __FILE__ ": val required\n"); 51 fprintf(stderr, __FILE__ ": arg required\n"); 57 fprintf(stderr, __FILE__ ": unsupported argInfo\n");
|
/external/jemalloc/test/include/test/ |
jemalloc_test.h | 32 __FILE__, __LINE__, #e); \ 40 __FILE__, __LINE__); \ 46 __FILE__, __LINE__); \
|
jemalloc_test.h.in | 32 __FILE__, __LINE__, #e); \ 40 __FILE__, __LINE__); \ 46 __FILE__, __LINE__); \
|
/external/libchrome/base/ |
location.h | 22 // Constructor should be called with a long-lived char*, such as __FILE__. 59 // it comes from __FILE__, so no need to check the contents of the string. 104 __FILE__, \
|
/external/pdfium/ |
update_pdfium.py | 39 COPY_FILES = [os.path.basename(__file__), ".git", "MODULE_LICENSE_BSD", "NOTICE"] + MAKE_FILES 40 REMOVE_FILES = [os.path.basename(__file__), ".git", ".gitignore"] 118 targetDir = os.path.dirname(os.path.realpath(__file__))
|
/ndk/tests/device/fenv/jni/ |
test_fenv.c | 24 (condition)? (void)0 : fail(__FILE__, __LINE__, __func__, #condition) 27 ((x)==(y))? (void)0 : fail(__FILE__, __LINE__, __func__, #x "==" #y) 30 float_eq(x, y)? (void)0 : fail(__FILE__, __LINE__, __func__, "float_eq(" #x "," #y ")")
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_log.hpp | 139 << ::boost::unit_test::log::begin( BOOST_TEST_L(__FILE__), __LINE__ ))(ll) \ 159 BOOST_TEST_L(__FILE__), \ 167 BOOST_TEST_L(__FILE__), \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_core.py | 13 # setup script that uses __file__ 16 __file__ 63 # Make sure the script can use __file__; if that's missing, the test
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_core.py | 13 # setup script that uses __file__ 16 __file__ 63 # Make sure the script can use __file__; if that's missing, the test
|
/bionic/libc/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) 58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
|
/cts/suite/audio_quality/lib/include/ |
Log.h | 56 Log::Instance()->printf(Log::ELogE, " file %s line %d", __FILE__, __LINE__); } while(0) 65 "assertion failed %s %d", __FILE__, __LINE__); \
|
/development/ndk/platforms/android-21/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) 58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
|
/development/ndk/platforms/android-3/include/ |
assert.h | 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) 58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable-2level.h | 21 #define pte_ERROR(e) printk("%s:%d: bad pte %08lx.\n", __FILE__, __LINE__, (e).pte_low) 22 #define pgd_ERROR(e) printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e))
|
/external/autotest/site_utils/ |
brillo_recovery_test.py | 17 os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 21 sys.exit(os.execv(__file__, sys.argv))
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
test_runner.py | 36 if module.__file__ != __file__:
|