HomeSort by relevance Sort by last modified time
    Searched defs:ainfo (Results 1 - 11 of 11) sorted by null

  /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 720 static int print_selected_addrinfo(int ifindex, struct nlmsg_list *ainfo, FILE *fp)
722 for ( ;ainfo ; ainfo = ainfo->next) {
723 struct nlmsghdr *n = &ainfo->h;
766 struct nlmsg_list *ainfo = NULL; local
947 if (rtnl_dump_filter(&rth, store_nlmsg, &ainfo) < 0) {
966 for (a=ainfo; a; a=a->next) {
1018 print_selected_addrinfo(ifi->ifi_index, ainfo, stdout);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 556 ApplicationInfo ainfo = getActivity().getPackageManager().getApplicationInfo( local
559 if ((ainfo.flags & ApplicationInfo.FLAG_UPDATED_SYSTEM_APP) == 0) {
858 ApplicationInfo ainfo = mPm.getApplicationInfo(pkg, 0); local
902 ApplicationInfo ainfo = getActivity().getPackageManager().getApplicationInfo( local
    [all...]
RunningState.java 913 AppProcessInfo ainfo = mTmpAppProcesses.get(si.pid); local
933 AppProcessInfo ainfo = mTmpAppProcesses.get(si.pid); local
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 2307 ApplicationInfo ainfo = packageInfo.getApplicationInfo(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 730 AuthorityInfo aInfo;
732 aInfo = getOrCreateAuthorityLocked(target, -1, false);
739 Log.d(TAG, "setIsSyncable: " + aInfo.toString() + " -> " + syncable);
741 if (aInfo.syncable == syncable) {
747 aInfo.syncable = syncable;
751 requestSync(aInfo, SyncOperation.REASON_IS_SYNCABLE, new Bundle());
1060 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); local
1510 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); local
1526 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 3644 ActivityInfo ainfo = results.get(i).activityInfo; local
    [all...]

Completed in 839 milliseconds