HomeSort by relevance Sort by last modified time
    Searched full:__file__ (Results 326 - 350 of 2528) sorted by null

<<11121314151617181920>>

  /development/tools/yuv420sp2rgb/
debug.h 14 fprintf(stderr, "%s(%d): ", __FILE__, __LINE__); \
25 __FILE__, __LINE__, #x); \
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
  /external/chromium-trace/catapult/experimental/bisect_lib/
fetch_intervening_revisions_test.py 11 os.path.dirname(__file__), os.path.pardir, os.path.pardir))
18 _TEST_DATA = os.path.join(os.path.dirname(__file__), 'test_data')
fetch_revision_info_test.py 11 os.path.dirname(__file__), os.path.pardir, os.path.pardir))
18 _TEST_DATA_PATH = os.path.join(os.path.dirname(__file__), 'test_data')
  /external/chromium-trace/catapult/telemetry/telemetry/story/
story_set_unittest.py 41 self.assertEqual(base_dir, os.path.dirname(__file__))
45 self.assertEqual(os.path.abspath(__file__).replace('.pyc', '.py'),
  /external/clang/utils/perf-training/
perf-helper.py 24 print 'Usage: %s clean <path>\n\tRemoves all *.profraw files from <path>.' % __file__
32 print 'Usage: %s clean <llvm-profdata> <output> <path>\n\tMerges all profraw files from path into output.' % __file__
  /external/expat/tests/
minicheck.h 30 _check_set_test_info(__func__, __FILE__, __LINE__); \
34 #define fail(msg) _fail_unless(0, __FILE__, __LINE__, msg)
  /external/libcxx/test/
lit.cfg 6 site.addsitedir(os.path.dirname(__file__))
21 config.test_source_root = os.path.dirname(__file__)
  /external/llvm/utils/lit/tests/
lit.cfg 23 config.test_source_root = os.path.dirname(__file__)
41 os.path.dirname(__file__), ".coveragerc")
  /external/mesa3d/src/glx/apple/
apple_glx_log.h 42 _apple_glx_log(l, __FILE__, __FUNCTION__, __LINE__, f, ## args)
49 _apple_glx_vlog(l, __FILE__, __FUNCTION__, __LINE__, f, v)
  /external/opencv3/modules/flann/include/opencv2/flann/
general.h 42 FLANNException(const char* message) : cv::Exception(0, message, "", __FILE__, __LINE__) { }
44 FLANNException(const cv::String& message) : cv::Exception(0, message, "", __FILE__, __LINE__) { }
  /external/v8/tools/
find_depot_tools.py 30 root_dir = os.path.dirname(os.path.abspath(__file__))
31 previous_dir = os.path.abspath(__file__)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 6 site.addsitedir(os.path.dirname(__file__))
21 config.test_source_root = os.path.dirname(__file__)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
statistics.h 34 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
43 #define ALONE_CXX_MEM_STAT_INFO const char * _loc_name = __FILE__, int _loc_line = __LINE__, const char * _loc_function = NULL
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
assert.h 71 (_wassert(_CRT_WIDE(#_Expression),_CRT_WIDE(__FILE__),__LINE__),0))
76 (_assert(#_Expression,__FILE__,__LINE__),0))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/misc/common/swig/include/2.0.11/perl5/
perlinit.swg 38 newXS(const_cast<char*>(swig_commands[i].name), swig_commands[i].wrapper, const_cast<char*>(__FILE__));
40 newXS((char*)swig_commands[i].name, swig_commands[i].wrapper, (char*)__FILE__);
  /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__',
  /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/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",
  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.h 127 # define LOG_FUNCTION_NAME Ti::FunctionLogger __function_logger_instance(__FILE__, __LINE__, __FUNCTION__);
157 #define DBGUTILS_LOGV(...) DBGUTILS_LOGV_FULL(ANDROID_LOG_VERBOSE, __FILE__, __LINE__, __FUNCTION__, TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - " __VA_ARGS__, "")
158 #define DBGUTILS_LOGD(...) DBGUTILS_LOGV_FULL(ANDROID_LOG_DEBUG, __FILE__, __LINE__, __FUNCTION__, TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - " __VA_ARGS__, "")
159 #define DBGUTILS_LOGI(...) DBGUTILS_LOGV_FULL(ANDROID_LOG_INFO, __FILE__, __LINE__, __FUNCTION__, TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - " __VA_ARGS__, "")
160 #define DBGUTILS_LOGW(...) DBGUTILS_LOGV_FULL(ANDROID_LOG_WARN, __FILE__, __LINE__, __FUNCTION__, TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - " __VA_ARGS__, "")
161 #define DBGUTILS_LOGE(...) DBGUTILS_LOGV_FULL(ANDROID_LOG_ERROR, __FILE__, __LINE__, __FUNCTION__, TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - " __VA_ARGS__, "")
162 #define DBGUTILS_LOGF(...) DBGUTILS_LOGV_FULL(ANDROID_LOG_FATAL, __FILE__, __LINE__, __FUNCTION__, TI_UTILS_DEBUG_TIMESTAMP_TOKEN "(%x) %s %s:%d %s - " __VA_ARGS__, "")
  /external/avahi/avahi-daemon/
chroot.c 214 avahi_log_debug(__FILE__": chroot() helper started");
226 avahi_log_error(__FILE__": read() failed: %s", strerror(errno));
232 avahi_log_debug(__FILE__": chroot() helper got command %02x", command);
252 avahi_log_error(__FILE__": open() failed: %s", strerror(errno));
255 avahi_log_error(__FILE__": write() failed: %s\n", strerror(errno));
277 avahi_log_error(__FILE__": write() failed: %s\n", strerror(errno));
285 avahi_log_error(__FILE__": Unknown command %02x.", command);
294 avahi_log_debug(__FILE__": chroot() helper exiting with return value %i", ret);
313 avahi_log_error(__FILE__": fork() failed: %s", strerror(errno));

Completed in 784 milliseconds

<<11121314151617181920>>