Home
last modified time | relevance | path

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

/external/smack/asmack-master/patch/beem/
D50-improved-pubsub.patch23 --- ../../../src/org/jivesoftware/smackx/pubsub/LeafNode.java (révision 11644)
24 +++ org/jivesoftware/smackx/pubsub/LeafNode.java (copie de travail)
27 public class LeafNode extends Node
29 - LeafNode(Connection connection, String nodeName)
30 + public LeafNode(Connection connection, String nodeName)
/external/smack/src/org/jivesoftware/smackx/pubsub/
DPubSubManager.java81 public LeafNode createNode() in createNode()
87 LeafNode newNode = new LeafNode(con, elem.getNode()); in createNode()
102 public LeafNode createNode(String id) in createNode()
105 return (LeafNode)createNode(id, null); in createNode()
137 Node newNode = isLeafNode ? new LeafNode(con, name) : new CollectionNode(con, name); in createNode()
166 node = new LeafNode(con, id); in getNode()
DLeafNode.java35 public class LeafNode extends Node class
37 LeafNode(Connection connection, String nodeName) in LeafNode() method in LeafNode
/external/smack/src/org/jivesoftware/smackx/pubsub/listener/
DNodeConfigListener.java17 import org.jivesoftware.smackx.pubsub.LeafNode;
DItemDeleteListener.java17 import org.jivesoftware.smackx.pubsub.LeafNode;
DItemEventListener.java18 import org.jivesoftware.smackx.pubsub.LeafNode;
/external/chromium_org/ui/keyboard/resources/
Dtouch_fuzzing.js240 return new LeafNode(array[0]);
292 var LeafNode = function(data) { class
296 LeafNode.prototype = { class
/external/llvm/include/llvm/ADT/
DIntervalMap.h179 template <typename, typename, unsigned, typename> class LeafNode; variable
559 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
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;