/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 241 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in refreshCachedNodeLocked() local 242 if (nodes == null) { in refreshCachedNodeLocked() 245 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in refreshCachedNodeLocked() 296 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in getNode() local 297 if (nodes == null) { in getNode() 300 AccessibilityNodeInfo info = nodes.get(accessibilityNodeId); in getNode() 406 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId); in add() local 407 if (nodes == null) { in add() 408 nodes = new LongSparseArray<>(); in add() 409 mNodeCache.put(windowId, nodes); in add() [all …]
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | RenderNodePerfTest.java | 82 RenderNode[] nodes = new RenderNode[30]; in testStartEndDeepHierarchy() local 83 for (int i = 0; i < nodes.length; i++) { in testStartEndDeepHierarchy() 84 nodes[i] = RenderNode.create("LinearLayout", null); in testStartEndDeepHierarchy() 88 for (int i = 0; i < nodes.length; i++) { in testStartEndDeepHierarchy() 89 nodes[i].beginRecording(100, 100); in testStartEndDeepHierarchy() 91 for (int i = nodes.length - 1; i >= 0; i--) { in testStartEndDeepHierarchy() 92 nodes[i].endRecording(); in testStartEndDeepHierarchy()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaPipeline.cpp | 429 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame() argument 439 SkCanvas* canvas = tryCapture(surface.get(), nodes[0].get(), layers); in renderFrame() 444 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame() 449 renderOverdraw(clip, nodes, contentDrawBounds, surface, preTransform); in renderFrame() 466 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl() argument 487 if (1 == nodes.size()) { in renderFrameImpl() 488 if (!nodes[0]->nothingToDraw()) { in renderFrameImpl() 489 RenderNodeDrawable root(nodes[0].get(), canvas); in renderFrameImpl() 492 } else if (0 == nodes.size()) { in renderFrameImpl() 514 const Rect backdrop = nodeBounds(*nodes[0]); in renderFrameImpl() [all …]
|
D | SkiaPipeline.h | 58 const std::vector<sp<RenderNode>>& nodes, bool opaque, 85 const std::vector<sp<RenderNode>>& nodes, bool opaque, 94 const std::vector<sp<RenderNode>>& nodes, const Rect& contentDrawBounds,
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 264 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 269 nodes.push_back(TestUtils::createSkiaNode( in RENDERTHREAD_SKIA_PIPELINE_TEST() 277 nodes.push_back(TestUtils::createSkiaNode( in RENDERTHREAD_SKIA_PIPELINE_TEST() 284 nodes.push_back(TestUtils::createSkiaNode( in RENDERTHREAD_SKIA_PIPELINE_TEST() 294 pipeline->renderFrame(layerUpdateQueue, dirty, nodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 313 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 314 nodes.push_back(TestUtils::createSkiaNode( in RENDERTHREAD_SKIA_PIPELINE_TEST() 325 pipeline->renderFrame(layerUpdateQueue, dirty, nodes, true, in RENDERTHREAD_SKIA_PIPELINE_TEST() 350 std::vector<sp<RenderNode>> nodes; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 351 nodes.push_back(TestUtils::createSkiaNode( in RENDERTHREAD_SKIA_PIPELINE_TEST() [all …]
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | OmxStore.cpp | 45 std::set<std::string> nodes; in OmxStore() local 47 omx->listNodes([&nodes](const Status &status, in OmxStore() 51 nodes.emplace(info.mName.c_str()); in OmxStore() 84 hidl_vec<NodeInfo>& nodeList = role.nodes; in OmxStore() 88 if (!nodes.count(nodePair.second.name)) { in OmxStore()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AnswerToReset.java | 94 ArrayMap<Integer, byte[]> nodes = new ArrayMap<>(); in parseHistoricalBytes() local 99 index = parseLtvNode(index, nodes, originalData, startIndex + length - 1); in parseHistoricalBytes() 106 return new HistoricalBytes(rawData, nodes, rawData[0]); in parseHistoricalBytes() 109 private HistoricalBytes(byte[] rawData, ArrayMap<Integer, byte[]> nodes, byte category) { in HistoricalBytes() argument 111 mNodes = nodes; in HistoricalBytes() 116 int index, ArrayMap<Integer, byte[]> nodes, byte[] data, int lastByteIndex) { in parseLtvNode() argument 127 nodes.put(tag, value); in parseLtvNode()
|
/frameworks/ml/nn/tools/test_generator/ |
D | spec_visualizer.py | 146 nodes = [] 158 nodes.append({ 168 nodes.append({ 177 return {"nodes": nodes, "edges": edges}
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 574 List<Asn1Node> nodes = root.getChildren(Tags.TAG_CTX_COMP_0); in getRulesAuthTable() local 576 new EuiccRulesAuthTable.Builder(nodes.size()); in getRulesAuthTable() 577 int size = nodes.size(); in getRulesAuthTable() 579 Asn1Node node = nodes.get(i); in getRulesAuthTable() 906 List<Asn1Node> nodes = root.getChild(Tags.TAG_CTX_COMP_0).getChildren(); in listNotifications() local 907 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in listNotifications() 909 notifications[i] = createNotification(nodes.get(i)); in listNotifications() 947 List<Asn1Node> nodes = root.getChild(Tags.TAG_CTX_COMP_0).getChildren(); in retrieveNotificationList() local 948 EuiccNotification[] notifications = new EuiccNotification[nodes.size()]; in retrieveNotificationList() 950 notifications[i] = createNotification(nodes.get(i)); in retrieveNotificationList() [all …]
|
/frameworks/minikin/tools/ |
D | mk_hyb_file.py | 198 nodes = Freelist() 208 if (ix >= 0 and nodes.is_free(ix) and 214 nodes.is_free(ix) # actually don't need nodes at all when use_node, 217 ix, _ = nodes.next(0) 220 nodes.use(ix)
|
/frameworks/base/core/proto/android/os/ |
D | worksource.proto | 37 repeated WorkSourceContentProto nodes = 1; field
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1893 final ArrayList<Node> nodes = mNodes; in clear() local 1894 final int count = nodes.size(); in clear() 1897 nodes.get(i).release(); in clear() 1899 nodes.clear(); in clear() 1972 final ArrayList<Node> nodes = mNodes; in findRoots() local 1973 final int count = nodes.size(); in findRoots() 1978 final Node node = nodes.get(i); in findRoots() 1985 final Node node = nodes.get(i); in findRoots() 2015 final Node node = nodes.get(i); in findRoots()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | PathParser_Delegate.java | 58 private PathParser_Delegate(@NonNull PathDataNode[] nodes) { in PathParser_Delegate() argument 59 mPathDataNodes = nodes; in PathParser_Delegate() 107 PathDataNode[] nodes = createNodesFromPathData(pathString); in nCreatePathDataFromString() local 108 PathParser_Delegate delegate = new PathParser_Delegate(nodes); in nCreatePathDataFromString()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | PropertyNodesVerifierElem.java | 215 for (List<PropertyNode> nodes : mOrderedNodeMap.values()) { in verify() 216 for (PropertyNode node : nodes) { in verify()
|
/frameworks/av/media/libstagefright/ |
D | OmxInfoBuilder.cpp | 154 for (const IOmxStore::NodeInfo &node : role.nodes) { in buildMediaCodecList()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1030 private void setPathData(PathParser_Delegate.PathDataNode[] nodes) { in setPathData() argument 1031 if (!PathParser_Delegate.canMorph(mNodes, nodes)) { in setPathData() 1033 mNodes = PathParser_Delegate.deepCopyNodes(nodes); in setPathData() 1035 PathParser_Delegate.updateNodes(mNodes, nodes); in setPathData()
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 21 * `merge` and `include` nodes are not supported.
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 1191 std::vector<RandomVariableNode> nodes; in freeze() local 1195 if (var->type == RandomVariableType::FREE) nodes.push_back(var); in freeze() 1200 randomShuffle(&nodes); in freeze() 1204 for (const auto& var : nodes) { in freeze()
|
/frameworks/base/core/java/android/view/ |
D | AccessibilityInteractionController.java | 1124 private void enforceNodeTreeConsistent(List<AccessibilityNodeInfo> nodes) { in enforceNodeTreeConsistent() argument 1127 final int nodeCount = nodes.size(); in enforceNodeTreeConsistent() 1129 AccessibilityNodeInfo node = nodes.get(i); in enforceNodeTreeConsistent()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 638 final ViewNode[] nodes = fillContext 645 final ViewNode node = nodes[i]; 2356 final ViewNode[] nodes = 2370 final ViewNode node = nodes[viewStateNum];
|
/frameworks/native/docs/ |
D | Doxyfile | 1768 # the class node. If there are many fields or methods and many nodes the 1858 # nodes that will be shown in the graph. If the number of nodes in a graph 1868 # graphs generated by dot. A depth value of 3 means that only nodes reachable
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1586 # nodes that will be shown in the graph. If the number of nodes in a graph 1596 # graphs generated by dot. A depth value of 3 means that only nodes reachable
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 2130 # class node. If there are many fields or methods and many nodes the graph may 2254 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 2255 # that will be shown in the graph. If the number of nodes in a graph becomes 2267 # generated by dot. A depth value of 3 means that only nodes reachable from the
|
D | Doxyfile.orig | 2121 # class node. If there are many fields or methods and many nodes the graph may 2245 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 2246 # that will be shown in the graph. If the number of nodes in a graph becomes 2258 # generated by dot. A depth value of 3 means that only nodes reachable from the
|