/external/autotest/contrib/ |
coverage.py | 85 # be deduced by suitable manipulation of the __file__ attribute) or a 402 # the line below is needed since otherwise __file__ gets fucked 403 __main__.__dict__["__file__"] = sys.argv[0] 567 if not hasattr(morf, '__file__'): 568 raise CoverageException("Module has no __file__ attribute.") 569 f = morf.__file__ [all...] |
/external/autotest/server/ |
server_job.py | 32 server_dir = os.path.dirname(os.path.abspath(__file__)) 196 path = os.path.dirname(__file__) 295 that this file is located within serverdir and uses __file__ along 298 serverdir = os.path.abspath(os.path.dirname(__file__)) [all...] |
/external/icu/icu4c/source/test/intltest/ |
csdetest.cpp | 37 errln("Failure in file %s, line %d", __FILE__, __LINE__);}} 40 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode));\ 787 errln("Fail at file %s, line %d. status = %s", __FILE__, __LINE__, u_errorName(status)); 794 errln("Fail at file %s, line %d. status = %s", __FILE__, __LINE__, u_errorName(status)); 803 errln("Fail at file %s, line %d. status = %s; i=%d", __FILE__, __LINE__, u_errorName(status), i); 807 errln("Fail at file %s, line %d ", __FILE__, __LINE__); [all...] |
intltest.cpp | 419 /* On Windows, the file name obtained from __FILE__ includes a full path. 424 char p[sizeof(__FILE__) + 10]; 428 strcpy(p, __FILE__); 447 /* __FILE__ on MSVC7 does not contain the directory */ [all...] |
intltest.h | 133 assertTrue(#x, (x), FALSE, FALSE, __FILE__, __LINE__) 136 assertSuccess(#x, (x), FALSE, __FILE__, __LINE__)
|
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/v8/src/compiler/ |
verifier.cc | 253 V8_Fatal(__FILE__, __LINE__, "Switch #%d illegally used by #%d:%s", [all...] |
/external/aac/libSYS/src/ |
cmdl_parser.cpp | 148 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__); 161 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__);
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
teststreams.py | 250 path = os.path.join(os.path.dirname(__file__), 'teststreams.input1') 273 path = os.path.join(os.path.dirname(__file__), 'teststreams.input2')
|
/external/autotest/client/cros/input_playback/ |
input_playback.py | 144 current_dir = os.path.dirname(os.path.realpath(__file__)) 415 current_dir = os.path.dirname(os.path.realpath(__file__))
|
/external/autotest/database/ |
migrate.py | 11 _AUTODIR = os.path.join(os.path.dirname(__file__), '..') 272 os.path.join(os.path.dirname(__file__), 'schema_051.sql'))
|
/external/autotest/site_utils/ |
test_that.py | 277 realpath = os.path.realpath(__file__) 306 autotest_path = os.path.realpath(os.path.join(os.path.dirname(__file__),
|
/external/autotest/utils/ |
run_pylint.py | 61 autotest_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) 422 pylint_rc = os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
page_test_results_unittest.py | 22 story_set = story.StorySet(base_dir=os.path.dirname(__file__)) 302 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
status.py | 161 def find_mapreduce_yaml(status_file=__file__): 285 path = os.path.join(os.path.dirname(__file__), "static", real_path)
|
/external/deqp/framework/platform/X11/ |
tcuX11GlxPlatform.cpp | 71 #define TCU_CHECK_GLX(EXPR) checkGLX(EXPR, #EXPR, __FILE__, __LINE__) 72 #define TCU_CHECK_GLX_CONFIG(EXPR) checkGLX((EXPR) == Success, #EXPR, __FILE__, __LINE__)
|
/external/deqp/modules/gles2/functional/ |
es2fDepthRangeTests.cpp | 154 throw tcu::NotSupportedError("Depth buffer is required", "", __FILE__, __LINE__); 304 throw tcu::NotSupportedError("Depth buffer is required", "", __FILE__, __LINE__);
|
/external/deqp/modules/gles3/functional/ |
es3fRasterizerDiscardTests.cpp | 191 throw tcu::NotSupportedError("Framebuffer unsupported", "", __FILE__, __LINE__); 193 throw tcu::TestError("Failed to create framebuffer object", "", __FILE__, __LINE__);
|
/external/fio/ |
fio.h | 363 snprintf(td->verror, sizeof(td->verror), "file:%s:%d, func=%s, error=%s", __FILE__, __LINE__, (func), (msg)); \ 546 fprintf(stderr, "file:%s:%d, assert %s failed\n", __FILE__, __LINE__, #cond); \
|
/external/libexif/m4m/ |
gp-check-library.m4 | 335 m4_errprint(__file__:__line__:[ Error: 358 [m4_errprint(__file__:__line__:[ Error:
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_program.c | 80 fprintf(stderr, "%s: out of temporaries\n", __FILE__); 94 fprintf(stderr, "%s: out of temporaries\n", __FILE__);
|
/external/opencv3/modules/cudaarithm/src/ |
arithm.cpp | 116 #define cublasSafeCall(expr) ___cublasSafeCall(expr, __FILE__, __LINE__, CV_Func) 150 #define cufftSafeCall(expr) ___cufftSafeCall(expr, __FILE__, __LINE__, CV_Func)
|
/external/pcre/dist/sljit/ |
sljitConfigInternal.h | 675 printf("Assertion failed at " __FILE__ ":%d\n", __LINE__); \ 686 printf("Should never been reached " __FILE__ ":%d\n", __LINE__); \
|
/external/skia/tools/ |
buildbot_spec.py | 357 this_file = os.path.basename(__file__) 366 with open(os.path.join(os.path.dirname(__file__), golden), 'w') as f:
|
/external/v8/src/mips/ |
simulator-mips.h | 365 V8_Fatal(__FILE__, __LINE__, 395 V8_Fatal(__FILE__, __LINE__,
|