| /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__))
|
| /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/chromium/base/ |
| tracked.h | 41 // Constructor should be called with a long-lived char*, such as __FILE__. 83 #define FROM_HERE tracked_objects::Location(__FUNCTION__, __FILE__, __LINE__)
|
| /external/chromium/testing/gmock/test/ |
| gmock-internal-utils_test.cc | 309 Assert(true, __FILE__, __LINE__, "This should succeed."); 310 Assert(true, __FILE__, __LINE__); // This should succeed too. 316 Assert(false, __FILE__, __LINE__, "This should fail."); 320 Assert(false, __FILE__, __LINE__); 326 Expect(true, __FILE__, __LINE__, "This should succeed."); 327 Expect(true, __FILE__, __LINE__); // This should succeed too. 333 Expect(false, __FILE__, __LINE__, "This should fail."); 337 Expect(false, __FILE__, __LINE__);
|
| /external/chromium_org/native_client_sdk/src/build_tools/ |
| build_updater.py | 19 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) 163 buildbot_common.Run([sys.executable, oshelpers.__file__, 'zip',
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| control.py | 166 if hasattr(m, "__file__"): 167 m_dir = self._canonical_dir(m.__file__) 173 self.cover_dir = self._canonical_dir(__file__) 237 # __file__, which is where the .pyc was actually loaded from. Since 239 # installed), we look for __file__ in the frame and prefer it to the 241 dunder_file = frame.f_globals.get('__file__') 328 pkg_file = mod.__file__ 644 ('coverage', covmod.__file__),
|
| /external/chromium_org/third_party/freetype/include/freetype/internal/ |
| ftmemory.h | 91 #define FT_DEBUG_INNER( exp ) ( _ft_debug_file = __FILE__, \ 95 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| cintltst.c | 302 /* On Windows, the file name obtained from __FILE__ includes a full path. 307 static char p[sizeof(__FILE__) + 20]; 311 strcpy(p, __FILE__); 329 /* __FILE__ on MSVC7 does not contain the directory */ 369 /* On Windows, the file name obtained from __FILE__ includes a full path. 374 static char p[sizeof(__FILE__) + 20]; 378 strcpy(p, __FILE__); 396 /* __FILE__ on MSVC7 does not contain the directory */
|
| putiltst.c | 474 log_verbose("\n%s:%d: Beginning test of uprv_aestrncpy(dst, src, %d)\n", __FILE__, line, len); 477 log_err("\n%s:%d: FAIL: uprv_aestrncpy returned %p expected %p\n", __FILE__, line, (void*)ret, (void*)str_buf); 480 log_verbose("\n%s:%d: OK - compared OK.", __FILE__, line); 481 log_verbose("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect)); 482 log_verbose("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf)); 484 log_err ("\n%s:%d: FAIL: uprv_aestrncpy output differs", __FILE__, line); 485 log_err ("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect)); 486 log_err ("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
|
| utexttst.c | 36 {if ((x)==FALSE) {log_err("Test failure in file %s at line %d\n", __FILE__, __LINE__);\ 43 __FILE__, __LINE__, u_errorName(status)); \
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| locnmtst.cpp | 23 errln("FAIL: " #test " was not true. In " __FILE__ " on line %d", __LINE__ ); \ 50 dataerrln("FAIL: " #target " == " #value " was not true. In " __FILE__ " on line %d", __LINE__); \
|
| /external/chromium_org/third_party/icu/source/test/iotest/ |
| iotest.cpp | 84 /* On Windows, the file name obtained from __FILE__ includes a full path. 89 static char p[sizeof(__FILE__) + 10]; 93 strcpy(p, __FILE__); 111 /* __FILE__ on MSVC7 does not contain the directory */ 725 /* On Windows, the file name obtained from __FILE__ includes a full path. 730 static char p[sizeof(__FILE__) + 20]; 734 strcpy(p, __FILE__); 752 /* __FILE__ on MSVC7 does not contain the directory */ [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| profiler.h | 74 talk_base::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev) 79 talk_base::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
|
| /external/chromium_org/third_party/libxslt/libxslt/ |
| xsltutils.h | 37 __FILE__, __LINE__); 47 __FILE__, __LINE__);
|
| /external/chromium_org/third_party/mesa/src/docs/ |
| MESA_shader_debug.spec | 210 __FILE__ and __LINE__, respectively. The following three calls 216 assertMESA (false, 0, __FILE__, __LINE__);
|
| /external/chromium_org/third_party/ots/src/ |
| ots.h | 28 #define OTS_FAILURE() ots::Failure(__FILE__, __LINE__, __PRETTY_FUNCTION__) 39 ots::Warning(__FILE__, __LINE__, format, ##args)
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| free_list.cc | 111 __FILE__, __LINE__); 123 __FILE__, __LINE__);
|
| stack_trace_table.cc | 96 Log(kLog, __FILE__, __LINE__, 118 Log(kLog, __FILE__, __LINE__,
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| internal_logging.h | 57 // Log(kLog, __FILE__, __LINE__, "error", bytes); 112 ::tcmalloc::Log(::tcmalloc::kCrash, __FILE__, __LINE__, #cond); \
|
| stack_trace_table.cc | 96 Log(kLog, __FILE__, __LINE__, 118 Log(kLog, __FILE__, __LINE__,
|
| /external/chromium_org/tools/perf/page_sets/ |
| presubmit_unittest.py | 10 PERF_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 44 return PRESUBMIT.__file__
|
| /external/chromium_org/tools/telemetry/build/ |
| update_docs.py | 67 name, _ = os.path.splitext(module.__file__) 69 logging.info("skipping %s due to being an orphan .pyc", module.__file__)
|
| /external/chromium_org/v8/build/ |
| gyp_v8 | 39 script_dir = os.path.dirname(__file__) 44 script_dir = os.path.dirname(__file__)
|