OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:balancer
(Results
1 - 6
of
6
) 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/syzkaller/vendor/google.golang.org/grpc/balancer/
balancer.go
19
// Package
balancer
defines APIs for load balancing in gRPC.
21
package
balancer
package
35
// m is a map from name to
balancer
builder.
39
// Register registers the
balancer
builder to the
balancer
map. b.Name
100
// NewSubConn is called by
balancer
to create a new SubConn.
108
// UpdateBalancerState is called by
balancer
to nofity gRPC that some internal
109
// state in
balancer
has changed.
115
// ResolveNow is called by
balancer
to notify gRPC to do a name resolving.
124
// DialCreds is the transport credential the
Balancer
implementation ca
[
all
...]
/external/autotest/site_utils/
balance_pools.py
673
def
balancer
(pool, labels):
function in function:main
690
balancer
,
/external/grpc-grpc-java/grpclb/src/test/java/io/grpc/grpclb/
GrpclbLoadBalancerTest.java
175
private GrpclbLoadBalancer
balancer
;
field in class:GrpclbLoadBalancerTest
255
balancer
= new GrpclbLoadBalancer(
267
if (
balancer
!= null) {
271
balancer
.shutdown();
277
//
balancer
should have closed the LB stream, terminating the OOB channel.
558
//
Balancer
closes the stream, scheduled reporting task cancelled
577
// No picker created because
balancer
is still using the results from the last stream
712
balancer
.shutdown();
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 855 milliseconds