Home
last modified time | relevance | path

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

/external/skia/infra/bots/buildstats/
Dbuildstats_flutter.py116 this_file = parts[0]
117 if 'third_party/skia' not in this_file:
125 if this_file != cur_file:
129 cur_file = this_file
130 print(this_file.replace('../../third_party/skia', 'skia'))
154 this_file = parts[1]
155 if 'third_party/skia' not in this_file:
157 this_file = this_file.replace('../../third_party/skia', 'skia')
161 print('%-10s: %-80s in %s' % (bytes_or_kb(filesize), symbol, this_file))
/external/clang/test/CoverageMapping/
Dbuiltinmacro.c7 static const char this_file[] = __FILE__; in filename() local
8 return this_file; in filename()
/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/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/setuptools/setuptools/_distutils/tests/
Dtest_config_cmd.py32 this_file = os.path.splitext(__file__)[0] + '.py'
33 f = open(this_file)
39 dump_file(this_file, 'I am the header')
/external/python/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py34 this_file = os.path.splitext(__file__)[0] + '.py'
35 f = open(this_file)
41 dump_file(this_file, 'I am the header')
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py113 this_file = __file__
114 while os.path.islink(this_file):
115 this_file = os.readlink(this_file)
117 os.path.join(os.path.dirname(this_file), *([os.path.pardir] * 3)))
/external/sg3_utils/examples/
Dsdiag_sas_p1_stop.txt6 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
Dsdiag_sas_p0_cjtpat.txt7 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
Dsdiag_sas_p1_prbs15.txt7 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
Dsdiag_sas_p0_prbs9.txt7 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
Dsdiag_sas_p1_cjtpat.txt8 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
Dsdiag_sas_p1_idle.txt9 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
/external/cronet/net/disk_cache/blockfile/
Dblock_files.cc244 return header_->this_file; in FileId()
431 header.this_file = static_cast<int16_t>(index); in CreateBlockFile()
603 auto this_file = base::MakeRefCounted<File>(false); in RemoveEmptyFile() local
604 this_file->Init(name); in RemoveEmptyFile()
Ddisk_format_base.h51 int16_t this_file; // Index of this file. member
/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"
/external/cronet/build/rust/std/
DBUILD.gn255 this_file = "$lib_dir/lib$lib.rlib"
256 ldflags += [ this_file ]
/external/angle/build/rust/std/
DBUILD.gn411 this_file = "$lib_dir/lib$lib.rlib"
412 ldflags += [ this_file ]
/external/cronet/net/tools/dump_cache/
Ddump_files.cc142 printf("file id: %d\n", header.this_file); in DumpBlockHeader()