HomeSort by relevance Sort by last modified time
    Searched refs:otherName (Results 1 - 10 of 10) 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)
  /external/webkit/WebCore/platform/text/mac/
make-charset-table.pl 118 for my $otherName (@IANANames) {
119 next if $canonicalName eq $otherName;
120 if ($aliasesFromCharsetsFile{$otherName}
121 && $aliasesFromCharsetsFile{$canonicalName} eq $aliasesFromCharsetsFile{$otherName}
122 && $canonicalName le $otherName) {
123 error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is already specified in character-sets.txt";
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 83 CstUtf8 otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 18 * otherName [0] OtherName,
28 * OtherName ::= SEQUENCE {
43 public static final int otherName = 0;
149 case otherName:
  /external/openssl/crypto/x509v3/
v3_genn.c 66 ASN1_SEQUENCE(OTHERNAME) = {
67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
69 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
70 } ASN1_SEQUENCE_END(OTHERNAME)
72 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
v3_alt.c 109 X509V3_add_value("othername","<unsupported>", &ret);
178 BIO_printf(out, "othername:<unsupported>");
499 else if(!name_cmp(name, "otherName"))
542 if (!(gen->d.otherName = OTHERNAME_new()))
547 ASN1_TYPE_free(gen->d.otherName->value);
548 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
554 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
556 if (!gen->d.otherName->type_id)
x509v3.h 159 } OTHERNAME;
181 OTHERNAME *otherName; /* otherName */
492 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
  /external/icu4c/common/
unames.c 95 const char *otherName;
360 const char *otherName) {
365 const char *origOtherName = otherName;
397 if((char)c!=*otherName++) {
414 if((char)c!=*otherName++) {
421 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
433 if((char)c!=*otherName++) {
442 return (UBool)(*otherName==0);
649 const char *otherName=((FindName *)context)->otherName;
    [all...]
  /external/openssl/include/openssl/
x509v3.h 159 } OTHERNAME;
181 OTHERNAME *otherName; /* otherName */
492 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 833 milliseconds