Home
last modified time | relevance | path

Searched refs:attributes2 (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dserver_address.cc91 attributes2) { in CompareAttributes()
92 auto it2 = attributes2.begin(); in CompareAttributes()
95 if (it2 == attributes2.end()) return -1; in CompareAttributes()
105 if (it2 != attributes2.end()) return 1; in CompareAttributes()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DAnnotationGenTestCase.java109 …final Attribute[] attributes2 = AnnotationEntryGen.getAnnotationAttributes(cp, v2.toArray(new Anno… in testVisibleInvisibleAnnotationGen() local
111 for (final Attribute attribute : attributes2) { in testVisibleInvisibleAnnotationGen()
/external/markdown/tests/misc/
Dbenchmark.dat7 attributes2:0.020000:0.000000
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java535 final Attribute[] attributes2 = c.getAttributes(); in writeMethod() local
538 for (int j = 0; j < attributes2.length; j++) { in writeMethod()
539 tag = attributes2[j].getTag(); in writeMethod()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListCoverageLevels.java176 public Attributes(CLDRLocale cLoc, List<String> attributes2) { in Attributes() argument
178 attributes = ImmutableList.copyOf(attributes2); in Attributes()
/external/libcups/examples/
DMakefile62 get-job-attributes2.test \
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DRoundRobinLoadBalancerTest.java706 Attributes attributes2 = Attributes.newBuilder() in stickiness_resolveTwice_metadataKeyChanged() local
708 loadBalancer.handleResolvedAddressGroups(servers, attributes2); in stickiness_resolveTwice_metadataKeyChanged()