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

  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 35 class NodeFactory;
39 friend class NodeFactory;
60 class NodeFactory : public mcld::GCFactory<Node, 0> {
62 NodeFactory() : mcld::GCFactory<Node, 0>(16) { }
90 NodeFactory m_NodeFactory;
FactoriesTest.h 19 * \brief Test cases for factories - NodeFactory and MCLDFileFactory.
39 typedef mcld::NodeFactory<int> NodeAlloc;
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 19 /** \class NodeFactory
20 * \brief NodeFactory manages the creation and destruction of mcld::Node.
22 * NodeFactory guarantees all allocated memory are released finally. When
23 * the destructor of NodeFactory is called, all allocated memory are freed.
25 * NodeFactory provides delegation of memory. Sometimes, we have to merge two
26 * NodeFactories, and NodeFactory::delegate() can move the memory from one
32 class NodeFactory : public GCFactory<Node<DataType>, 64>
53 void delegate(NodeFactory& pClient) {
77 void replace(NodeFactory& pClient) {
85 void concatenate(NodeFactory& pClient)
    [all...]
BinTree.h 280 class TreeImpl : public NodeFactory<DataType>
282 typedef typename NodeFactory<DataType>::iterator iterator;
283 typedef typename NodeFactory<DataType>::const_iterator const_iterator;
290 : NodeFactory<DataType>() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 42 * @param factory A {@link NodeFactory} to create unique children nodes.
44 public MockNodeProxy(String fqcn, Rectangle bounds, NodeFactory factory) {
NodeFactoryTest.java 32 private NodeFactory m;
37 m = new NodeFactory(null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactory.java 34 public class NodeFactory {
40 public NodeFactory(LayoutCanvas canvas) {
NodeProxy.java 62 private final NodeFactory mFactory;
71 * This method is package protected. To create a node, please use {@link NodeFactory} instead.
79 * @param factory A {@link NodeFactory} to create unique children nodes.
81 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) {
124 * This is a package-protected method, only the {@link NodeFactory} uses this method.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory;
418 NodeFactory nodeFactory = mCanvas.getNodeFactory();
421 NodeProxy node = nodeFactory.create((UiViewElementNode) uiNode);
    [all...]
RenderService.java 47 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory;
495 final NodeFactory mNodeFactory = mEditor.getCanvasControl().getNodeFactory();
LayoutCanvas.java 35 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory;
154 private final @NonNull NodeFactory mNodeFactory = new NodeFactory(this);
607 public NodeFactory getNodeFactory() {
    [all...]
SelectionManager.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory;
    [all...]
DynamicContextMenu.java 40 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory;
565 NodeFactory nodeFactory = canvas.getNodeFactory();
566 NodeProxy rootNode = nodeFactory.create(uiViewNode);
PaletteControl.java 44 import com.android.ide.eclipse.adt.internal.editors.layout.gre.NodeFactory;
    [all...]
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 

Completed in 1409 milliseconds