Searched refs:this_file (Results 1 – 20 of 20) sorted by relevance
/external/skia/infra/bots/buildstats/ |
D | buildstats_flutter.py | 116 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/ |
D | builtinmacro.c | 7 static const char this_file[] = __FILE__; in filename() local 8 return this_file; in filename()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | 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')
|
/external/perfetto/gn/standalone/ |
D | .emscripten | 23 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/ |
D | test_config_cmd.py | 32 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/ |
D | test_config_cmd.py | 34 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/ |
D | saved_model_aot_compile.py | 113 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/ |
D | sdiag_sas_p1_stop.txt | 6 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
|
D | sdiag_sas_p0_cjtpat.txt | 7 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
|
D | sdiag_sas_p1_prbs15.txt | 7 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
|
D | sdiag_sas_p0_prbs9.txt | 7 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
|
D | sdiag_sas_p1_cjtpat.txt | 8 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
|
D | sdiag_sas_p1_idle.txt | 9 # Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}'
|
/external/cronet/net/disk_cache/blockfile/ |
D | block_files.cc | 244 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()
|
D | disk_format_base.h | 51 int16_t this_file; // Index of this file. member
|
/external/webrtc/ |
D | WATCHLISTS | 14 'this_file': { 103 'this_file': [],
|
/external/parameter-framework/upstream/tools/bash_completion/ |
D | remote-process | 34 # To permanently add this autocompletion, add "source this_file"
|
/external/cronet/build/rust/std/ |
D | BUILD.gn | 255 this_file = "$lib_dir/lib$lib.rlib" 256 ldflags += [ this_file ]
|
/external/angle/build/rust/std/ |
D | BUILD.gn | 411 this_file = "$lib_dir/lib$lib.rlib" 412 ldflags += [ this_file ]
|
/external/cronet/net/tools/dump_cache/ |
D | dump_files.cc | 142 printf("file id: %d\n", header.this_file); in DumpBlockHeader()
|