Searched refs:LeafNode (Results 1 - 8 of 8) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/listener/
H A DItemDeleteListener.java17 import org.jivesoftware.smackx.pubsub.LeafNode;
22 * @see LeafNode#addItemDeleteListener(ItemDeleteListener)
H A DNodeConfigListener.java17 import org.jivesoftware.smackx.pubsub.LeafNode;
22 * @see LeafNode#addConfigurationListener(NodeConfigListener)
H A DItemEventListener.java18 import org.jivesoftware.smackx.pubsub.LeafNode;
23 * @see LeafNode#addItemEventListener(ItemEventListener)
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPubSubManager.java38 * well as create or retrieve pubsub {@link LeafNode} instances. These
81 public LeafNode createNode()
87 LeafNode newNode = new LeafNode(con, elem.getNode());
102 public LeafNode createNode(String id)
105 return (LeafNode)createNode(id, null);
137 Node newNode = isLeafNode ? new LeafNode(con, name) : new CollectionNode(con, name);
166 node = new LeafNode(con, id);
H A DLeafNode.java35 public class LeafNode extends Node class in inherits:Node
37 LeafNode(Connection connection, String nodeName) method in class:LeafNode
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js211 * @return {DecisionNode | LeafNode}
240 * @return {DecisionNode | LeafNode} The new branch for the tree.
244 return new LeafNode(array[0]);
272 * @return {DecisionNode | LeafNode} The node that most closely matches the
296 var LeafNode = function(data) { class
300 LeafNode.prototype = {
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h179 template <typename, typename, unsigned, typename> class LeafNode;
539 //--- IntervalMapImpl::LeafNode ---//
559 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { class in namespace:llvm::IntervalMapImpl
622 unsigned LeafNode<KeyT, ValT, N, Traits>::
933 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf;
936 typedef IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits> RootLeaf;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 83 milliseconds