Home
last modified time | relevance | path

Searched refs:balancer (Results 1 – 20 of 20) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DTagBalancingHtmlStreamRendererTest.java45 TagBalancingHtmlStreamEventReceiver balancer; field in TagBalancingHtmlStreamRendererTest
50 balancer = new TagBalancingHtmlStreamEventReceiver( in setUp()
60 balancer.openDocument(); in testTagBalancing()
61 balancer.openTag("html", ImmutableList.<String>of()); in testTagBalancing()
62 balancer.openTag("head", ImmutableList.<String>of()); in testTagBalancing()
63 balancer.openTag("title", ImmutableList.<String>of()); in testTagBalancing()
64 balancer.text("Hello, <<World>>!"); in testTagBalancing()
66 balancer.closeTag("TITLE"); in testTagBalancing()
67 balancer.closeTag("head"); in testTagBalancing()
68 balancer.openTag("body", ImmutableList.<String>of()); in testTagBalancing()
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlSanitizer.java105 TagBalancingHtmlStreamEventReceiver balancer in sanitize() local
126 balancer.setNestingLimit(256); in sanitize()
128 balancer.openDocument(); in sanitize()
138 balancer.text( in sanitize()
142 balancer.text(Encoding.stripBannedCodeunits( in sanitize()
147 balancer.closeTag(HtmlLexer.canonicalName( in sanitize()
185 balancer.openTag( in sanitize()
198 balancer.closeDocument(); in sanitize()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/
Dtest_connection.py44 self.balancer = self.conn.create_load_balancer(
63 self.balancer.delete()
81 self.assertEqual(self.balancer.name, self.name)
82 self.assertEqual(self.balancer.availability_zones,
84 self.assertEqual(self.balancer.listeners, self.listeners)
197 attributes = self.balancer.get_attributes()
206 self.conn.modify_lb_attribute(self.balancer.name, 'accessLog',
209 new_attributes = self.balancer.get_attributes()
219 attributes = self.balancer.get_attributes()
220 connection_draining = self.conn.get_lb_attribute(self.balancer.name,
[all …]
/external/iptables/extensions/
Dlibipt_CLUSTERIP.man2 a certain IP and MAC address without an explicit load balancer in front of
/external/autotest/site_utils/
Dbalance_pools.py570 def balancer(i, board): function
590 parallel.RunTasksInProcessPool(balancer, board_args, processes=8)
/external/autotest/client/profilers/powertop/src/po/
Dhu.po321 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
325 "A kernel irq balancer elavult és többször használja a processzort, mint "
Dnl.po289 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Dja.po306 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Dru.po319 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Dit.po293 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Dzh.po380 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than needed."
Dfi.po313 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Did.po312 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Dde.po308 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than needed."
Dpl.po312 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Des.po302 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
Dpt_BR.po308 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than needed."
Dfr.po310 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than needed."
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/jetty/
DVERSION.txt4654 + Fixed close problem with load balancer.
4783 + Added skeleton load balancer