/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/ltp/testcases/kernel/power_management/ |
pm_ilb_test.py | 3 Validates Ideal load balancer runs in same package where workload is running 53 print "INFO: Idle Load Balancer test failed", details
|
/external/kernel-headers/original/uapi/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces.
|
if.h | 65 * @IFF_MASTER: master of a load balancer. Volatile. 66 * @IFF_SLAVE: slave of a load balancer. Volatile.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces.
|
if.h | 42 #define IFF_MASTER 0x400 /* master of a load balancer */ 43 #define IFF_SLAVE 0x800 /* slave of a load balancer */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces.
|
if.h | 42 #define IFF_MASTER 0x400 /* master of a load balancer */ 43 #define IFF_SLAVE 0x800 /* slave of a load balancer */
|
/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/iptables/extensions/ |
libipt_CLUSTERIP.man | 2 a certain IP and MAC address without an explicit load balancer in front of
|
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/ |
nekohtml-1.9.16.pom | 6 <description>An HTML parser and tag balancer.</description>
|
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/ |
nekohtml-1.9.20.pom | 6 <description>An HTML parser and tag balancer.</description>
|
/external/owasp/sanitizer/ |
CHANGE_LOG.html | 20 <li value="173">Fixed bug: tag balancer allowed 21 <code></p></code> to close a table, so rewrote tag balancer 36 per HTML5 rules and changed the tag balancer to do better error
|
/external/autotest/client/deps/lansim/src/ |
wrapper_linux_if.c | 66 * @IFF_MASTER: master of a load balancer. Volatile. 67 * @IFF_SLAVE: slave of a load balancer. Volatile.
|
/external/libnl/include/linux-private/linux/ |
if_bad.h | 37 #define IFF_MASTER 0x400 /* master of a load balancer */ 38 #define IFF_SLAVE 0x800 /* slave of a load balancer */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
if.h | 68 IFF_MASTER = 0x400, /* Master of a load balancer. */ 70 IFF_SLAVE = 0x800, /* Slave of a load balancer. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/ |
if.h | 68 IFF_MASTER = 0x400, /* Master of a load balancer. */ 70 IFF_SLAVE = 0x800, /* Slave of a load balancer. */
|
/external/iproute2/include/linux/ |
if.h | 59 * @IFF_MASTER: master of a load balancer. Volatile. 60 * @IFF_SLAVE: slave of a load balancer. Volatile.
|
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/ |
HtmlSanitizer.Policy.html | 108 <FONT color="green">105</FONT> TagBalancingHtmlStreamEventReceiver balancer<a name="line.105"></a> 129 <FONT color="green">126</FONT> balancer.setNestingLimit(256);<a name="line.126"></a> 131 <FONT color="green">128</FONT> balancer.openDocument();<a name="line.128"></a> 141 <FONT color="green">138</FONT> balancer.text(<a name="line.138"></a> 145 <FONT color="green">142</FONT> balancer.text(Encoding.stripBannedCodeunits(<a name="line.142"></a> 150 <FONT color="green">147</FONT> balancer.closeTag(HtmlLexer.canonicalName(<a name="line.147"></a> 188 <FONT color="green">185</FONT> balancer.openTag(<a name="line.185"></a> 201 <FONT color="green">198</FONT> balancer.closeDocument();<a name="line.198"></a>
|
HtmlSanitizer.html | 108 <FONT color="green">105</FONT> TagBalancingHtmlStreamEventReceiver balancer<a name="line.105"></a> 129 <FONT color="green">126</FONT> balancer.setNestingLimit(256);<a name="line.126"></a> 131 <FONT color="green">128</FONT> balancer.openDocument();<a name="line.128"></a> 141 <FONT color="green">138</FONT> balancer.text(<a name="line.138"></a> 145 <FONT color="green">142</FONT> balancer.text(Encoding.stripBannedCodeunits(<a name="line.142"></a> 150 <FONT color="green">147</FONT> balancer.closeTag(HtmlLexer.canonicalName(<a name="line.147"></a> 188 <FONT color="green">185</FONT> balancer.openTag(<a name="line.185"></a> 201 <FONT color="green">198</FONT> balancer.closeDocument();<a name="line.198"></a>
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_refcnt.c | 29 /* see http://www.mozilla.org/performance/refcnt-balancer.html for what do with the output
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
UrlTextExample.java | 137 // The tag balancer passes events to AppendDomainAfterText which
|
/external/autotest/site_utils/ |
balance_pools.py | 553 def balancer(i, board, pool): function in function:main 587 # balancer properly. 593 parallel.RunTasksInProcessPool(balancer, board_info, processes=8)
|
/external/autotest/client/profilers/powertop/src/po/ |
nl.po | 289 "The in-kernel irq balancer is obsolete and wakes the CPU up far more than "
|
hu.po | 321 "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 "
|