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

12

/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py24 def merge(self, other): member in class:CharacterProperty
63 result[len(result) - 1].merge(char_prop)
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java87 public BasicValue merge(BasicValue v1, BasicValue v2) { method in class:LockTargetStateAnalysis
88 BasicValue base = super.merge(v1, v2);
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, function in class:mcld::InputTree
/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp156 IncidentReportArgs::merge(const IncidentReportArgs& that) function in class:android::os::IncidentReportArgs
/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/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.cpp264 bool MipsAbiFlags::merge(const Input& pInput, MipsAbiFlags& oldFlags, function in class:mcld::MipsAbiFlags
/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);
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;
497 if (merge) {
/frameworks/native/services/sensorservice/
H A DSensorDevice.h128 void merge(const BatchParams &other) { function in struct:android::SensorDevice::BatchParams
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanResults.java54 public static ScanResults merge(ScanResults... others) { method in class:ScanResults
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java268 public static void merge(@NonNull Bundle dest, @Nullable Bundle in) { method in class:UserRestrictionsUtils
291 merge(result, restrictions.valueAt(i));
/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/libbcc/lib/
H A DSource.cpp211 bool Source::merge(Source &pSource) { function in class:bcc::Source
/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.java261 merge(ImsPhoneCall that, State state) { method in class:ImsPhoneCall
273 Rlog.d(LOG_TAG, "merge: conference connect time is 0");
278 Rlog.d(LOG_TAG, "merge(" + mCallContext + "): " + that + "state = "
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java430 * Invoking this method will cause the unmerged child connections to merge their audio
433 public void merge() { method in class:RemoteConference
/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/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/services/core/java/com/android/server/pm/dex/
H A DPackageDexUsage.java185 return existingData.merge(newData) || updateLoadingPackages;
819 private boolean merge(DexUseInfo dexUseInfo) { method in class:PackageDexUsage.DexUseInfo
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp94 static Range merge(const Range& left, const Range& right) { function in struct:minikin::Range
144 Range merged = Range::merge(left, right);
151 merged = Range::merge(merged, left);
155 merged = Range::merge(merged, right);
308 // Need to merge supported ranges from default UVS Table and non-default UVS Table.
/frameworks/av/media/libmediametrics/
H A DMediaAnalyticsItem.cpp947 // merge the info from 'incoming' into this record.
949 bool MediaAnalyticsItem::merge(MediaAnalyticsItem *incoming) { function in class:android::MediaAnalyticsItem
976 // merge iprop into oprop

Completed in 1348 milliseconds

12