Home
last modified time | relevance | path

Searched refs:oValue (Results 1 – 9 of 9) 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.decodeStrict(oValue, 1, oValue.length() - 1)); in decodeObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DX509Name.java1025 String oValue = (String)other.values.elementAt(i); in equals() local
1027 if (!equivalentStrings(value, oValue)) in equals()
1138 String oValue = (String)other.values.elementAt(j); in equals() local
1140 if (equivalentStrings(value, oValue)) in equals()
1161 String oValue = canonicalize(s2); in equivalentStrings() local
1163 if (!value.equals(oValue)) in equivalentStrings()
1166 oValue = stripInternalSpaces(oValue); in equivalentStrings()
1168 if (!value.equals(oValue)) in equivalentStrings()
1194 private ASN1Primitive decodeObject(String oValue) in decodeObject() argument
1198 return ASN1Primitive.fromByteArray(Hex.decodeStrict(oValue, 1, oValue.length() - 1)); in decodeObject()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DX509Name.java1020 String oValue = (String)other.values.elementAt(i); in equals() local
1022 if (!equivalentStrings(value, oValue)) in equals()
1133 String oValue = (String)other.values.elementAt(j); in equals() local
1135 if (equivalentStrings(value, oValue)) in equals()
1156 String oValue = canonicalize(s2); in equivalentStrings() local
1158 if (!value.equals(oValue)) in equivalentStrings()
1161 oValue = stripInternalSpaces(oValue); in equivalentStrings()
1163 if (!value.equals(oValue)) in equivalentStrings()
1189 private ASN1Primitive decodeObject(String oValue) in decodeObject() argument
1193 return ASN1Primitive.fromByteArray(Hex.decodeStrict(oValue, 1, oValue.length() - 1)); in decodeObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x500/style/
DIETFUtils.java483 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument
487 return ASN1Primitive.fromByteArray(Hex.decodeStrict(oValue, 1, oValue.length() - 1)); in decodeObject()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
DIETFUtils.java479 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument
483 return ASN1Primitive.fromByteArray(Hex.decodeStrict(oValue, 1, oValue.length() - 1)); in decodeObject()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x500/style/
DIETFUtils.java483 private static ASN1Primitive decodeObject(String oValue) in decodeObject() argument
487 return ASN1Primitive.fromByteArray(Hex.decodeStrict(oValue, 1, oValue.length() - 1)); in decodeObject()
/external/cldr/tools/java/org/unicode/cldr/tool/
DExtractMessages.java121 for (String oValue : otherValue) { in main()
126 + "\t" + oValue in main()
129 newFile.add(dataHandler.getPath(id, count), oValue); in main() local
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h1182 CLPixelType oValue, eValue;
1186 oValue=im[c];
1192 ePos = ScaleQuantumToMap(getRed(oValue));
1202 ePos = ScaleQuantumToMap(getGreen(oValue));
1212 ePos = ScaleQuantumToMap(getBlue(oValue));
1222 ePos = ScaleQuantumToMap(getAlpha(oValue));
1642 CLPixelType oValue, eValue;
1646 oValue=im[c];
1652 ePos = ScaleQuantumToMap(getRed(oValue));
1655 ePos = ScaleQuantumToMap(getGreen(oValue));
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java660 private T oValue; // optimal value; winning if better approval status than old field in VoteResolver
982 oValue = winningValue; in resolveVotes()
1406 return oValue; in getOValue()