Searched defs:merge (Results 1 - 24 of 24) sorted by relevance

/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
H A DEhFrame.cpp160 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame) { function in class:mcld::EhFrame
/frameworks/base/libs/hwui/utils/
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));
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp143 bool Source::merge(Source &pSource) { function in class:bcc::Source
/frameworks/native/libs/ui/
H A DFence.cpp75 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, function in class:android::Fence
80 // valid fence (e.g. NO_FENCE) we merge the one valid fence with itself so
93 ALOGE("merge: sync_merge(\"%s\", %d, %d) returned an error: %s (%d)",
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/base/telecomm/java/android/telecom/
H A DRemoteConference.java366 * Invoking this method will cause the unmerged child connections to merge their audio
369 public void merge() { method in class:RemoteConference
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp338 bool ResourceTable::merge(ResourceTable&& other) { function in class:aapt::ResourceTable
346 Logger::error() << "can not merge type '" << type->type
367 Logger::error() << "can not merge entry '" << type->type << "/" << entry->name
H A DStringPool.cpp197 void StringPool::merge(StringPool&& pool) { function in class:aapt::StringPool
/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/
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/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java278 merge(ImsPhoneCall that, State state) { method in class:ImsPhoneCall
289 Rlog.d(LOG_TAG, "merge: conference connect time is 0");
294 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = "
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java54 * Frames in this queue will be of that type. In order for a merge to succeed the following
351 static FrameType merge(FrameType writer, FrameType reader) { method in class:FrameType
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h425 /// join - create a leaf node and merge it in the tree.
443 /// merge - merge the tree
449 BinaryTree& merge(TreeIteratorBase& pPosition, BinaryTree& pTree) { function in class:mcld::BinaryTree
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp88 // Helper Functions for merge()
141 // End Helper Functions for merge()
144 bool ARMELFAttributeData::merge(const LinkerConfig& pConfig, function in class:mcld::ARMELFAttributeData
159 // Need value of Tag_also_compatible_with in the input for merge.
169 // need value of Tag_CPU_arch in the input for merge
174 // need value of Tag_CPU_arch in the input for merge
179 // need value of Tag_HardFP_use in the input for merge
184 // need value of Tag_FP_arch in the input for merge
189 // need value of Tag_CPU_arch in the input for merge
194 // need value of Tag_ABI_FP_number_model in the input for merge
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java193 * Called when the session merge has been started. At this point, the {@code newSession}
205 * Called when the session merge is successful and the merged session is active.
213 * Called when the session merge has failed.
216 * @param reasonInfo detailed reason of the call merge failure
768 public void merge() { method in class:ImsCallSession
774 miSession.merge();
1028 * Notifies the start of a call merge operation.
1043 * Notifies the successful completion of a call merge operation.
1052 // active before the merge request was sent.
1071 * Notifies of a failure to perform a call merge operatio
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DSortedList.java52 * A copy of the previous list contents used during the merge phase of addAll.
59 * The size of the valid portion of mData during the merge phase of addAll.
207 merge(newItems, newSize);
278 private void merge(T[] newData, int newDataSize) { method in class:SortedList
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java340 void merge(ViewTreeObserver observer) { method in class:ViewTreeObserver
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java160 merge(store, intermediate);
708 private static void merge(IntermediateV1 store, Intermediate dumpStore) { method in class:SetterStore
710 merge(store.adapterMethods, intermediateV1.adapterMethods);
711 merge(store.renamedMethods, intermediateV1.renamedMethods);
712 merge(store.conversionMethods, intermediateV1.conversionMethods);
717 private static <K, V> void merge(HashMap<K, HashMap<V, MethodDescription>> first, method in class:SetterStore
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java236 throw new CallStateException("wrong state to merge calls: fg="
240 if (DBG) log("conference: merge fg & bg");
241 mForegroundCall.merge(mBackgroundCall);
249 + ", cannot merge with " + that.getClass());
251 mForegroundCall.merge((SipCall) that);
610 void merge(SipCall that) throws CallStateException { method in class:SipPhone.SipCall
611 if (SC_DBG) log("merge:");
/frameworks/base/core/java/android/widget/
H A DImageView.java608 public void setImageState(int[] state, boolean merge) { argument
610 mMergeState = merge;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java195 * now that the merge has completed.
202 * Called when the call merge is failed.
206 * @param reasonInfo detailed reason of the call merge failure
459 // When merging two calls together, the "peer" call that will merge into this call.
482 // we receive notification that the merge was successful.
484 // While a merge is progressing, we bury any session termination requests
485 // made on the original ImsCallSession until we have closure on the merge request
488 // cause the termination request to occur just because the merge is succeeding.
492 // on it in the case of a merge failure.
510 * termination due to an ongoing conference merge
1216 private void merge() throws ImsException { method in class:ImsCall
1269 public void merge(ImsCall bgCall) throws ImsException { method in class:ImsCall
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 884 milliseconds