| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_doctest3.txt | 2 Here we check that `__file__` is provided: 4 >>> type(__file__)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_doctest3.txt | 2 Here we check that `__file__` is provided: 4 >>> type(__file__)
|
| /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
| mlinclude.h | 25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \ 26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__) 32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__) 33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return 36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
|
| /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
| mlinclude.h | 25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \ 26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__) 32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__) 33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return 36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
|
| /external/compiler-rt/lib/tsan/lit_tests/ |
| ignore_race.cc | 14 AnnotateIgnoreWritesBegin(__FILE__, __LINE__); 15 AnnotateIgnoreReadsBegin(__FILE__, __LINE__); 17 AnnotateIgnoreReadsEnd(__FILE__, __LINE__); 18 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
|
| /external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/ |
| lit.site.cfg | 2 config.test_exec_root = os.path.dirname(__file__)
|
| /hardware/ti/omap4xxx/libtiutils/ |
| DebugUtils.h | 23 #define DBGUTILS_LOGVA(str) ALOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__); 24 #define DBGUTILS_LOGVB(str,...) ALOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); 25 #define DBGUTILS_LOGDA(str) ALOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__); 26 #define DBGUTILS_LOGDB(str, ...) ALOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); 27 #define DBGUTILS_LOGEA(str) ALOGE("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__); 28 #define DBGUTILS_LOGEB(str, ...) ALOGE("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__, __VA_ARGS__);
|
| /hardware/invensense/60xx/mlsdk/mllite/ |
| mlinclude.h | 37 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \ 38 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__) 44 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__) 45 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return 48 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
|
| /external/neven/Embedded/common/src/b_BasicEm/ |
| Basic.h | 132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) ) 133 #define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) ) 134 #define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) ) 135 #define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) ) 136 #define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) ) 137 #define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) ) 139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) ) 140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) ) 141 #define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) ) 142 #define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) [all...] |
| /bionic/libc/upstream-netbsd/libc/include/isc/ |
| assertions.h | 74 ((__assertion_failed)(__FILE__, __LINE__, assert_require, \ 78 ((__assertion_failed)(__FILE__, __LINE__, assert_require, \ 88 ((__assertion_failed)(__FILE__, __LINE__, assert_ensure, \ 92 ((__assertion_failed)(__FILE__, __LINE__, assert_ensure, \ 102 ((__assertion_failed)(__FILE__, __LINE__, assert_insist, \ 106 ((__assertion_failed)(__FILE__, __LINE__, assert_insist, \ 121 ((__assertion_failed)(__FILE__, __LINE__, assert_invariant, \ 125 ((__assertion_failed)(__FILE__, __LINE__, assert_invariant, \
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| appletrawmain.py | 41 __file__ = os.path.join(_dir, '__main__.py') variable 42 if os.path.exists(__file__): 46 sys.argv[0] = __file__ 48 execfile(__file__) 50 __file__ = os.path.join(_dir, '__main__.pyc') variable 51 if os.path.exists(__file__): 55 sys.argv[0] = __file__ 56 _fp = open(__file__, 'rb')
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
| collector.py | 8 setupDir = os.path.abspath(os.path.dirname(__main__.__file__))
|
| /external/harfbuzz/src/ |
| harfbuzz-debug.h | 12 #define HBDebug(...) Android_Debug(__FILE__, __LINE__, \
|
| /external/libvorbis/lib/ |
| misc.h | 46 #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/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
| lit.site.cfg | 4 config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__))
|
| /external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/ |
| lit.site.cfg | 4 config.llvm_obj_root = os.path.dirname(os.path.dirname(__file__))
|
| /external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
| lit.site.cfg | 3 config.test_exec_root = os.path.dirname(__file__)
|
| /system/core/include/ctest/ |
| ctest.h | 36 #define assertTrue(value, message) assertTrueWithSource(value, __FILE__, __LINE__, message); 41 #define assertFalse(value, message) assertTrueWithSource(!value, __FILE__, __LINE__, message); 44 #define fail(message) assertTrueWithSource(0, __FILE__, __LINE__, message); 49 #define assertSame(a, b) assertTrueWithSource(a == b, __FILE__, __LINE__, "Expected same value."); 54 #define assertNotSame(a, b) assertTrueWithSource(a != b, __FILE__, __LINE__,\
|
| /external/ipsec-tools/src/racoon/ |
| debugrm.h | 58 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/ |
| phDbgTrace.h | 55 "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/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 }}
|
| /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
| OMX_DebugMem.h | 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) 35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) 36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) 37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) 38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) 39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
|
| /hardware/ti/omap4xxx/domx/omx_core/inc/ |
| OMX_DebugMem.h | 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) 59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) 60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) 61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) 62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) 63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
|
| /external/chromium_org/third_party/openssl/openssl/crypto/err/ |
| err.h | 204 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) 205 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) 206 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) 207 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) 208 #define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) 209 #define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) 210 #define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__) 211 #define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__) 212 #define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__) 213 #define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__ [all...] |
| /external/chromium_org/third_party/openssl/openssl/include/openssl/ |
| err.h | 204 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) 205 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) 206 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) 207 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) 208 #define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) 209 #define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) 210 #define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__) 211 #define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__) 212 #define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__) 213 #define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__ [all...] |