Home
last modified time | relevance | path

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

12

/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/grpc-grpc/doc/
Dload-balancing.md38 name resolution system, an external load balancer, etc. In any case, the client
57 balancer. The client relies on the load balancer to provide _load
59 should send requests. The balancer updates the server list as needed
61 issues. The load balancer will make any necessary complex decisions and
62 inform the client. The load balancer may communicate with the backend
72 a load balancer to provide load balancing configuration and the list of
73 servers to which the client should send requests. The balancer will update
75 unavailability or health issues. The load balancer will make any necessary
76 complex decisions and inform the client. The load balancer may communicate
81 The load balancer may be separate from the actual server backends and a
[all …]
Dnaming.md71 the address to use to contact the server directly) or a balancer
74 - The name of the balancer, if the address is a balancer address.
Denvironment_variables.md53 - glb - traces the grpclb load balancer
Dservice_config.md23 // Note that if the resolver returns at least one balancer address (as
/external/igt-gpu-tools/tests/i915/
Dgem_exec_balancer.c143 struct i915_context_engines_load_balance *balancer = in __set_load_balancer() local
154 balancer->base.name = I915_CONTEXT_ENGINES_EXT_LOAD_BALANCE; in __set_load_balancer()
155 balancer->base.next_extension = to_user_pointer(ext); in __set_load_balancer()
158 balancer->num_siblings = count; in __set_load_balancer()
159 memcpy(balancer->engines, ci, count * sizeof(*ci)); in __set_load_balancer()
161 engines->extensions = to_user_pointer(balancer); in __set_load_balancer()
209 I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(balancer, 64); in invalid_balancer()
250 memset(&balancer, 0, sizeof(balancer)); in invalid_balancer()
251 balancer.base.name = I915_CONTEXT_ENGINES_EXT_LOAD_BALANCE; in invalid_balancer()
252 balancer.num_siblings = count; in invalid_balancer()
[all …]
/external/igt-gpu-tools/scripts/
Dmedia-bench.pl47 my $balancer;
394 $balancer = $opts{'b'};
430 goto VERIFY if defined $balancer;
620 my ($i, $str, $balancer);
634 $balancer = $w if $i == 1;
642 return $balancer;
649 $balancer = dump_scoreboard($multi_mode ? 'Combined' : 'Combined wps', \%mscores);
650 $balancer = dump_scoreboard('Combined weighted wps', \%mwscores) unless $multi_mode;
656 die unless defined $balancer;
658 say "\nBalancer is '$balancer'.";
[all …]
/external/igt-gpu-tools/benchmarks/
Dgem_wsim.c191 const struct workload_balancer *balancer; member
1939 int (*init)(const struct workload_balancer *balancer,
1941 unsigned int (*get_qd)(const struct workload_balancer *balancer,
1944 enum intel_engine_id (*balance)(const struct workload_balancer *balancer,
1949 rr_balance(const struct workload_balancer *balancer, in rr_balance() argument
1961 rand_balance(const struct workload_balancer *balancer, in rand_balance() argument
1968 get_qd_depth(const struct workload_balancer *balancer, in get_qd_depth() argument
1993 __qd_balance(const struct workload_balancer *balancer, in __qd_balance() argument
2001 qd[VCS1] = balancer->get_qd(balancer, wrk, VCS1); in __qd_balance()
2004 qd[VCS2] = balancer->get_qd(balancer, wrk, VCS2); in __qd_balance()
[all …]
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto45 // the load balancer.
50 // This message should be sent on the first response to the load balancer.
65 // Initial response returns the Load balancer ID. This must be plain text
97 // tag is that part of the load balancer token after removing the load
98 // balancer id. Empty is equivalent to non-existent tag.
120 // when the balancer process the load report.
122 // The number of calls in progress (instantaneously) per load balancer id.
145 // could not be reported to the originating balancer either since the balancer
150 // balancer.
178 // The load_key from the initial_request from the originating balancer.
Dload_balancer.proto26 option go_package = "google.golang.org/grpc/balancer/grpclb/grpc_lb_v1";
38 // This message should be sent on the first request to the load balancer.
41 // The client stats should be periodically reported to the load balancer
51 // to the balancer.
94 // Contains the list of servers selected by the load balancer. The client
109 // to the load balancer. Stats should only be reported when the duration is
115 // Contains a list of servers selected by the load balancer. The list will
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto45 // the load balancer.
50 // This message should be sent on the first response to the load balancer.
65 // Initial response returns the Load balancer ID. This must be plain text
97 // tag is that part of the load balancer token after removing the load
98 // balancer id. Empty is equivalent to non-existent tag.
120 // when the balancer process the load report.
122 // The number of calls in progress (instantaneously) per load balancer id.
145 // could not be reported to the originating balancer either since the balancer
150 // balancer.
178 // The load_key from the initial_request from the originating balancer.
Dload_balancer.proto26 option go_package = "google.golang.org/grpc/balancer/grpclb/grpc_lb_v1";
38 // This message should be sent on the first request to the load balancer.
41 // The client stats should be periodically reported to the load balancer
51 // to the balancer.
94 // Contains the list of servers selected by the load balancer. The client
114 // to the load balancer. Stats should only be reported when the duration is
120 // Contains a list of servers selected by the load balancer. The list will
/external/grpc-grpc-java/grpclb/src/main/proto/grpc/lb/v1/
Dload_balancer.proto26 option go_package = "google.golang.org/grpc/balancer/grpclb/grpc_lb_v1";
38 // This message should be sent on the first request to the load balancer.
41 // The client stats should be periodically reported to the load balancer
51 // to the balancer.
94 // Contains the list of servers selected by the load balancer. The client
109 // to the load balancer. Stats should only be reported when the duration is
115 // Contains a list of servers selected by the load balancer. The list will
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dcds_for_test.proto122 // Refer to :ref:`load balancer type <arch_overview_load_balancing_types>` architecture
159 // This load balancer type must be specified if the configured cluster provides a cluster
160 // specific load balancer. Consult the configured cluster's documentation for whether to set
164 // The :ref:`load balancer type <arch_overview_load_balancing_types>` to use
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dcluster.proto71 // Refer to :ref:`load balancer type <arch_overview_load_balancing_types>` architecture
102 // This load balancer type must be specified if the configured cluster provides a cluster
103 // specific load balancer. Consult the configured cluster's documentation for whether to set
142 // The :ref:`load balancer type <arch_overview_load_balancing_types>` to use
/external/iptables/extensions/
Dlibipt_CLUSTERIP.man2 a certain IP and MAC address without an explicit load balancer in front of
/external/grpc-grpc-java/grpclb/src/test/java/io/grpc/grpclb/
DGrpclbLoadBalancerTest.java174 private GrpclbLoadBalancer balancer; field in GrpclbLoadBalancerTest
254 balancer = new GrpclbLoadBalancer( in setUp()
266 if (balancer != null) { in tearDown()
270 balancer.shutdown(); in tearDown()
711 balancer.shutdown(); in acquireAndReleaseScheduledExecutor()
1031 balancer.shutdown(); in grpclbWorking()
1526 balancer.handleSubchannelState(subchannel, newState); in deliverSubchannelState()
1535 balancer.handleNameResolutionError(error); in deliverNameResolutionError()
1545 balancer.handleResolvedAddressGroups(addrs, attrs); in deliverResolvedAddresses()
1551 return balancer.getGrpclbState().getLoadRecorder(); in getLoadRecorder()
/external/bcc/tools/
Dsolisten_example.txt7 It can be used to dynamically update a load balancer as a program is actually
/external/autotest/site_utils/
Dbalance_pools.py629 def balancer(pool, labels): function
646 balancer,
/external/perfetto/docs/data-sources/
Dcpu-scheduling.md129 * Some other CPUs other than the current one, but the scheduler load balancer
/external/grpc-grpc/test/cpp/end2end/
Dgrpclb_end2end_test.cc427 for (const auto& balancer : balancers_) { in WaitForLoadReports() local
428 client_stats += balancer->WaitForLoadReport(); in WaitForLoadReports()
/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 "

12