Home
last modified time | relevance | path

Searched defs:merge (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/frameworks/base/libs/hostgraphics/ui/
H A DFence.h34 static sp<Fence> merge(const char* name, const sp<Fence>& f1, const sp<Fence>& f2) { in merge() function
38 static sp<Fence> merge(const String8& name, const sp<Fence>& f1, const sp<Fence>& f2) { in merge() function
/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp368 void DisplayState::merge(const DisplayState& other) { in merge() function in android::DisplayState
394 void layer_state_t::merge(const layer_state_t& other) { in merge() function in android::layer_state_t
614 bool InputWindowCommands::merge(const InputWindowCommands& other) { in merge() function in android::InputWindowCommands
H A DFrameTimelineInfo.cpp45 void FrameTimelineInfo::merge(const FrameTimelineInfo& other) { in merge() function in android::FrameTimelineInfo
H A DLayerMetadata.cpp37 bool LayerMetadata::merge(const LayerMetadata& other, bool eraseEmpty) { in merge() function in android::LayerMetadata
/aosp12/frameworks/native/libs/ui/
H A DFence.cpp90 sp<Fence> Fence::merge(const char* name, const sp<Fence>& f1, in merge() function in android::Fence
116 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, in merge() function in android::Fence
/aosp12/frameworks/base/core/java/android/net/metrics/
H A DNetworkMetrics.java133 void merge(Summary that) { in merge() method in NetworkMetrics.Summary
166 void merge(Metrics that) { in merge() method in NetworkMetrics.Metrics
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp38 bool ELFAttribute::merge(const Input& pInput, LDSection& pInputAttrSectHdr) { in merge() function in mcld::ELFAttribute
186 bool ELFAttribute::Subsection::merge(const Input& pInput, in merge() function in mcld::ELFAttribute::Subsection
/aosp12/art/libartbase/base/
H A Dintrusive_forward_list.h320 void merge(IntrusiveForwardList& other) { in merge() function
323 void merge(IntrusiveForwardList&& other) { in merge() function
327 void merge(IntrusiveForwardList& other, Compare cmp) { in merge() function
347 void merge(IntrusiveForwardList&& other, Compare cmp) { in merge() function
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerMetadataTest.cpp78 TEST_F(LayerMetadataTest, merge) { in TEST_F() argument
/aosp12/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java87 public BasicValue merge(BasicValue v1, BasicValue v2) { in merge() method in LockTargetStateAnalysis
/aosp12/system/core/libutils/include/utils/
H A DSortedVector.h235 ssize_t SortedVector<TYPE>::merge(const Vector<TYPE>& vector) { in merge() function
240 ssize_t SortedVector<TYPE>::merge(const SortedVector<TYPE>& vector) { in merge() function
/aosp12/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py24 def merge(self, other): member in CharacterProperty
/aosp12/frameworks/base/core/java/android/app/usage/
H A DEventList.java129 public void merge(EventList events) { in merge() method in EventList
/aosp12/system/tools/hidl/
H A DDocComment.cpp66 void DocComment::merge(const DocComment* comment) { in merge() function in android::DocComment
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, in merge() function in mcld::InputTree
/aosp12/frameworks/base/core/java/android/app/time/
H A DTimeConfiguration.java130 Builder merge(@NonNull Bundle bundle) { in merge() method in TimeConfiguration.Builder
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp40 void DebugString::merge(LDSection& pSection) { in merge() function in mcld::DebugString
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DGraphicsStatsServiceTests.cpp106 TEST(GraphicsStats, merge) { in TEST() argument
/aosp12/frameworks/base/services/backup/backuplib/java/com/android/server/backup/transport/
H A DTransportStats.java84 public static Stats merge(Stats a, Stats b) { in merge() method in TransportStats.Stats
/aosp12/system/libvintf/
H A DKernelInfo.cpp250 bool KernelInfo::merge(KernelInfo* other, std::string* error) { in merge() function in android::vintf::KernelInfo
/aosp12/frameworks/minikin/include/minikin/
H A DRange.h82 static Range merge(const Range& left, const Range& right) { in merge() function
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.py235 def merge(self, thread: ThreadScope): member in ThreadScope
269 def merge(self, lib: LibScope): member in LibScope
334 def merge(self, function: FunctionScope): member in FunctionScope
399 def merge(self, node: CallNode): member in CallNode
/aosp12/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp229 IncidentReportArgs::merge(const IncidentReportArgs& that) in merge() function in android::os::IncidentReportArgs
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.cpp264 bool MipsAbiFlags::merge(const Input& pInput, MipsAbiFlags& oldFlags, in merge() function in mcld::MipsAbiFlags
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DTelecomAdapter.java89 public void merge(String callId) { in merge() method in TelecomAdapter

1234