/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 269 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do 271 test -s "$this_file" || continue 275 first_character=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file` 278 xref_files="$xref_files ./$this_file" 612 for this_file in $new_xref_files; do 613 $verbose "Comparing xref file `echo $this_file | sed 's|\./||g'` ..." 615 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else 620 $verbose "xref file `echo $this_file | sed 's|\./||g'` differed ..." 621 test "$debug" = t && diff -c "$tmpdir_bak/$this_file" "$this_file [all...] |
/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')
|
/external/chromium_org/net/disk_cache/ |
disk_format_base.h | 50 int16 this_file; // Index of this file. member in struct:disk_cache::BlockFileHeader
|
block_files.cc | 308 Addr address(block_type, block_count, header->this_file, index); 426 header.this_file = static_cast<int16>(index); 597 scoped_refptr<File> this_file(new File(false)); 598 this_file->Init(name);
|
/external/chromium/net/disk_cache/ |
disk_format.h | 181 int16 this_file; // Index of this file. member in struct:disk_cache::BlockFileHeader
|
block_files.cc | 269 Addr address(block_type, block_count, header->this_file, index); 383 header.this_file = static_cast<int16>(index); 548 scoped_refptr<File> this_file(new File(false)); 549 this_file->Init(name);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
mock_drt.py | 92 def _overriding_cmd_line(original_cmd_line, driver_path, python_exe, this_file, port_name): 96 cmd_line[index:index + 1] = [python_exe, this_file, '--platform', port_name]
|
/external/chromium/net/tools/dump_cache/ |
dump_files.cc | 90 printf("file id: %d\n", header.this_file);
|
/external/chromium_org/net/disk_cache/v3/ |
block_bitmaps.cc | 86 Addr address(block_type, block_count, header->this_file, index);
|
/external/chromium_org/net/tools/dump_cache/ |
dump_files.cc | 135 printf("file id: %d\n", header.this_file);
|