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"
22 /// g_NullResolveInfo - a pointer to Null ResolveInfo.
23 static ResolveInfo* g_NullResolveInfo = NULL;
26 // ResolveInfo
28 ResolveInfo::ResolveInfo() : m_Size(0), m_BitField(0) { function in class:mcld::ResolveInfo
32 ResolveInfo::~ResolveInfo() {
35 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";
71 * The IntentFilter that was matched for this ResolveInfo.
305 public ResolveInfo() { method in class:ResolveInfo
309 public ResolveInfo(ResolveInfo orig) { method in class:ResolveInfo
332 sb.append("ResolveInfo{");
392 public static final Creator<ResolveInfo> CREATOR
393 = new Creator<ResolveInfo>() {
394 public ResolveInfo createFromParce
402 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.
36 class ResolveInfo { class in namespace:mcld
79 static ResolveInfo* Create(const key_type& pKey);
81 static void Destroy(ResolveInfo*& pInfo);
83 static ResolveInfo* Null();
112 void override(const ResolveInfo& pForm);
114 void overrideAttributes(const ResolveInfo& pFrom);
116 void overrideVisibility(const ResolveInfo
[all...]

Completed in 214 milliseconds