HomeSort by relevance Sort by last modified time
    Searched defs:ainfo (Results 1 - 21 of 21) 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 2055 struct nlmsg_chain _ainfo = { NULL, NULL}, *ainfo = NULL; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
AppInfoDashboardFragment.java 454 final ApplicationInfo ainfo = getActivity().getPackageManager().getApplicationInfo( local
462 return (ainfo.flags & ApplicationInfo.FLAG_INSTALLED) != 0;
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 946 AppProcessInfo ainfo = mTmpAppProcesses.get(si.pid); local
966 AppProcessInfo ainfo = mTmpAppProcesses.get(si.pid); local
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 2437 ApplicationInfo ainfo = packageInfo.getApplicationInfo(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 758 AuthorityInfo aInfo;
762 aInfo = getOrCreateAuthorityLocked(target, -1, false);
767 Slog.d(TAG, "setIsSyncable: " + aInfo.toString() + " -> " + syncable);
769 if (aInfo.syncable == syncable) {
775 aInfo.syncable = syncable;
779 requestSync(aInfo, SyncOperation.REASON_IS_SYNCABLE, new Bundle(),
989 AuthorityInfo ainfo = getAuthority(syncInfo.authorityId); local
1372 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); local
1388 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 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/annotation-tools/asmx/
javassist.jar 
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 799 milliseconds