Home
last modified time | relevance | path

Searched refs:attributesMap (Results 1 – 4 of 4) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DLinkTest.java34 private final Map<String, AttributeValue> attributesMap = new HashMap<String, AttributeValue>(); field in LinkTest
42 attributesMap.put("MyAttributeKey0", AttributeValue.stringAttributeValue("MyStringAttribute")); in setUp()
43 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()
44 attributesMap.put("MyAttributeKey2", AttributeValue.booleanAttributeValue(true)); in setUp()
57 Link link = Link.fromSpanContext(spanContext, Type.CHILD_LINKED_SPAN, attributesMap); in fromSpanContext_ChildLink_WithAttributes()
61 assertThat(link.getAttributes()).isEqualTo(attributesMap); in fromSpanContext_ChildLink_WithAttributes()
74 Link link = Link.fromSpanContext(spanContext, Type.PARENT_LINKED_SPAN, attributesMap); in fromSpanContext_ParentLink_WithAttributes()
78 assertThat(link.getAttributes()).isEqualTo(attributesMap); in fromSpanContext_ParentLink_WithAttributes()
94 Link.fromSpanContext(spanContext, Type.PARENT_LINKED_SPAN, attributesMap), in link_EqualsAndHashCode()
95 Link.fromSpanContext(spanContext, Type.PARENT_LINKED_SPAN, attributesMap)); in link_EqualsAndHashCode()
[all …]
/external/opencensus-java/exporters/trace/stackdriver/src/test/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverV2ExporterHandlerProtoTest.java363 Map<String, io.opencensus.trace.AttributeValue> attributesMap = in mapHttpAttributes() local
366 attributesMap.put("http.host", io.opencensus.trace.AttributeValue.stringAttributeValue("host")); in mapHttpAttributes()
367 attributesMap.put( in mapHttpAttributes()
369 attributesMap.put("http.path", io.opencensus.trace.AttributeValue.stringAttributeValue("path")); in mapHttpAttributes()
370 attributesMap.put( in mapHttpAttributes()
372 attributesMap.put( in mapHttpAttributes()
374 attributesMap.put( in mapHttpAttributes()
376 SpanData.Attributes httpAttributes = SpanData.Attributes.create(attributesMap, 0); in mapHttpAttributes()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/
DSpanDataTest.java76 private final Map<String, AttributeValue> attributesMap = new HashMap<String, AttributeValue>(); field in SpanDataTest
93 attributesMap.put("MyAttributeKey1", AttributeValue.longAttributeValue(10)); in setUp()
94 attributesMap.put("MyAttributeKey2", AttributeValue.booleanAttributeValue(true)); in setUp()
95 attributes = Attributes.create(attributesMap, 1); in setUp()
/external/kotlinc/lib/
Dandroid-extensions-compiler.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...