| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_compile.py | 483 fname = __file__
|
| test_ftplib.py | 259 CERTFILE = os.path.join(os.path.dirname(__file__), "keycert.pem")
|
| test_httplib.py | 262 body = open(__file__, 'rb')
|
| test_struct.py | 15 testmod_filename = os.path.splitext(__file__)[0] + '.py'
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| configHandler.py | 181 idleDir=os.path.dirname(__file__)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
| refactor.py | 36 fixer_dir = os.path.dirname(pkg.__file__)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| profile.py | 599 '__file__': progname,
|
| pydoc.py | 51 # - If the __file__ attribute on a module is a relative path and 162 _hidden_names = ('__builtins__', '__doc__', '__file__', '__path__', 300 raise ErrorDuringImport(sys.modules[path].__file__, info) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_compile.py | 483 fname = __file__
|
| test_ftplib.py | 259 CERTFILE = os.path.join(os.path.dirname(__file__), "keycert.pem")
|
| test_httplib.py | 262 body = open(__file__, 'rb')
|
| test_struct.py | 15 testmod_filename = os.path.splitext(__file__)[0] + '.py'
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| regextst.cpp | 172 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,sizeof(buf)/sizeof(buf[0]),text);logln("%s:%d: UText %s=\"%s\"", __FILE__, __LINE__, #text, buf);} 175 __FILE__, __LINE__, u_errorName(status)); return;}} 177 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("%s:%d: RegexTest failure: REGEX_ASSERT(%s) failed \n", __FILE__, __LINE__, #expr);};} 240 #define REGEX_ASSERT_UTEXT_UTF8(expected, actual) assertUText((expected), (actual), __FILE__, __LINE__) 244 #define REGEX_ASSERT_UTEXT_INVARIANT(expected, actual) assertUTextInvariant((expected), (actual), __FILE__, __LINE__) [all...] |
| rbbitst.cpp | 42 errln("Failure in file %s, line %d", __FILE__, __LINE__);}} 45 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}} 594 errcheckln(status, "Fail at file %s, line %d, status = %s", __FILE__, __LINE__, u_errorName(status)); 602 __FILE__, __LINE__, startOfSecondWord); 607 __FILE__, __LINE__, startOfSecondWord); [all...] |
| transrt.cpp | [all...] |
| utxttest.cpp | 28 { if ((x)==FALSE) {errln("Test #%d failure in file %s at line %d\n", gTestNum, __FILE__, __LINE__);\ 35 gTestNum, __FILE__, __LINE__, u_errorName(status)); \ [all...] |
| /external/icu4c/test/intltest/ |
| rbbitst.cpp | 43 errln("Failure in file %s, line %d", __FILE__, __LINE__);}} 46 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));}} 414 errcheckln(status, "Fail at file %s, line %d, status = %s", __FILE__, __LINE__, u_errorName(status)); 422 __FILE__, __LINE__, startOfSecondWord); 427 __FILE__, __LINE__, startOfSecondWord); [all...] |
| transrt.cpp | [all...] |
| /external/chromium/testing/gmock/test/ |
| gmock-spec-builders_test.cc | 880 std::string expect_call_location = FormatFileLocation(__FILE__, __LINE__ + 1); 897 on_call_location = FormatFileLocation(__FILE__, __LINE__ + 1); [all...] |
| /external/chromium_org/third_party/libxslt/libxslt/ |
| pattern.c | 1244 { xsltError(ctxt, __FILE__, __LINE__, X); \ 1248 { xsltError(ctxt, __FILE__, __LINE__, X); \ [all...] |
| /external/clang/lib/Lex/ |
| PPMacroExpansion.cpp | 89 Ident__FILE__ = RegisterBuiltinMacro(*this, "__FILE__"); [all...] |
| /external/elfutils/src/ |
| ldgeneric.c | [all...] |
| /external/libsepol/src/ |
| services.c | 71 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) 72 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) [all...] |
| /external/libxslt/libxslt/ |
| pattern.c | 1244 { xsltError(ctxt, __FILE__, __LINE__, X); \ 1248 { xsltError(ctxt, __FILE__, __LINE__, X); \ [all...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
| G726EncTest.c | 164 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x) 165 #define SafeFree(z) DebugFree(z,__LINE__,__FILE__) [all...] |