Searched refs:node (Results 26 - 50 of 206) sorted by relevance

123456789

/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DPpsMoParser.java129 * Name for PerProviderSubscription node.
236 * Class representing a node within the PerProviderSubscription tree.
240 * A PPSNode can be an internal or a leaf node, but not both.
250 * @return the name of the node
257 * Applies for internal node only.
264 * Applies for leaf node only.
266 * @return the string value of the node
271 * @return a flag indicating if this is a leaf or an internal node
277 * Class representing a leaf node in a PPS (PerProviderSubscription) tree.
303 * Class representing an internal node i
412 parsePpsNode(XMLNode node) argument
476 parseUrn(XMLNode node) argument
533 buildPpsNode(XMLNode node) argument
590 getPpsNodeValue(PPSNode node) argument
652 parseHomeSP(PPSNode node) argument
716 parseNetworkIds(PPSNode node) argument
740 parseNetworkIdInstance(PPSNode node) argument
775 parseHomeOIList(PPSNode node) argument
804 parseHomeOIInstance(PPSNode node) argument
847 parseOtherHomePartners(PPSNode node) argument
869 parseOtherHomePartnerInstance(PPSNode node) argument
897 parseCredential(PPSNode node) argument
943 parseUserCredential(PPSNode node) argument
987 parseEAPMethod(PPSNode node, Credential.UserCredential userCred) argument
1024 parseCertificateCredential(PPSNode node) argument
1055 parseSimCredential(PPSNode node) argument
1084 parsePolicy(PPSNode node) argument
1126 parsePreferredRoamingPartnerList(PPSNode node) argument
1147 parsePreferredRoamingPartner(PPSNode node) argument
1198 parseMinBackhaulThreshold(PPSNode node, Policy policy) argument
1217 parseMinBackhaulThresholdInstance(PPSNode node, Policy policy) argument
1266 parseUpdateParameter(PPSNode node) argument
1318 parseUpdateUserCredential(PPSNode node) argument
1355 parseTrustRoot(PPSNode node) argument
1387 parseSpExclusionList(PPSNode node) argument
1406 parseSpExclusionInstance(PPSNode node) argument
1431 parseRequiredProtoPortTuple(PPSNode node) argument
1453 parseProtoPortTuple(PPSNode node) argument
1491 parseAAAServerTrustRootList(PPSNode node) argument
1512 parseSubscriptionParameter(PPSNode node, PasspointConfiguration config) argument
1547 parseUsageLimits(PPSNode node, PasspointConfiguration config) argument
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp142 cnode *node; local
143 for (node = root->first_child; node != NULL; node = node->next) {
145 ALOG_ASSERT(node != NULL, "error in parsing file");
146 const char *typeName = node->name;
147 char *valueNames = strndup(node->value, strlen(node->value));
187 cnode *node local
197 cnode *node = config_find(root, gExclusiveCriterionTypeTag.c_str()); local
207 cnode *node; local
242 cnode *node = config_find(root, gCriterionTag.c_str()); local
295 cnode *node = config_find(root, gPolicyConfTag.c_str()); local
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h49 // skip the Group node
58 // skip the Group node
100 bfs_iterator it = bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left);
107 return bfs_iterator(BinaryTreeBase<Input>::m_Root.node.right);
112 const_bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left);
119 return const_bfs_iterator(BinaryTreeBase<Input>::m_Root.node.right);
123 dfs_iterator it = dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left);
130 return dfs_iterator(BinaryTreeBase<Input>::m_Root.node.right);
135 const_dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left);
142 return const_dfs_iterator(BinaryTreeBase<Input>::m_Root.node
177 node_type* node = BinaryTreeBase<Input>::createNode(); local
302 BinTreeTy::node_type* node = createNode(); local
315 BinTreeTy::node_type* node = createNode(); local
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java49 /** Virtual node identifier value for invalid nodes. */
52 /** Virtual node identifier value for the host view's node. */
110 * @return The accessibility node provider for this helper.
301 * Constructs and returns an {@link AccessibilityEvent} for the host node.
354 * construct a node.
371 * @return An {@link AccessibilityNodeInfo} for the parent node.
374 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(mView);
375 mView.onInitializeAccessibilityNodeInfo(node);
376 final int realNodeCount = node
772 onPopulateNodeForVirtualView( int virtualViewId, AccessibilityNodeInfo node) argument
783 onPopulateNodeForHost(AccessibilityNodeInfo node) argument
[all...]
/frameworks/base/cmds/statsd/benchmark/
H A Dget_dimensions_for_condition_benchmark.cpp30 AttributionNodeInternal node; local
31 node.set_uid(100);
32 node.set_tag("LOCATION");
34 std::vector<AttributionNodeInternal> nodes = {node, node};
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp117 auto node = mDtorList; local
118 mDtorList = node->next;
119 node->dtor(node->addr);
187 auto node = new (allocImpl(sizeof(DestructorNode))) DestructorNode(); local
188 node->dtor = dtor;
189 node->addr = addr;
190 node->next = mDtorList;
191 mDtorList = node;
195 auto node local
[all...]
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
H A DXMLParserTest.java39 XMLNode node = new XMLNode(parent, tag);
40 node.addText(text);
42 parent.addChild(node);
43 node.close();
44 return node;
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h160 virtual void onMaybeRemovedFromTree(RenderNode* node) {} argument
216 sp<RenderNode> node = new RenderNode(); local
217 RenderProperties& props = node->mutateStagingProperties();
223 node->setStagingDisplayList(canvas->finishRecording());
225 node->setPropertyFieldsDirty(0xFFFFFFFF);
226 return node;
239 sp<RenderNode> node = new RenderNode(); local
240 RenderProperties& props = node->mutateStagingProperties();
245 node->setStagingDisplayList(canvas.finishRecording());
247 node
251 recordNode(RenderNode& node, std::function<void(Canvas&)> contentCallback) argument
269 sp<RenderNode> node = new RenderNode(); local
297 syncHierarchyPropertiesAndDisplayList(sp<RenderNode>& node) argument
301 getSyncedNode(sp<RenderNode>& node) argument
359 syncHierarchyPropertiesAndDisplayListImpl(RenderNode* node) argument
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactoryState.c85 uuid->node[0] = (uint8_t)tmp[4];
86 uuid->node[1] = (uint8_t)tmp[5];
87 uuid->node[2] = (uint8_t)tmp[6];
88 uuid->node[3] = (uint8_t)tmp[7];
89 uuid->node[4] = (uint8_t)tmp[8];
90 uuid->node[5] = (uint8_t)tmp[9];
103 uuid->node[0],
104 uuid->node[1],
105 uuid->node[2],
106 uuid->node[
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.cpp414 size_t AudioPolicyEffects::readParamValue(cnode *node, argument
422 if (strncmp(node->name, SHORT_TAG, sizeof(SHORT_TAG) + 1) == 0) {
427 *(short *)(*param + pos) = (short)atoi(node->value);
430 } else if (strncmp(node->name, INT_TAG, sizeof(INT_TAG) + 1) == 0) {
435 *(int *)(*param + pos) = atoi(node->value);
438 } else if (strncmp(node->name, FLOAT_TAG, sizeof(FLOAT_TAG) + 1) == 0) {
443 *(float *)(*param + pos) = (float)atof(node->value);
446 } else if (strncmp(node->name, BOOL_TAG, sizeof(BOOL_TAG) + 1) == 0) {
451 if (strncmp(node->value, "true", strlen("true") + 1) == 0) {
459 } else if (strncmp(node
558 cnode *node = root->first_child; local
574 cnode *node = root->first_child; local
612 cnode *node = config_find(root, PREPROCESSING_TAG); local
639 cnode *node = config_find(root, OUTPUT_SESSION_PROCESSING_TAG); local
665 cnode *node = config_find(root, UUID_TAG); local
679 cnode *node = config_find(root, EFFECTS_TAG); local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DLegacyPasspointConfigParser.java72 * '+' indicates start of a new internal node.
73 * '.' indicates end of the current internal node.
74 * '=' indicates "value" of a leaf node.
98 * An abstraction for a node within a tree. A node can be an internal node (contained
99 * children nodes) or a leaf node (contained a String value).
108 * @return the name of the node
115 * Applies for internal node only.
122 * Applies for leaf node onl
506 getValue(Node node) argument
[all...]
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/tree/
H A DUsbDescriptorsDeviceNode.java36 * @param deviceDescriptor The Device Descriptor object wrapped by this tree node.
43 * Adds a Configuration node to the assocated device node.
52 for (UsbDescriptorsConfigNode node : mConfigNodes) {
53 node.report(canvas);
H A DUsbDescriptorsInterfaceNode.java37 * @param interfaceDescriptor The Interface Descriptor object wrapped by this tree node.
44 * Adds an endpoint descriptor as a child of this interface node.
45 * @param endpointNode The endpoint descriptor node to add to this interface node.
52 * Adds an Audio-class interface descriptor as a child of this interface node.
53 * @param acInterfaceNode The audio-class descriptor node to add to this interface node.
67 for (UsbDescriptorsACInterfaceNode node : mACInterfaceNodes) {
68 node.report(canvas);
77 for (UsbDescriptorsEndpointNode node
[all...]
/frameworks/support/customview/src/main/java/androidx/customview/widget/
H A DExploreByTouchHelper.java90 /** Virtual node identifier value for invalid nodes. */
93 /** Virtual node identifier value for the host view's node. */
115 /** Virtual node provider used to expose logical structure to services. */
326 final AccessibilityNodeInfoCompat node = obtainAccessibilityNodeInfo(virtualViewId);
327 node.getBoundsInParent(outBounds);
336 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) {
337 node.getBoundsInParent(outBounds);
644 * Constructs and returns an {@link AccessibilityEvent} for the host node.
676 final AccessibilityNodeInfoCompat node
1191 onPopulateNodeForVirtualView( int virtualViewId, @NonNull AccessibilityNodeInfoCompat node) argument
1202 onPopulateNodeForHost(@onNull AccessibilityNodeInfoCompat node) argument
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h244 * \brief BinaryTreeBase gives root node and memory management.
248 * inserton of a node.
258 /// TreeImpl - TreeImpl records the root node and the number of nodes
272 NodeBase node; member in class:mcld::BinaryTreeBase::TreeImpl
275 TreeImpl() : NodeFactory<DataType>() { node.left = node.right = &node; }
287 if ((*data).left == &pClient.node)
288 (*data).left = &node;
289 if ((*data).right == &pClient.node)
432 node_type* node = BinaryTreeBase<DataType>::createNode(); local
[all...]
/frameworks/base/libs/hwui/tests/microbench/
H A DFrameBuilderBench.cpp42 auto node = TestUtils::createNode<RecordingCanvas>( local
57 TestUtils::syncHierarchyPropertiesAndDisplayList(node);
58 return node;
63 auto node = createTestNode();
67 frameBuilder.deferRenderNode(*node);
76 auto node = createTestNode();
83 frameBuilder.deferRenderNode(*node);
118 auto node = getSyncedSceneNode(sceneName);
122 frameBuilder.deferRenderNode(*node);
133 auto node
[all...]
/frameworks/base/libs/hwui/tests/unit/
H A DLeakCheckTests.cpp33 auto node = TestUtils::createNode(0, 0, 100, 100, [](RenderProperties& props, Canvas& canvas) { local
46 frameBuilder.deferRenderNode(*TestUtils::getSyncedNode(node));
52 auto node = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { local
62 frameBuilder.deferRenderNode(*TestUtils::getSyncedNode(node));
/frameworks/base/native/android/include/android/
H A Dmultinetwork.h92 * - either |node| or |service| may be NULL, but not both
99 const char *node, const char *service,
/frameworks/native/include/android/
H A Dmultinetwork.h92 * - either |node| or |service| may be NULL, but not both
99 const char *node, const char *service,
/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.cpp32 // initialize and prepend node to the list
41 Node* node,
43 // remove node from the list
47 while (prev && prev->next != node)
50 prev->next = node->next;
53 allocator.pfnFree(allocator.pUserData, node);
64 const Node* node = &head_; local
65 while ((node = node->next)) {
66 if ((node
40 RemoveCallback( Node* node, const VkAllocationCallbacks& allocator) argument
132 auto node = callbacks.AddCallback( local
156 auto node = callbacks.FromHandle(callback); local
[all...]
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java85 private void dump(Node node, String prefix) { argument
106 types[node.getNodeType()],
107 node.getNodeName(),
108 node.getNodeValue() == null ? "" : node.getNodeValue().trim());
112 n = node.getFirstChild();
117 n = node.getNextSibling();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccSpecVersion.java47 Asn1Node node;
53 node = decoder.nextNode();
60 if (node.getTag() == TAG_ISD_R_APP_TEMPLATE) {
61 versionType = node.getChild(TAG_VERSION).asBytes();
64 node.getChild(TAG_ISD_R_APP_TEMPLATE, TAG_VERSION).asBytes();
69 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex());
72 Rlog.e(LOG_TAG, "Cannot parse select response of ISD-R: " + node.toHex());
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java208 * @param root The root node of the TTML document.
218 private static void extractText(TtmlNode node, long startUs, long endUs, StringBuilder out, argument
220 if (node.mName.equals(TtmlUtils.PCDATA) && inPTag) {
221 out.append(node.mText);
222 } else if (node.mName.equals(TtmlUtils.TAG_BR) && inPTag) {
224 } else if (node.mName.equals(TtmlUtils.TAG_METADATA)) {
226 } else if (node.isActive(startUs, endUs)) {
227 boolean pTag = node.mName.equals(TtmlUtils.TAG_P);
229 for (int i = 0; i < node.mChildren.size(); ++i) {
230 extractText(node
251 extractTtmlFragment(TtmlNode node, long startUs, long endUs, StringBuilder out) argument
522 onTtmlNodeParsed(TtmlNode node) argument
523 onRootNodeParsed(TtmlNode node) argument
587 onTtmlNodeParsed(TtmlNode node) argument
593 onRootNodeParsed(TtmlNode node) argument
643 addTimeEvents(TtmlNode node) argument
[all...]
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
H A DFieldReadWriteWriter.kt79 parentNodes.values.forEach { node ->
80 val fieldParent = node.fieldParent!!
85 node.directFields = fieldsWithIndices.filter { it.field.parent == fieldParent }
86 node.parentNode = grandParentNode
87 grandParentNode.subNodes.add(node)
98 fun visitNode(node: Node) {
100 node.directFields.forEach {
102 ownerVar = node.varName,
107 node.subNodes.forEach(::visitNode)
110 val fieldParent = node
[all...]
/frameworks/base/libs/hwui/renderthread/
H A DOpenGLPipeline.cpp205 bool OpenGLPipeline::createOrUpdateLayer(RenderNode* node, argument
212 if (node->getLayer() == nullptr) {
213 node->setLayer(
214 layerPool.get(renderState, node->getWidth(), node->getHeight(), wideColorGamut));
216 } else if (!layerMatchesWH(node->getLayer(), node->getWidth(), node->getHeight())) {
218 // Or, ideally, maintain damage between frames on node/layer so ordering is always correct
219 if (node
266 destroyLayer(RenderNode* node) argument
[all...]

Completed in 702 milliseconds

123456789