HomeSort by relevance Sort by last modified time
    Searched defs:getValue (Results 251 - 275 of 4901) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/
TCKEraSerialization.java 128 dos.writeByte(era.getValue());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ParameterInteger.java 28 int getValue();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
MultiHashMap.java 48 map.put(entry.getKey(), new ArrayList<V>(entry.getValue()));
  /packages/apps/LegacyCamera/src/com/android/camera/
RecordLocationPreference.java 44 public String getValue() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
Lerper.java 43 public int getValue(int currentValue, int targetValue) {
72 public float getValue(float currentValue, float targetValue) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
UnstructuredField.java 39 public String getValue() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
XmlnsAttributeDescriptor.java 50 public String getValue() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java 61 public Object getValue() {
GLEnumProperty.java 61 public Object getValue() {
GLFloatProperty.java 50 public Object getValue() {
GLIntegerProperty.java 70 public Object getValue() {
GLLongProperty.java 70 public Object getValue() {
GLObjectProperty.java 63 public Object getValue() {
GLStringProperty.java 49 public Object getValue() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttribute.java 49 public @NonNull String getValue() {
  /system/chre/util/tests/
priority_queue_test.cc 18 int getValue() const {
31 return left.getValue() > right.getValue();
37 return left.getValue() > right.getValue();
171 return left.getValue() > right.getValue();
180 EXPECT_EQ(0, q.top().getValue());
184 EXPECT_EQ(1, q.top().getValue());
188 EXPECT_EQ(2, q.top().getValue());
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
TestStatus.java 35 public String getValue() {
49 if (value.compareToIgnoreCase(status.getValue()) == 0) {
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 52 assertEquals(VALUE1, mAnnotation.getValue());
54 assertEquals(VALUE2, mAnnotation.getValue());
82 assertEquals(out.getValue(), mAnnotation.getValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapEqualsTester.java 51 other.put(e3.getKey(), e3.getValue());
62 entries.add(entry(null, samples.e3.getValue()));
73 entries.add(entry(null, samples.e3.getValue()));
130 map.put(entry.getKey(), entry.getValue());
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java 47 this(other.getValue(), other.getRefCount());
50 public final String getValue()
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/lowlevel/
LowLevelApiTest.java 60 assertEquals(scalar1.getValue(), scalar2.getValue());
  /external/testng/src/main/java/org/testng/
ReporterConfig.java 62 sb.append(property.getValue());
108 mPropertyUtils.setProperty(result, property.getName(), property.getValue());
126 public String getValue() {
140 buf.append("\n\t " + prop.getName() + "=" + prop.getValue());
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
LiveDataUtilsTest.java 62 assertThat(dedupedLiveData.getValue(), is(nullValue()));
71 assertThat(dedupedLiveData.getValue(), is(value));
75 assertThat(dedupedLiveData.getValue(), is(value));
80 assertThat(dedupedLiveData.getValue(), is(newerValue));
99 assertThat(mappedLiveData.getValue(), is(nullValue()));
108 assertThat(mappedLiveData.getValue(), is(""));
112 assertThat(mappedLiveData.getValue(), is(value.toString()));
116 assertThat(mappedLiveData.getValue(), is(value.toString()));
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 122 addAttribute(atts.getName(i), atts.getType(i), atts.getValue(i));
246 * @see org.xml.sax.AttributeList#getValue(int)
248 public String getValue(int i) {
276 * @see org.xml.sax.AttributeList#getValue(java.lang.String)
278 public String getValue(String name) {
279 return getValue(names.indexOf(name));
  /libcore/ojluni/src/main/java/java/time/chrono/
JapaneseEra.java 102 // i.e., getValue() + ERA_OFFSET == 0-based index
130 private static final int N_ERA_CONSTANTS = HEISEI.getValue() + ERA_OFFSET;
300 public int getValue() {
340 int index = ordinal(getValue());
348 return ERA_CONFIG[ordinal(getValue())].getName();
374 * out.writeInt(getValue());
384 out.writeByte(this.getValue());

Completed in 865 milliseconds

<<11121314151617181920>>