| /external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
| eng_int.h | 88 (__FILE__), (__LINE__)); 128 #define engine_table_select(t,n) engine_table_select_tmp(t,n,__FILE__,__LINE__)
|
| /external/chromium_org/tools/generate_library_loader/ |
| generate_library_loader.py | 164 os.path.join(os.path.dirname(__file__), '..', '..')) 215 generator_path = os.path.relpath(__file__, source_tree_root)
|
| /external/elfutils/lib/ |
| eu-config.h | 129 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \ 144 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \
|
| /external/icu4c/test/intltest/ |
| frcoll.cpp | 32 errcheckln(status, __FILE__ "failed to create! err " + UnicodeString(u_errorName(status))); 204 dataerrln(__FILE__ " cannot test - failed to create collator.");
|
| /external/openssl/crypto/engine/ |
| eng_int.h | 88 (__FILE__), (__LINE__)); 128 #define engine_table_select(t,n) engine_table_select_tmp(t,n,__FILE__,__LINE__)
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/ |
| bin_search_tree_.hpp | 400 _GLIBCXX_DEBUG_ONLY(X.structure_only_assert_valid(__FILE__, __LINE__);) 403 _GLIBCXX_DEBUG_ONLY(assert_node_consistent(_Node, __FILE__, __LINE__);)
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
| binary_heap_.hpp | 325 _GLIBCXX_DEBUG_ONLY(X.assert_valid(__FILE__, __LINE__);) 330 ._M_string(__FILE__)._M_integer(__LINE__) \
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/ |
| bin_search_tree_.hpp | 400 _GLIBCXX_DEBUG_ONLY(X.structure_only_assert_valid(__FILE__, __LINE__);) 403 _GLIBCXX_DEBUG_ONLY(assert_node_consistent(_Node, __FILE__, __LINE__);)
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
| binary_heap_.hpp | 325 _GLIBCXX_DEBUG_ONLY(X.assert_valid(__FILE__, __LINE__);) 330 ._M_string(__FILE__)._M_integer(__LINE__) \
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/ |
| bin_search_tree_.hpp | 400 _GLIBCXX_DEBUG_ONLY(X.structure_only_assert_valid(__FILE__, __LINE__);) 403 _GLIBCXX_DEBUG_ONLY(assert_node_consistent(_Node, __FILE__, __LINE__);)
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/ |
| binary_heap_.hpp | 325 _GLIBCXX_DEBUG_ONLY(X.assert_valid(__FILE__, __LINE__);) 330 ._M_string(__FILE__)._M_integer(__LINE__) \
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_importhooks.py | 12 return __file__ 71 mod.__file__ = "<%s>" % self.__class__.__name__
|
| test_xpickle.py | 25 mod_path = os.path.abspath(os.path.join(os.path.dirname(__file__), 100 target = __file__
|
| regrtest.py | 173 # Some times __path__ and __file__ are not absolute (e.g. while running from 177 # they are found in the CWD their __file__ and __path__ will be relative (this 180 # (site.py absolutize them), the __file__ and __path__ will be absolute too. 181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of 186 if hasattr(module, '__file__'): 187 module.__file__ = os.path.abspath(module.__file__) 1536 __file__ = os.path.abspath(__file__) variable [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_importhooks.py | 12 return __file__ 71 mod.__file__ = "<%s>" % self.__class__.__name__
|
| test_xpickle.py | 25 mod_path = os.path.abspath(os.path.join(os.path.dirname(__file__), 100 target = __file__
|
| regrtest.py | 173 # Some times __path__ and __file__ are not absolute (e.g. while running from 177 # they are found in the CWD their __file__ and __path__ will be relative (this 180 # (site.py absolutize them), the __file__ and __path__ will be absolute too. 181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of 186 if hasattr(module, '__file__'): 187 module.__file__ = os.path.abspath(module.__file__) 1536 __file__ = os.path.abspath(__file__) variable [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| modulefinder.py | 55 self.__file__ = file 68 if self.__file__ is not None: 69 s = s + ", %r" % (self.__file__,) 300 m.__file__ = pathname 455 m.__file__ = pathname 505 print "%-25s" % key, m.__file__ or ""
|
| site.py | 89 """Set all module' __file__ attribute to an absolute path""" 92 continue # don't mess with a PEP 302-supplied __file__ 94 m.__file__ = os.path.abspath(m.__file__) 437 here = os.path.dirname(os.__file__)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| modulefinder.py | 55 self.__file__ = file 68 if self.__file__ is not None: 69 s = s + ", %r" % (self.__file__,) 300 m.__file__ = pathname 455 m.__file__ = pathname 505 print "%-25s" % key, m.__file__ or ""
|
| site.py | 89 """Set all module' __file__ attribute to an absolute path""" 92 continue # don't mess with a PEP 302-supplied __file__ 94 m.__file__ = os.path.abspath(m.__file__) 437 here = os.path.dirname(os.__file__)
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| gregocal.cpp | 376 __FILE__, __LINE__, julianDay, getGregorianDayOfYear(), fCutoverJulianDay); 415 // __FILE__, __LINE__,julianDay, 419 __FILE__, __LINE__, dayOfYear, getGregorianDayOfYear(), fCutoverJulianDay); 430 __FILE__, __LINE__,gregShift, dayOfYear, dayOfYear+gregShift, fCutoverJulianDay); 491 __FILE__, __LINE__, jd); 497 __FILE__, __LINE__,fIsGregorian?"T":"F", fInvertGregorian?"T":"F"); 504 __FILE__, __LINE__, jd, fIsGregorian?"T":"F", fInvertGregorian?"T":"F", bestField); 513 __FILE__, __LINE__, fFields[bestField],jd, gregShift); 520 __FILE__, __LINE__, jd, weekShift); 548 __FILE__, __LINE__, eyear,month, fIsGregorian?"T":"F", fInvertGregorian?"T":"F") [all...] |
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| cnumtst.c | 848 if (U_FAILURE(status)) log_err("File %s, Line %d, status = %s\n", __FILE__, __LINE__, u_errorName(status)); 852 log_err("File %s, Line %d, status = %s\n", __FILE__, __LINE__, u_errorName(status)); 857 __FILE__, __LINE__, numFormatted, desta); 861 __FILE__, __LINE__, strlen(numFormatted), resultSize); 870 log_err("File %s, Line %d, status = %s\n", __FILE__, __LINE__, u_errorName(status)); 875 __FILE__, __LINE__, numFormatted, desta); [all...] |
| /external/icu4c/i18n/ |
| gregocal.cpp | 376 __FILE__, __LINE__, julianDay, getGregorianDayOfYear(), fCutoverJulianDay); 415 // __FILE__, __LINE__,julianDay, 419 __FILE__, __LINE__, dayOfYear, getGregorianDayOfYear(), fCutoverJulianDay); 430 __FILE__, __LINE__,gregShift, dayOfYear, dayOfYear+gregShift, fCutoverJulianDay); 491 __FILE__, __LINE__, jd); 497 __FILE__, __LINE__,fIsGregorian?"T":"F", fInvertGregorian?"T":"F"); 504 __FILE__, __LINE__, jd, fIsGregorian?"T":"F", fInvertGregorian?"T":"F", bestField); 513 __FILE__, __LINE__, fFields[bestField],jd, gregShift); 520 __FILE__, __LINE__, jd, weekShift); 548 __FILE__, __LINE__, eyear,month, fIsGregorian?"T":"F", fInvertGregorian?"T":"F") [all...] |
| /frameworks/base/tools/aidl/ |
| generate_java_rpc.cpp | 24 "EndpointInfo", true, __FILE__, __LINE__); 26 true, __FILE__, __LINE__); 30 __FILE__, __LINE__); 195 fprintf(stderr, "aidl:internal error %s:%d\n", __FILE__, 598 fprintf(stderr, "aidl: implement generate_new_array %s:%d\n", __FILE__, __LINE__); 613 __FILE__, __LINE__); 626 __FILE__, __LINE__); [all...] |