/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_win32.py | 86 dll = CDLL(_ctypes_test.__file__)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 217 " global __bootstrap__, __file__, __loader__", 219 " __file__ = pkg_resources.resource_filename(__name__,%r)" 227 " os.chdir(os.path.dirname(__file__))", 229 " imp.load_dynamic(__name__,__file__)",
|
test_config_cmd.py | 30 this_file = os.path.splitext(__file__)[0] + '.py'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_repr.py | 131 fp = open(unittest.__file__) 133 "<open file %r, mode 'r' at 0x" % unittest.__file__)) 136 "<closed file %r, mode 'r' at 0x" % unittest.__file__)) 251 "<module '%s' from '%s'>" % (areallylongpackageandmodulenametotestreprtruncation.__name__, areallylongpackageandmodulenametotestreprtruncation.__file__))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_refcounts.py | 9 dll = ctypes.CDLL(_ctypes_test.__file__)
|
test_stringptr.py | 6 lib = CDLL(_ctypes_test.__file__)
|
test_win32.py | 86 dll = CDLL(_ctypes_test.__file__)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 217 " global __bootstrap__, __file__, __loader__", 219 " __file__ = pkg_resources.resource_filename(__name__,%r)" 227 " os.chdir(os.path.dirname(__file__))", 229 " imp.load_dynamic(__name__,__file__)",
|
test_config_cmd.py | 30 this_file = os.path.splitext(__file__)[0] + '.py'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_repr.py | 131 fp = open(unittest.__file__) 133 "<open file %r, mode 'r' at 0x" % unittest.__file__)) 136 "<closed file %r, mode 'r' at 0x" % unittest.__file__)) 251 "<module '%s' from '%s'>" % (areallylongpackageandmodulenametotestreprtruncation.__name__, areallylongpackageandmodulenametotestreprtruncation.__file__))
|
/system/core/base/include/android-base/ |
logging.h | 130 ::android::base::LogMessage(__FILE__, __LINE__, \ 142 ::android::base::LogMessage(__FILE__, __LINE__, \ 158 ::android::base::LogMessage(__FILE__, __LINE__, ::android::base::DEFAULT, \ 167 ::android::base::LogMessage(__FILE__, __LINE__, ::android::base::DEFAULT, \
|
/system/core/toolbox/ |
bsd-compatibility.h | 40 #define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e))
|
/system/extras/perfprofd/quipper/base/ |
logging.h | 144 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__) 146 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__) 148 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__) 150 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__) 152 logging::ClassName(__FILE__, __LINE__, logging::LOG_DFATAL , ##__VA_ARGS__) 194 logging::LogMessage(__FILE__, __LINE__, -verbose_level).stream() 244 logging::LogMessage(__FILE__, __LINE__, _result).stream() 409 __FILE__, __LINE__, ::logging::LOG_DCHECK, \ 511 LogMessage(__FILE__, __LINE__, log_level).stream() << msg;
|
/system/extras/systrace_analysis/ |
analyze_trace.py | 30 this_script_path = os.path.dirname(os.path.realpath(__file__))
|
/system/keymaster/include/keymaster/ |
logger.h | 60 #define FILE_LINE __FILE__ ", Line " STRINGIFY(__LINE__) ": "
|
/tools/test/connectivity/acts/tests/google/bt/setup/ |
BtPreFlightTest.py | 46 __file__)))
|
/external/libchrome/base/ |
logging.h | 279 // __FILE__). 338 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__) 340 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__) 342 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__) 344 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__) 346 logging::ClassName(__FILE__, __LINE__, logging::LOG_DFATAL , ##__VA_ARGS__) 384 ((verboselevel) <= ::logging::GetVlogLevel(__FILE__)) 410 logging::LogMessage(__FILE__, __LINE__, -verbose_level).stream() 421 logging::Win32ErrorLogMessage(__FILE__, __LINE__, -verbose_level, \ 425 logging::ErrnoLogMessage(__FILE__, __LINE__, -verbose_level, [all...] |
/art/compiler/debug/dwarf/ |
dwarf_test.h | 38 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__) 39 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXML.py | 29 inputPath = os.path.splitext(__file__)[0] + '.input' 41 outputPath = os.path.splitext(__file__)[0] + '.output'
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 118 call = call_stack.find { |call| call.file != __FILE__ } 175 call = call_stack.find { |call| call.file != __FILE__ }
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
actions.rb | 157 \$all_header_files << File.basename( __FILE__ ) 162 \$all_footer_files << File.basename( __FILE__ )
|
/external/autotest/scheduler/ |
monitor_db_babysitter | 23 autodir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) 67 __file__, 'autotest_lib.scheduler.site_monitor_db_babysitter',
|
/external/autotest/tko/ |
retrieve_logs.cgi | 27 site_retrieve_logs = utils.import_site_function(__file__, 31 site_find_repository_host = utils.import_site_function(__file__,
|
/external/chromium-trace/catapult/devil/devil/ |
devil_env.py | 14 os.path.dirname(__file__), '..', '..')) 36 os.path.dirname(__file__), 'devil_dependencies.json'))
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
perf_controller.py | 19 os.path.dirname(os.path.abspath(__file__)), '..', '..') 176 perf_script_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
|