Searched refs:ResolveInfo (Results 26 - 50 of 128) sorted by relevance

123456

/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp13 #include <mcld/LD/ResolveInfo.h>
72 ResolveInfo::Type type = ResolveInfo::Function;
73 ResolveInfo::Desc desc = ResolveInfo::Define;
74 ResolveInfo::Binding binding = ResolveInfo::Local;
77 ResolveInfo::Visibility other = ResolveInfo::Default;
124 ResolveInfo
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DObjectReader.h18 #include <mcld/LD/ResolveInfo.h>
33 typedef HashTable<ResolveInfo,
H A DELFReader.h26 #include <mcld/LD/ResolveInfo.h>
93 virtual ResolveInfo* readSymbol(Input& pInput,
130 ResolveInfo::Type getSymType(uint8_t pInfo, uint16_t pShndx) const;
132 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
134 ResolveInfo::Binding getSymBinding(uint8_t pBinding,
147 ResolveInfo::Visibility getSymVisibility(uint8_t pVis) const;
217 inline ResolveInfo* readSymbol(Input& pInput,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.h30 typedef llvm::DenseMap<const ResolveInfo*, GOTEntry*> SymbolIndexMapType;
44 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
H A DX86PLT.h40 typedef llvm::DenseMap<const ResolveInfo*, X86PLT1*> SymbolIndexType;
59 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ;
61 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
82 // Used by getEntry() for mapping a ResolveInfo
H A DX86LDBackend.cpp132 ResolveInfo::Object,
133 ResolveInfo::Define,
134 ResolveInfo::Local,
139 ResolveInfo::Hidden);
145 ResolveInfo::Object,
146 ResolveInfo::Define,
147 ResolveInfo::Local,
152 ResolveInfo::Hidden);
188 void X86GNULDBackend::addCopyReloc(ResolveInfo& pSym)
199 const ResolveInfo
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h30 typedef llvm::DenseMap<const ResolveInfo*, GOTEntry*> SymbolIndexMapType;
63 GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist);
71 GOTEntry*& lookupGOTPLTMap(const ResolveInfo& pSymbol);
H A DARMPLT.h36 typedef llvm::DenseMap<const ResolveInfo*, ARMPLT1*> SymbolIndexType;
52 PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) ;
54 GOTEntry* getGOTPLTEntry(const ResolveInfo& pSymbol, bool& pExist);
76 // Used by getEntry() for mapping a ResolveInfo
H A DARMLDBackend.cpp118 ResolveInfo::Object,
119 ResolveInfo::Define,
120 ResolveInfo::Local,
124 ResolveInfo::Hidden);
196 ResolveInfo::Object,
197 ResolveInfo::Define,
198 ResolveInfo::Local,
202 ResolveInfo::Hidden);
208 ResolveInfo::Object,
209 ResolveInfo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DTaskDescription.java20 import android.content.pm.ResolveInfo;
25 final ResolveInfo resolveInfo;
38 ResolveInfo _resolveInfo, Intent _intent,
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java21 import android.content.pm.ResolveInfo;
32 public ResolveInfo getResolveInfo(AccessibilityServiceInfo info);
52 public ResolveInfo getResolveInfo(AccessibilityServiceInfo info) {
79 public ResolveInfo getResolveInfo(AccessibilityServiceInfo info) {
130 * The service {@link ResolveInfo}.
137 public static ResolveInfo getResolveInfo(AccessibilityServiceInfo info) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DComponentTest.java136 final ResolveInfo info = mPackageManager.resolveActivity(mDisabledActivityIntent, 0);
139 final ResolveInfo info2 = mPackageManager.resolveActivity(
152 final ResolveInfo info = mPackageManager.resolveActivity(mEnabledActivityIntent, 0);
165 final List<ResolveInfo> infoList =
169 final List<ResolveInfo> infoList2 =
173 final ResolveInfo info = infoList2.get(0);
185 final List<ResolveInfo> infoList =
188 final ResolveInfo info = infoList.get(0);
232 final ResolveInfo info = mPackageManager.resolveActivity(mDisabledActivityIntent, 0);
237 final ResolveInfo info
[all...]
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DSmokeTestRunner.java22 import android.content.pm.ResolveInfo;
48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm);
68 for (final ResolveInfo app : apps) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaMimeTest.java25 import android.content.pm.ResolveInfo;
114 // @return a ResolveInfo instance for the mime type or null if the type is
116 private ResolveInfo resolveMime(String mime) {
128 ResolveInfo ri = resolveMime(mime);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h22 class ResolveInfo;
94 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
H A DPLT.h24 class ResolveInfo;
78 virtual PLTEntry* getPLTEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h21 class ResolveInfo;
44 SymbolCategory& arrange(LDSymbol& pSymbol, const ResolveInfo& pSourceInfo);
141 static Type categorize(const ResolveInfo& pInfo);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp80 ResolveInfo::Object,
81 ResolveInfo::Define,
82 ResolveInfo::Local,
86 ResolveInfo::Hidden);
91 ResolveInfo::Section,
92 ResolveInfo::Define,
93 ResolveInfo::Absolute,
97 ResolveInfo::Default);
127 ResolveInfo* rsym = pReloc.symInfo();
128 assert(NULL != rsym && "ResolveInfo o
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java32 import android.content.pm.ResolveInfo;
107 CharSequence title, Intent[] initialIntents, List<ResolveInfo> rList,
192 Drawable loadIconForResolveInfo(ResolveInfo ri) {
283 ResolveInfo ri = mAdapter.resolveInfoForPosition(which);
289 protected void onIntentSelected(ResolveInfo ri, Intent intent, boolean alwaysCheck) {
360 ResolveInfo r = mAdapter.mList.get(i).ri;
375 void showAppDetails(ResolveInfo ri) {
383 ResolveInfo ri;
389 DisplayResolveInfo(ResolveInfo pri, CharSequence pLabel,
400 private final List<ResolveInfo> mBaseResolveLis
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java39 import android.content.pm.ResolveInfo;
214 public ResolveInfo resolveActivity(Intent intent, int flags) {
220 public ResolveInfo resolveActivityAsUser(Intent intent, int flags, int userId) {
225 public List<ResolveInfo> queryIntentActivities(Intent intent, int flags) {
231 public List<ResolveInfo> queryIntentActivitiesAsUser(Intent intent,
237 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller,
243 public List<ResolveInfo> queryBroadcastReceivers(Intent intent, int flags) {
249 public List<ResolveInfo> queryBroadcastReceivers(Intent intent, int flags, int userId) {
254 public ResolveInfo resolveService(Intent intent, int flags) {
259 public List<ResolveInfo> queryIntentService
[all...]
/frameworks/base/core/java/android/speech/
H A DRecognizerIntent.java28 import android.content.pm.ResolveInfo;
329 ResolveInfo ri = context.getPackageManager().resolveActivity(
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardActivityLauncher.java28 import android.content.pm.ResolveInfo;
68 final List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser(
74 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
253 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
255 List<ResolveInfo> appList = packageManager.queryIntentActivitiesAsUser(
260 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) {
264 ResolveInfo tmp = appList.get(i);
/frameworks/compile/mclinker/lib/LD/
H A DRelocation.cpp43 if (m_pSymInfo->type() == ResolveInfo::Section &&
89 void Relocation::setSymInfo(ResolveInfo* pSym)
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl40 import android.content.pm.ResolveInfo;
105 ResolveInfo resolveIntent(in Intent intent, String resolvedType, int flags, int userId);
107 List<ResolveInfo> queryIntentActivities(in Intent intent,
110 List<ResolveInfo> queryIntentActivityOptions(
115 List<ResolveInfo> queryIntentReceivers(in Intent intent,
118 ResolveInfo resolveService(in Intent intent,
121 List<ResolveInfo> queryIntentServices(in Intent intent,
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java27 import android.content.pm.ResolveInfo;
54 final ResolveInfo mService;
87 * @param service The ResolveInfo returned from the package manager about
90 public InputMethodInfo(Context context, ResolveInfo service)
99 * @param service The ResolveInfo returned from the package manager about
104 public InputMethodInfo(Context context, ResolveInfo service,
216 mService = ResolveInfo.CREATOR.createFromParcel(source);
225 ResolveInfo ri = new ResolveInfo();

Completed in 2920 milliseconds

123456