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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 84 module.__file__ = '<mock __file__>'
test_compiler.py 28 libdir = os.path.dirname(os.__file__)
29 testdir = os.path.dirname(test.test_support.__file__)
100 filename = __file__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_unicode.py 11 dll = ctypes.CDLL(_ctypes_test.__file__)
77 func = ctypes.CDLL(_ctypes_test.__file__)._testfunc_p_p
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 125 (mod.__name__, mod.__file__)
134 (mod.__name__, mod.__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 84 module.__file__ = '<mock __file__>'
test_compiler.py 28 libdir = os.path.dirname(os.__file__)
29 testdir = os.path.dirname(test.test_support.__file__)
100 filename = __file__
  /external/chromium_org/base/
logging.h 262 // __FILE__).
329 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__)
331 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__)
333 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
335 logging::ClassName(__FILE__, __LINE__, \
338 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
340 logging::ClassName(__FILE__, __LINE__, logging::LOG_DFATAL , ##__VA_ARGS__)
381 ((verboselevel) <= ::logging::GetVlogLevel(__FILE__))
407 logging::LogMessage(__FILE__, __LINE__, -verbose_level).stream()
418 logging::Win32ErrorLogMessage(__FILE__, __LINE__, -verbose_level,
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 67 baseDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
106 self.moduleName = os.path.splitext(os.path.basename(sys.modules[self.__module__].__file__))[0]
196 grammarPath = os.path.join(os.path.dirname(os.path.abspath(__file__)), grammarName)
253 # templateDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'tool', 'src', 'main', 'resources', 'org', 'antlr', 'codegen', 'templates', 'Python'))
386 testDir = os.path.dirname(os.path.abspath(__file__))
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 93 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__);
139 WriteTransaction trans(dir, UNITTEST, __FILE__, __LINE__);
235 ReadTransaction trans(dir, __FILE__, __LINE__);
289 ReadTransaction trans(dir, __FILE__, __LINE__);
322 ReadTransaction trans(dir, __FILE__, __LINE__);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 329 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::assert_valid(__FILE__, __LINE__);)
453 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
478 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
486 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
502 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 329 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::assert_valid(__FILE__, __LINE__);)
453 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
478 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
486 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
502 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 328 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::assert_valid(__FILE__, __LINE__);)
452 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
477 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
485 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
501 _GLIBCXX_DEBUG_ONLY(assert_valid(__FILE__, __LINE__);)
  /external/icu4c/test/cintltst/
cnumtst.c 45 #define ASSERT_TRUE(x) assertTrue(tagAssert(__FILE__, __LINE__, #x), (x))
828 if (U_FAILURE(status)) log_err("File %s, Line %d, status = %s\n", __FILE__, __LINE__, u_errorName(status));
832 log_err("File %s, Line %d, status = %s\n", __FILE__, __LINE__, u_errorName(status));
837 __FILE__, __LINE__, numFormatted, desta);
841 __FILE__, __LINE__, strlen(numFormatted), resultSize);
849 log_err("File %s, Line %d, status = %s\n", __FILE__, __LINE__, u_errorName(status));
854 __FILE__, __LINE__, numFormatted, desta);
858 __FILE__, __LINE__, 0, fieldPos.beginIndex);
862 __FILE__, __LINE__, 0, fieldPos.endIndex);
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 139 fprintf(stderr, "%s:%d: unknown UColAttributeValue %d: %s\n", __FILE__, __LINE__, value, u_errorName(*status));
154 fprintf(stderr, "%s:%d: unknown letter %c: %s\n", __FILE__, __LINE__, letter, u_errorName(*status));
215 fprintf(stderr, "%s:%d: unknown collator option at '%s': %s\n", __FILE__, __LINE__, string, u_errorName(*status));
241 fprintf(stderr, "%s:%d: Bad hex char at '%s': %s\n", __FILE__, __LINE__, *string, u_errorName(*status));
253 fprintf(stderr, "%s:%d: Short (only %d digits, wanted 4) at '%s': %s\n", __FILE__, __LINE__, noDigits,*string, u_errorName(*status));
329 fprintf(stderr, "%s:%d: Unknown option at '%s': %s\n", __FILE__, __LINE__, start, u_errorName(*status));
709 fprintf(stderr, "%s:%d: Unknown attr value '%d': %s\n", __FILE__, __LINE__, (int)attr, u_errorName(*status));
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 32 errcheckln(status, "Failure at file %s, line %d, error = %s", __FILE__, __LINE__, u_errorName(status));}}
35 errln("Test Failure at file %s, line %d: \"%s\" is false.", __FILE__, __LINE__, #expr);};}
38 dataerrln("Test Failure at file %s, line %d, %s: \"%s\" is false.", __FILE__, __LINE__, msg, #expr);};}
42 __FILE__, __LINE__, #a, (a), #b, (b)); }}
46 __FILE__, __LINE__, #a, (a), #b, (b)); }}
261 errln("File %s, Line %d, Test case from line %d, status is %s", __FILE__, __LINE__, lineNum,
267 __FILE__, __LINE__, lineNum);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 57 """A wrapper for all calls to __file__ to allow easy unit testing."""
59 return sys.modules[module_name].__file__ # __file__ is always an absolute path.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 216 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
218 self._top_level_dir = os.path.abspath(os.path.dirname(os.path.dirname(sys.modules[top_part].__file__)))
264 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 190 __FILE__, __LINE__, #cond); SK_CRASH(); } while (false)
296 # define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__, 0)
298 # define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.h 84 * \param file source file (ala __FILE__)
93 * __FILE__ and __LINE__ as the file and line.
97 yasm_internal_error_(__FILE__, __LINE__, message)
  /external/chromium_org/tools/grit/grit/
grd_reader_unittest.py 11 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
113 grit_root_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)),
150 grit_root_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)),
  /external/skia/include/core/
SkPostConfig.h 190 __FILE__, __LINE__, #cond); SK_CRASH(); } while (false)
296 # define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__, 0)
298 # define DEBUG_CLIENTBLOCK new( _CLIENT_BLOCK, __FILE__, __LINE__)
  /external/srec/portable/include/
plog.h 257 #define CHKLOG(rc, function) do { rc = (function); if (rc != ESR_SUCCESS) { PLogError("%s in %s:%d", ESR_rc2str(rc), __FILE__, __LINE__); goto CLEANUP; } } while (0)
303 pfprintf(PSTDERR, L("[%s:%d] PStackTraceGetValue failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); \
318 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc2)); \
  /external/srec/portable/src/
PANSIFileImpl.c 431 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
437 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
444 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 196 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
209 full_path = os.path.abspath(module.__file__)
256 mod_file = os.path.abspath(getattr(module, '__file__', full_path))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 196 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))
209 full_path = os.path.abspath(module.__file__)
256 mod_file = os.path.abspath(getattr(module, '__file__', full_path))

Completed in 2283 milliseconds

<<21222324252627282930>>