OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readlines
(Results
1 - 25
of
36
) sorted by null
1
2
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
lasthit.rb
20
file.
readlines
.each { |line|
osx_last_crash.rb
16
File.open(filename).
readlines
.each { |line|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
osx_last_crash.rb
31
File.open(filename).
readlines
.each { |line|
lasthit.rb
39
file.
readlines
.each_with_index { |line, index|
update_html_tags_from_sources.sh
35
ruby -e '$stdin.
readlines
.join("").scan(/\"([\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
36
grep -r "protocolIs" $src_dir/Source/WebCore/* | ruby -e '$stdin.
readlines
.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
40
egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.
readlines
.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
75
| ruby -e '$stdin.
readlines
.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
85
ruby -e '$stdin.
readlines
.join("").scan(/\"(.*?)\"/) { |tag| puts tag }' > ${tmp_prefix}.css-values
90
ruby -e '$stdin.
readlines
.join("").scan(/\"([-a-z]+)\"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
94
ruby -e '$stdin.
readlines
.join("").scan(/\"([\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
103
grep g_ascii_strcasecmp $src_dir/gtkhtml/htmlengine.c | ruby -e '$stdin.
readlines
.join("").scan(/\"([\/\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
/external/v8/tools/
run-valgrind.py
50
errors = process.stderr.
readlines
();
/external/chromium/build/linux/
rewrite_dirs.py
62
for line in sys.stdin.
readlines
():
/external/llvm/utils/lint/
common_lint.py
94
lines = file.
readlines
()
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
webserver.rb
65
res.body = File.open("index.html").
readlines
.join("\n")
/build/tools/
adbs
37
lines = stream.
readlines
()
80
lines = stream.
readlines
()
compare_fileslist.py
37
lines = f.
readlines
()
post_process_props.py
65
lines = f.
readlines
()
/external/webkit/Tools/CodeCoverage/
cov.py
136
lines = open(f, "r").
readlines
()
147
lines = open(cov_file, "r").
readlines
()
/external/harfbuzz/contrib/tables/
unicode_parse_common.py
10
return [x for x in [cut_comment(x[:-1]) for x in f.
readlines
()] if len(x)]
/frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py
48
for line in fp.
readlines
():
76
ndict = new_file.
readlines
()
77
cdict = old_file.
readlines
()
/build/core/
checktree
54
lines = fd.
readlines
()
/external/webkit/Tools/wx/build/
wxpresets.py
34
for cfg_line in cfg_file.
readlines
():
/external/dbus/test/
unused-code-gc.py
116
lines = f.
readlines
()
180
lines = f.
readlines
()
/external/compiler-rt/lib/asan/scripts/
asan_symbolize.py
75
otool_line = "".join(otool_pipe.stdout.
readlines
())
/external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py
88
for line in downloaded_packages_file.
readlines
():
/frameworks/ex/common/tools/
make-iana-tld-pattern.py
132
domains = f.
readlines
()
/sdk/eclipse/scripts/
collect_sources_for_sdk.py
134
for l in f.
readlines
():
/development/scripts/
stack
133
urllib.urlencode(params)).
readlines
()[0]
395
lines = f.
readlines
()
/dalvik/vm/compiler/template/
gen-template.py
96
asm_stub_text = stub_fp.
readlines
()
/development/build/tools/
mk_sources_zip.py
171
for l in f.
readlines
():
Completed in 2245 milliseconds
1
2