Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 145) sorted by relevance

123456

/external/owasp/sanitizer/src/tests/org/owasp/html/
DBenchmark.java47 String html = Files.toString(new File(args[0]), Charsets.UTF_8); in main() local
126 private static int parseUsingLibhtmlparser(String html) throws Exception { in parseUsingLibhtmlparser()
132 private static String sanitize(String html) throws Exception { in sanitize()
184 private static String sanitizeUsingPolicyBuilder(String html) in sanitizeUsingPolicyBuilder()
DHtmlPolicyBuilderFuzzerTest.java122 String html = sb.toString(); in testFuzzedOutput() local
136 private static void checkSafe(Node node, String html) { in checkSafe()
DHtmlChangeReporterTest.java69 String html = in testChangeReporting() local
/external/autotest/client/common_lib/cros/
Dinteractive_xmlrpc_server.py48 def set_output(self, html): argument
68 def append_output(self, html): argument
168 def append_list_item(self, list_name, item_name, html): argument
191 def replace_list_item(self, item_name, html): argument
/external/autotest/server/cros/
Dinteractive_client.py53 def set_output(self, html): argument
64 def append_output(self, html): argument
125 def append_list_item(self, list_name, item_name, html): argument
138 def replace_list_item(self, item_name, html): argument
/external/autotest/client/cros/
Dsemiauto_framework.py40 def set_tab(self, html): argument
58 def set_tab_with_buttons(self, html, buttons=['OK']): argument
75 def set_tab_with_textbox(self, html, title=''): argument
/external/libcxx/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/libcxxabi/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/clang/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dparse_html_deps.py77 def _CreateSoupWithoutHeadOrBody(html): argument
94 def __init__(self, html): argument
209 def Parse(self, html): argument
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
Dsimple_api_parser.js47 SimpleApiParser.prototype.parse = function (html) { argument
96 SimpleApiParser.prototype._reset = function (html) { argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DHtmlTooltipHelper.java62 String html = "<table cellspacing=2 cellpadding=0 border=0 margins=0 id=_wbp_tooltip_body>"; in createTooltipControl() local
91 String html, in createTooltipControl_Browser()
269 private static int getTextLength(String html) { in getTextLength()
300 private static Control createTooltipControl_Label(Composite parent, String html) { in createTooltipControl_Label()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java46 boolean html; field in ReportAPI
73 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
261 private boolean writeReport(String outFile, boolean html, boolean internal) { in writeReport()
440 private static void printResults(Collection<? extends APIInfo> c, PrintWriter pw, boolean html, in printResults()
DAPIInfo.java426 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
430 public void print(PrintWriter pw, boolean detail, boolean html, boolean withStatus) { in print()
436 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format()
547 buf.append(prepText(xsig.substring(n), html)); in format() local
552 private static String prepText(String text, boolean html) { in prepText()
570 public void println(PrintWriter pw, boolean detail, boolean html) { in println()
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/
Dwebview.css1 html, body, webview { selector
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
DMakefile15 html: target
/external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/
Dcommon.css5 html, selector
/external/owasp/sanitizer/src/main/org/owasp/html/
DPolicyFactory.java100 public String sanitize(@Nullable String html) { in sanitize()
116 public <CTX> String sanitize( in sanitize()
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DSlashdotPolicyExample.java99 String html = CharStreams.toString( in main() local
/external/autotest/client/site_tests/video_VideoReload/
Dvideo_VideoReload.py17 def run_once(self, html): argument
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Dcommon.css16 html, body { selector
/external/autotest/frontend/client/src/autotest/afe/
DIButton.java13 public ButtonImpl(String html) { in ButtonImpl()
/external/libcap/doc/
DMakefile24 html: target
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
Djsdom_parser.js7 exports.parseDocument = function (html, treeAdapter) { argument
/external/clang/www/analyzer/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector

123456