Home
last modified time | relevance | path

Searched refs:SIGN (Results 1 – 15 of 15) 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.java287 protected final static int SIGN = 2; field in Signature
684 state = SIGN; in initSign()
711 state = SIGN; in initSign()
742 if (state == SIGN) { in sign()
789 if (state != SIGN) { in sign()
880 if (state == VERIFY || state == SIGN) { in update()
914 if (state == SIGN || state == VERIFY) { in update()
946 if ((state != SIGN) && (state != VERIFY)) { in update()
981 case SIGN: in toString()
/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; }
174 static { SIGN = null; }
177 static { SIGN = null; }
/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/annotations/hiddenapi/java/text/
DNumberFormat.java328 public static final java.text.NumberFormat.Field SIGN; field in NumberFormat.Field
331 SIGN = null;
/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java550 } else if (fieldAttribute == Field.SIGN) { in getIcuFieldPosition()
551 attribute = android.icu.text.NumberFormat.Field.SIGN; in getIcuFieldPosition()
594 if (name.equals(Field.SIGN.getName())) { in toJavaFieldAttribute()
595 return Field.SIGN; in toJavaFieldAttribute()
DNumberFormat.java1337 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
/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/luni/src/test/java/libcore/java/text/
DDecimalFormatTest.java148 assertFieldPosition4Types(df, 123, NumberFormat.Field.SIGN, "123", 0, 0); in testFieldPosition()
159 assertFieldPosition4Types(df, -123, NumberFormat.Field.SIGN, "-123", 0, 1); in testFieldPosition()
/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalFormat.java125 fp = new FieldPosition(NumberFormat.Field.SIGN); in test_Format_in_NumberFormat_BigDecimal()
634 fp = new FieldPosition(NumberFormat.Field.SIGN); in test_Format_in_NumberFormat_BigInteger()
/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()
/libcore/api/
Dcurrent.txt8563 field protected static final int SIGN = 2; // 0x2
11313 field @NonNull public static final java.text.NumberFormat.Field SIGN;