HomeSort by relevance Sort by last modified time
    Searched full:__file__ (Results 176 - 200 of 2021) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h 15 #define pte_ERROR(e) printk("%s:%d: bad pte %08lx.\n", __FILE__, __LINE__, (e).pte_low)
16 #define pgd_ERROR(e) printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 197 ['__doc__', '__file__', '__name__',
200 ['__doc__', '__file__', '__name__', '__package__',
203 ['__doc__', '__file__', '__name__','__package__',
219 ['__all__', '__doc__', '__file__',
225 ['__all__', '__doc__', '__file__',
253 ['__doc__', '__file__', '__name__',
258 ['__doc__', '__file__', '__name__',
264 ['__doc__', '__file__', '__name__',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 197 ['__doc__', '__file__', '__name__',
200 ['__doc__', '__file__', '__name__', '__package__',
203 ['__doc__', '__file__', '__name__','__package__',
219 ['__all__', '__doc__', '__file__',
225 ['__all__', '__doc__', '__file__',
253 ['__doc__', '__file__', '__name__',
258 ['__doc__', '__file__', '__name__',
264 ['__doc__', '__file__', '__name__',
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 197 ReadTransaction trans(dir, __FILE__, __LINE__);
282 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__);
348 WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
389 WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
416 ReadTransaction trans(dir, __FILE__, __LINE__);
489 ReadTransaction trans(dir, __FILE__, __LINE__);
508 WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
546 WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
563 WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__);
589 WriteTransaction wtrans(dir, UNITTEST, __FILE__, __LINE__)
    [all...]
  /external/oprofile/libutil++/tests/
file_manip_tests.cpp 141 { MAKE_PAIR(__FILE__, __FILE__), true },
142 { MAKE_PAIR(__FILE__, "not_existing"), false },
143 { MAKE_PAIR("not_exisiting", __FILE__), false },
166 { __FILE__, true },
167 { "./" __FILE__, true },
  /external/stlport/test/unit/cppunit/
cppunit_mini.h 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
cppunit_mini.h 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
  /ndk/tests/device/test-stlport/unit/cppunit/
cppunit_mini.h 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common_unittest.cc 97 "[libprotobuf INFO "__FILE__":" + SimpleItoa(line + 1) + "] A message.\n"
98 "[libprotobuf WARNING "__FILE__":" + SimpleItoa(line + 2) + "] A warning.\n"
99 "[libprotobuf ERROR "__FILE__":" + SimpleItoa(line + 3) + "] An error.\n",
130 "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.",
133 "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.",
156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 97 "libprotobuf INFO "__FILE__":" + SimpleItoa(line + 1) + "] A message.\n"
98 "libprotobuf WARNING "__FILE__":" + SimpleItoa(line + 2) + "] A warning.\n"
99 "libprotobuf ERROR "__FILE__":" + SimpleItoa(line + 3) + "] An error.\n",
130 "2 "__FILE__":" + SimpleItoa(start_line + 1) + ": An error.",
133 "1 "__FILE__":" + SimpleItoa(start_line + 2) + ": A warning.",
156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 169 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNCTION__))
199 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
211 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
227 __FILE__, __LINE__, __FUNCTION__, __msg); \
242 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
315 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__)
319 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
325 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
329 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
  /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/srec/portable/include/
pmemory.h 101 #define MALLOC(nbBytes, tag) (pmalloc(nbBytes, tag, L(__FILE__), __LINE__))
113 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
114 #define CALLOC_CLR(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
127 #define REALLOC(ptr, newSize) (prealloc(ptr, newSize, L(__FILE__), __LINE__))
149 #define FREE(ptr) pfree(ptr, L(__FILE__), __LINE__)
170 * __FILE__ macro.
191 * __FILE__ macro.
211 * __FILE__ macro.
229 * __FILE__ macro.
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 49 #define OMX_MM_MALLOC(size) jpeg_malloc(size, __FILE__, __LINE__)
54 OMX_DBG_INFO("%s:%d: null pointer", __FILE__, __LINE__); \
58 OMX_DBG_ERROR("Failure at %s:%d", __FILE__, __LINE__); \
63 OMX_DBG_ERROR("Failure at %s:%d", __FILE__, __LINE__); \
69 OMX_DBG_ERROR("Warning: Failure at %s:%d", __FILE__, __LINE__); \
  /external/chromium_org/build/android/buildbot/
bb_utils.py 14 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
21 os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir,
25 os.path.join(os.path.dirname(__file__), '..', '..', '..'))
  /external/chromium_org/build/linux/
install-chromeos-fonts.py 27 print "Error: %s must be run on Linux." % __file__
31 print "Error: %s must be run as root." % __file__
65 s.write("Script: %s\n" % __file__)
  /external/chromium_org/chrome/test/functional/
pyauto_functional.py 27 sys.path.append(os.path.join(os.path.dirname(__file__),
116 sys.path.append(os.path.dirname(__file__))
120 return os.path.dirname(__file__)
  /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 ;
  /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
  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.cc 106 Log(kCrash, __FILE__, __LINE__,
110 Log(kCrash, __FILE__, __LINE__,
156 Log(kCrash, __FILE__, __LINE__,
174 Log(kCrash, __FILE__, __LINE__,
178 Log(kCrash, __FILE__, __LINE__,
183 Log(kCrash, __FILE__, __LINE__,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.cc 102 Log(kCrash, __FILE__, __LINE__,
106 Log(kCrash, __FILE__, __LINE__,
152 Log(kCrash, __FILE__, __LINE__,
170 Log(kCrash, __FILE__, __LINE__,
174 Log(kCrash, __FILE__, __LINE__,
179 Log(kCrash, __FILE__, __LINE__,
  /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))

Completed in 1706 milliseconds

1 2 3 4 5 6 78 91011>>