Home
last modified time | relevance | path

Searched refs:SIGN (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureTest.java160 assertEquals("state", MySignature1.SIGN, s.getState()); in testInitSignPrivateKey()
194 assertEquals("state", MySignature1.SIGN, s.getState()); in testInitSignPrivateKeySecureRandom()
229 assertEquals("state", MySignature1.SIGN, s.getState()); in testSign()
255 assertEquals("state", MySignature1.SIGN, s.getState()); in testSignbyteintint()
351 assertEquals("state", MySignature1.SIGN, s.getState()); in testUpdatebyte()
380 assertEquals("state", MySignature1.SIGN, s.getState()); in testUpdatebyteArray()
419 assertEquals("state", MySignature1.SIGN, s.getState()); in testUpdatebyteArrayintint()
458 assertEquals("state", MySignature1.SIGN, s.getState()); in testUpdatebyteArrayintint2()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMySignature1.java46 public static int SIGN = Signature.SIGN; field in MySignature1
/libcore/ojluni/src/main/java/java/security/
DSignature.java283 protected final static int SIGN = 2; field in Signature
680 state = SIGN; in initSign()
707 state = SIGN; in initSign()
738 if (state == SIGN) { in sign()
785 if (state != SIGN) { in sign()
876 if (state == VERIFY || state == SIGN) { in update()
910 if (state == SIGN || state == VERIFY) { in update()
942 if ((state != SIGN) && (state != VERIFY)) { in update()
977 case SIGN: in toString()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_DecimalFormat.java52 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0, 0); in t_format_with_FieldPosition()
71 t_FormatWithField(18, format, number, text, NumberFormat.Field.SIGN, 0, 0); in t_format_with_FieldPosition()
89 t_FormatWithField(27, format, number, text, NumberFormat.Field.SIGN, 0, 0); in t_format_with_FieldPosition()
166 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in getNegativeCurrencyVectorTR()
185 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN)); in getNegativeCurrencyVectorUS()
/libcore/support/src/test/java/tests/support/
DSupport_DecimalFormat.java59 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0, in t_format_with_FieldPosition()
91 t_FormatWithField(18, format, number, text, NumberFormat.Field.SIGN, 0, in t_format_with_FieldPosition()
117 t_FormatWithField(27, format, number, text, NumberFormat.Field.SIGN, 0, in t_format_with_FieldPosition()
208 v.add(new FieldContainer(4, 5, NumberFormat.Field.SIGN)); in getNegativeCurrencyVectorCH()
/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java567 static final long SIGN = 0x8000000000000000L; field in ChoiceFormat
611 long magnitude = bits & ~SIGN; in nextDouble()
625 long signbit = bits & SIGN; in nextDouble()
DDecimalFormat.java544 } else if (fieldAttribute == Field.SIGN) { in getIcuFieldPosition()
545 attribute = android.icu.text.NumberFormat.Field.SIGN; in getIcuFieldPosition()
588 if (name.equals(Field.SIGN.getName())) { in toJavaFieldAttribute()
589 return Field.SIGN; in toJavaFieldAttribute()
DNumberFormat.java1172 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java328 public static final java.text.NumberFormat.Field SIGN; field in NumberFormat.Field
331 SIGN = null;
/libcore/ojluni/annotations/sdk/nullability/java/text/
DNumberFormat.annotated.java170 @libcore.util.NonNull public static final java.text.NumberFormat.Field SIGN; field in NumberFormat.Field
171 static { SIGN = null; }
/libcore/ojluni/annotations/mmodule/java/security/
DSignature.annotated.java92 protected static final int SIGN = 2; // 0x2 field in Signature
/libcore/ojluni/annotations/hiddenapi/java/security/
DSignature.java175 protected static final int SIGN = 2; // 0x2 field in Signature
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1758 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN }; in test_writeObject_NumberFormat_Field()