Home
last modified time | relevance | path

Searched refs:oValue (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DX509Name.java1018 String oValue = (String)other.values.elementAt(i); in equals() local
1020 if (!equivalentStrings(value, oValue)) in equals()
1131 String oValue = (String)other.values.elementAt(j); in equals() local
1133 if (equivalentStrings(value, oValue)) in equals()
1154 String oValue = canonicalize(s2); in equivalentStrings() local
1156 if (!value.equals(oValue)) in equivalentStrings()
1159 oValue = stripInternalSpaces(oValue); in equivalentStrings()
1161 if (!value.equals(oValue)) in equivalentStrings()
1187 private ASN1Primitive decodeObject(String oValue) in decodeObject() argument
1191 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DX509Name.java1034 String oValue = (String)other.values.elementAt(i); in equals() local
1036 if (!equivalentStrings(value, oValue)) in equals()
1147 String oValue = (String)other.values.elementAt(j); in equals() local
1149 if (equivalentStrings(value, oValue)) in equals()
1170 String oValue = canonicalize(s2); in equivalentStrings() local
1172 if (!value.equals(oValue)) in equivalentStrings()
1175 oValue = stripInternalSpaces(oValue); in equivalentStrings()
1177 if (!value.equals(oValue)) in equivalentStrings()
1203 private ASN1Primitive decodeObject(String oValue) in decodeObject() argument
1207 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
/external/cldr/tools/java/org/unicode/cldr/tool/
DExtractMessages.java120 for (String oValue : otherValue) { in main()
125 + "\t" + oValue in main()
128 newFile.add(dataHandler.getPath(id, count), oValue); in main() local
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1189 CLPixelType oValue, eValue;
1193 oValue=im[c];
1199 ePos = ScaleQuantumToMap(getRed(oValue));
1209 ePos = ScaleQuantumToMap(getGreen(oValue));
1219 ePos = ScaleQuantumToMap(getBlue(oValue));
1229 ePos = ScaleQuantumToMap(getAlpha(oValue));
1649 CLPixelType oValue, eValue;
1653 oValue=im[c];
1659 ePos = ScaleQuantumToMap(getRed(oValue));
1662 ePos = ScaleQuantumToMap(getGreen(oValue));
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DIETFUtils.java481 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument
485 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/style/
DIETFUtils.java485 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument
489 return ASN1Primitive.fromByteArray(Hex.decode(oValue.substring(1))); in decodeObject()
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java579 private T oValue; // optimal value; winning if better approval status than old field in VoteResolver
885 oValue = winningValue; in resolveVotes()
1297 return oValue; in getOValue()