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

  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 33 class NodeFactory;
36 friend class NodeFactory;
54 class NodeFactory : public mcld::GCFactory<Node, 0> {
56 NodeFactory() : mcld::GCFactory<Node, 0>(16) {}
87 NodeFactory m_NodeFactory;
  /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> {
52 void delegate(NodeFactory& pClient) {
75 void replace(NodeFactory& pClient) {
83 void concatenate(NodeFactory& pClient)
    [all...]
  /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) {
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 181 milliseconds