| /hardware/samsung_slsi/exynos5/libgscaler/ |
| exynos_gscaler.c | 313 char node[32]; local 332 sprintf(node, "%s%d", PFX_NODE_MEDIADEV, 0); 333 media0 = exynos_media_open(node); 335 ALOGE("%s::exynos_media_open failed (node=%s)", __func__, node); 339 /* Get the sink subdev entity by name and make the node of sink subdev*/ 348 ALOGE("%s:: failed to open sink subdev node", __func__); 423 char node[32]; local 446 sprintf(node, "%s%d", PFX_NODE_GSC, video_node_num); 447 fd = exynos_v4l2_open(node, O_RDWR) [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/ |
| LinkedBlockingDeque.java | 54 * keep all Nodes GC-reachable from a predecessor dequeued Node. 58 * a Node was tenured while live, which generational GCs have a 63 * linking a Node that has just been dequeued to itself. Such a 77 /** Doubly-linked list node class */ 78 static final class Node<E> { 80 * The item, or null if this node has been removed. 86 * - the real predecessor Node 87 * - this Node, meaning the predecessor is tail 90 Node<E> prev; 94 * - the real successor Node 311 Node<E> node = new Node<E>(e); local 326 Node<E> node = new Node<E>(e); local 342 Node<E> node = new Node<E>(e); local 359 Node<E> node = new Node<E>(e); local 377 Node<E> node = new Node<E>(e); local 400 Node<E> node = new Node<E>(e); local [all...] |
| LinkedBlockingQueue.java | 69 * enqueued Node by either acquiring the putLock (via fullyLock) 74 * keep all Nodes GC-reachable from a predecessor dequeued Node. 78 * a Node was tenured while live, which generational GCs have a 83 * linking a Node that has just been dequeued to itself. Such a 88 * Linked list node class 90 static class Node<E> { 95 * - the real successor Node 96 * - this Node, meaning the successor is head.next 97 * - null, meaning there is no successor (this is the last node) 99 Node<E> next 304 Node<E> node = new Node<E>(e); local 384 Node<E> node = new Node<E>(e); local 814 Node<E> node = lastRet; local [all...] |
| Phaser.java | 728 QNode node = new QNode(this, phase, true, false, 0L); local 729 p = root.internalAwaitAdvance(phase, node); 730 if (node.wasInterrupted) 766 QNode node = new QNode(this, phase, true, true, nanos); local 767 p = root.internalAwaitAdvance(phase, node); 768 if (node.wasInterrupted) [all...] |
| /libcore/luni/src/main/java/java/util/prefs/ |
| XMLParser.java | 41 import org.w3c.dom.Node; 65 + " <!ELEMENT root (map, node*) >" 67 + " <!ELEMENT node (map, node*) >" 68 + " <!ATTLIST node name CDATA #REQUIRED >" 182 flushStartTag("node", new String[] { "name" }, new String[] { name }, out); 192 flushEndTag("node", out); 201 Preferences child = prefs.node(names[i]); 202 flushStartTag("node", new String[] { "name" }, new String[] { names[i] }, out); 205 flushEndTag("node", out) 456 Element node = (Element) entries.item(i); local [all...] |
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| regex_internal.c | 1642 re_token_t *node = dfa->nodes + nodes->elems[i]; local 1694 re_token_t *node = dfa->nodes + nodes->elems[i]; local [all...] |
| /packages/apps/Mms/src/com/android/mms/ui/ |
| SlideshowActivity.java | 23 import org.w3c.dom.Node; 92 Node layout = children.item(0); 108 Node layoutChild = layoutChildren.item(i); 119 Node node = map.item(j); local 120 if (node == null) { 123 String attrName = node.getNodeName(); 131 if (node instanceof AttrImpl) { 132 value = ((AttrImpl)node).getValue();
|
| /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/ |
| Xml2WBXml.java | 74 formatMap.put("node", new Character( (char) 5)); 113 Node node = list.item(i); local 114 if (node.getNodeType() == Node.ELEMENT_NODE && 115 node.getNodeName().equals("Node")) { 116 arrNodes.add(node); 124 Node node = (Node) arrNodes.get(i) local [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
| HtmlTree.java | 42 * For a string node, begin_[node] = end_[node] = node 43 * For an open tag, begin_[node] = node, end_[node] = the matching end tag 44 * For a close tag, end_[node] = the matching open tag, end_[node] = node 186 HtmlDocument.Node node = nodes.get(n); local 236 HtmlDocument.Node node = nodes.get(n); local 294 HtmlDocument.Node node = nodes.get(i); local [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 118 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 119 typedef typename _Alloc::template rebind<node> __rebind_n; 391 /// Returns a const node_iterator corresponding to the node at the 396 /// Returns a node_iterator corresponding to the node at the 401 /// Returns a const node_iterator corresponding to a node just 406 /// Returns a node_iterator corresponding to a node just
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 118 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 119 typedef typename _Alloc::template rebind<node> __rebind_n; 391 /// Returns a const node_iterator corresponding to the node at the 396 /// Returns a node_iterator corresponding to the node at the 401 /// Returns a const node_iterator corresponding to a node just 406 /// Returns a node_iterator corresponding to a node just
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 119 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 120 typedef typename _Alloc::template rebind<node> __rebind_n; 392 /// Returns a const node_iterator corresponding to the node at the 397 /// Returns a node_iterator corresponding to the node at the 402 /// Returns a const node_iterator corresponding to a node just 407 /// Returns a node_iterator corresponding to a node just
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 119 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 120 typedef typename _Alloc::template rebind<node> __rebind_n; 392 /// Returns a const node_iterator corresponding to the node at the 397 /// Returns a node_iterator corresponding to the node at the 402 /// Returns a const node_iterator corresponding to a node just 407 /// Returns a node_iterator corresponding to a node just
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 118 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 119 typedef typename _Alloc::template rebind<node> __rebind_n; 391 /// Returns a const node_iterator corresponding to the node at the 396 /// Returns a node_iterator corresponding to the node at the 401 /// Returns a const node_iterator corresponding to a node just 406 /// Returns a node_iterator corresponding to a node just
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_.hpp | 118 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 119 typedef typename _Alloc::template rebind<node> __rebind_n; 391 /// Returns a const node_iterator corresponding to the node at the 396 /// Returns a node_iterator corresponding to the node at the 401 /// Returns a const node_iterator corresponding to a node just 406 /// Returns a node_iterator corresponding to a node just
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| platform.py | 960 """ Helper to determine the node name of this machine. 1312 def node(): function [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| platform.py | 960 """ Helper to determine the node name of this machine. 1312 def node(): function [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| DomUtilities.java | 47 import org.w3c.dom.Node; 73 * @param node1 the first node to test 74 * @param node2 the second node to test 78 public static Node getCommonAncestor(@NonNull Node node1, @NonNull Node node2) { 80 Node current = node1; 94 * Returns all elements below the given node (which can be a document, 95 * element, etc). This will include the node itself, if it is an element. 97 * @param node the node to search fro 222 Node node = null; local 276 Node node = null; local 356 Node node = getNode(document, offset); local 564 Node node = children.item(i); local 778 Node node = children.item(i); local [all...] |
| DynamicContextMenu.java | 101 * @param canvas The {@link LayoutCanvas} providing the selection, the node factory and 181 * Returns the list of node-specific actions applicable to the given 189 for (INode node : nodes) { 190 List<RuleAction> actionList = getMenuActions((NodeProxy) node); 191 allActions.put(node, actionList); 199 // We'll use the actions returned by the first node. Even when there 289 UiViewElementNode node = item.getViewInfo().getUiViewNode(); local 290 String name = node.getDescriptor().getXmlLocalName(); 362 * Returns the menu actions computed by the rule associated with this node. 364 * @param node the canvas node we need menu actions fo [all...] |
| MoveGesture.java | 78 * The target node is the proxy node associated with the target view. 79 * This can be null if no view under the cursor accepted the drag'n'drop or if the node 143 // a drag gesture we temporarily set it to show the current target node instead. 284 // If we have a valid target node and it matches the one we saved in 336 // There is no target node because the drop happens on an empty document. 337 // Attempt to create a root node accordingly. 351 // Create node listener which (during the drop) listens for node additions 352 // and stores the list of added node such that they can be selected afterwards 421 NodeProxy node = nodeFactory.create((UiViewElementNode) uiNode); local [all...] |
| ViewHierarchy.java | 36 import org.w3c.dom.Node; 74 * no root node. Null here does not mean the result was invalid, merely that the XML 124 private Map<Node, CanvasViewInfo> mDomNodeToView = Collections.emptyMap(); 229 mDomNodeToView = new HashMap<Node, CanvasViewInfo>(mNodeToView.size()); 274 * Creates or updates the node proxy for this canvas view info. 432 * node, or null if it cannot be found. 434 * @param node The node we want to find a corresponding 436 * @return The {@link CanvasViewInfo} corresponding to the given node, or 440 public CanvasViewInfo findViewInfoFor(@Nullable Node node) 682 UiViewElementNode node = info.getUiViewNode(); local 742 UiViewElementNode node = (UiViewElementNode) cookie; local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
| ManifestEditor.java | 58 import org.w3c.dom.Node; 73 /** Root node of the UI element hierarchy */ 130 * Return the root node of the UI element hierarchy, which here 131 * is the "manifest" node. 237 * Processes the new XML Model, which XML root node is given. 243 // create the ui root node on demand. 251 Node node = getManifestXmlNode(xmlDoc); local 253 if (node != null) { 254 // Refresh the manifest UI node and all its descendant 266 Node node = xmlDoc.getDocumentElement(); local 289 Node node = getManifestXmlNode(getXmlDocument(model)); local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
| ResourceHelper.java | 96 import org.w3c.dom.Node; 364 Node lastElement = null; 368 Node node = childNodes.item(i); local 369 if (node.getNodeType() == Node.ELEMENT_NODE) { 370 lastElement = node; 371 indent = AndroidXmlEditor.getIndent(structuredDocument, node); 378 Node nextChild = lastElement != null ? lastElement.getNextSibling() : null; 400 Node valueNode = document.createTextNode(value) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| RefactoringTest.java | 201 UiViewElementNode node = createNode(parent, fqcn, hasChildren); local 202 node.setXmlNode(element); 204 createModel(node, child); 207 return node; 236 protected ViewInfo create(UiElementNode node, Iterator<String> lineIterator) { 250 ViewInfo view = new ViewInfo(node.getXmlNode().getLocalName(), node, 254 List<UiElementNode> childNodes = node.getUiChildren();
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
| TestNode.java | 202 public void removeChild(@NonNull INode node) { 203 int index = mChildren.indexOf(node); 242 /** Create a test node from the given XML */ 251 public static String toXml(TestNode node) { 253 node instanceof TestXmlNode); 254 Document document = ((TestXmlNode) node).mElement.getOwnerDocument(); 296 TestNode node = new TestXmlNode(fqcn, element); local 299 node.add(createFromNode(child)); 302 return node; 306 public static TestNode findById(TestNode node, String id) [all...] |