Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 103) sorted by relevance

12345

/frameworks/base/tools/aapt2/link/
DTableMerger_test.cpp64 ASSERT_TRUE(merger.merge({}, tableA.get())); in TEST_F()
132 ASSERT_TRUE(merger.merge({}, tableA.get())); in TEST_F()
159 ASSERT_TRUE(merger.merge({}, base.get())); in TEST_F()
180 ASSERT_TRUE(merger.merge({}, tableA.get())); in TEST_F()
198 ASSERT_TRUE(merger.merge({}, tableA.get())); in TEST_F()
216 ASSERT_TRUE(merger.merge({}, tableA.get())); in TEST_F()
DTableMerger.h70 bool merge(const Source& src, ResourceTable* table,
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd22 <li><a href="#Merge">Use the &lt;merge&gt; Tag</a></li>
40 re-use complete layouts, you can use the {@code <include/>} and {@code <merge/>} tags
118 <h2 id="Merge">Use the &lt;merge&gt; Tag</h2>
120 <p>The {@code <merge />} tag helps eliminate redundant view groups in your view hierarchy
130 {@code <merge>} element as the root view for the re-usable layout. For example:</p>
133 &lt;merge xmlns:android="http://schemas.android.com/apk/res/android"&gt;
145 &lt;/merge>
149 system ignores the {@code <merge>} element and places the two buttons directly in the
/frameworks/compile/mclinker/lib/Target/
DELFAttribute.cpp38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) { in merge() function in mcld::ELFAttribute
113 if (!subsection->merge(pInput, vendor_data, vendor_data_size)) in merge()
186 bool ELFAttribute::Subsection::merge(const Input& pInput, in merge() function in mcld::ELFAttribute::Subsection
265 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) { in merge()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttribute.h57 bool merge(const Input& pInput, LDSection& pInputAttrSectHdr);
89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);
DELFAttributeData.h63 virtual bool merge(const LinkerConfig& pConfig,
/frameworks/native/include/ui/
DRegion.h77 const Region merge(const Rect& rhs) const;
83 const Region merge(const Region& rhs) const;
97 const Region merge(const Region& rhs, int dx, int dy) const;
182 return merge(rhs);
DFence.h82 static sp<Fence> merge(const String8& name, const sp<Fence>& f1,
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java70 UserRestrictionsUtils.merge(a, b); in testMerge()
74 UserRestrictionsUtils.merge(a, null); in testMerge()
79 UserRestrictionsUtils.merge(a, a); in testMerge()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameQueue.java57 FrameType result = FrameType.merge(mWriteType, mReadType); in buildType()
59 result = FrameType.merge(result, queue.mType); in buildType()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc25 "Cannot merge section %0 of %1",
26 "Cannot merge section %0 of %1")
DDebugString.h34 void merge(LDSection& pSection);
/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp59 m_pTestee->merge<TreeIteratorBase::Rightward>(pos, *mergeTree); in TEST_F()
77 m_pTestee->merge<TreeIteratorBase::Rightward>(pos, *mergeTree); in TEST_F()
95 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee); in TEST_F()
108 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee); in TEST_F()
/frameworks/compile/libbcc/lib/Core/
DScript.cpp36 return mSource->merge(pSource); in mergeSource()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h194 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { in merge() function
270 using BinTreeTy::merge;
279 InputTree& merge(TreeIteratorBase pRoot,
/frameworks/native/libs/ui/
DRegion.cpp330 const Region Region::merge(const Rect& rhs) const { in merge() function in android::Region
350 const Region Region::merge(const Region& rhs) const { in merge() function in android::Region
396 const Region Region::merge(const Region& rhs, int dx, int dy) const { in merge() function in android::Region
481 bool merge = false; in flushSpan() local
486 merge = true; in flushSpan()
489 merge = false; in flushSpan()
496 if (merge) { in flushSpan()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsAbiFlags.h46 static bool merge(const Input& pInput, MipsAbiFlags& oldFlags,
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame()); in MergeSection()
97 debug_str->merge(pInputSection); in MergeSection()
/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp43 if (!pScript.getSource().merge(*libclcore_source)) { in LinkRuntime()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl178 void merge(); in merge() method
/frameworks/compile/libbcc/include/bcc/
DSource.h75 bool merge(Source &pSource);
/frameworks/base/tools/split-select/
DSplitSelector_test.cpp50 bestSplits.merge(selector.getBestSplits(targetSplit)); in TEST()
/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, in merge() function in mcld::InputTree
/frameworks/compile/mclinker/lib/LD/
DDebugString.cpp40 void DebugString::merge(LDSection& pSection) { in merge() function in mcld::DebugString
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.h170 virtual bool merge(const LinkerConfig& pConfig,

12345