Home
last modified time | relevance | path

Searched refs:HtmlEscape (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dstring.js834 function HtmlEscape(str) { class
845 return "<a href=\"" + HtmlEscape(s) + "\">" + this + "</a>";
850 return "<a name=\"" + HtmlEscape(name) + "\">" + this + "</a>";
855 return "<font color=\"" + HtmlEscape(color) + "\">" + this + "</font>";
860 return "<font size=\"" + HtmlEscape(size) + "\">" + this + "</font>";
/external/clang/tools/scan-build/
Dscan-build39 my $UserName = HtmlEscape(getlogin() || getpwuid($<) || 'unknown');
40 my $HostName = HtmlEscape(hostname() || 'unknown');
41 my $CurrentDir = HtmlEscape(getcwd());
1341 sub HtmlEscape { subroutine
1643 $ClangVersion = HtmlEscape(`"$Clang" --version`);
1646 $CmdArgs = HtmlEscape(join(' ', map(ShellEscape($_), @ARGV)));
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpprof1507 sub HtmlEscape {
1689 $dis = HtmlEscape($dis);
1694 HtmlEscape(CleanFileName($f)), $l);
1699 HtmlEscape(CleanFileName($f)), $l);
1703 HtmlEscape(CleanFileName($f)), $l);
1750 HtmlEscape(ShortFunctionName($routine)),
1751 HtmlEscape(CleanFileName($filename)),
1800 HtmlEscape($text),
/external/jemalloc/bin/
Dpprof1507 sub HtmlEscape { subroutine
1689 $dis = HtmlEscape($dis);
1694 HtmlEscape(CleanFileName($f)), $l);
1699 HtmlEscape(CleanFileName($f)), $l);
1703 HtmlEscape(CleanFileName($f)), $l);
1750 HtmlEscape(ShortFunctionName($routine)),
1751 HtmlEscape(CleanFileName($filename)),
1800 HtmlEscape($text),
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpprof1507 sub HtmlEscape { subroutine
1689 $dis = HtmlEscape($dis);
1694 HtmlEscape(CleanFileName($f)), $l);
1699 HtmlEscape(CleanFileName($f)), $l);
1703 HtmlEscape(CleanFileName($f)), $l);
1750 HtmlEscape(ShortFunctionName($routine)),
1751 HtmlEscape(CleanFileName($filename)),
1800 HtmlEscape($text),