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

12345

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c57 static int loadEffect(cnode *node);
58 // To get and add the effect pointed by the passed node to the gSubEffectList
287 uuid->clockSeq, uuid->node[0], uuid->node[1],uuid->node[2],
288 uuid->node[3],uuid->node[4],uuid->node[5]);
408 uuid->clockSeq, uuid->node[0], uuid->node[
494 cnode *node; local
510 cnode *node; local
592 cnode *node; local
647 cnode *node; local
663 cnode *node; local
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java50 /** Virtual node identifier value for invalid nodes. */
108 * @return The accessibility node provider for this helper.
266 * Constructs and returns an {@link AccessibilityEvent} for the host node.
315 * construct a node.
332 * @return An {@link AccessibilityNodeInfo} for the parent node.
335 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(mView);
336 onInitializeAccessibilityNodeInfo(mView, node);
349 node.addChild(mView, virtualViewIds.get(i));
352 return node;
359 * Allows the implementing class to specify most node propertie
714 onPopulateNodeForVirtualView( int virtualViewId, AccessibilityNodeInfo 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/native/include/android/
H A Dmultinetwork.h95 * - either |node| or |service| may be NULL, but not both
104 const char *node, const char *service,
/frameworks/base/tools/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/av/media/libstagefright/omx/tests/
H A DOMXHarness.h47 IOMX::node_id node, omx_message *msg, int64_t timeoutUs = -1);
50 IOMX::node_id node,
56 IOMX::node_id node, OMX_U32 portIndex,
61 IOMX::node_id node, OMX_U32 portIndex,
64 status_t setRole(IOMX::node_id node, const char *role);
H A DOMXHarness.cpp76 IOMX::node_id node, omx_message *msg, int64_t timeoutUs) {
78 node, NULL, NULL, msg, timeoutUs);
123 IOMX::node_id node,
133 if ((*it).node == node) {
161 IOMX::node_id node, OMX_U32 portIndex,
170 node, OMX_IndexParamPortDefinition, def, sizeof(*def));
183 IOMX::node_id node, OMX_U32 portIndex,
188 status_t err = getPortDefinition(node, portIndex, &def);
198 node, portInde
75 dequeueMessageForNode( IOMX::node_id node, omx_message *msg, int64_t timeoutUs) argument
122 dequeueMessageForNodeIgnoringBuffers( IOMX::node_id node, Vector<Buffer> *inputBuffers, Vector<Buffer> *outputBuffers, omx_message *msg, int64_t timeoutUs) argument
160 getPortDefinition( IOMX::node_id node, OMX_U32 portIndex, OMX_PARAM_PORTDEFINITIONTYPE *def) argument
181 allocatePortBuffers( const sp<MemoryDealer> &dealer, IOMX::node_id node, OMX_U32 portIndex, Vector<Buffer> *buffers) argument
207 setRole(IOMX::node_id node, const char *role) argument
223 NodeReaper(const sp<Harness> &harness, IOMX::node_id node) argument
267 IOMX::node_id node; local
[all...]
/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/minikin/libs/minikin/
H A DHyphenator.cpp87 const Trie* node = &root; local
112 auto search = node->succ.find(c);
113 if (search != node->succ.end()) {
114 node = &search->second;
118 if (!node->result.empty()) {
119 int resultLen = node->result.size();
125 (*result)[offset + k] = std::max((*result)[offset + k], node->result[k]);
132 if (off >= 0 && node->result[off] != 0) {
133 dbg.push_back((char)('0' + node->result[off]));
/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);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java28 public MOTree(XMLNode node, String urn) throws IOException, SAXException { argument
29 Iterator<XMLNode> children = node.getChildren().iterator();
47 for (XMLNode child : node.getChildren()) {
88 private static void buildNode(OMANode parent, XMLNode node) throws IOException { argument
89 if (!node.getTag().equals(NodeTag))
90 throw new IOException("Node is a '" + node.getTag() + "' instead of a 'Node'");
99 for (XMLNode child : node.getChildren()) {
114 throw new IOException(ValueTag + " in constructed node");
132 throw new IOException("Scalar node " + node
159 getNextNode(XMLNode node, String tag) argument
[all...]
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp62 void insertAfter(NODE* node, NODE* newNode) { argument
63 newNode->prev = node;
64 newNode->next = node->next;
65 if (node->next == 0) mLast = newNode;
66 else node->next->prev = newNode;
67 node->next = newNode;
70 void insertBefore(NODE* node, NODE* newNode) { argument
71 newNode->prev = node->prev;
72 newNode->next = node;
73 if (node
101 remove(NODE* node) argument
277 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); local
[all...]
/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.cpp56 guid->node[0],
57 guid->node[1],
58 guid->node[2],
59 guid->node[3],
60 guid->node[4],
61 guid->node[5]);
/frameworks/base/tools/aapt2/
H A DXmlFlattener.cpp55 void writeNamespace(Namespace* node, uint16_t type) { argument
63 flatNode->lineNumber = node->lineNumber;
65 addString(node->namespacePrefix, kLowPriority, &flatNs->prefix);
66 addString(node->namespaceUri, kLowPriority, &flatNs->uri);
69 virtual void visit(Namespace* node) override {
70 // Extract the package/prefix from this namespace node.
71 Maybe<std::u16string> package = util::extractPackageFromNamespace(node->namespaceUri);
74 node->namespacePrefix,
78 writeNamespace(node, android::RES_XML_START_NAMESPACE_TYPE);
79 for (const auto& child : node
[all...]
H A DProguardRules.h49 bool collectProguardRulesForManifest(const Source& source, xml::Node* node, KeepSet* keepSet);
50 bool collectProguardRules(ResourceType type, const Source& source, xml::Node* node,
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp257 guid->node[0] = (uint8_t)tmp[4];
258 guid->node[1] = (uint8_t)tmp[5];
259 guid->node[2] = (uint8_t)tmp[6];
260 guid->node[3] = (uint8_t)tmp[7];
261 guid->node[4] = (uint8_t)tmp[8];
262 guid->node[5] = (uint8_t)tmp[9];
278 guid->node[0],
279 guid->node[1],
280 guid->node[2],
281 guid->node[
[all...]
/frameworks/base/tools/aapt/
H A DXMLNode.cpp788 SourcePos(mFilename, child->getStartLineNumber()).error("Child to CDATA node.");
799 SourcePos(mFilename, child->getStartLineNumber()).error("Child to CDATA node.");
811 SourcePos(mFilename, getStartLineNumber()).error("Child to CDATA node.");
875 SourcePos(mFilename, getStartLineNumber()).error("Adding characters to element node.");
916 sp<XMLNode> node = mChildren.itemAt(i);
917 if (node->getType() == TYPE_CDATA) {
918 // This is a CDATA node...
919 const char16_t* p = node->mChars.string();
924 // (int)(p-node->mChars.string()),
925 // String8(node
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java99 ViewNode node; field in class:AssistStructure.ViewStackEntry
165 void pushViewStackEntry(ViewNode node, int pos) { argument
175 entry.node = node;
176 entry.numChildren = node.getChildCount();
202 // Write next view node if appropriate.
207 + mCurViewStackEntry.curChild + " in " + mCurViewStackEntry.node);
208 ViewNode child = mCurViewStackEntry.node.mChildren[mCurViewStackEntry.curChild];
217 if (DEBUG_PARCEL_TREE) Log.d(TAG, "Done with " + mCurViewStackEntry.node
833 * Returns true if assist data has been blocked starting at this node i
1058 ViewNodeBuilder(AssistStructure assist, ViewNode node, boolean async) argument
1361 dump(String prefix, ViewNode node) argument
[all...]
/frameworks/base/tools/preload/
H A Dsorttable.js199 getInnerText: function(node) {
206 hasInputs = (typeof node.getElementsByTagName == 'function') &&
207 node.getElementsByTagName('input').length;
209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
212 else if (typeof node.textContent != 'undefined' && !hasInputs) {
213 return node.textContent.replace(/^\s+|\s+$/g, '');
215 else if (typeof node.innerText != 'undefined' && !hasInputs) {
216 return node.innerText.replace(/^\s+|\s+$/g, '');
218 else if (typeof node
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java304 * Set the search criteria to match the widget by its node
597 * can also be a single level referencing only one node. In such cases the return
601 * reference child node.
654 boolean isMatchFor(AccessibilityNodeInfo node, int index) { argument
665 if (node.isChecked() != getBoolean(criterion)) {
670 s = node.getClassName();
676 s = node.getClassName();
682 if (node.isClickable() != getBoolean(criterion)) {
687 if (node.isCheckable() != getBoolean(criterion)) {
692 if (node
[all...]
/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/av/media/libeffects/proxy/
H A DEffectProxy.cpp129 uuid_print.timeHiAndVersion, uuid_print.clockSeq, uuid_print.node[0],
130 uuid_print.node[1], uuid_print.node[2], uuid_print.node[3],
131 uuid_print.node[4], uuid_print.node[5]);
134 uuid_print.timeHiAndVersion, uuid_print.clockSeq, uuid_print.node[0],
135 uuid_print.node[1], uuid_print.node[2], uuid_print.node[
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAssistVisualizer.java45 TextEntry(AssistStructure.ViewNode node, int parentLeft, int parentTop, Matrix matrix) { argument
46 int left = parentLeft+node.getLeft();
47 int top = parentTop+node.getTop();
48 bounds = new Rect(left, top, left+node.getWidth(), top+node.getHeight());
52 this.className = node.getClassName();
53 this.text = node.getText() != null ? node.getText() : node.getContentDescription();
54 this.scrollY = node
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java140 Log.i(LOG_TAG, "Refreshing cached node.");
152 // The node changed so we will just refresh it right now.
162 * window and the accessibility id of the node.
164 * @param windowId The id of the window hosting the node.
165 * @param accessibilityNodeId The info accessibility node id.
226 * @param info The node to cache.
244 // If the added node is in the cache we have to be careful if
319 * Clears a subtree rooted at the node with the given id that is
361 * node, and for every window there is a single accessibility focused node
[all...]

Completed in 1387 milliseconds

12345