/external/chromium-trace/catapult/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-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_import_from_init.py | 34 os.path.dirname(os.path.abspath(__file__)), 81 os.path.dirname(os.path.abspath(__file__)),
|
test_setuptools_nspkg.py | 15 gRootDir = os.path.dirname(os.path.abspath(__file__)) 71 os.path.dirname(os.path.abspath(__file__)),
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
python.py | 93 if hasattr(morf, '__file__'): 94 filename = morf.__file__
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/ |
test.py | 97 os.chdir(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) 107 all_args = [__file__] + attribute_args + remaining_args
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
test_clientsecrets.py | 29 DATA_DIR = os.path.join(os.path.dirname(__file__), 'data') 32 NONEXISTENT_FILE = os.path.join(__file__, '..', 'afilethatisntthere.json')
|
/external/clang/bindings/python/tests/cindex/ |
test_cdb.py | 8 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS') 12 path = os.path.dirname(__file__)
|
/external/clang/test/Index/ |
c-index-getCursor-pp.c | 16 const char *fname = __FILE__; 43 // CHECK-8: macro expansion=__FILE__
|
/external/clang/tools/scan-view/bin/ |
scan-view | 64 share = os.path.dirname(__file__) + "/../share/scan-view" 67 share = os.path.dirname(__file__) + "/../../scan-view/share"
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDefs.hpp | 55 #define VK_CHECK(EXPR) vk::checkResult((EXPR), #EXPR, __FILE__, __LINE__) 56 #define VK_CHECK_MSG(EXPR, MSG) vk::checkResult((EXPR), MSG, __FILE__, __LINE__)
|
/external/deqp/framework/common/ |
tcuTestPackage.cpp | 48 throw InternalError("TestPackage::iterate() called!", "", __FILE__, __LINE__); 163 throw InternalError("TestPackageRoot::iterate() called!", "", __FILE__, __LINE__);
|
/external/deqp/scripts/egl/ |
common.py | 28 sys.path.append(os.path.dirname(os.path.dirname(__file__))) 36 SCRIPTS_DIR = os.path.dirname(__file__)
|
/external/deqp/scripts/opengl/ |
src_util.py | 27 sys.path.append(os.path.dirname(os.path.dirname(__file__))) 33 SCRIPTS_DIR = os.path.dirname(__file__)
|
/external/elfutils/lib/ |
eu-config.h | 95 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \ 110 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \
|
/external/freetype/include/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/google-breakpad/src/processor/ |
logging.h | 171 __FILE__, __LINE__) 180 __FILE__, __LINE__)
|
/external/google-breakpad/src/testing/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/icu/icu4c/source/test/cintltst/ |
cintltst.c | 317 /* On Windows, the file name obtained from __FILE__ includes a full path. 322 static char p[sizeof(__FILE__) + 20]; 326 strcpy(p, __FILE__); 344 /* __FILE__ on MSVC7 does not contain the directory */ 384 /* On Windows, the file name obtained from __FILE__ includes a full path. 389 static char p[sizeof(__FILE__) + 20]; 393 strcpy(p, __FILE__); 411 /* __FILE__ on MSVC7 does not contain the directory */
|
hpmufn.c | 46 __FILE__, __LINE__, u_errorName(status), u_errorName(expected)); gMutexFailures++; } 51 log_err("FAILED Assertion \"" #expr "\" at %s:%d.\n", __FILE__, __LINE__); \
|
putiltst.c | 485 log_verbose("\n%s:%d: Beginning test of uprv_aestrncpy(dst, src, %d)\n", __FILE__, line, len); 488 log_err("\n%s:%d: FAIL: uprv_aestrncpy returned %p expected %p\n", __FILE__, line, (void*)ret, (void*)str_buf); 491 log_verbose("\n%s:%d: OK - compared OK.", __FILE__, line); 492 log_verbose("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect)); 493 log_verbose("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf)); 495 log_err ("\n%s:%d: FAIL: uprv_aestrncpy output differs", __FILE__, line); 496 log_err ("\n%s:%d: expected: %s", __FILE__, line, dump_binline((uint8_t *)expect)); 497 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/icu/icu4c/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 */ 726 /* On Windows, the file name obtained from __FILE__ includes a full path. 731 static char p[sizeof(__FILE__) + 20]; 735 strcpy(p, __FILE__); 753 /* __FILE__ on MSVC7 does not contain the directory */ [all...] |
/external/icu/icu4c/source/tools/gencolusb/ |
extract_unsafe_backwards.cpp | 72 // fprintf(stderr, "\n%s:%d: err creating set A %s\n", __FILE__, __LINE__, u_errorName(errorCode)); 91 // fprintf(stderr, "\n%s:%d: err creating set %s\n", __FILE__, __LINE__, u_errorName(errorCode));
|
/external/libcap/libcap/ |
libcap.h | 159 fprintf(stderr, "%s(%s:%d): ", __FUNCTION__, __FILE__, __LINE__); \ 166 fprintf(stderr, "%s(%s:%d): %s", __FUNCTION__, __FILE__, __LINE__, s); \
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 210 __FILE__ and __LINE__, respectively. The following three calls 216 assertMESA (false, 0, __FILE__, __LINE__);
|