Home
last modified time | relevance | path

Searched refs:ALLOCATE_NODE (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.cpp18 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i); in GCFactoryListTraitsTest() macro
19 ALLOCATE_NODE(0); in GCFactoryListTraitsTest()
20 ALLOCATE_NODE(1); in GCFactoryListTraitsTest()
21 ALLOCATE_NODE(2); in GCFactoryListTraitsTest()
22 ALLOCATE_NODE(3); in GCFactoryListTraitsTest()
23 ALLOCATE_NODE(4); in GCFactoryListTraitsTest()
24 ALLOCATE_NODE(5); in GCFactoryListTraitsTest()
25 ALLOCATE_NODE(6); in GCFactoryListTraitsTest()
26 ALLOCATE_NODE(7); in GCFactoryListTraitsTest()
27 ALLOCATE_NODE(8); in GCFactoryListTraitsTest()
[all …]
/frameworks/av/media/libmedia/
DIOMX.cpp36 ALLOCATE_NODE, enumerator
113 remote()->transact(ALLOCATE_NODE, data, &reply); in allocateNode()
674 case ALLOCATE_NODE: in onTransact()