Searched refs:merge (Results 1 - 25 of 69) sorted by relevance

123

/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp36 return mSource->merge(pSource);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h32 /// merge - process the strings in the given input .debug_str section and add
34 void merge(LDSection& pSection);
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h56 /// merge - merge attributes from input (attribute) section
57 bool merge(const Input& pInput, LDSection& pInputAttrSectHdr);
88 /// merge - Merge the attributes from the section in the input data.
89 bool merge(const Input& pInput, ConstAddress pData, size_t pSize);
H A DELFAttributeData.h58 /// preMerge - hooks to call before starting merge the attribute data in an
62 /// merge - implement logics to merge input attribute to the output.
63 virtual bool merge(const LinkerConfig& pConfig,
68 /// postMerge - hooks to call after finishing merge the attribute data from an
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.h45 /// merge new abi settings to the old structure
46 static bool merge(const Input& pInput, MipsAbiFlags& oldFlags,
/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp64 ASSERT_TRUE(merger.merge({}, tableA.get()));
132 ASSERT_TRUE(merger.merge({}, tableA.get()));
159 ASSERT_TRUE(merger.merge({}, base.get()));
180 ASSERT_TRUE(merger.merge({}, tableA.get()));
198 ASSERT_TRUE(merger.merge({}, tableA.get()));
216 ASSERT_TRUE(merger.merge({}, tableA.get()));
H A DTableMerger.h70 bool merge(const Source& src, ResourceTable* table,
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl170 * Merges the active & hold call. When the merge starts,
172 * {@link Listener#callSessionMergeComplete} is called if the merge is successful, and
173 * {@link Listener#callSessionMergeFailed} is called if the merge fails.
178 void merge();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameQueue.java57 FrameType result = FrameType.merge(mWriteType, mReadType);
59 result = FrameType.merge(result, queue.mType);
/frameworks/compile/libbcc/include/bcc/
H A DSource.h75 bool merge(Source &pSource);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp43 if (!pScript.getSource().merge(*libclcore_source)) {
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) { function in class:mcld::ELFAttribute
113 if (!subsection->merge(pInput, vendor_data, vendor_data_size))
186 bool ELFAttribute::Subsection::merge(const Input& pInput, function in class:mcld::ELFAttribute::Subsection
254 // to a temporary storage in_attr and perform the merge.
265 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {
266 // Fail to merge the attribute.
/frameworks/native/include/ui/
H A DFence.h78 // merge combines two Fence objects, creating a new Fence object that
82 static sp<Fence> merge(const String8& name, const sp<Fence>& f1,
H A 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);
/frameworks/base/tools/split-select/
H A DSplitSelector_test.cpp50 bestSplits.merge(selector.getBestSplits(targetSplit));
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, function in class:mcld::InputTree
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp40 void DebugString::merge(LDSection& pSection) { function in class:mcld::DebugString
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java69 UserRestrictionsUtils.merge(a, b);
73 UserRestrictionsUtils.merge(a, null);
78 UserRestrictionsUtils.merge(a, a);
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h170 /// join - create a leaf node and merge it in the tree.
188 /// merge - merge the tree
194 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
270 using BinTreeTy::merge;
279 InputTree& merge(TreeIteratorBase pRoot,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h170 virtual bool merge(const LinkerConfig& pConfig,
207 // These attributes have dependency with each other. During the merge, we
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp59 m_pTestee->merge<TreeIteratorBase::Rightward>(pos, *mergeTree);
77 m_pTestee->merge<TreeIteratorBase::Rightward>(pos, *mergeTree);
95 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee);
108 mergeTree->merge<TreeIteratorBase::Rightward>(pos2, *m_pTestee);
/frameworks/base/services/
H A DAndroid.mk3 # merge all required services into one jar
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp54 /// MergeSection - merge the pInput section to the pOutput section
86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame());
97 debug_str->merge(pInputSection);
/frameworks/native/libs/ui/
H A DRegion.cpp330 const Region Region::merge(const Rect& rhs) const { function in class:android::Region
350 const Region Region::merge(const Region& rhs) const { function in class:android::Region
396 const Region Region::merge(const Region& rhs, int dx, int dy) const { function in class:android::Region
481 bool merge = false; local
486 merge = true;
489 merge = false;
496 if (merge) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp241 mCombinedFence = Fence::merge(mName, mCombinedFence, releaseFence);

Completed in 1104 milliseconds

123