Searched refs:node (Results 1 - 25 of 143) sorted by last modified time

123456

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h113 XAuint8 node[6]; member in struct:XAInterfaceID_
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h99 SLuint8 node[6]; member in struct:SLInterfaceID_
/frameworks/wilhelm/src/itf/
H A DIAndroidEffectCapabilities.c118 thiz->mFxDescriptors[i].type.node[0],
119 thiz->mFxDescriptors[i].type.node[1],
120 thiz->mFxDescriptors[i].type.node[2],
121 thiz->mFxDescriptors[i].type.node[3],
122 thiz->mFxDescriptors[i].type.node[4],
123 thiz->mFxDescriptors[i].type.node[5],
/frameworks/wilhelm/src/ut/
H A DOpenSLESUT.c119 iid->node[0], iid->node[1], iid->node[2], iid->node[3], iid->node[4], iid->node[5]);
/frameworks/wilhelm/tests/examples/
H A DslesTestEffectCapabilities.cpp55 guid->node[0],
56 guid->node[1],
57 guid->node[2],
58 guid->node[3],
59 guid->node[4],
60 guid->node[5]);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java41 * Action that gives input focus to the node.
48 * Action that clears input focus of the node.
55 * Action that selects the node.
62 * Action that deselects the node.
69 * Action that clicks on the node info.
76 * Action that long clicks on the node.
83 * Action that gives accessibility focus to the node.
90 * Action that clears accessibility focus of the node.
97 * Action that requests to go to the next entity in this node's text
145 * Action that requests to go to the previous entity in this node'
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DExploreByTouchHelper.java92 /** Virtual node identifier value for invalid nodes. */
95 /** Virtual node identifier value for the host view's node. */
117 /** Virtual node provider used to expose logical structure to services. */
329 final AccessibilityNodeInfoCompat node = obtainAccessibilityNodeInfo(virtualViewId);
330 node.getBoundsInParent(outBounds);
339 public void obtainBounds(AccessibilityNodeInfoCompat node, Rect outBounds) {
340 node.getBoundsInParent(outBounds);
647 * Constructs and returns an {@link AccessibilityEvent} for the host node.
680 final AccessibilityNodeInfoCompat node
1179 onPopulateNodeForVirtualView( int virtualViewId, AccessibilityNodeInfoCompat node) argument
1190 onPopulateNodeForHost(AccessibilityNodeInfoCompat node) argument
[all...]
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DExploreByTouchHelperTest.java61 final AccessibilityNodeInfoCompat node =
63 assertNotNull(node);
70 node.getBoundsInParent(nodeBoundsInParent);
75 node.getBoundsInScreen(nodeBoundsInScreen);
82 // Generate a node for the new position.
136 protected void onPopulateNodeForVirtualView(int virtualViewId, AccessibilityNodeInfoCompat node) { argument
138 node.setContentDescription("test");
141 node.setBoundsInParent(hostBounds);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java556 for (Node node : mNodes) {
557 for (Script.KernelID kernel : node.mKernels) {
561 for (ConnectLine nodeInput : node.mInputs) {
573 for (ConnectLine nodeOutput : node.mOutputs) {
635 // do a DFS from original node, looking for original node
636 // any cycle that could be created must contain original node
665 // combine DAGs if this node has been seen already
826 * Calculate the order of each node.
/frameworks/rs/
H A DrsMap.h57 LinkNode* node = bucket[index]; local
60 while (node != nullptr) {
61 if (node->entry.first == key) {
62 return node->entry.second;
64 prev = node;
65 node = node->next;
68 node = new LinkNode();
69 node->entry.first = key;
70 node
122 LinkNode* node; member in class:android::renderscript::Map::iterator
128 LinkNode* node = bucket[i]; local
145 LinkNode* node = bucket[index]; local
[all...]
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DPathParser.java310 * @param node The source array of PathDataNode.
313 public static void nodesToPath(PathDataNode[] node, Path path) { argument
316 for (int i = 0; i < node.length; i++) {
317 addCommand(path, current, previousCommand, node[i].type, node[i].params);
318 previousCommand = node[i].type;
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java128 PropertyNode node = (PropertyNode)obj;
130 if (propName == null || !propName.equals(node.propName)) {
132 } else if (!paramMap_TYPE.equals(node.paramMap_TYPE)) {
134 } else if (!paramMap_TYPE.equals(node.paramMap_TYPE)) {
136 } else if (!propGroupSet.equals(node.propGroupSet)) {
140 if (propValue_bytes != null && Arrays.equals(propValue_bytes, node.propValue_bytes)) {
143 if (!propValue.equals(node.propValue)) {
151 return (propValue_vector.equals(node.propValue_vector) ||
153 node.propValue_vector.size() == 1);
H A DPropertyNodesVerifierElem.java34 * If the node does not exist in the "ordered list", the class refers to
35 * "unorderd expected property set" and checks the node is expected somewhere.
216 for (PropertyNode node : nodes) {
217 if (!expectedProps.contains(node.propName)) {
218 expectedProps.add(node.propName);
222 for (PropertyNode node : mUnorderedNodeList) {
223 if (!expectedProps.contains(node.propName)) {
224 expectedProps.add(node.propName);
264 // There's no expected node with same propName.
279 // There's no expected node wit
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java218 OMAConstructed node = (OMAConstructed) parent.getChild(name);
219 if (node == null) {
220 node = (OMAConstructed) parent.addChild(name, RTProps.get(name),
223 buildNode(pathAccessor, depth + 1, node);
507 "<!-- End of Wi-Fi node -->" +
509 "<!-- End of org.wi-fi node -->" +
511 "<!-- End of Ext node -->" +
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java27 public MOTree(XMLNode node, String urn) throws IOException, SAXException { argument
28 Iterator<XMLNode> children = node.getChildren().iterator();
44 mRoot = new ManagementTreeRoot(node, dtdRev);
46 for (XMLNode child : node.getChildren()) {
62 * node.
121 private static void buildNode(OMANode parent, XMLNode node) throws IOException { argument
122 if (!node.getTag().equals(NodeTag))
123 throw new IOException("Node is a '" + node.getTag() + "' instead of a 'Node'");
132 for (XMLNode child : node.getChildren()) {
150 throw new IOException(ValueTag + " in constructed node");
198 getNextNode(XMLNode node, String tag) argument
[all...]
H A DManagementTreeRoot.java22 * A specialized OMAConstructed OMA-DM node used as the MgmtTree root node in Passpoint
28 public ManagementTreeRoot(XMLNode node, String dtdRev) { argument
30 node.getTextualAttributes());
H A DOMAConstructed.java41 throw new IOException("No child node '" + element + "' in " + getPathString());
43 throw new IOException("Cannot add child to leaf node: " + getPathString());
113 public OMANode removeNode(String key, OMANode node) { argument
115 return mChildren.remove(node);
118 return mChildren.remove(key, node);
135 for (OMANode node : mChildren.values()) {
136 node.toString(sb, level + 1);
H A DOMANode.java65 for (OMANode node = this; node != null; node = node.getParent()) {
66 path.addFirst(node.getName());
148 OMANode node = buildNode(in, null);
149 if (node == null || node.isLeaf()) {
152 unmarshal(in, (OMAConstructed) node);
153 return (OMAConstructed) node;
[all...]
H A DPasspointManagementObjectManager.java299 for (OMANode node : pps.getChildren()) {
301 if (node.getName().equals(TAG_PerProviderSubscription)) {
302 instance = getInstanceNode((OMAConstructed) node);
303 } else if (!node.isLeaf()) {
304 instance = node;
309 return (OMAConstructed) node;
323 throw new OMAException("Cannot find instance node");
365 throw new IOException("No previous node for " + tailPath + " in " + fqdn);
369 // current is the same existing node
400 throw new IOException("Bad node
819 getChild(OMANode node, String key) argument
827 getString(OMANode node, String key) argument
837 getLong(OMANode node, String key, Long dflt) argument
862 getSelection(OMANode node, String key) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DPolicy.java37 public Policy(OMANode node) throws OMAException { argument
39 OMANode rpNode = node.getChild(TAG_PreferredRoamingPartnerList);
47 throw new OMAException("Not expecting leaf node in " +
54 OMANode bhtNode = node.getChild(TAG_MinBackhaulThreshold);
62 throw new OMAException("Not expecting leaf node in " +
69 mPolicyUpdate = new UpdateInfo(node.getChild(TAG_PolicyUpdate));
71 OMANode sxNode = node.getChild(TAG_SPExclusionList);
79 throw new OMAException("Not expecting leaf node in " + TAG_SPExclusionList);
86 OMANode rptNode = node.getChild(TAG_RequiredProtoPortTuple);
94 throw new OMAException("Not expecting leaf node i
150 PreferredRoamingPartner(OMANode node) argument
181 MinBackhaul(OMANode node) argument
[all...]
H A DSubscriptionParameters.java26 public SubscriptionParameters(OMANode node) throws OMAException { argument
27 mCDate = PasspointManagementObjectManager.getTime(node.getChild(TAG_CreationDate));
28 mXDate = PasspointManagementObjectManager.getTime(node.getChild(TAG_ExpirationDate));
29 mType = PasspointManagementObjectManager.getString(node.getChild(TAG_TypeOfSubscription));
31 OMANode ulNode = node.getChild(TAG_UsageLimits);
39 throw new OMAException("Not expecting leaf node in " +
54 private Limit(OMANode node) throws OMAException { argument
56 .getLong(node, TAG_DataLimit, Long.MAX_VALUE);
58 .getTime(node.getChild(TAG_StartDate));
60 .getLong(node, TAG_TimeLimi
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java225 * Inflate a new hierarchy from the specified xml node. Throws
233 * @param parser XML dom node containing the description of the
271 * Inflate a new hierarchy from the specified XML node. Throws
279 * @param parser XML dom node containing the description of the
298 // Look for the root node.
442 private void rInflate(XmlPullParser parser, T node, final AttributeSet attrs) argument
454 if (onCreateCustomFromTag(parser, node, attrs)) {
463 if (DEBUG) Log.v(TAG, "Creating params from parent: " + node);
465 onAddChildItem(node, item);
479 * @param parser XML dom node containin
485 onCreateCustomFromTag(XmlPullParser parser, T node, final AttributeSet attrs) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java743 AccessibilityNodeInfoCompat node) {
746 node.setContentDescription(getItemDescription(virtualViewId));
747 node.setBoundsInParent(mTempRect);
748 node.addAction(AccessibilityNodeInfo.ACTION_CLICK);
751 node.setSelected(true);
742 onPopulateNodeForVirtualView(int virtualViewId, AccessibilityNodeInfoCompat node) argument

Completed in 1341 milliseconds

123456