Searched defs:ResolveInfo (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java35 public class ResolveInfo implements Parcelable { class in inherits:Parcelable
51 * The IntentFilter that was matched for this ResolveInfo.
230 public ResolveInfo() { method in class:ResolveInfo
233 public ResolveInfo(ResolveInfo orig) { method in class:ResolveInfo
250 return "ResolveInfo{"
287 public static final Creator<ResolveInfo> CREATOR
288 = new Creator<ResolveInfo>() {
289 public ResolveInfo createFromParcel(Parcel source) {
290 return new ResolveInfo(sourc
297 private ResolveInfo(Parcel source) { method in class:ResolveInfo
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h1 //===- ResolveInfo.h ------------------------------------------------------===//
23 /** \class ResolveInfo
24 * \brief ResolveInfo records the information about how to resolve a symbol.
38 class ResolveInfo class in namespace:mcld
125 void override(const ResolveInfo& pForm);
127 void overrideAttributes(const ResolveInfo& pFrom);
129 void overrideVisibility(const ResolveInfo& pFrom);
134 void setLink(const ResolveInfo* pTarget) {
135 m_Ptr.info_ptr = const_cast<ResolveInfo*>(pTarget);
182 ResolveInfo* lin
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp1 //===- ResolveInfo.cpp ----------------------------------------------------===//
9 #include "mcld/LD/ResolveInfo.h"
15 // ResolveInfo
16 ResolveInfo::ResolveInfo() function in class:ResolveInfo
21 ResolveInfo::~ResolveInfo()
25 void ResolveInfo::override(const ResolveInfo& pFrom)
32 void ResolveInfo
[all...]

Completed in 65 milliseconds