Home
last modified time | relevance | path

Searched refs:Locality (Results 1 – 25 of 28) sorted by relevance

12

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h181 struct Locality { struct
182 bool operator==(const Locality& other) const {
189 bool operator()(const Locality& lhs, const Locality& rhs) const { in operator()
206 std::map<RefCountedPtr<XdsLocalityName>, Locality, XdsLocalityName::Less>
215 void Add(LocalityMap::Locality locality); argument
Dxds_api.cc86 XdsApi::PriorityListUpdate::LocalityMap::Locality locality) { in Add()
1603 XdsApi::PriorityListUpdate::LocalityMap::Locality* output_locality) { in LocalityParse()
1720 XdsApi::PriorityListUpdate::LocalityMap::Locality locality; in EdsResponseParse()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h276 struct Locality { struct
281 bool operator==(const Locality& other) const {
285 bool operator!=(const Locality& other) const {
291 std::map<XdsLocalityName*, Locality, XdsLocalityName::Less> localities;
Dxds_api.cc453 std::string XdsApi::EdsUpdate::Priority::Locality::ToString() const { in ToString()
1992 XdsApi::EdsUpdate::Priority::Locality* output_locality, size_t* priority) { in LocalityParse()
2132 XdsApi::EdsUpdate::Priority::Locality locality; in EdsResponseParse()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dbase.proto27 message Locality { message
28 // Region this :ref:`zone <envoy_api_field_config.core.v3.Locality.zone>` belongs to.
78 // Locality specifying where the Envoy instance is running.
79 Locality locality = 4;
Dendpoint.proto81 // A group of endpoints belonging to a Locality.
88 core.v3.Locality locality = 1;
99 // Locality weights are only considered when :ref:`locality weighted load
Dload_report.proto36 core.v3.Locality locality = 1;
/third_party/grpc/src/core/tsi/test_creds/
Dserver1-openssl.cnf10 localityName = Locality Name (eg, city)
Dmulti-domain-openssl.cnf10 localityName = Locality Name (eg, city)
/third_party/openssl/test/recipes/90-test_includes_data/conf-includes/
Dincludes2.cnf38 localityName = Locality Name (eg, city)
/third_party/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto51 message Locality { message
52 // Region this :ref:`zone <envoy_api_field_core.Locality.zone>` belongs to.
100 // Locality specifying where the Envoy instance is running.
101 Locality locality = 4;
372 // A group of endpoints belonging to a Locality.
378 Locality locality = 1;
388 // Locality weights are only considered when :ref:`locality weighted load
460 // load_balancing_weight of its Locality.
Dlrs_for_test.proto47 envoy.api.v2.Locality locality = 1;
/third_party/libwebsockets/scripts/client-ca/
Dtmp.cnf50 localityName = Locality Name (city, district)
/third_party/openssl/test/
Dtest.cnf73 localityName = Locality Name (eg, city)
/third_party/curl/tests/
Dstunnel.pem30 localityName = "3. Locality Name (eg, city) "
/third_party/python/Objects/
Ddictnotes.txt120 Results of Cache Locality Experiments
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf129 localityName = Locality Name (eg, city)
/third_party/libwebsockets/READMEs/
DREADME.plugin-acme.md137 Locality for the certificate
/third_party/openssl/apps/
Dopenssl-vms.cnf138 localityName = Locality Name (eg, city)
Dopenssl.cnf138 localityName = Locality Name (eg, city)
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc386 struct Locality { struct
387 Locality(const std::string& sub_zone, std::vector<int> ports, in Locality() argument
405 explicit EdsResourceArgs(std::vector<Locality> locality_list) in EdsResourceArgs()
408 std::vector<Locality> locality_list;
1812 AdsServiceImpl::EdsResourceArgs::Locality empty_locality("locality0", {}); in TEST_P()
3936 AdsServiceImpl::EdsResourceArgs::Locality locality(name, in TEST_P()
/third_party/openssl/doc/man1/
Dreq.pod565 localityName = Locality Name (eg, city)
602 L = Test Locality
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc532 XdsApi::EdsUpdate::Priority::Locality locality; in ReturnResult()
/third_party/python/Doc/tools/
Dsusp-ignored.csv221 library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2493 unsigned Locality = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerPREFETCH() local
2496 bool IsStream = !Locality; in LowerPREFETCH()
2498 if (Locality) { in LowerPREFETCH()
2500 assert(Locality <= 3 && "Prefetch locality out-of-range"); in LowerPREFETCH()
2504 Locality = 3 - Locality; in LowerPREFETCH()
2510 (Locality << 1) | // Cache level bits in LowerPREFETCH()

12