/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/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))
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/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))
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/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))
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/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))
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/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))
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/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))
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/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))
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/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))
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/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))
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/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))
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/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))
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/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))
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/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))
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/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))
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/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))
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/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))
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/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))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_values.py | 13 ctdll = CDLL(_ctypes_test.__file__) 21 ctdll = CDLL(_ctypes_test.__file__)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 45 here = os.path.dirname(__file__) 72 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 40 if mod is None or not hasattr(mod, "__file__"): 42 fn = mod.__file__
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_values.py | 13 ctdll = CDLL(_ctypes_test.__file__) 21 ctdll = CDLL(_ctypes_test.__file__)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
__init__.py | 45 here = os.path.dirname(__file__) 72 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 40 if mod is None or not hasattr(mod, "__file__"): 42 fn = mod.__file__
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_assert.h | 51 { if (!(condition)) OI_AssertFail(__FILE__, __LINE__, #condition); } 54 { OI_AssertFail(__FILE__, __LINE__, msg); }
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_warnings.py | 249 # If __file__ is not specified and __main__ is not the module name, 250 # then __file__ should be set to the module name. 251 filename = warning_tests.__file__ 253 del warning_tests.__file__ 260 warning_tests.__file__ = filename 263 # If __file__ is not specified and the caller is __main__ and sys.argv 267 filename = warning_tests.__file__ 270 del warning_tests.__file__ 278 warning_tests.__file__ = filename 282 # If __file__ is not specified, the caller is __main__, and sys.arg [all...] |