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

12

/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp36 return mSource->merge(pSource, pPreserveSource);
H A DSource.cpp144 bool Source::merge(Source &pSource, bool pPreserveSource) { function in class:bcc::Source
/frameworks/base/libs/hwui/utils/
H A DSortedListImpl.h36 ssize_t merge(const VectorImpl& vector);
37 ssize_t merge(const SortedListImpl& vector);
H A DSortedListImpl.cpp84 ssize_t SortedListImpl::merge(const VectorImpl& vector) { function in class:android::uirenderer::SortedListImpl
85 // naive merge...
100 ssize_t SortedListImpl::merge(const SortedListImpl& vector) { function in class:android::uirenderer::SortedListImpl
111 err = merge(static_cast<const VectorImpl&> (vector));
H A DSortedList.h85 ssize_t merge(const Vector<TYPE>& vector);
86 ssize_t merge(const SortedList<TYPE>& vector);
185 inline ssize_t SortedList<TYPE>::merge(const Vector<TYPE>& vector) {
186 return SortedListImpl::merge(reinterpret_cast<const VectorImpl&> (vector));
190 inline ssize_t SortedList<TYPE>::merge(const SortedList<TYPE>& vector) {
191 return SortedListImpl::merge(reinterpret_cast<const SortedListImpl&> (vector));
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp43 if (!pScript.getSource().merge(*libclcore_source,
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h57 /// merge - merge attributes from input (attribute) section
58 bool merge(const Input &pInput, LDSection &pInputAttrSectHdr);
90 /// merge - Merge the attributes from the section in the input data.
91 bool merge(const Input &pInput, ConstAddress pData, size_t pSize);
H A DELFAttributeData.h59 /// preMerge - hooks to call before starting merge the attribute data in an
63 /// merge - implement logics to merge input attribute to the output.
64 virtual bool merge(const LinkerConfig& pConfig, const Input &pInput,
67 /// postMerge - hooks to call after finishing merge the attribute data from an
/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.h60 bool merge(Source &pSource, bool pPreserveSource = false);
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp39 bool ELFAttribute::merge(const Input &pInput, LDSection &pInputAttrSectHdr) function in class:ELFAttribute
116 if (!subsection->merge(pInput, vendor_data, vendor_data_size))
186 bool ELFAttribute::Subsection::merge(const Input &pInput, function in class:ELFAttribute::Subsection
255 // to a temporary storage in_attr and perform the merge.
266 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {
267 // 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.h75 const Region merge(const Rect& rhs) const;
81 const Region merge(const Region& rhs) const;
95 const Region merge(const Region& rhs, int dx, int dy) const;
185 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:InputTree
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h177 /// join - create a leaf node and merge it in the tree.
195 /// merge - merge the tree
201 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
284 using BinTreeTy::merge;
294 InputTree& merge(TreeIteratorBase pRoot,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h174 virtual bool merge(const LinkerConfig& pConfig, const Input &pInput,
209 // These attributes have dependency with each other. During the merge, we
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp66 m_pTestee->merge<TreeIteratorBase::Rightward>(pos,*mergeTree);
85 m_pTestee->merge<TreeIteratorBase::Rightward>(pos,*mergeTree);
104 mergeTree->merge<TreeIteratorBase::Rightward>(pos2,*m_pTestee);
118 mergeTree->merge<TreeIteratorBase::Rightward>(pos2,*m_pTestee);
/frameworks/base/services/
H A DAndroid.mk3 # merge all required services into one jar
/frameworks/native/libs/ui/
H A DRegion.cpp319 const Region Region::merge(const Rect& rhs) const { function in class:android::Region
339 const Region Region::merge(const Region& rhs) const { function in class:android::Region
385 const Region Region::merge(const Region& rhs, int dx, int dy) const { function in class:android::Region
458 bool merge = false; local
463 merge = true;
466 merge = false;
473 if (merge) {
H A DFence.cpp72 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, function in class:android::Fence
77 // valid fence (e.g. NO_FENCE) we merge the one valid fence with itself so
90 ALOGE("merge: sync_merge(\"%s\", %d, %d) returned an error: %s (%d)",
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp233 mCombinedFence = Fence::merge(mName, mCombinedFence, releaseFence);
H A DStatusTracker.cpp182 mIdleFence = Fence::merge(String8("idleFence"),
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp134 // after all needed member included, merge the archive sub-tree to main
139 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,

Completed in 532 milliseconds

12