HomeSort by relevance Sort by last modified time
    Searched refs:balancer (Results 1 - 5 of 5) sorted by null

  /external/owasp/sanitizer/src/tests/org/owasp/html/
TagBalancingHtmlStreamRendererTest.java 45 TagBalancingHtmlStreamEventReceiver balancer; field in class:TagBalancingHtmlStreamRendererTest
50 balancer = new TagBalancingHtmlStreamEventReceiver(
60 balancer.openDocument();
61 balancer.openTag("html", ImmutableList.<String>of());
62 balancer.openTag("head", ImmutableList.<String>of());
63 balancer.openTag("title", ImmutableList.<String>of());
64 balancer.text("Hello, <<World>>!");
66 balancer.closeTag("TITLE");
67 balancer.closeTag("head");
68 balancer.openTag("body", ImmutableList.<String>of())
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlSanitizer.java 105 TagBalancingHtmlStreamEventReceiver balancer local
126 balancer.setNestingLimit(256);
128 balancer.openDocument();
138 balancer.text(
142 balancer.text(Encoding.stripBannedCodeunits(
147 balancer.closeTag(HtmlLexer.canonicalName(
185 balancer.openTag(
198 balancer.closeDocument();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/
test_connection.py 38 """Creates a named load balancer that can be safely
44 self.balancer = self.conn.create_load_balancer(
61 """ Deletes the test load balancer after every test.
62 It does not delete EVERY load balancer in your account"""
63 self.balancer.delete()
77 # balancer comes up, then testing for connectivity to
78 # balancer.dns_name, along the lines of the existing EC2 unit tests.
81 self.assertEqual(self.balancer.name, self.name)
82 self.assertEqual(self.balancer.availability_zones,
84 self.assertEqual(self.balancer.listeners, self.listeners
    [all...]
  /external/autotest/site_utils/
balance_pools.py 570 def balancer(i, board): function in function:main
590 parallel.RunTasksInProcessPool(balancer, board_args, processes=8)
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 392 milliseconds