| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_fs_cfg.h | 44 void *node; local 46 node = rzalloc_size(ctx, size); 47 assert(node != NULL); 49 return node; 73 void *node; local 75 node = rzalloc_size(ctx, size); 76 assert(node != NULL); 78 return node;
|
| /external/qemu/ |
| aio-android.c | 40 QLIST_ENTRY(AioHandler) node; 45 AioHandler *node; local 47 QLIST_FOREACH(node, &aio_handlers, node) { 48 if (node->fd == fd) 49 if (!node->deleted) 50 return node; 63 AioHandler *node; local 65 node = find_aio_handler(fd); 69 if (node) { 104 AioHandler *node; local 126 AioHandler *node; local 162 AioHandler *node; local [all...] |
| aio.c | 39 QLIST_ENTRY(AioHandler) node; 44 AioHandler *node; local 46 QLIST_FOREACH(node, &aio_handlers, node) { 47 if (node->fd == fd) 48 if (!node->deleted) 49 return node; 62 AioHandler *node; local 64 node = find_aio_handler(fd); 68 if (node) { 103 AioHandler *node; local 125 AioHandler *node; local 158 AioHandler *node; local [all...] |
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
| AttrResourceLoader.java | 5 import org.w3c.dom.Node; 30 Node node = stringNodes.item(i); local 31 String viewName = node.getParentNode().getParentNode().getAttributes().getNamedItem("name").getNodeValue(); 32 String enumName = node.getParentNode().getAttributes().getNamedItem("name").getNodeValue(); 33 String name = node.getAttributes().getNamedItem("name").getNodeValue(); 34 String value = node.getAttributes().getNamedItem("value").getNodeValue();
|
| /external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/pubsub/provider/ |
| ItemProvider.java | 36 String node = parser.getAttributeValue(null, "node");
local 42 return new Item(id, node);
84 return new PayloadItem<SimplePayload>(id, node, new SimplePayload(payloadElemName, payloadNS,
87 return new PayloadItem<PacketExtension>(id, node, PacketParserUtils.parsePacketExtension(
|
| /external/smack/src/org/jivesoftware/smackx/entitycaps/packet/ |
| CapsExtension.java | 25 private String node, ver, hash; field in class:CapsExtension 30 public CapsExtension(String node, String version, String hash) { 31 this.node = node; 45 return node; 48 public void setNode(String node) { 49 this.node = node; 71 * node='http://code.google.com/p/exodus' 78 "node=\"" + node + "\" " [all...] |
| /external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
| ItemProvider.java | 36 String node = parser.getAttributeValue(null, "node");
local 42 return new Item(id, node);
84 return new PayloadItem<SimplePayload>(id, node, new SimplePayload(payloadElemName, payloadNS,
87 return new PayloadItem<PacketExtension>(id, node, PacketParserUtils.parsePacketExtension(
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
| warnings.c | 40 struct WarningListNode **node = &warning_list->warning_node; local 44 fatal("Unable to allocate warning node."); 50 while (*node != NULL) 51 node = &(*node)->next_warning; 53 *node = new_node; 58 struct WarningListNode *const node = warning_list->warning_node; local 59 warning_list->warning_node = node->next_warning; 60 free(node);
|
| /libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
| importNode16.java | 36 * the type of node being imported is DocumentType. 74 Node node; local 82 node = doc.importNode(docType, false);
|
| importNode17.java | 36 * the type of node being imported is Document. 73 Node node; local 80 node = doc.importNode(anotherDoc, false);
|
| /packages/apps/Mms/src/com/android/mms/dom/ |
| NamedNodeMapImpl.java | 24 import org.w3c.dom.Node; 28 private Vector<Node> mNodes = new Vector<Node>(); 34 public Node getNamedItem(String name) { 35 Node node = null; local 38 node = mNodes.elementAt(i); 42 return node; 45 public Node getNamedItemNS(String namespaceURI, String localName) { 50 public Node item(int index) 58 Node node = getNamedItem(name); local [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 55 typedef _Node node; typedef in class:__gnu_pbds::detail::rc 57 typedef typename _Alloc::template rebind<node> __rebind_n;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 55 typedef _Node node; typedef in class:__gnu_pbds::detail::rc 57 typedef typename _Alloc::template rebind<node> __rebind_n;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| search.h | 54 typedef struct node { struct 56 struct node *llink, *rlink;
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/ |
| rc.hpp | 50 template<typename Node, class Allocator> 53 rc<Node, Allocator> 55 template<typename Node, class Allocator> 63 typedef Node node; typedef in class:__gnu_pbds::detail::rc 67 node>::other::pointer
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
| traits.hpp | 102 node; typedef in struct:__gnu_pbds::detail::trie_traits 131 node, 142 node, 153 node, 164 node, 174 node, 186 node, 263 node; typedef in struct:__gnu_pbds::detail::trie_traits 292 node, 305 node, [all...] |