Home
last modified time | relevance | path

Searched refs:postLayout (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h84 virtual void postLayout(Module& pModule, IRBuilder& pBuilder) = 0;
DGNULDBackend.h418 void postLayout(Module& pModule, IRBuilder& pBuilder);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewAnimationsTest.java716 private void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument
717 mLayoutManager.mOnLayoutCallbacks.setExpectedItemCounts(preLayout, postLayout); in setExpectedItemCounts()
1015 void setExpectedItemCounts(int preLayout, int postLayout) { in setExpectedItemCounts() argument
1017 expectedPostLayoutItemCount = postLayout; in setExpectedItemCounts()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp662 m_LDBackend.postLayout(*m_pModule, *m_pBuilder); in postlayout()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2675 void GNULDBackend::postLayout(Module& pModule, IRBuilder& pBuilder) in postLayout() function in GNULDBackend