/frameworks/base/tools/aapt2/link/ |
D | TableMerger_test.cpp | 64 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()
|
D | TableMerger.h | 70 bool merge(const Source& src, ResourceTable* table,
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | reusing-layouts.jd | 22 <li><a href="#Merge">Use the <merge> Tag</a></li> 40 re-use complete layouts, you can use the {@code <include/>} and {@code <merge/>} tags 118 <h2 id="Merge">Use the <merge> 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 <merge xmlns:android="http://schemas.android.com/apk/res/android"> 145 </merge> 149 system ignores the {@code <merge>} element and places the two buttons directly in the
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttribute.cpp | 38 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/ |
D | ELFAttribute.h | 57 bool merge(const Input& pInput, LDSection& pInputAttrSectHdr); 89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);
|
D | ELFAttributeData.h | 63 virtual bool merge(const LinkerConfig& pConfig,
|
/frameworks/native/include/ui/ |
D | Region.h | 77 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);
|
D | Fence.h | 82 static sp<Fence> merge(const String8& name, const sp<Fence>& f1,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserRestrictionsUtilsTest.java | 70 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/ |
D | FrameQueue.java | 57 FrameType result = FrameType.merge(mWriteType, mReadType); in buildType() 59 result = FrameType.merge(result, queue.mType); in buildType()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 25 "Cannot merge section %0 of %1", 26 "Cannot merge section %0 of %1")
|
D | DebugString.h | 34 void merge(LDSection& pSection);
|
/frameworks/compile/mclinker/unittests/ |
D | BinTreeTest.cpp | 59 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/ |
D | Script.cpp | 36 return mSource->merge(pSource); in mergeSource()
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 194 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { in merge() function 270 using BinTreeTy::merge; 279 InputTree& merge(TreeIteratorBase pRoot,
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 330 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/ |
D | MipsAbiFlags.h | 46 static bool merge(const Input& pInput, MipsAbiFlags& oldFlags,
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame()); in MergeSection() 97 debug_str->merge(pInputSection); in MergeSection()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScript.cpp | 43 if (!pScript.getSource().merge(*libclcore_source)) { in LinkRuntime()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 178 void merge(); in merge() method
|
/frameworks/compile/libbcc/include/bcc/ |
D | Source.h | 75 bool merge(Source &pSource);
|
/frameworks/base/tools/split-select/ |
D | SplitSelector_test.cpp | 50 bestSplits.merge(selector.getBestSplits(targetSplit)); in TEST()
|
/frameworks/compile/mclinker/lib/Core/ |
D | InputTree.cpp | 19 InputTree& InputTree::merge(TreeIteratorBase pRoot, in merge() function in mcld::InputTree
|
/frameworks/compile/mclinker/lib/LD/ |
D | DebugString.cpp | 40 void DebugString::merge(LDSection& pSection) { in merge() function in mcld::DebugString
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.h | 170 virtual bool merge(const LinkerConfig& pConfig,
|