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

/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp1 //===- ResolveInfo.cpp ----------------------------------------------------===//
9 #include <mcld/LD/ResolveInfo.h>
18 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
19 static ResolveInfo* g_NullResolveInfo = NULL;
22 // ResolveInfo
24 ResolveInfo::ResolveInfo() function in class:ResolveInfo
29 ResolveInfo::~ResolveInfo()
33 void ResolveInfo
[all...]
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java37 public class ResolveInfo implements Parcelable { class in inherits:Parcelable
38 private static final String TAG = "ResolveInfo";
63 * The IntentFilter that was matched for this ResolveInfo.
252 public ResolveInfo() { method in class:ResolveInfo
255 public ResolveInfo(ResolveInfo orig) { method in class:ResolveInfo
274 sb.append("ResolveInfo{");
326 public static final Creator<ResolveInfo> CREATOR
327 = new Creator<ResolveInfo>() {
328 public ResolveInfo createFromParce
336 private ResolveInfo(Parcel source) { method in class:ResolveInfo
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h1 //===- ResolveInfo.h ------------------------------------------------------===//
22 /** \class ResolveInfo
23 * \brief ResolveInfo records the information about how to resolve a symbol.
37 class ResolveInfo class in namespace:mcld
97 static ResolveInfo* Create(const key_type& pKey);
99 static void Destroy(ResolveInfo*& pInfo);
101 static ResolveInfo* Null();
131 void override(const ResolveInfo& pForm);
133 void overrideAttributes(const ResolveInfo& pFrom);
135 void overrideVisibility(const ResolveInfo
[all...]

Completed in 109 milliseconds