OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherName
(Results
1 - 11
of
11
) 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/Source/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/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/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),
124
result = OTHERNAME_cmp(a->d.
otherName
, b->d.
otherName
);
149
int OTHERNAME_cmp(
OTHERNAME
*a, OTHERNAME *b
[
all
...]
v3_alt.c
115
X509V3_add_value("
othername
","<unsupported>", &ret);
184
BIO_printf(out, "
othername
:<unsupported>");
553
else if(!name_cmp(name, "
otherName
"))
572
if (!(gen->d.
otherName
= OTHERNAME_new()))
577
ASN1_TYPE_free(gen->d.
otherName
->value);
578
if (!(gen->d.
otherName
->value = ASN1_generate_v3(p + 1, ctx)))
584
gen->d.
otherName
->type_id = OBJ_txt2obj(objtmp, 0);
586
if (!gen->d.
otherName
->type_id)
x509v3.h
166
}
OTHERNAME
;
188
OTHERNAME
*
otherName
; /*
otherName
*/
546
DECLARE_ASN1_FUNCTIONS(
OTHERNAME
)
548
int OTHERNAME_cmp(
OTHERNAME
*a,
OTHERNAME
*b);
/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/bouncycastle/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java
72
case GeneralName.
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/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 282 milliseconds