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

1 2 3 45 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h 27 int64_t getValue() const { return m_Value; }
  /frameworks/native/services/thermalservice/aidl/android/os/
Temperature.h 16 float getValue() const {return value_;};
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 43 * String value = atts.getValue(i);
57 * String identifier = atts.getValue("id");
58 * String label = atts.getValue("label");
149 * @see #getValue(java.lang.String)
151 public abstract String getValue (int i);
182 * getValue(int).</p>
190 * @see #getValue(int)
192 public abstract String getValue (String name);
  /libcore/ojluni/src/main/java/java/security/cert/
Extension.java 90 byte[] getValue();
  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahEra.java 79 * Use {@code getValue()} instead.</b>
121 public int getValue() {
IsoEra.java 98 * Use {@code getValue()} instead.</b>
149 public int getValue() {
MinguoEra.java 100 * Use {@code getValue()} instead.</b>
151 public int getValue() {
ThaiBuddhistEra.java 100 * Use {@code getValue()} instead.</b>
151 public int getValue() {
  /libcore/ojluni/src/main/java/javax/crypto/spec/
PSource.java 104 public byte[] getValue() {
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
CopticEra.java 69 * Use {@code getValue()} instead.</b>
117 public int getValue() {
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
BackupSharedPreference.java 28 Object getValue();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterVignetteRepresentation.java 78 mParamVignette.setValue(rep.mParamVignette.getValue());
79 mParamExposure.setValue(rep.mParamExposure.getValue());
80 mParamSaturation.setValue(rep.mParamSaturation.getValue());
81 mParamContrast.setValue(rep.mParamContrast.getValue());
82 mParamFalloff.setValue(rep.mParamFalloff.getValue());
85 public int getValue(int mode) {
86 return mAllParam[mode].getValue();
170 if (mAllParam[i].getValue() != rep.mAllParam[i].getValue())
198 writer.value(mParamVignette.getValue());
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
MultiArgAdapterEvaluationTest.java 42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue()));
43 assertEquals(mBinder.view2.getText().toString(), join(obj2.getValue()));
44 assertEquals(mBinder.view2text.getText().toString(), obj2.getValue());
  /external/guava/guava-tests/test/com/google/common/collect/
WellBehavedMapTest.java 55 entry.setValue(entry.getValue() + 5);
81 assertEquals(entry1.getValue(), entry2.getValue());
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentBufferQueue.java 71 public T getValue() {
137 mUnusedElementProcessor.process(entry.getValue());
163 return nextEntry.getValue();
191 return nextEntry.getValue();
205 mUnusedElementProcessor.process(nextEntry.getValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapPutTester.java 39 V v0 = samples.e0.getValue();
56 V v0 = samples.e0.getValue();
57 V v1 = samples.e1.getValue();
69 getMap().put(samples.e0.getKey(), samples.e0.getValue());
70 getMap().put(samples.e1.getKey(), samples.e1.getValue());
80 V v0 = samples.e0.getValue();
92 V v0 = samples.e0.getValue();
94 V v1 = samples.e1.getValue();
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidChecksumTest.java 45 assertEquals(adler.getValue(), expected);
52 assertEquals(adler.getValue(), expected);
60 assertEquals(crc.getValue(), expected);
67 assertEquals(crc.getValue(), expected);
86 long arrayChecksum = adler.getValue();
92 " actual: " + adler.getValue(), arrayChecksum, adler.getValue());
  /art/test/ProfileTestMultiDex/
Main.java 31 return s.getValue();
35 return s.getValue();
39 return s.getValue();
43 return s.getValue();
47 return s.getValue();
52 abstract int getValue();
56 int getValue() { return 42; }
60 int getValue() { return 38; };
64 int getValue() { return 20; };
68 int getValue() { return 16; }
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1TagClass.java 45 public int getValue() {
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
NameValuePair.java 109 public Constant getValue() {
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBoolean.java 72 return getValue() ? "boolean{true}" : "boolean{false}";
88 return getValue() ? "true" : "false";
96 public boolean getValue() {
CstByte.java 96 public byte getValue() {
CstChar.java 96 public char getValue() {
CstDouble.java 87 public double getValue() {
CstFloat.java 88 public float getValue() {

Completed in 500 milliseconds

1 2 3 45 6 7 8 91011>>