HomeSort by relevance Sort by last modified time
    Searched refs:this_file (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CoverageMapping/
builtinmacro.c 7 static const char this_file[] = __FILE__; local
8 return this_file;
  /external/skia/tools/
nanobench_flags.py 92 this_file = os.path.basename(__file__)
93 _, _, not_run, _ = cov.analysis(this_file)
99 golden = this_file.replace('.py', '.json')
dm_flags.py 202 this_file = os.path.basename(__file__)
203 _, _, not_run, _ = cov.analysis(this_file)
209 golden = this_file.replace('.py', '.json')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 30 this_file = os.path.splitext(__file__)[0] + '.py'
31 f = open(this_file)
37 dump_file(this_file, 'I am the header')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 30 this_file = os.path.splitext(__file__)[0] + '.py'
31 f = open(this_file)
37 dump_file(this_file, 'I am the header')

Completed in 57 milliseconds