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

<<11121314151617181920>>

  /packages/apps/Car/libs/car-list/src/com/android/car/list/
EditTextLineItem.java 77 public int getValue() {
132 mEditText.setInputType(mTextType.getValue());
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
CachedLaterTest.java 46 assertNull(mTrap.getValue());
48 assertEquals("foo", mTrap.getValue());
55 assertEquals("foo", mTrap2.getValue());
62 assertEquals("foo", mTrap.getValue());
63 assertEquals("foo", mTrap2.getValue());
72 assertEquals("bar", mTrap2.getValue());
89 assertNull(mTrap2.getValue());
  /art/test/638-checker-inline-caches/src/
Main.java 18 int getValue() { return 42; }
22 int getValue() { return 38; }
26 int getValue() { return 10; }
30 int getValue() { return -4; }
36 /// CHECK: InvokeVirtual method_name:Super.getValue
44 /// CHECK: <<DefaultRet:i\d+>> InvokeVirtual [<<Obj>>] method_name:Super.getValue
51 return a.getValue();
55 /// CHECK: InvokeVirtual method_name:Super.getValue
71 /// CHECK-DAG: <<DefaultRet:i\d+>> InvokeVirtual [<<Obj>>] method_name:Super.getValue
79 return a.getValue();
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
FractionTest.java 78 mResources.getValue(resid, mValue, true);
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 114 public CstString getValue() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ArrayRegion.java 46 public Value getValue(int index) {
  /external/apache-http/src/org/apache/http/cookie/
Cookie.java 64 String getValue();
  /external/apache-http/src/org/apache/http/impl/auth/
RFC2617Scheme.java 82 this.params.put(element.getName(), element.getValue());
  /external/apache-http/src/org/apache/http/message/
BasicNameValuePair.java 145 public String getValue() {
BufferedHeader.java 109 public String getValue() {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 160 public String getValue(int i)
162 return ((Attr) m_attrs.item(i)).getValue();
201 public String getValue(String name)
205 ? attr.getValue() : null;
217 public String getValue(String uri, String localName)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 151 public String getValue(int i)
153 return ((Attr) m_attrs.item(i)).getValue();
192 public String getValue(String name)
196 ? attr.getValue() : null;
208 public String getValue(String uri, String localName)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Integer.java 106 public BigInteger getValue()
165 return getValue().toString();
  /external/clang/tools/scan-view/share/
Reporter.py 42 def getValue(self,r,bugtype,getConfigOption):
53 </tr>"""%(self.getName(),r.getName(),self.getName(),self.getValue(r,bugtype,getConfigOption))
61 default = self.getValue(r,bugtype,getConfigOption)
164 def getValue(self,r,bugtype,getConfigOption):
  /external/deqp/framework/opengl/
gluContextInfo.hpp 48 const T& getValue (const RenderContext& context) const
  /external/easymock/src/org/easymock/internal/
EasyMockProperties.java 80 properties.put(entry.getKey(), entry.getValue());
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
ConstantValueAttribute_info.java 72 public CONSTANT_literal_info getValue (final ClassDef cls)
  /external/guava/guava/src/com/google/common/collect/
ForwardingMapEntry.java 36 * overriding {@link #getValue} alone <i>will not</i> change the behavior of
70 public V getValue() {
71 return delegate().getValue();
89 * #getKey()} and {@link #getValue()}. If you override either of these
99 && Objects.equal(this.getValue(), that.getValue());
106 * and {@link #getValue()}. If you override either of these methods, you may
113 V v = getValue();
119 * #getKey} and {@link #getValue}. If you override either of these
126 return getKey() + "=" + getValue();
    [all...]
SingletonImmutableTable.java 43 this(cell.getRowKey(), cell.getColumnKey(), cell.getValue());
  /external/guava/guava-gwt/src/com/google/common/collect/
LinkedListMultimap_CustomFieldSerializer.java 53 out.writeObject(entry.getValue());
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableEnumMapTest.java 43 map.put(entry.getKey(), entry.getValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapValuesTester.java 42 expected.add(entry.getValue());
51 expected.add(entry.getValue());
SortedMapGenerators.java 51 builder.put(entry.getKey(), entry.getValue());
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableEnumMapTest.java 49 map.put(entry.getKey(), entry.getValue());
  /external/guice/core/test/com/google/inject/spi/
InjectorSpiTest.java 31 assertSame(entry.getValue(), injector.getExistingBinding(entry.getKey()));

Completed in 982 milliseconds

<<11121314151617181920>>