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>
19 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
20 static ResolveInfo* g_NullResolveInfo = NULL;
23 // ResolveInfo
25 ResolveInfo::ResolveInfo() function in class:ResolveInfo
30 ResolveInfo::~ResolveInfo()
34 void ResolveInfo
[all...]
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java38 public class ResolveInfo implements Parcelable { class in inherits:Parcelable
39 private static final String TAG = "ResolveInfo";
64 * The IntentFilter that was matched for this ResolveInfo.
267 public ResolveInfo() { method in class:ResolveInfo
271 public ResolveInfo(ResolveInfo orig) { method in class:ResolveInfo
291 sb.append("ResolveInfo{");
349 public static final Creator<ResolveInfo> CREATOR
350 = new Creator<ResolveInfo>() {
351 public ResolveInfo createFromParce
359 private ResolveInfo(Parcel source) { method in class:ResolveInfo
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h1 //===- ResolveInfo.h ------------------------------------------------------===//
20 /** \class ResolveInfo
21 * \brief ResolveInfo records the information about how to resolve a symbol.
35 class ResolveInfo class in namespace:mcld
95 static ResolveInfo* Create(const key_type& pKey);
97 static void Destroy(ResolveInfo*& pInfo);
99 static ResolveInfo* Null();
129 void override(const ResolveInfo& pForm);
131 void overrideAttributes(const ResolveInfo& pFrom);
133 void overrideVisibility(const ResolveInfo
[all...]

Completed in 3484 milliseconds