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

1234

/frameworks/compile/libbcc/lib/
H A DScript.cpp55 // the merge process ensures there is a same-named metadata node in
79 if (!mSource->merge(*libclcore_source)) {
88 bool Script::mergeSource(Source &pSource) { 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/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h51 void merge(const IncidentReportArgs& that);
/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/native/include/ui/
H A DFence.h85 // merge combines two Fence objects, creating a new Fence object that
89 static sp<Fence> merge(const char* name, const sp<Fence>& f1,
92 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/native/libs/ui/
H A DFence.cpp78 sp<Fence> Fence::merge(const char* name, const sp<Fence>& f1, function in class:android::Fence
83 // valid fence (e.g. NO_FENCE) we merge the one valid fence with itself so
96 ALOGE("merge: sync_merge(\"%s\", %d, %d) returned an error: %s (%d)",
104 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, function in class:android::Fence
106 return merge(name.string(), f1, f2);
/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/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/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.java73 UserRestrictionsUtils.merge(a, b);
77 UserRestrictionsUtils.merge(a, null);
82 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/base/libs/incident/src/
H A DIncidentReportArgs.cpp156 IncidentReportArgs::merge(const IncidentReportArgs& that) function in class:android::os::IncidentReportArgs
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDexUsage.java116 return packageUseInfo.merge(isUsedByOtherApps);
141 return existingData.merge(newData);
557 private boolean merge(boolean isUsedByOtherApps) { method in class:PackageDexUsage.PackageUseInfo
600 private boolean merge(DexUseInfo dexUseInfo) { method in class:PackageDexUsage.DexUseInfo
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java232 * Merges the active & hold call. When the merge starts,
234 * {@link ImsCallSession.Listener#callSessionMergeComplete} is called if the merge is
235 * successful, and {@link ImsCallSession.Listener#callSessionMergeFailed} is called if the merge
243 public void merge() throws RemoteException { method in class:ImsCallSessionImplBase
/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);

Completed in 1875 milliseconds

1234