/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationImpl.java | 161 AnnotationDefaultAttribute ainfo local 164 if (ainfo != null) { 165 MemberValue mv = ainfo.getDefaultValue();
|
/external/javassist/src/main/javassist/ |
CtField.java | 91 AttributeInfo ainfo = (AttributeInfo)iterator.next(); local 92 fi.addAttribute(ainfo.copy(cp, null)); 252 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 257 ainfo, ainfo2); 273 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 278 ainfo, ainfo2); 312 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 317 ainfo, ainfo2); [all...] |
CtBehavior.java | 158 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 164 ainfo, ainfo2); 180 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 186 ainfo, ainfo2); 222 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 228 ainfo, ainfo2); 272 ParameterAnnotationsAttribute ainfo = (ParameterAnnotationsAttribute) local 278 ainfo, ainfo2, mi); 1105 LineNumberAttribute ainfo local [all...] |
CtClassType.java | 436 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 440 return hasAnnotationType(clz, getClassPool(), ainfo, ainfo2); 474 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 478 return getAnnotationType(clz, getClassPool(), ainfo, ainfo2); 528 AnnotationsAttribute ainfo = (AnnotationsAttribute) local 532 return toAnnotationType(ignoreNotFound, getClassPool(), ainfo, ainfo2); [all...] |
/external/iproute2/ip/ |
ipaddress.c | 1174 struct nlmsg_list *ainfo, FILE *fp) 1176 for ( ;ainfo ; ainfo = ainfo->next) { 1177 struct nlmsghdr *n = &ainfo->h; 1457 struct nlmsg_chain ainfo = { NULL, NULL}; local [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
InstalledAppDetails.java | 585 ApplicationInfo ainfo = context.getPackageManager().getApplicationInfo( local 592 return (ainfo.flags&ApplicationInfo.FLAG_INSTALLED) != 0; [all...] |
RunningState.java | 947 AppProcessInfo ainfo = mTmpAppProcesses.get(si.pid); local 967 AppProcessInfo ainfo = mTmpAppProcesses.get(si.pid); local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ecofflink.c | 388 add_file_shuffle (struct accumulate *ainfo, 404 if ((*tail)->size > ainfo->largest_file_shuffle) 405 ainfo->largest_file_shuffle = (*tail)->size; 409 n = (struct shuffle *) objalloc_alloc (ainfo->memory, 426 if (size > ainfo->largest_file_shuffle) 427 ainfo->largest_file_shuffle = size; 434 add_memory_shuffle (struct accumulate *ainfo, 442 n = (struct shuffle *) objalloc_alloc (ainfo->memory, 470 struct accumulate *ainfo; 473 ainfo = (struct accumulate *) bfd_malloc (amt) 468 struct accumulate *ainfo; local 528 struct accumulate *ainfo = (struct accumulate *) handle; local 558 struct accumulate *ainfo = (struct accumulate *) handle; local 1087 struct accumulate *ainfo = (struct accumulate *) handle; local 1580 struct accumulate *ainfo = (struct accumulate *) handle; local 2434 struct accumulate *ainfo = (struct accumulate *) handle; local 2444 struct accumulate *ainfo = (struct accumulate *) handle; local 2454 struct accumulate *ainfo = (struct accumulate *) handle; local [all...] |
/frameworks/base/core/java/android/app/ |
ContextImpl.java | 2084 ApplicationInfo ainfo = packageInfo.getApplicationInfo(); local [all...] |
/frameworks/base/services/core/java/com/android/server/content/ |
SyncStorageEngine.java | 649 AuthorityInfo aInfo; 651 aInfo = getOrCreateAuthorityLocked(target, -1, false); 656 Slog.d(TAG, "setIsSyncable: " + aInfo.toString() + " -> " + syncable); 658 if (aInfo.syncable == syncable) { 664 aInfo.syncable = syncable; 668 requestSync(aInfo, SyncOperation.REASON_IS_SYNCABLE, new Bundle()); 867 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); local 1213 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); local 1229 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); local [all...] |
/external/guice/extensions/struts2/lib/ |
javassist.jar | |
/external/robolectric/v1/lib/main/ |
javassist-3.14.0-GA.jar | |
/external/guice/extensions/persist/lib/ |
javassist.jar | |
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageManagerService.java | 5883 ActivityInfo ainfo = results.get(i).activityInfo; local [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |