Home
last modified time | relevance | path

Searched defs:otherName (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/obfuscate/
DMemberNameCollector.java95 String otherName = (String)nameMap.get(newName); in visitAnyMember() local
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstMemberRef.java83 CstString otherName = otherMember.nat.getName(); in compareTo0() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DGeneralName.java49 public static final int otherName = 0; field in GeneralName
/external/icu/icu4c/source/common/
Dunames.cpp98 const char *otherName; member
331 const char *otherName) { in compareName()
623 const char *otherName=((FindName *)context)->otherName; in enumGroupNames() local
1076 findAlgName(AlgorithmicRange *range, UCharNameChoice nameChoice, const char *otherName) { in findAlgName()
/external/boringssl/src/include/openssl/
Dx509v3.h185 OTHERNAME *otherName; /* otherName */ member
/external/llvm/lib/Object/
DMachOObjectFile.cpp1294 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry