| /prebuilts/ndk/9/platforms/android-18/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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__
|
| /prebuilts/python/darwin-x86/2.7.5/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...] |
| /prebuilts/python/linux-x86/2.7.5/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...] |
| /external/chromium_org/third_party/opus/src/celt/ |
| fixed_debug.h | 105 #define EXTRACT16(x) EXTRACT16_(x, __FILE__, __LINE__) 121 #define EXTEND32(x) EXTEND32_(x, __FILE__, __LINE__) 137 #define SHR16(a, shift) SHR16_(a, shift, __FILE__, __LINE__) 159 #define SHL16(a, shift) SHL16_(a, shift, __FILE__, __LINE__) 203 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__) 236 #define ADD16(a, b) ADD16_(a, b, __FILE__, __LINE__) 259 #define SUB16(a, b) SUB16_(a, b, __FILE__, __LINE__) 282 #define ADD32(a, b) ADD32_(a, b, __FILE__, __LINE__) 305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__) 329 #define UADD32(a, b) UADD32_(a, b, __FILE__, __LINE__ [all...] |
| /bionic/libc/upstream-netbsd/ |
| netbsd-compat.h | 22 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e))
|
| /build/tools/fs_get_stats/ |
| fs_get_stats.c | 13 __FILE__, __LINE__, ##args); \
|
| /docs/source.android.com/scripts/ |
| micro-httpd.py | 22 outdir = os.environ.get('OUTDIR', os.path.join(os.path.dirname(__file__), '..', 'out'))
|
| /external/chromium-trace/trace-viewer/build/ |
| generate_deps_js_contents.py | 9 srcdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../src"))
|
| generate_template_contents.py | 9 srcdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../src"))
|
| /external/chromium_org/base/android/jni_generator/ |
| testInnerClassNatives.golden | 51 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
|
| testJarJarRemapping.golden | 52 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
|