Home
last modified time | relevance | path

Searched defs:html (Results 1 – 25 of 136) 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/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
DReportTest.java115 File html = new File(tmp.getRoot(), "coverage"); in should_create_html_report_when_html_option_is_provided() local
132 File html = new File(tmp.getRoot(), "coverage"); in should_use_all_values_when_multiple_classfiles_options_are_provided() local
/external/clang/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/
Dwebview.css1 html, body, webview { selector
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java48 boolean html; field in ReportAPI
78 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
266 private boolean writeReport(String outFile, boolean html, boolean internal) { in writeReport()
447 private static void printResults(Collection<? extends APIInfo> c, PrintWriter pw, boolean html, in printResults()
DAPIInfo.java433 public void print(PrintWriter pw, boolean detail, boolean html) { in print()
437 public void print(PrintWriter pw, boolean detail, boolean html, boolean withStatus) { in print()
443 public void format(StringBuilder buf, boolean detail, boolean html, boolean withStatus) { in format()
558 buf.append(prepText(xsig.substring(n), html)); in format() local
563 private static String prepText(String text, boolean html) { in prepText()
581 public void println(PrintWriter pw, boolean detail, boolean html) { in println()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
DMakefile15 html: target
/external/curl/docs/libcurl/
DCMakeLists.txt52 add_custom_target(html DEPENDS ${HTMLPAGES}) target
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DSlashdotPolicyExample.java99 String html = CharStreams.toString( in main() local
/external/grpc-grpc/tools/run_tests/
Drun_build_statistics.py99 def _scrape_for_known_errors(html): argument
114 def _no_report_files_found(html): argument
/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/python/cpython2/Doc/includes/
Demail-alternative.py21 html = """\ variable
/external/autotest/frontend/client/src/autotest/afe/
DIButton.java13 public ButtonImpl(String html) { in ButtonImpl()
/external/libcap/doc/
DMakefile24 html: target
/external/python/setuptools/setuptools/
Dpy33compat.py8 html = None variable
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dparse_html_deps.py131 def _CreateSoupWithoutHeadOrBody(html): argument
148 def __init__(self, html): argument
276 def Parse(self, html): argument
/external/libxcam/doc/
DMakefile.am49 html: html-out/index.html target
/external/curl/docs/libcurl/opts/
DMakefile.am40 html: $(HTMLPAGES) target

123456