Home
last modified time | relevance | path

Searched refs:clusterName (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/example/spi/
DBindingGraphVisualizer.java250 DotGraph subgraph = new DotGraph("subgraph " + quote(clusterName(component))); in subgraph()
268 dotEdge.addAttribute("lhead", clusterName(incidentNodes.target().componentPath())); in dotEdge()
269 dotEdge.addAttribute("ltail", clusterName(incidentNodes.source().componentPath())); in dotEdge()
273 dotEdge.addAttribute("lhead", clusterName(incidentNodes.target().componentPath())); in dotEdge()
309 private static String clusterName(ComponentPath owningComponentPath) { in clusterName() method in BindingGraphVisualizer.NodesGraph
/external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/
DMonitoredResource.java284 String clusterName, in create() argument
291 account, clusterName, containerName, namespaceId, instanceId, podId, zone); in create()
/external/skia/modules/skparagraph/tests/
DSkShaperJSONWriter.cpp233 std::string clusterName = "cluster " + nString + " to " + mString; in displayMToN() local
234 fJSONWriter->beginObject(clusterName.c_str(), true); in displayMToN()