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

  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 96 String otherName = (String)nameMap.get(newName);
97 if (otherName == null ||
99 name.compareTo(otherName) < 0)
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 83 CstUtf8 otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 83 CstString otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 25 * otherName [0] OtherName,
35 * OtherName ::= SEQUENCE {
50 public static final int otherName = 0;
134 * For x400Address, otherName and ediPartyName there is no common string
196 case otherName:
  /external/icu4c/common/
unames.c 95 const char *otherName;
354 const char *otherName) {
359 const char *origOtherName = otherName;
394 if((char)c!=*otherName++) {
411 if((char)c!=*otherName++) {
418 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
430 if((char)c!=*otherName++) {
439 return (UBool)(*otherName==0);
646 const char *otherName=((FindName *)context)->otherName;
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 166 } OTHERNAME;
188 OTHERNAME *otherName; /* otherName */
546 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
548 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/openssl/include/openssl/
x509v3.h 166 } OTHERNAME;
188 OTHERNAME *otherName; /* otherName */
546 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
548 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);

Completed in 207 milliseconds