HomeSort by relevance Sort by last modified time
    Searched refs:getValue (Results 76 - 100 of 1452) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DexDepsXmlHandler.java 53 mCurrentPackageName = CurrentXmlHandler.getValue(attributes, "name");
56 mCurrentClassName = CurrentXmlHandler.getValue(attributes, "name");
60 mCurrentMethodName = CurrentXmlHandler.getValue(attributes, "name");
61 mCurrentMethodReturnType = CurrentXmlHandler.getValue(attributes, "return");
64 mCurrentParameterTypes.add(CurrentXmlHandler.getValue(attributes, "type"));
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedOutputStreamTest.java 39 .getChecksum().getValue());
61 // System.out.print(chkOut.getChecksum().getValue());
64 .getChecksum().getValue());
68 // System.out.print(" " +chkOut.getChecksum().getValue());
71 .getChecksum().getValue());
96 chkOut.getChecksum().getValue() != 0);
118 chkOut.getChecksum().getValue() != 0);
  /external/llvm/lib/VMCore/
ValueSymbolTable.cpp 28 << *VI->getValue()->getType() << "' Name = '"
59 if (NewName.getValue() == 0) {
81 if (Entry.getValue() == 0) {
98 if (NewName.getValue() == 0) {
114 I->getValue()->dump();
IntrinsicInst.cpp 67 const Value *DbgValueInst::getValue() const {
71 Value *DbgValueInst::getValue() {
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 163 Object key = referencedKey.getValue();
164 Object value = entry.getValue();
194 return nextReference.getValue();
209 Object keyValue = referenceKey.getValue();
253 put(entry.getKey(), entry.getValue());
362 (getValue()==null ?
363 entry.getValue() == null :
364 getValue().equals(entry.getValue()));
372 (getValue()==null ? 0 : getValue().hashCode())
    [all...]
  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 58 int getValue() const {
77 return c0.getValue() == c1.getValue();
82 return c0.getValue() != c1.getValue();
119 EXPECT_EQ(value, v[i].getValue());
233 EXPECT_EQ(i+1, theVector[i].getValue());
250 EXPECT_EQ(1, it->getValue());
254 EXPECT_EQ(2, it->getValue());
259 EXPECT_EQ(2, it->getValue());
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleEntryTest.java 43 assertEquals("test",testEntry.getValue());
49 assertNull(testEntry.getValue());
68 assertEquals("test",entry.getValue());
70 assertNull(entry.getValue());
75 assertEquals("test",entry.getValue());
77 assertEquals("Another String",entry.getValue());
96 ^ (e.getValue() == null ? 0 : e.getValue().hashCode()), e
102 assertEquals(e.getKey()+"="+e.getValue(),e.toString());
SimpleImmutableEntryTest.java 44 assertEquals("test",testEntry.getValue());
50 assertNull(testEntry.getValue());
69 assertEquals("test",entry.getValue());
71 assertNull(entry.getValue());
76 assertEquals("test",entry.getValue());
83 assertEquals("test",entry.getValue());
104 ^ (e.getValue() == null ? 0 : e.getValue().hashCode()), e
110 assertEquals(e.getKey()+"="+e.getValue(),e.toString());
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKeyStructure.java 76 BigInteger v = ((DERInteger)e.nextElement()).getValue();
83 modulus = ((DERInteger)e.nextElement()).getValue();
84 publicExponent = ((DERInteger)e.nextElement()).getValue();
85 privateExponent = ((DERInteger)e.nextElement()).getValue();
86 prime1 = ((DERInteger)e.nextElement()).getValue();
87 prime2 = ((DERInteger)e.nextElement()).getValue();
88 exponent1 = ((DERInteger)e.nextElement()).getValue();
89 exponent2 = ((DERInteger)e.nextElement()).getValue();
90 coefficient = ((DERInteger)e.nextElement()).getValue();
  /libcore/luni/src/main/java/java/util/
AbstractMap.java 65 value = copyFrom.getValue();
72 public V getValue() {
92 && (value == null ? entry.getValue() == null : value
93 .equals(entry.getValue()));
130 value = copyFrom.getValue();
137 public V getValue() {
155 && (value == null ? entry.getValue() == null : value
156 .equals(entry.getValue()));
217 if (value.equals(it.next().getValue())) {
223 if (it.next().getValue() == null)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extension.java 195 public ASN1OctetString getValue()
209 return this.getValue().hashCode();
213 return ~this.getValue().hashCode();
226 return other.getValue().equals(this.getValue())
242 return ASN1Object.fromByteArray(ext.getValue().getOctets());
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
SdkCommandLine.java 433 return (String) getValue(null, null, KEY_PATH);
445 return (String) getValue(null, null, KEY_TARGET_ID);
450 return (String) getValue(null, null, KEY_NAME);
455 return (String) getValue(null, null, KEY_SKIN);
460 return (String) getValue(null, null, KEY_SDCARD);
465 return ((Boolean) getValue(null, null, KEY_FORCE)).booleanValue();
470 return ((Boolean) getValue(null, null, KEY_SNAPSHOT)).booleanValue();
477 return (String) getValue(VERB_MOVE, null, KEY_RENAME);
488 return ((String) getValue(null, directObject, KEY_PACKAGE));
493 return ((String) getValue(null, OBJECT_PROJECT, KEY_ACTIVITY))
    [all...]
  /external/collada/include/1.4/dom/
domFx_basic_type_common.h 58 ::domBool getValue() const { return _value; }
116 ::domBool2 &getValue() { return _value; }
121 const ::domBool2 &getValue() const { return _value; }
179 ::domBool3 &getValue() { return _value; }
184 const ::domBool3 &getValue() const { return _value; }
242 ::domBool4 &getValue() { return _value; }
247 const ::domBool4 &getValue() const { return _value; }
305 ::domInt getValue() const { return _value; }
363 ::domInt2 &getValue() { return _value; }
368 const ::domInt2 &getValue() const { return _value;
    [all...]
domGles_basic_type_common.h 55 ::domBool getValue() const { return _value; }
113 ::domBool2 &getValue() { return _value; }
118 const ::domBool2 &getValue() const { return _value; }
176 ::domBool3 &getValue() { return _value; }
181 const ::domBool3 &getValue() const { return _value; }
239 ::domBool4 &getValue() { return _value; }
244 const ::domBool4 &getValue() const { return _value; }
302 ::domInt getValue() const { return _value; }
360 ::domInt2 &getValue() { return _value; }
365 const ::domInt2 &getValue() const { return _value;
    [all...]
domCg_param_type.h 58 domCg_bool getValue() const { return _value; }
116 domCg_bool1 getValue() const { return _value; }
174 domCg_bool2 &getValue() { return _value; }
179 const domCg_bool2 &getValue() const { return _value; }
237 domCg_bool3 &getValue() { return _value; }
242 const domCg_bool3 &getValue() const { return _value; }
300 domCg_bool4 &getValue() { return _value; }
305 const domCg_bool4 &getValue() const { return _value; }
363 domCg_bool1x1 &getValue() { return _value; }
368 const domCg_bool1x1 &getValue() const { return _value;
    [all...]
domLookat.h 60 domFloat3x3 &getValue() { return _value; }
65 const domFloat3x3 &getValue() const { return _value; }
domMatrix.h 59 domFloat4x4 &getValue() { return _value; }
64 const domFloat4x4 &getValue() const { return _value; }
domP.h 42 domListOfUInts &getValue() { return _value; }
47 const domListOfUInts &getValue() const { return _value; }
domRotate.h 58 domFloat4 &getValue() { return _value; }
63 const domFloat4 &getValue() const { return _value; }
domSkew.h 58 domFloat7 &getValue() { return _value; }
63 const domFloat7 &getValue() const { return _value; }
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 212 Boolean value = (Boolean) wrapper.getValue();
223 Character value = (Character) wrapper.getValue();
234 Double value = (Double) wrapper.getValue();
245 Float value = (Float) wrapper.getValue();
256 Integer value = (Integer) wrapper.getValue();
267 Long value = (Long) wrapper.getValue();
278 Short value = (Short) wrapper.getValue();
349 public Object getValue() {
  /external/guava/src/com/google/common/collect/
ForwardingMapEntry.java 45 public V getValue() {
46 return delegate().getValue();
  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 126 result = new Integer(integerConstant.getValue()).compareTo(new Integer(((IntegerConstant)otherConstant).getValue()));
132 result = new Long(longConstant.getValue()).compareTo(new Long(((LongConstant)otherConstant).getValue()));
138 result = new Float(floatConstant.getValue()).compareTo(new Float(((FloatConstant)otherConstant).getValue()));
144 result = new Double(doubleConstant.getValue()).compareTo(new Double(((DoubleConstant)otherConstant).getValue()));
  /external/webkit/Source/JavaScriptCore/runtime/
PropertySlot.h 67 JSValue getValue(ExecState* exec, const Identifier& propertyName) const
78 JSValue getValue(ExecState* exec, unsigned propertyName) const
126 void setCustom(JSValue slotBase, GetValueFunc getValue)
129 ASSERT(getValue);
130 m_getValue = getValue;
135 void setCacheableCustom(JSValue slotBase, GetValueFunc getValue)
138 ASSERT(getValue);
139 m_getValue = getValue;
  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 59 assertEquals(0, p.getValue(at, j));
61 assertEquals(p.getValue(at, j), i + j);
72 assertEquals(p.getValue(i, j), i * j);
90 assertEquals(p.getValue(i, j), expect);
109 assertEquals(p.getValue(i, j), expect);
122 assertEquals(p.getValue(i, j), i * j);
143 assertEquals(p.getValue(i, j), i * j);
149 assertEquals(p.getValue(i, j), (i + height - p.size()) * j);

Completed in 638 milliseconds

1 2 34 5 6 7 8 91011>>