OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_file
(Results
1 - 8
of
8
) sorted by null
/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/blockfile/
disk_format_base.h
52
int16
this_file
; // Index of this file.
member in struct:disk_cache::BlockFileHeader
block_bitmaps_v3_unittest.cc
22
headers[i].
this_file
= static_cast<int16>(i);
block_files.cc
247
return header_->
this_file
;
460
header.
this_file
= static_cast<int16>(index);
631
scoped_refptr<File>
this_file
(new File(false));
632
this_file
->Init(name);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py
95
def _overriding_cmd_line(original_cmd_line, driver_path, python_exe,
this_file
, port_name):
99
cmd_line[index:index + 1] = [python_exe,
this_file
, '--platform', port_name]
/external/chromium_org/net/tools/dump_cache/
dump_files.cc
134
printf("file id: %d\n", header.
this_file
);
Completed in 731 milliseconds