/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | SignatureTest.java | 160 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/ |
D | MySignature1.java | 46 public static int SIGN = Signature.SIGN; field in MySignature1
|
/libcore/ojluni/src/main/java/java/security/ |
D | Signature.java | 283 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/ |
D | Support_DecimalFormat.java | 52 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/ |
D | Support_DecimalFormat.java | 59 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/ |
D | ChoiceFormat.java | 567 static final long SIGN = 0x8000000000000000L; field in ChoiceFormat 611 long magnitude = bits & ~SIGN; in nextDouble() 625 long signbit = bits & SIGN; in nextDouble()
|
D | DecimalFormat.java | 544 } 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()
|
D | NumberFormat.java | 1172 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
|
/libcore/ojluni/annotations/hiddenapi/java/text/ |
D | NumberFormat.java | 328 public static final java.text.NumberFormat.Field SIGN; field in NumberFormat.Field 331 SIGN = null;
|
/libcore/ojluni/annotations/sdk/nullability/java/text/ |
D | NumberFormat.annotated.java | 170 @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/ |
D | Signature.annotated.java | 92 protected static final int SIGN = 2; // 0x2 field in Signature
|
/libcore/ojluni/annotations/hiddenapi/java/security/ |
D | Signature.java | 175 protected static final int SIGN = 2; // 0x2 field in Signature
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 1758 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN }; in test_writeObject_NumberFormat_Field()
|