| /third_party/skia/tools/debugger/ |
| D | DebugLayerManager.cpp | 22 void DebugLayerManager::setCommand(int nodeId, int frame, int command) { in setCommand() argument 23 auto* drawEvent = fDraws.find({frame, nodeId}); in setCommand() 26 "DebugLayerManager.\n", frame, nodeId); in setCommand() 33 auto relevantFrames = listFramesForNode(nodeId); in setCommand() 35 fDraws[{f, nodeId}].image = nullptr; in setCommand() 39 void DebugLayerManager::storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, in storeSkPicture() argument 41 const LayerKey k = {frame, nodeId}; in storeSkPicture() 69 void DebugLayerManager::drawLayerEventTo(SkSurface* surface, const int nodeId, const int frame) { in drawLayerEventTo() argument 70 auto& evt = fDraws[{frame, nodeId}]; in drawLayerEventTo() 75 sk_sp<SkImage> DebugLayerManager::getLayerAsImage(const int nodeId, const int frame) { in getLayerAsImage() argument [all …]
|
| D | DebugLayerManager.h | 44 void storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, SkIRect dirty); 47 void setCommand(int nodeId, int frame, int command); 49 void drawLayerEventTo(SkSurface*, const int nodeId, const int frame); 75 sk_sp<SkImage> getLayerAsImage(const int nodeId, const int frame); 86 DrawEventSummary event(int nodeId, int frame) const; 89 int nodeId; member 104 std::vector<int> listFramesForNode(int nodeId) const; 107 void toJSON(SkJSONWriter&, UrlDataManager&, SkCanvas*, int nodeId, int frame); 119 int nodeId; // the render node id of the layer which was drawn to. member 122 return this->frame==b.frame && this->nodeId==b.nodeId;
|
| /third_party/cef/tests/cefclient/browser/ |
| D | osr_accessibility_helper.cc | 12 OsrAXNode* OsrAXTree::GetNode(int nodeId) const { in GetNode() 13 auto result = node_map_.find(nodeId); in GetNode() 20 void OsrAXTree::EraseNode(int nodeId) { in EraseNode() argument 21 node_map_.erase(nodeId); in EraseNode() 76 int nodeId = CastToInt(locationChangeDict->GetValue("id")); in UpdateAccessibilityLocation() local 84 OsrAXNode* node = GetNode(treeId, nodeId); in UpdateAccessibilityLocation() 149 int nodeId = CastToInt(update->GetValue("node_id_to_clear")); in UpdateLayout() local 154 if (tree->second.GetRootNodeId() == nodeId) { in UpdateLayout() 159 if ((focused_tree_id_ == treeId) && (focused_node_id_ == nodeId)) { in UpdateLayout() 162 OsrAXNode* node = GetNode(treeId, nodeId); in UpdateLayout() [all …]
|
| D | osr_accessibility_helper.h | 20 OsrAXNode* GetNode(int nodeId) const; 21 void EraseNode(int nodeId); 26 void SetRootNodeId(int nodeId) { root_node_id_ = nodeId; } in SetRootNodeId() argument 56 OsrAXNode* GetNode(const CefString& treeId, int nodeId) const; 68 void UpdateFocusedNode(const CefString& treeId, int nodeId);
|
| D | osr_accessibility_node.cc | 15 int nodeId, in OsrAXNode() argument 19 node_id_(nodeId), in OsrAXNode() 167 int nodeId, in CreateNode() argument 170 return new OsrAXNode(treeId, nodeId, value, helper); in CreateNode()
|
| D | osr_accessibility_node.h | 44 int nodeId, 100 int nodeId,
|
| /third_party/skia/src/pdf/ |
| D | SkPDFTag.cpp | 29 static SkString nodeIdToString(int nodeId) { in nodeIdToString() 31 idString.printf("node%08d", nodeId); in nodeIdToString() 145 for (int nodeId : nodeIds) { in appendNodeIdArray() local 146 SkString idString = SkPDFTagNode::nodeIdToString(nodeId); in appendNodeIdArray() 163 for (int nodeId : node.fAdditionalNodeIds) { in Copy() local 164 SkASSERT(!nodeMap->find(nodeId)); in Copy() 165 nodeMap->set(nodeId, dst); in Copy() 190 int SkPDFTagTree::createMarkIdForNodeId(int nodeId, unsigned pageIndex) { in createMarkIdForNodeId() argument 194 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in createMarkIdForNodeId() 210 int SkPDFTagTree::createStructParentKeyForNodeId(int nodeId, unsigned pageIndex) { in createStructParentKeyForNodeId() argument [all …]
|
| D | SkPDFTag.h | 28 int createMarkIdForNodeId(int nodeId, unsigned pageIndex); 32 int createStructParentKeyForNodeId(int nodeId, unsigned pageIndex); 34 void addNodeAnnotation(int nodeId, SkPDFIndirectReference annotationRef, unsigned pageIndex); 41 int nodeId; member
|
| D | SkPDFDocumentPriv.h | 65 SkPDFLink(Type type, SkData* data, const SkRect& rect, int nodeId) in SkPDFLink() 69 , fNodeId(nodeId) {} in SkPDFLink() 122 int createMarkIdForNodeId(int nodeId); 126 int createStructParentKeyForNodeId(int nodeId);
|
| D | SkPDFDocument.cpp | 529 int SkPDFDocument::createMarkIdForNodeId(int nodeId) { in createMarkIdForNodeId() argument 530 return fTagTree.createMarkIdForNodeId(nodeId, SkToUInt(this->currentPageIndex())); in createMarkIdForNodeId() 533 int SkPDFDocument::createStructParentKeyForNodeId(int nodeId) { in createStructParentKeyForNodeId() argument 534 return fTagTree.createStructParentKeyForNodeId(nodeId, SkToUInt(this->currentPageIndex())); in createStructParentKeyForNodeId()
|
| /third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
| D | AccessibilityChannel.java | 55 Integer nodeId = (Integer) annotatedEvent.get("nodeId"); 56 if (nodeId != null) { 57 handler.onTap(nodeId); 62 Integer nodeId = (Integer) annotatedEvent.get("nodeId"); 63 if (nodeId != null) { 64 handler.onLongPress(nodeId); 170 void onTap(int nodeId); in onTap() argument 175 void onLongPress(int nodeId); in onLongPress() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
| D | Solution.h | 38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument 39 selections[nodeId] = selection; in setSelection() 45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() argument 46 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
|
| /third_party/jsframework/runtime/vdom/ |
| D | Node.ts | 79 this._ref = this.nodeId; 115 public get nodeId() { method in Node 119 public set nodeId(newNodeId: string) { method in Node
|
| D | DocumentElement.ts | 36 delete doc.nodeMap[this.nodeId]; 78 delete this.ownerDocument.nodeMap[element.nodeId];
|
| D | Document.ts | 112 delete this._nodeMap[el.nodeId];
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
| D | cpuset_memory_spread_testset.sh | 140 local nodeId="$1" 141 local tmp="$(get_memsinfo_val $nodeId)" 143 set_memsinfo_val $nodeId $(($(get_memsinfo_val $nodeId)-$tmp))
|
| /third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
| D | semantics_event.dart | 28 /// [nodeId] is the unique identifier of the semantics node associated with 30 Map<String, dynamic> toMap({ int nodeId }) { 35 if (nodeId != null) 36 event['nodeId'] = nodeId;
|
| /third_party/flutter/flutter/packages/flutter/test/material/ |
| D | feedback_test.dart | 61 'nodeId': object.debugSemantics.id, 96 'nodeId': object.debugSemantics.id, 124 'nodeId': object.debugSemantics.id, 158 'nodeId': object.debugSemantics.id,
|
| /third_party/flutter/flutter/packages/flutter/test/widgets/ |
| D | semantics_event_test.dart | 39 TestSemanticsEvent(text: 'hi', number: 11).toMap(nodeId: 123), 42 'nodeId': 123,
|
| /third_party/flutter/skia/src/pdf/ |
| D | SkPDFTag.h | 26 int getMarkIdForNodeId(int nodeId, unsigned pageIndex);
|
| D | SkPDFTag.cpp | 121 int SkPDFTagTree::getMarkIdForNodeId(int nodeId, unsigned pageIndex) { in getMarkIdForNodeId() argument 125 SkPDFTagNode** tagPtr = fNodeMap.find(nodeId); in getMarkIdForNodeId()
|
| D | SkPDFDocumentPriv.h | 99 int getMarkIdForNodeId(int nodeId);
|
| D | SkPDFDocument.cpp | 505 int SkPDFDocument::getMarkIdForNodeId(int nodeId) { in getMarkIdForNodeId() argument 506 return fTagTree.getMarkIdForNodeId(nodeId, SkToUInt(this->currentPageIndex())); in getMarkIdForNodeId()
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| D | debugger_bindings.cpp | 316 item.set("nodeId", key.nodeId); in getLayerKeys() 326 void setInspectedLayer(int nodeId) { in setInspectedLayer() argument 327 fInspectedLayer = nodeId; in setInspectedLayer() 586 .field("nodeId", &DebugLayerManager::LayerSummary::nodeId) in EMSCRIPTEN_BINDINGS()
|
| /third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/ |
| D | AccessibilityViewEmbedder.java | 472 private static int getVirtualNodeId(long nodeId) { in getVirtualNodeId() argument 473 return (int) (nodeId >> 32); in getVirtualNodeId()
|