Home
last modified time | relevance | path

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

12345

/cts/libs/json/src/com/android/json/stream/
DJsonWriter.java274 public JsonWriter value(String value) throws IOException { in value() method in JsonWriter
299 public JsonWriter value(boolean value) throws IOException { in value() method in JsonWriter
312 public JsonWriter value(double value) throws IOException { in value() method in JsonWriter
326 public JsonWriter value(long value) throws IOException { in value() argument
353 private void string(String value) throws IOException { in string()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
DSettingsToggler.java27 public static void setSecureString(ITestDevice device, String name, String value) in setSecureString()
38 public static void setSecureInt(ITestDevice device, String name, int value) in setSecureInt()
48 public static void updateSecureString(ITestDevice device, String name, String value) in updateSecureString()
57 public static void updateSecureInt(ITestDevice device, String name, int value) in updateSecureInt()
/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/tests/tests/animation/src/android/animation/cts/
DShapeHolder.java36 public void setPaint(Paint value) { in setPaint()
44 public void setX(float value) { in setX()
52 public void setY(float value) { in setY()
60 public void setShape(ShapeDrawable value) { in setShape()
72 public void setColor(int value) { in setColor()
77 public void setGradient(RadialGradient value) { in setGradient()
/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-tf/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-tf/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-tf/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-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_13.java20 static byte value = (byte)(5 / 0); field in StubInitError
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
DT_sput_13.java20 static int value = 5 / 0; field in StubInitError
/cts/tools/vm-tests-tf/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-tf/src/dot/junit/opcodes/aput_wide/d/
DT_aput_wide_2.java21 public void run(double[] arr, int idx, double value) { in run()
DT_aput_wide_9.java21 public void run(long[] arr, float idx, long value) { in run()
DT_aput_wide_1.java21 public void run(long[] arr, int idx, long value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/d/
DT_aput_1.java20 public void run(int[] arr, int idx, int value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_boolean/d/
DT_aput_boolean_8.java20 public void run(boolean[] arr, float idx, boolean value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_char/d/
DT_aput_char_1.java20 public void run(char[] arr, int idx, char value) { in run()
DT_aput_char_8.java20 public void run(char[] arr, float idx, char value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
DT_aput_object_2.java21 public void run(Integer[] arr, int idx, Integer value) { in run()
DT_aput_object_12.java21 public void run(String[] arr, float idx, String value) { in run()
DT_aput_object_1.java21 public void run(String[] arr, int idx, String value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_13.java21 static Object value; field in StubInitError
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/d/
DT_aput_byte_1.java20 public void run(byte[] arr, int idx, byte value) { in run()
DT_aput_byte_8.java20 public void run(byte[] arr, float idx, byte value) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/d/
DT_aput_short_8.java20 public void run(short[] arr, float idx, short value) { in run()

12345