Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 156) sorted by relevance

1234567

/cts/tools/dx-tests/src/dxc/junit/opcodes/putstatic/jm/
DTestStubs.java21 public static int value = 5 / 0; field in StubInitError
/cts/tools/dx-tests/src/dxc/junit/opcodes/getstatic/jm/
DTestStubs.java21 public static int value = 5 / 0; field in StubInitError
/cts/tools/dex-tools/src/dex/structure/
DDexAnnotation.java46 private byte value; field in DexAnnotation.Visibility
48 private Visibility(byte value) { in Visibility()
61 public static Visibility get(byte value) { in get()
/cts/tools/signature-tools/src/signature/model/impl/
DSigAnnotationElement.java28 private Object value; field in SigAnnotationElement
42 public void setValue(Object value) { in setValue()
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/d/
DT_sput_boolean_13.java20 static boolean value = 5 / 0 > 0 ? true : false; field in StubInitError
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_char/d/
DT_sput_char_13.java20 static char value = (char)(5 / 0); field in StubInitError
/cts/tools/vm-tests/src/dot/junit/opcodes/sput/d/
DT_sput_13.java20 static int value = 5 / 0; field in StubInitError
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/d/
DT_sput_wide_13.java20 static long value = (long)(5 / 0); field in StubInitError
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_short/d/
DT_sput_short_13.java20 static short value = (short)(5 / 0); field in StubInitError
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_13.java20 static byte value = (byte)(5 / 0); field in StubInitError
/cts/tools/dx-tests/src/dxc/junit/opcodes/bastore/jm/
DT_bastore_3.java21 public void run(byte[] arr, int idx, byte value) { in run()
DT_bastore_5.java21 public void run(byte[] arr, int idx, long value) { in run()
DT_bastore_2.java21 public void run(byte[] arr, int idx, byte value) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/jm/
DT_aastore_5.java21 public void run(String[] arr, double idx, String value) { in run()
DT_aastore_3.java21 public void run(String[] arr, int idx, String value) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_byte/d/
DT_aput_byte_8.java20 public void run(byte[] arr, float idx, byte value) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_char/d/
DT_aput_char_1.java20 public void run(char[] arr, int idx, char value) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_short/d/
DT_aput_short_8.java20 public void run(short[] arr, float idx, short value) { in run()
DT_aput_short_1.java20 public void run(short[] arr, int idx, short value) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/iastore/jm/
DT_iastore_3.java21 public void run(int[] arr, int idx, int value) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/fastore/jm/
DT_fastore_5.java21 public void run(float[] arr, int idx, float value) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/lastore/jm/
DT_lastore_5.java21 public void run(long[] arr, int idx, int value) { in run()
DT_lastore_2.java21 public void run(long[] arr, int idx, long value) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/castore/jm/
DT_castore_5.java21 public void run(char[] arr, int idx, long value) { in run()
/cts/tools/dx-tests/src/dxc/junit/opcodes/dastore/jm/
DT_dastore_4.java21 public void run(double[] arr, double idx, double value) { in run()

1234567