Home
last modified time | relevance | path

Searched refs:this_file (Results 1 – 10 of 10) sorted by relevance

/external/skqp/infra/bots/buildstats/
Dbuildstats_flutter.py111 this_file = parts[0]
112 if 'third_party/skia' not in this_file:
120 if this_file != cur_file:
124 cur_file = this_file
125 print this_file.replace('../../third_party/skia', 'skia')
149 this_file = parts[1]
150 if 'third_party/skia' not in this_file:
152 this_file = this_file.replace('../../third_party/skia', 'skia')
156 print '%-10s: %-80s in %s' % (bytes_or_kb(filesize), symbol, this_file)
/external/skia/infra/bots/buildstats/
Dbuildstats_flutter.py113 this_file = parts[0]
114 if 'third_party/skia' not in this_file:
122 if this_file != cur_file:
126 cur_file = this_file
127 print(this_file.replace('../../third_party/skia', 'skia'))
151 this_file = parts[1]
152 if 'third_party/skia' not in this_file:
154 this_file = this_file.replace('../../third_party/skia', 'skia')
158 print('%-10s: %-80s in %s' % (bytes_or_kb(filesize), symbol, this_file))
/external/llvm-project/clang/test/CoverageMapping/
Dbuiltinmacro.c7 static const char this_file[] = __FILE__; in filename() local
8 return this_file; in filename()
/external/clang/test/CoverageMapping/
Dbuiltinmacro.c7 static const char this_file[] = __FILE__; in filename() local
8 return this_file; in filename()
/external/perfetto/gn/standalone/
D.emscripten23 this_file = os.getenv('EM_CONFIG')
24 if this_file is None:
28 root_dir = os.path.dirname(os.path.dirname(os.path.dirname(this_file)))
/external/python/cpython2/Lib/distutils/tests/
Dtest_config_cmd.py30 this_file = os.path.splitext(__file__)[0] + '.py'
31 f = open(this_file)
37 dump_file(this_file, 'I am the header')
/external/python/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py30 this_file = os.path.splitext(__file__)[0] + '.py'
31 f = open(this_file)
37 dump_file(this_file, 'I am the header')
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py120 this_file = __file__
121 while os.path.islink(this_file):
122 this_file = os.readlink(this_file)
124 os.path.join(os.path.dirname(this_file), *([os.path.pardir] * 3)))
/external/webrtc/
DWATCHLISTS14 'this_file': {
103 'this_file': [],
/external/parameter-framework/upstream/tools/bash_completion/
Dremote-process34 # To permanently add this autocompletion, add "source this_file"