Home
last modified time | relevance | path

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

/external/v8/tools/turbolizer/src/
Dtext-view.ts87 const nodeId = anyToString(anyNodeId); constant
88 if (!this.nodeIdToHtmlElementsMap.has(nodeId)) {
89 this.nodeIdToHtmlElementsMap.set(nodeId, []);
91 this.nodeIdToHtmlElementsMap.get(nodeId).push(htmlElement);
113 for (const nodeId of nodeIds) { constant
114 const blockId = this.nodeIdToBlockId[nodeId]; constant
137 for (const nodeId of view.selection.selectedKeys()) { constant
138 const elements = this.nodeIdToHtmlElementsMap.get(nodeId);
180 if (typeof style.nodeId == 'function') {
181 const nodeId = style.nodeId(text); constant
[all …]
Dsource-resolver.ts44 nodeId: number; property
154 for (const [nodeId, scriptOffset] of Object.entries<number>(map)) { constant
155 alternativeMap[nodeId] = { scriptOffset: scriptOffset, inliningId: -1 };
160 for (const [nodeId, sourcePosition] of Object.entries<SourcePosition>(map)) { constant
162 console.log("Warning: undefined source position ", sourcePosition, " for nodeId ", nodeId);
170 this.nodePositionMap[nodeId] = sourcePosition;
175 this.positionToNodes.get(key).push(nodeId);
189 for (const nodeId of nodeIdsForPosition) { constant
190 nodeIds.add(nodeId);
198 for (const nodeId of nodeIds) { constant
[all …]
Dnode.ts18 if (origin.nodeId) {
19 return `#${origin.nodeId} in phase ${origin.phase}/${origin.reducer}`;
Dschedule-view.ts66 function mkNodeLinkHandler(nodeId) {
72 view.selectionHandler.select([nodeId], true);
Ddisassembly-view.ts40 for (const nodeId of nodes) { constant
41 view.addHtmlElementForNodeId(nodeId, fragment);
Dgraph-view.ts647 const node = this.nodeMap[n.origin.nodeId];
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DSolution.h39 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument
40 selections[nodeId] = selection; in setSelection()
46 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() argument
47 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DGraphvizNode.java32 private final NodeId nodeId; field in GraphvizNode
49 public GraphvizNode(NodeId nodeId) { in GraphvizNode() argument
50 this.nodeId = nodeId; in GraphvizNode()
55 return nodeId; in getNodeId()
DGraphvizGrapher.java217 protected String getEdgeEndPoint(String nodeId, String portId, CompassPoint compassPoint) { in getEdgeEndPoint() argument
218 List<String> portStrings = Lists.newArrayList(nodeId); in getEdgeEndPoint()
248 NodeId nodeId = node.getId(); in newInterfaceNode() local
249 GraphvizNode gnode = new GraphvizNode(nodeId); in newInterfaceNode()
251 Key<?> key = nodeId.getKey(); in newInterfaceNode()
259 NodeId nodeId = node.getId(); in newImplementationNode() local
260 GraphvizNode gnode = new GraphvizNode(nodeId); in newImplementationNode()
265 gnode.setTitle(nameFactory.getClassName(nodeId.getKey())); in newImplementationNode()
276 NodeId nodeId = node.getId(); in newInstanceNode() local
277 GraphvizNode gnode = new GraphvizNode(nodeId); in newInstanceNode()
[all …]
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument
77 selections[nodeId] = selection; in setSelection()
83 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() argument
84 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.defn.h127 …ame SemistaticGraph<NodeId, Node>::node_iterator SemistaticGraph<NodeId, Node>::at(NodeId nodeId) { in at() argument
128 InternalNodeId internalNodeId = node_index_map.at(nodeId); in at()
134 SemistaticGraph<NodeId, Node>::find(NodeId nodeId) const { in find() argument
135 const InternalNodeId* internalNodeIdPtr = node_index_map.find(nodeId); in find()
148 …e SemistaticGraph<NodeId, Node>::node_iterator SemistaticGraph<NodeId, Node>::find(NodeId nodeId) { in find() argument
149 const InternalNodeId* internalNodeIdPtr = node_index_map.find(nodeId); in find()
Dsemistatic_graph.h222 node_iterator at(NodeId nodeId);
226 node_iterator find(NodeId nodeId);
227 const_node_iterator find(NodeId nodeId) const;
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh140 local nodeId="$1"
141 local tmp="$(get_memsinfo_val $nodeId)"
143 set_memsinfo_val $nodeId $(($(get_memsinfo_val $nodeId)-$tmp))
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DAbstractInjectorGrapher.java172 private NodeId resolveAlias(Map<NodeId, NodeId> aliases, NodeId nodeId) { in resolveAlias() argument
173 return aliases.containsKey(nodeId) ? aliases.get(nodeId) : nodeId; in resolveAlias()
DDefaultEdgeCreator.java66 NodeId nodeId, T binding) { in newDependencyEdges() argument
70 builder.add(new DependencyEdge(nodeId, to, dependency.getInjectionPoint())); in newDependencyEdges()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DRepresenter.java129 NodeId nodeId = nodeValue.getNodeId(); in representJavaBeanProperty() local
131 if (nodeId == NodeId.scalar) { in representJavaBeanProperty()
136 if (nodeId == NodeId.mapping) { in representJavaBeanProperty()
/external/skqp/src/pdf/
DSkPDFTag.h25 int getMarkIdForNodeId(int nodeId, unsigned pageIndex);
DSkPDFTag.cpp122 int SkPDFTagTree::getMarkIdForNodeId(int nodeId, unsigned pageIndex) { in getMarkIdForNodeId() argument
126 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in getMarkIdForNodeId()
DSkPDFDocumentPriv.h88 int getMarkIdForNodeId(int nodeId);
DSkPDFDocument.cpp439 int SkPDFDocument::getMarkIdForNodeId(int nodeId) { in getMarkIdForNodeId() argument
440 return fTagTree.getMarkIdForNodeId(nodeId, SkToUInt(this->currentPageIndex())); in getMarkIdForNodeId()
/external/skia/src/pdf/
DSkPDFTag.h25 int getMarkIdForNodeId(int nodeId, unsigned pageIndex);
DSkPDFTag.cpp122 int SkPDFTagTree::getMarkIdForNodeId(int nodeId, unsigned pageIndex) { in getMarkIdForNodeId() argument
126 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in getMarkIdForNodeId()
DSkPDFDocumentPriv.h88 int getMarkIdForNodeId(int nodeId);
DSkPDFDocument.cpp438 int SkPDFDocument::getMarkIdForNodeId(int nodeId) { in getMarkIdForNodeId() argument
439 return fTagTree.getMarkIdForNodeId(nodeId, SkToUInt(this->currentPageIndex())); in getMarkIdForNodeId()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java1880 public int getNodeHandle(int nodeId) in getNodeHandle() argument
1887 return makeNodeHandle(nodeId); in getNodeHandle()