/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiObject.java | 151 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in getChildCount() local 167 AccessibilityNodeInfo node = null; in findAccessibilityNodeInfo() local 338 private Rect getVisibleBounds(AccessibilityNodeInfo node) { in getVisibleBounds() 376 private AccessibilityNodeInfo getScrollableParent(AccessibilityNodeInfo node) { in getScrollableParent() 397 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in click() local 437 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in clickAndWaitForNewWindow() local 455 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in clickTopLeft() local 472 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in longClickBottomRight() local 489 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in clickBottomRight() local 506 AccessibilityNodeInfo node = findAccessibilityNodeInfo(mConfig.getWaitForSelectorTimeout()); in longClick() local [all …]
|
H A D | AccessibilityNodeInfoDumper.java | 197 private static void dumpNodeRec(AccessibilityNodeInfo node, XmlSerializer serializer,int index, in dumpNodeRec() 246 private static boolean nafExcludedClass(AccessibilityNodeInfo node) { in nafExcludedClass() 265 private static boolean nafCheck(AccessibilityNodeInfo node) { in nafCheck() 291 private static boolean childNafCheck(AccessibilityNodeInfo node) { in childNafCheck()
|
H A D | AccessibilityNodeInfoHelper.java | 35 static Rect getVisibleBoundsInScreen(AccessibilityNodeInfo node, int width, int height) { in getVisibleBoundsInScreen()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
H A D | RenderNodePerfTest.java | 36 final RenderNode node = RenderNode.create("benchmark", null); in testMeasureRenderNodeJniOverhead() local 63 RenderNode node = RenderNode.create("LinearLayout", null); in testIsValid() local 72 RenderNode node = RenderNode.create("LinearLayout", null); in testStartEnd() local 100 RenderNode node = RenderNode.create("LinearLayout", null); in testHasIdentityMatrix() local 109 RenderNode node = RenderNode.create("LinearLayout", null); in testSetOutline() local
|
H A D | CanvasPerfTest.java | 43 RenderNode node = RenderNode.create("benchmark", null); in testBasicViewGroupDraw() local 72 RenderNode node = RenderNode.create("benchmark", null); in testRecordSimpleBitmapView() local
|
/aosp14/frameworks/base/tools/incident_report/ |
H A D | generic_message.cpp | 30 Node node; in addInt32() local 39 Node node; in addInt64() local 49 Node node; in addMessage() local 59 Node node; in addString() local
|
/aosp14/system/core/libcutils/ |
H A D | config_utils.cpp | 29 cnode* node = static_cast<cnode*>(calloc(sizeof(cnode), 1)); in config_node() local 40 cnode *node, *match = NULL; in config_find() local 52 cnode *node; in _config_create() local 68 cnode *node; in config_bool() local 86 cnode *node; in config_str() local 96 cnode *node; in config_set() local 244 static int parse_block(cstate *cs, cnode *node) in parse_block() 263 cnode *node; in parse_expr() local
|
/aosp14/system/core/libcutils/include/cutils/ |
H A D | list.h | 31 #define node_to_item(node, container, member) \ argument 40 #define list_for_each_reverse(node, list) \ argument 43 #define list_for_each_safe(node, n, list) \ argument 48 #define list_for_each(node, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp14/system/core/libcutils/include_outside_system/cutils/ |
H A D | list.h | 31 #define node_to_item(node, container, member) \ argument 40 #define list_for_each_reverse(node, list) \ argument 43 #define list_for_each_safe(node, n, list) \ argument 48 #define list_for_each(node, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | AutofillTestHelper.java | 38 ViewNode node = findNodeByResourceId(context.getStructure(), resourceId); in findNodeByResourceId() local 55 final ViewNode node = findNodeByResourceId(rootNode, id); in findNodeByResourceId() local 66 private static ViewNode findNodeByResourceId(ViewNode node, String id) { in findNodeByResourceId()
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | package-lock.json | 33 "node": ">=12" string 131 "node": ">= 8" string 140 "node": ">= 8" string 153 "node": ">= 8" string 161 "node": ">= 10" string 517 "node": ">=8" string 530 "node": ">=8" string 574 "node": ">=8" string 637 "node": ">=8" string 1609 "node": "*" string [all …]
|
/aosp14/frameworks/base/libs/hwui/tests/microbench/ |
H A D | RenderNodeBench.cpp | 29 auto node = new RenderNode(); in BM_RenderNode_create() local 38 sp<RenderNode> node = new RenderNode(); in BM_RenderNode_recordSimple() local
|
/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 144 virtual void onMaybeRemovedFromTree(RenderNode* node) {} in onMaybeRemovedFromTree() 178 sp<RenderNode> node = new RenderNode(); in createNode() local 195 sp<RenderNode> node = new RenderNode(); in createNode() local 207 static void recordNode(RenderNode& node, std::function<void(Canvas&)> contentCallback) { in recordNode() 248 static void syncHierarchyPropertiesAndDisplayList(sp<RenderNode>& node) { in syncHierarchyPropertiesAndDisplayList() 252 static sp<RenderNode>& getSyncedNode(sp<RenderNode>& node) { in getSyncedNode() 360 static void syncHierarchyPropertiesAndDisplayListImpl(RenderNode* node) { in syncHierarchyPropertiesAndDisplayListImpl()
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/ |
H A D | VariableFontPerfTest.java | 61 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_SetVariationOnce() local 81 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_SetVariationEachDraw() local 102 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_SetDifferentVariationEachDraw() local
|
H A D | StaticLayoutPerfTest.java | 306 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_FixedText_NoStyled() local 322 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_Styled() local 339 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_NoStyled() local 356 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_Styled_WithoutCache() local 374 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_RandomText_NoStyled_WithoutCache() local 392 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_Styled() local 410 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_NoStyled() local 428 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_Styled_WithoutCache() local 447 final RenderNode node = RenderNode.create("benchmark", null); in testDraw_PrecomputedText_NoStyled_WithoutCache() local
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | pagetypeinfo.proto | 50 optional int32 node = 1; field 68 optional int32 node = 1; field
|
/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | ProguardRules.cpp | 49 void Visit(xml::Element* node) override { in Visit() 116 void Visit(xml::Element* node) override { in Visit() 155 void Visit(xml::Element* node) override { in Visit() 187 void Visit(xml::Element* node) override { in Visit() 215 void Visit(xml::Element* node) override { in Visit() 237 void Visit(xml::Element* node) override { in Visit() 261 void Visit(xml::Element* node) override { in Visit()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | TtmlRenderer.java | 221 private static void extractText(TtmlNode node, long startUs, long endUs, StringBuilder out, in extractText() 254 private static void extractTtmlFragment(TtmlNode node, long startUs, long endUs, in extractTtmlFragment() 414 TtmlNode node = parseNode(parent); in parseTtml() local 499 TtmlNode node = new TtmlNode(mParser.getName(), attrStr.toString(), null, start, end, in parseNode() local 525 void onTtmlNodeParsed(TtmlNode node); in onTtmlNodeParsed() 526 void onRootNodeParsed(TtmlNode node); in onRootNodeParsed() 590 public void onTtmlNodeParsed(TtmlNode node) { in onTtmlNodeParsed() 596 public void onRootNodeParsed(TtmlNode node) { in onRootNodeParsed() 646 private void addTimeEvents(TtmlNode node) { in addTimeEvents() 657 TtmlNode node = mTtmlNodes.get(i); in getActiveNodes() local
|
/aosp14/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.cpp | 123 void Visit(xml::Element* node) override { in Visit() 519 for (auto& node : root_element->children) { in ArtifactFormatTagHandler() local 561 for (auto& node : child->children) { in AbiGroupTagHandler() local 621 for (auto& node : child->children) { in ScreenDensityGroupTagHandler() local 687 for (auto& node : child->children) { in LocaleGroupTagHandler() local 754 for (auto node : root_element->GetChildElements()) { in AndroidSdkTagHandler() local 806 for (auto& node : element->children) { in GlTextureGroupTagHandler() local 843 for (auto& node : child->children) { in DeviceFeatureGroupTagHandler() local
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | XmlFlattener.cpp | 81 void Visit(const xml::Text* node) override { in Visit() 107 void Visit(const xml::Element* node) override { in Visit() 200 void WriteAttributes(const xml::Element* node, ResXMLTree_attrExt* flat_elem, in WriteAttributes() 316 bool XmlFlattener::Flatten(IAaptContext* context, const xml::Node* node) { in Flatten()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RecordingCanvas.java | 62 static RecordingCanvas obtain(@NonNull RenderNode node, int width, int height) { in obtain() 84 void finishRecording(RenderNode node) { in finishRecording() 92 private RecordingCanvas(@NonNull RenderNode node, int width, int height) { in RecordingCanvas() 275 private static native long nCreateDisplayListCanvas(long node, int width, int height); in nCreateDisplayListCanvas() 277 private static native void nResetDisplayListCanvas(long canvas, long node, in nResetDisplayListCanvas()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | CanvasContext.cpp | 135 for (auto& node : mRenderNodes) { in ~CanvasContext() local 142 void CanvasContext::addRenderNode(RenderNode* node, bool placeFront) { in addRenderNode() 148 void CanvasContext::removeRenderNode(RenderNode* node) { in removeRenderNode() 432 for (const sp<RenderNode>& node : mRenderNodes) { in prepareTree() local 892 void CanvasContext::prepareAndDraw(RenderNode* node) { in prepareAndDraw() 914 void CanvasContext::markLayerInUse(RenderNode* node) { in markLayerInUse() 922 for (auto& node : mPrefetchedLayers) { in freePrefetchedLayers() local 932 void CanvasContext::buildLayer(RenderNode* node) { in buildLayer() 960 for (const sp<RenderNode>& node : mRenderNodes) { in destroyHardwareResources() local
|
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | LockFindingClassVisitor.java | 234 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertInvokeAcquire() 273 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertInvokeRelease() 327 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertMethodCallBeforeSync() 347 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertMethodCallAfter() 373 List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, in insertMethodCallBefore()
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Helper.java | 259 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode() local 321 final WindowNode node = structure.getWindowNodeAt(i); in getAutofillIds() local 327 private static void addAutofillableIds(@NonNull ViewNode node, in addAutofillableIds() 419 boolean matches(ViewNode node); in matches()
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Debug.kt | 32 val node = this regex
|