Home
last modified time | relevance | path

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

12345678910

/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
DSettingsToggler.java29 public static void setString(ITestDevice device, String group, String name, String value) in setString()
40 public static void setSecureString(ITestDevice device, String name, String value) in setSecureString()
46 public static void setGlobalString(ITestDevice device, String name, String value) in setGlobalString()
52 public static void setInt(ITestDevice device, String group, String name, int value) in setInt()
63 public static void setSecureInt(ITestDevice device, String name, int value) in setSecureInt()
69 public static void setGlobalInt(ITestDevice device, String name, int value) in setGlobalInt()
74 public static void updateString(ITestDevice device, String group, String name, String value) in updateString()
83 public static void updateSecureString(ITestDevice device, String name, String value) in updateSecureString()
88 public static void updateGlobalString(ITestDevice device, String name, String value) in updateGlobalString()
93 public static void updateInt(ITestDevice device, String group, String name, int value) in updateInt()
[all …]
/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/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/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()
DDexEncodedValueType.java163 private byte value; field in DexEncodedValueType
174 private DexEncodedValueType(byte value) { in DexEncodedValueType()
185 public static DexEncodedValueType get(byte value) { in get()
204 public static byte valueArg(byte value) { in valueArg()
/cts/common/util/src/com/android/compatibility/common/util/
DInfoStore.java72 abstract void addResult(String name, int value) throws IOException; in addResult()
77 abstract void addResult(String name, long value) throws IOException; in addResult()
82 abstract void addResult(String name, float value) throws IOException; in addResult()
87 abstract void addResult(String name, double value) throws IOException; in addResult()
92 abstract void addResult(String name, boolean value) throws IOException; in addResult()
97 abstract void addResult(String name, String value) throws IOException; in addResult()
176 protected static String checkString(String value) { in checkString()
186 protected static String checkName(String value) { in checkName()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java117 public void addResult(String name, int value) throws IOException { in addResult()
127 public void addResult(String name, long value) throws IOException { in addResult()
137 public void addResult(String name, float value) throws IOException { in addResult()
147 public void addResult(String name, double value) throws IOException { in addResult()
157 public void addResult(String name, boolean value) throws IOException { in addResult()
167 public void addResult(String name, String value) throws IOException { in addResult()
DDeviceReportLog.java70 public void addValue(String source, String message, double value, ResultType type, in addValue()
84 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
124 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
136 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
148 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
160 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
172 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
246 public void setSummary(String message, double value, ResultType type, ResultUnit unit) { in setSummary()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DHostInfoStore.java117 public void addResult(String name, int value) throws IOException { in addResult()
127 public void addResult(String name, long value) throws IOException { in addResult()
137 public void addResult(String name, float value) throws IOException { in addResult()
147 public void addResult(String name, double value) throws IOException { in addResult()
157 public void addResult(String name, boolean value) throws IOException { in addResult()
167 public void addResult(String name, String value) throws IOException { in addResult()
DMetricsReportLog.java67 public void addValue(String source, String message, double value, ResultType type, in addValue()
81 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
122 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
134 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
146 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
158 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
170 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
244 public void setSummary(String message, double value, ResultType type, ResultUnit unit) { in setSummary()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/image/
DRangeInverseDepthTransform.java52 public int quantize(float value) { in quantize()
58 public float reconstruct(int value) { in reconstruct()
DRangeLinearDepthTransform.java53 public int quantize(float value) { in quantize()
59 public float reconstruct(int value) { in reconstruct()
/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java69 private void setFloatProp(float value) { in setFloatProp()
77 private void setIntProp(int value) { in setIntProp()
85 private void setPointProp(Point value) { in setPointProp()
/cts/tests/tests/provider/src/android/provider/cts/
DVoicemailContractTest.java89 ContentValues value = new ContentValues(); in testVoicemailsTable() local
148 final ContentValues value = buildContentValuesForNewVoicemail(); in testInsert_doesNotUpdateDataColumn() local
157 final ContentValues value = buildContentValuesForNewVoicemail(); in testDataColumnUpdate_throwsIllegalArgumentException() local
191 ContentValues value = new ContentValues(); in buildContentValuesForNewVoicemail() local
235 ContentValues value = new ContentValues(); in testStatusTable() local
292 ContentValues value = new ContentValues(); in testVoicemailTablePermissions() local
304 ContentValues value = new ContentValues(); in testStatusTablePermissions() local
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java87 public <T> void checkThat(final T value, final Matcher<T> matcher) { in checkThat()
98 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) { in checkThat()
411 public <T extends Comparable<? super T>> boolean expectInRange(String msg, T value, in expectInRange()
631 T value = characteristics.get(key); in expectKeyValueNotNull() local
650 T value = request.get(key); in expectKeyValueNotNull() local
667 T value = request.get(key); in expectKeyValueNotNull() local
696 T value = result.get(key); in expectKeyValueNotNull() local
717 T value; in expectKeyValueNotEquals() local
739 T value; in expectKeyValueNotEquals() local
761 T value; in expectKeyValueEquals() local
[all …]
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorTestCase.java59 public void setEmulateSensorUnderLoad(boolean value) { in setEmulateSensorUnderLoad()
67 public void setCurrentTestNode(ISensorTestNode value) { in setCurrentTestNode()
/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_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_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/tests/tests/preference2/src/android/preference2/cts/
DCustomPreference.java151 protected boolean persistBoolean(boolean value) { in persistBoolean()
156 protected boolean persistFloat(float value) { in persistFloat()
161 protected boolean persistInt(int value) { in persistInt()
166 protected boolean persistLong(long value) { in persistLong()
171 protected boolean persistString(String value) { in persistString()
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java58 convertValueToList(CharSequence value, String[] options, int defaultValue) in convertValueToList()
71 convertValueToBoolean(CharSequence value, boolean defaultValue) in convertValueToBoolean()
97 int value; in convertValueToInt() local
132 public static int convertValueToUnsignedInt(String value, int defaultValue) { in convertValueToUnsignedInt()
141 String value = charSeq.toString(); in parseUnsignedIntAttribute() local
1329 String value = ""; in readThisValueXml() local
1495 final String value = in.getAttributeValue(null, name); in readIntAttribute() local
1504 final String value = in.getAttributeValue(null, name); in readIntAttribute() local
1512 public static void writeIntAttribute(XmlSerializer out, String name, int value) in writeIntAttribute()
1518 final String value = in.getAttributeValue(null, name); in readLongAttribute() local
[all …]
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java59 convertValueToList(CharSequence value, String[] options, int defaultValue) in convertValueToList()
72 convertValueToBoolean(CharSequence value, boolean defaultValue) in convertValueToBoolean()
98 int value; in convertValueToInt() local
133 public static int convertValueToUnsignedInt(String value, int defaultValue) { in convertValueToUnsignedInt()
142 String value = charSeq.toString(); in parseUnsignedIntAttribute() local
1330 String value = ""; in readThisValueXml() local
1496 final String value = in.getAttributeValue(null, name); in readIntAttribute() local
1505 final String value = in.getAttributeValue(null, name); in readIntAttribute() local
1513 public static void writeIntAttribute(XmlSerializer out, String name, int value) in writeIntAttribute()
1519 final String value = in.getAttributeValue(null, name); in readLongAttribute() local
[all …]

12345678910