HomeSort by relevance Sort by last modified time
    Searched refs:LeafNode (Results 1 - 8 of 8) sorted by null

  /external/smack/src/org/jivesoftware/smackx/pubsub/listener/
ItemDeleteListener.java 17 import org.jivesoftware.smackx.pubsub.LeafNode;
22 * @see LeafNode#addItemDeleteListener(ItemDeleteListener)
NodeConfigListener.java 17 import org.jivesoftware.smackx.pubsub.LeafNode;
22 * @see LeafNode#addConfigurationListener(NodeConfigListener)
ItemEventListener.java 18 import org.jivesoftware.smackx.pubsub.LeafNode;
23 * @see LeafNode#addItemEventListener(ItemEventListener)
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubManager.java 38 * 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);
LeafNode.java 35 public class LeafNode extends Node
37 LeafNode(Connection connection, String nodeName)
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 207 * @return {DecisionNode | LeafNode}
236 * @return {DecisionNode | LeafNode} The new branch for the tree.
240 return new LeafNode(array[0]);
268 * @param {DecisionNode | LeafNode} The node that most closely matches the
292 var LeafNode = function(data) {
296 LeafNode.prototype = {
  /external/llvm/include/llvm/ADT/
IntervalMap.h 179 template <typename, typename, unsigned, typename> class LeafNode;
539 //--- IntervalMapImpl::LeafNode ---//
559 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
622 unsigned LeafNode<KeyT, ValT, N, Traits>::
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 490 milliseconds