HomeSort by relevance Sort by last modified time
    Searched refs:ainfo (Results 1 - 25 of 30) sorted by null

1 2

  /external/boringssl/src/crypto/x509v3/
v3_info.c 74 *ainfo, STACK_OF(CONF_VALUE)
116 X509V3_EXT_METHOD *method, AUTHORITY_INFO_ACCESS *ainfo,
126 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(ainfo); i++) {
129 desc = sk_ACCESS_DESCRIPTION_value(ainfo, i);
164 AUTHORITY_INFO_ACCESS *ainfo = NULL;
170 if (!(ainfo = sk_ACCESS_DESCRIPTION_new_null())) {
177 || !sk_ACCESS_DESCRIPTION_push(ainfo, acc)) {
206 return ainfo;
208 sk_ACCESS_DESCRIPTION_pop_free(ainfo, ACCESS_DESCRIPTION_free);
  /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...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Diff.java 272 for (Site.ObjectsInfo ainfo : a.getObjectsInfos()) {
274 if (ainfo.classObj != null) {
275 baseClassObj = (AhatClassObj) ainfo.classObj.getBaseline();
277 ainfo.setBaseline(b.getObjectsInfo(ainfo.heap.getBaseline(), baseClassObj));
  /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/
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...]
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...]
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/javassist/src/main/javassist/bytecode/
MethodInfo.java 452 LineNumberAttribute ainfo = (LineNumberAttribute)ca
454 if (ainfo == null)
457 return ainfo.toLineNumber(pos);
  /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...]
  /external/iproute2/ip/
ipaddress.c 2055 struct nlmsg_chain _ainfo = { NULL, NULL}, *ainfo = NULL; local
    [all...]
ip_common.h 97 struct nlmsg_chain *linfo, struct nlmsg_chain *ainfo);
  /external/libxml2/doc/
index.py 865 ainfo = cur.prop("info")
866 if ainfo != None:
867 ainfo = string.replace(ainfo, "'", " ")
868 ainfo = string.strip(ainfo)
869 addString(ainfo, file, symbol, 5)
    [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...]
  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 1034 dsy.ainfo = AINFO_STATIC_EXT_DEF;
1038 dsy.ainfo = AINFO_STATIC_EXT_REF;
1042 dsy.ainfo = AINFO_STATIC_INT;
1047 dsy.ainfo = AINFO_AUTO;
1052 dsy.ainfo = AINFO_REG;
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 451 int aio_done(struct aio_info *ainfo);
    [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...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 2437 ApplicationInfo ainfo = packageInfo.getApplicationInfo(); local
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /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/annotation-tools/asmx/
javassist.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /external/annotation-tools/asmx/test/lib/
javassist.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 707 milliseconds

1 2