HomeSort by relevance Sort by last modified time
    Searched defs:node (Results 1076 - 1100 of 2129) sorted by null

<<41424344454647484950>>

  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 107 typedef Node<value_type> node_type;
195 typedef Node<value_type> node_type;
254 * \brief BinaryTreeBase gives root node and memory management.
258 * inserton of a node.
266 typedef Node<DataType> NodeType;
268 /// TreeImpl - TreeImpl records the root node and the number of nodes
283 NodeBase node; member in class:mcld::BinaryTreeBase::TreeImpl
288 node.left = node.right = &node;
440 node_type *node = BinaryTreeBase<DataType>::createNode(); local
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 48 template <typename NODE>
51 NODE* mFirst;
52 NODE* mLast;
57 NODE const* head() const { return mFirst; }
58 NODE* head() { return mFirst; }
59 NODE const* tail() const { return mLast; }
60 NODE* tail() { return mLast; }
62 void insertAfter(NODE* node, NODE* newNode)
277 chunk_t* node = new chunk_t(0, mHeapSize \/ kMemoryAlign); local
    [all...]
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp 157 List<ShareMemMap *>::iterator node; local
161 for(node = gShareMemMapList.begin(); node != gShareMemMapList.end(); )
163 if ((*node)->sessionflag == sessionflag) //remove all buffers belong to this session
165 (*node)->membase = NULL;
166 (*node)->gbuffer = NULL;
167 delete (*node);
168 node = gShareMemMapList.erase(node);
171 node ++
179 List<ShareMemMap *>::iterator node; local
205 List<ShareMemMap *>::iterator node; local
    [all...]
  /hardware/qcom/audio/voice_processing/
voice_processing.c 67 struct listnode node; member in struct:session_s
324 list_remove(&session->node);
395 struct listnode *node; local
398 list_for_each(node, &session_list) {
399 session = node_to_item(node, struct session_s, node);
414 list_add_tail(&session_list, &session->node);
696 list_remove(&session->node);
704 struct listnode *node; local
713 list_for_each(node, &session_list)
    [all...]
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 338 char node[32]; local
340 sprintf(node, "%s%d", PFX_NODE_ROTATOR, NODE_NUM_ROTATOR);
341 fd = exynos_v4l2_open(node, O_RDWR);
343 ALOGE("%s::exynos_v4l2_open(%s) fail", __func__, node);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferencesTest.java 76 Preferences parent = root.node("java");
80 assertEquals("System Preference Node: " + p.absolutePath(), p
101 assertEquals("System Preference Node: " + p.absolutePath(), p
116 Preferences parent = root.node("java");
120 assertEquals("User Preference Node: " + p.absolutePath(), p.toString());
139 assertEquals("User Preference Node: " + p.absolutePath(), p.toString());
329 public Preferences node(String name) { method in class:PreferencesTest.MockPreferences
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmPluginManager.cc 628 DMNode* node = new DMPluginRootNode(plugin); local
630 if ( node == NULL )
640 XPL_LOG_DM_PLG_Error(("MountNode : cannot find node by URI: %s\n",parentURI));
641 delete node;
645 /* Add the node to the tree */
646 /* the format of the node is unknown here */
647 ret = m_pTree->AddNode( &pParent, oNodeProps, node);
650 XPL_LOG_DM_PLG_Error(("Add plugin node failed for %s, ret=%d\n", szRootPath, ret));
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
TreeTest.java 7 private Node rootNode;
21 public Content validateNode(Node n) throws Exception {
27 Content cin = new Content(); //content for interior node
30 tmp = validateNode( (Node) n.children.get(i));
38 public Content validateLeafNode(Node n) throws Exception {
65 public Content validateInteriorNode(Node n, Content cin) throws Exception {
67 //c.tests = "node test: " + n.path + " " + cin.lines + "\n";
84 rootNode = new Node();
95 private void createChildrenNodes(File f, Node parentNode) throws Exception {
110 Node node = new Node() local
    [all...]
  /packages/apps/OMA-DM/plugins/devplugin/com/android/omadm/plugin/dev/
DevPlugin.java 78 DmtPluginNode node = new DmtPluginNode("", new DmtData("abc")); local
79 setOperationResult(node == null ?
82 return node;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
tipc.h 48 __u32 node; member in struct:tipc_portid
64 unsigned int node)
66 return (zone << 24) | (cluster << 12) | node;
  /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_/
pat_trie_.hpp 130 typedef typename Node_And_It_Traits::node node; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
133 typedef typename Allocator::template rebind<node>::other::pointer node_pointer;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
typelist.h 60 struct node struct in namespace:typelist
257 typedef typename append<Hd, node<rest_type> >::type::root type;
364 typedef append<Hd_Typelist, node<rest_type> > append_type;
431 typedef node<typename append_type::type> type;
442 typedef node<typename append_type::type> type;
466 typedef node<typename filter_type::type> type;
488 typedef node<typename transform_type::type> type;
499 typedef node<flatten_type> type;
509 typedef node<chain<first_type, null_type> > type;
515 typedef node<_GLIBCXX_TYPELIST_CHAIN1(T1)> type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc.h 48 __u32 node; member in struct:tipc_portid
64 unsigned int node)
66 return (zone << 24) | (cluster << 12) | node;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 60 struct node struct in namespace:typelist
257 typedef typename append<Hd, node<rest_type> >::type::root type;
364 typedef append<Hd_Typelist, node<rest_type> > append_type;
436 typedef node<typename append_type::type> type;
447 typedef node<typename append_type::type> type;
471 typedef node<typename filter_type::type> type;
493 typedef node<typename transform_type::type> type;
504 typedef node<flatten_type> type;
514 typedef node<chain<first_type, null_type> > type;
520 typedef node<_GLIBCXX_TYPELIST_CHAIN1(T1)> type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
typelist.h 60 struct node struct in namespace:typelist
257 typedef typename append<Hd, node<rest_type> >::type::root type;
364 typedef append<Hd_Typelist, node<rest_type> > append_type;
436 typedef node<typename append_type::type> type;
447 typedef node<typename append_type::type> type;
471 typedef node<typename filter_type::type> type;
493 typedef node<typename transform_type::type> type;
504 typedef node<flatten_type> type;
514 typedef node<chain<first_type, null_type> > type;
520 typedef node<_GLIBCXX_TYPELIST_CHAIN1(T1)> type
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
device.h 136 struct list_head node; member in struct:class_device
155 struct list_head node; member in struct:class_interface
200 struct list_head node; member in struct:device
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 54 struct list_head node; member in struct:mmc_card
87 #define mmc_list_to_card(l) container_of(l, struct mmc_card, node)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
device.h 136 struct list_head node; member in struct:class_device
155 struct list_head node; member in struct:class_interface
200 struct list_head node; member in struct:device
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 54 struct list_head node; member in struct:mmc_card
87 #define mmc_list_to_card(l) container_of(l, struct mmc_card, node)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
device.h 136 struct list_head node; member in struct:class_device
155 struct list_head node; member in struct:class_interface
200 struct list_head node; member in struct:device
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 54 struct list_head node; member in struct:mmc_card
87 #define mmc_list_to_card(l) container_of(l, struct mmc_card, node)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
device.h 136 struct list_head node; member in struct:class_device
155 struct list_head node; member in struct:class_interface
200 struct list_head node; member in struct:device
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mmc/
card.h 54 struct list_head node; member in struct:mmc_card
87 #define mmc_list_to_card(l) container_of(l, struct mmc_card, node)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
device.h 136 struct list_head node; member in struct:class_device
155 struct list_head node; member in struct:class_interface
200 struct list_head node; member in struct:device
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mmc/
card.h 54 struct list_head node; member in struct:mmc_card
87 #define mmc_list_to_card(l) container_of(l, struct mmc_card, node)

Completed in 2304 milliseconds

<<41424344454647484950>>