Home
last modified time | relevance | path

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

12

/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DOcAgentNodeUtilsTest.java85 Map<String, String> attributeMap = OcAgentNodeUtils.getAttributeMap(null); in getAttributeMap_Null()
91 Map<String, String> attributeMap = OcAgentNodeUtils.getAttributeMap(AWS_RESOURCE); in getAttributeMap_AwsEc2Resource()
102 Map<String, String> attributeMap = OcAgentNodeUtils.getAttributeMap(GCE_RESOURCE); in getAttributeMap_GceResource()
113 Map<String, String> attributeMap = OcAgentNodeUtils.getAttributeMap(GKE_RESOURCE); in getAttributeMap_GkeResource()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
DRecordEventsSpanImplTest.java111 assertThat(spanData.getAttributes().getAttributeMap()).isEmpty(); in noEventsRecordedAfterEnd()
135 assertThat(spanData.getAttributes().getAttributeMap()).isEqualTo(attributes); in deprecatedAddAttributesStillWorks()
173 assertThat(spanData.getAttributes().getAttributeMap()).isEqualTo(expectedAttributes); in toSpanData_ActiveSpan()
234 assertThat(spanData.getAttributes().getAttributeMap()).isEqualTo(expectedAttributes); in toSpanData_EndedSpan()
326 assertThat(spanData.getAttributes().getAttributeMap().size()).isEqualTo(maxNumberOfAttributes); in droppingAttributes()
331 .getAttributeMap() in droppingAttributes()
339 assertThat(spanData.getAttributes().getAttributeMap().size()).isEqualTo(maxNumberOfAttributes); in droppingAttributes()
344 .getAttributeMap() in droppingAttributes()
374 assertThat(spanData.getAttributes().getAttributeMap().size()).isEqualTo(maxNumberOfAttributes); in droppingAndAddingAttributes()
379 .getAttributeMap() in droppingAndAddingAttributes()
[all …]
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
DOcAgentNodeUtils.java62 .putAllAttributes(getAttributeMap(RESOURCE)) in getNodeInfo()
129 static Map<String, String> getAttributeMap(@Nullable MonitoredResource resource) { in getAttributeMap() method in OcAgentNodeUtils
DTraceProtoUtils.java240 attributes.getAttributeMap(), attributes.getDroppedAttributesCount()); in toAttributesProto()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm91 functionsGL->initialize(display->getAttributeMap());
93 mRenderer.reset(new RendererEAGL(std::move(functionsGL), display->getAttributeMap(), this));
101 auto &attributes = display->getAttributeMap();
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DCoverageTask.java143 (String) configurableWrapper.getAttributeMap().get("fork")); in enhanceTask()
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp522 ANGLE_TRY(initializeContext(EGL_NO_CONTEXT, display->getAttributeMap(), &context, &attribs)); in initialize()
530 functionsGL->initialize(display->getAttributeMap()); in initialize()
532 mRenderer.reset(new RendererEGL(std::move(functionsGL), display->getAttributeMap(), this, in initialize()
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm221 functionsGL->initialize(display->getAttributeMap());
223 mRenderer.reset(new RendererCGL(std::move(functionsGL), display->getAttributeMap(), this));
231 auto &attributes = display->getAttributeMap();
/external/opencensus-java/api/src/main/java/io/opencensus/trace/export/
DSpanData.java424 public abstract Map<String, AttributeValue> getAttributeMap(); in getAttributeMap() method in SpanData.Attributes
/external/opencensus-java/exporters/trace/zipkin/src/main/java/io/opencensus/exporter/trace/zipkin/
DZipkinExporterHandler.java128 spanData.getAttributes().getAttributeMap().entrySet()) { in generateSpan()
/external/opencensus-java/exporters/trace/instana/src/main/java/io/opencensus/exporter/trace/instana/
DInstanaExporterHandler.java157 Map<String, AttributeValue> attributeMap = span.getAttributes().getAttributeMap(); in convertToJson()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp127 mDisplayAttributes = display->getAttributeMap(); in initializeImpl()
224 const egl::AttributeMap &displayAttributes = display->getAttributeMap(); in initializeImpl()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp102 const auto &attribMap = display->getAttributeMap(); in initialize()
227 const auto &eglAttributes = display->getAttributeMap(); in initialize()
/external/opencensus-java/exporters/trace/jaeger/src/main/java/io/opencensus/exporter/trace/jaeger/
DJaegerExporterHandler.java205 .setTags(attributesToTags(spanData.getAttributes().getAttributeMap())) in spanDataToJaegerThriftSpan()
/external/angle/src/libANGLE/
DDisplay.h258 const AttributeMap &getAttributeMap() const { return mAttributeMap; } in getAttributeMap() function
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp43 const auto &attribMap = display->getAttributeMap(); in CreateRendererD3D()
/external/opencensus-java/api/src/test/java/io/opencensus/trace/export/
DSpanDataTest.java228 assertThat(spanData.getAttributes().getAttributeMap().isEmpty()).isTrue(); in spanData_AllDataEmpty()
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp55 mDisplayAttributes = display->getAttributeMap(); in initialize()
/external/opencensus-java/exporters/trace/stackdriver/src/main/java/io/opencensus/exporter/trace/stackdriver/
DStackdriverV2ExporterHandler.java272 attributes.getAttributeMap(), attributes.getDroppedAttributesCount()); in toAttributesProto()
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DTracezZPageHandler.java406 "", htmlEscaper().escape(renderAttributes(span.getAttributes().getAttributeMap()))); in emitSingleSpan()
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp218 mDisplayAttributes = display->getAttributeMap(); in initialize()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp452 const auto &attributes = mDisplay->getAttributeMap(); in Renderer11()
701 const egl::AttributeMap &attributes = mDisplay->getAttributeMap(); in callD3D11CreateDevice()
802 const egl::AttributeMap &attributes = mDisplay->getAttributeMap(); in initializeD3DDevice()
987 const auto &attributes = mDisplay->getAttributeMap(); in initializeDevice()
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.mm140 [getMetalDeviceMatchingAttribute(display->getAttributeMap()) ANGLE_MTL_AUTORELEASE];
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp867 const egl::AttributeMap &attribs = mDisplay->getAttributeMap(); in initialize()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp115 const egl::AttributeMap &attributes = display->getAttributeMap(); in Renderer9()

12