Searched refs:getValue (Results 26 - 50 of 729) sorted by relevance

1234567891011>>

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DAnnotationTest.java35 * @tests java.text.Annotation.getValue()
39 assertNull(a.getValue());
41 assertEquals("value", a.getValue());
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DCRLReason.java94 super(reason.getValue().intValue());
100 int reason = getValue().intValue();
H A DX509Extension.java195 public ASN1OctetString getValue() method in class:X509Extension
209 return this.getValue().hashCode();
213 return ~this.getValue().hashCode();
226 return other.getValue().equals(this.getValue())
242 return ASN1Object.fromByteArray(ext.getValue().getOctets());
/external/webkit/Source/JavaScriptCore/wtf/
H A DPossiblyNull.h44 bool getValue(T& out) WARN_UNUSED_RETURN;
49 template <typename T> bool PossiblyNull<T>::getValue(T& out) function in class:WTF::PossiblyNull
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
H A DPSourceTest.java51 0, PSource.PSpecified.DEFAULT.getValue().length);
58 p[0] == ps.getValue()[0]);
62 * getValue() method testing. Tests that returned array is equal to the
70 byte[] result = ps.getValue();
76 assertFalse("The change of returned by getValue() array "
78 result[0] == ps.getValue()[0]);
/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java59 String getValue(); method in interface:Cookie
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h91 const llvm::APSInt& getValue(const llvm::APSInt& X);
92 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned);
93 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned);
94 const llvm::APSInt& getValue(uint64_t X, QualType T);
105 return getValue(From.getSExtValue(), To.getBitWidth(), To.isUnsigned());
117 return getValue(From.getSExtValue(), bitwidth, isUnsigned);
122 return getValue(X, T);
126 return getValue(llvm::APSInt::getMaxValue(v.getBitWidth(), v.isUnsigned()));
130 return getValue(llvm::APSInt::getMinValue(v.getBitWidth(), v.isUnsigned()));
137 return getValue(llv
[all...]
/external/clang/test/SemaCXX/
H A Dlocal-classes.cpp38 static int getValue() { return Value; } function in struct:Templates::Inner
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DPropertyElement.java32 public String getValue () method in class:PropertyElement
/external/javassist/src/main/javassist/bytecode/annotation/
H A DClassMemberValue.java63 Object getValue(ClassLoader cl, ClassPool cp, Method m) method in class:ClassMemberValue
65 final String classname = getValue();
97 public String getValue() { method in class:ClassMemberValue
116 return "<" + getValue() + " class>";
/external/nist-sip/java/javax/sip/
H A DDialogState.java21 public int getValue() { method in class:DialogState
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
H A DX9Curve.java52 BigInteger p = ((DERInteger)fieldID.getParameters()).getValue();
55 curve = new ECCurve.Fp(p, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger());
63 int m = ((DERInteger)parameters.getObjectAt(0)).getValue().
74 k1 = ((DERInteger)parameters.getObjectAt(2)).getValue().
82 k1 = ((DERInteger)pentanomial.getObjectAt(0)).getValue().
84 k2 = ((DERInteger)pentanomial.getObjectAt(1)).getValue().
86 k3 = ((DERInteger)pentanomial.getObjectAt(2)).getValue().
92 curve = new ECCurve.F2m(m, k1, k2, k3, x9A.getValue().toBigInteger(), x9B.getValue()
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DCheckedOutputStreamTest.java39 .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/include/llvm/Support/
H A DStringPool.h87 if (S) ++S->getValue().Refcount;
91 if (S) ++S->getValue().Refcount;
98 if (S) ++S->getValue().Refcount;
106 if (--S->getValue().Refcount == 0) {
107 S->getValue().Pool->InternTable.remove(S);
/external/llvm/lib/VMCore/
H A DValueSymbolTable.cpp28 << *VI->getValue()->getType() << "' Name = '"
59 if (NewName.getValue() == 0) {
81 if (Entry.getValue() == 0) {
98 if (NewName.getValue() == 0) {
114 I->getValue()->dump();
H A DIntrinsicInst.cpp67 const Value *DbgValueInst::getValue() const { function in class:DbgValueInst
71 Value *DbgValueInst::getValue() { function in class:DbgValueInst
/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java163 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()
379 public Object getValue() { method in class:WeakHashtable.Entry
422 private Object getValue() { method in class:WeakHashtable.Referenced
[all...]
/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp58 int getValue() const { function in class:__anon7168::Constructable
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/
H A DSimpleEntryTest.java43 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());
H A DSimpleImmutableEntryTest.java44 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/
H A DRSAPrivateKeyStructure.java76 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();
/external/collada/include/1.4/dom/
H A DdomCg_param_type.h58 domCg_bool getValue() const { return _value; } function in class:domCg_param_type::domBool
116 domCg_bool1 getValue() const { return _value; } function in class:domCg_param_type::domBool1
174 domCg_bool2 &getValue() { return _value; } function in class:domCg_param_type::domBool2
179 const domCg_bool2 &getValue() const { return _value; } function in class:domCg_param_type::domBool2
237 domCg_bool3 &getValue() { return _value; } function in class:domCg_param_type::domBool3
242 const domCg_bool3 &getValue() const { return _value; } function in class:domCg_param_type::domBool3
300 domCg_bool4 &getValue() { return _value; } function in class:domCg_param_type::domBool4
305 const domCg_bool4 &getValue() const { return _value; } function in class:domCg_param_type::domBool4
363 domCg_bool1x1 &getValue() { return _value; } function in class:domCg_param_type::domBool1x1
368 const domCg_bool1x1 &getValue() cons function in class:domCg_param_type::domBool1x1
426 domCg_bool1x2 &getValue() { return _value; } function in class:domCg_param_type::domBool1x2
431 const domCg_bool1x2 &getValue() const { return _value; } function in class:domCg_param_type::domBool1x2
489 domCg_bool1x3 &getValue() { return _value; } function in class:domCg_param_type::domBool1x3
494 const domCg_bool1x3 &getValue() const { return _value; } function in class:domCg_param_type::domBool1x3
552 domCg_bool1x4 &getValue() { return _value; } function in class:domCg_param_type::domBool1x4
557 const domCg_bool1x4 &getValue() const { return _value; } function in class:domCg_param_type::domBool1x4
615 domCg_bool2x1 &getValue() { return _value; } function in class:domCg_param_type::domBool2x1
620 const domCg_bool2x1 &getValue() const { return _value; } function in class:domCg_param_type::domBool2x1
678 domCg_bool2x2 &getValue() { return _value; } function in class:domCg_param_type::domBool2x2
683 const domCg_bool2x2 &getValue() const { return _value; } function in class:domCg_param_type::domBool2x2
741 domCg_bool2x3 &getValue() { return _value; } function in class:domCg_param_type::domBool2x3
746 const domCg_bool2x3 &getValue() const { return _value; } function in class:domCg_param_type::domBool2x3
804 domCg_bool2x4 &getValue() { return _value; } function in class:domCg_param_type::domBool2x4
809 const domCg_bool2x4 &getValue() const { return _value; } function in class:domCg_param_type::domBool2x4
867 domCg_bool3x1 &getValue() { return _value; } function in class:domCg_param_type::domBool3x1
872 const domCg_bool3x1 &getValue() const { return _value; } function in class:domCg_param_type::domBool3x1
930 domCg_bool3x2 &getValue() { return _value; } function in class:domCg_param_type::domBool3x2
935 const domCg_bool3x2 &getValue() const { return _value; } function in class:domCg_param_type::domBool3x2
993 domCg_bool3x3 &getValue() { return _value; } function in class:domCg_param_type::domBool3x3
998 const domCg_bool3x3 &getValue() const { return _value; } function in class:domCg_param_type::domBool3x3
1056 domCg_bool3x4 &getValue() { return _value; } function in class:domCg_param_type::domBool3x4
1061 const domCg_bool3x4 &getValue() const { return _value; } function in class:domCg_param_type::domBool3x4
1119 domCg_bool4x1 &getValue() { return _value; } function in class:domCg_param_type::domBool4x1
1124 const domCg_bool4x1 &getValue() const { return _value; } function in class:domCg_param_type::domBool4x1
1182 domCg_bool4x2 &getValue() { return _value; } function in class:domCg_param_type::domBool4x2
1187 const domCg_bool4x2 &getValue() const { return _value; } function in class:domCg_param_type::domBool4x2
1245 domCg_bool4x3 &getValue() { return _value; } function in class:domCg_param_type::domBool4x3
1250 const domCg_bool4x3 &getValue() const { return _value; } function in class:domCg_param_type::domBool4x3
1308 domCg_bool4x4 &getValue() { return _value; } function in class:domCg_param_type::domBool4x4
1313 const domCg_bool4x4 &getValue() const { return _value; } function in class:domCg_param_type::domBool4x4
1371 domCg_float getValue() const { return _value; } function in class:domCg_param_type::domFloat
1429 domCg_float1 getValue() const { return _value; } function in class:domCg_param_type::domFloat1
1487 domCg_float2 &getValue() { return _value; } function in class:domCg_param_type::domFloat2
1492 const domCg_float2 &getValue() const { return _value; } function in class:domCg_param_type::domFloat2
1550 domCg_float3 &getValue() { return _value; } function in class:domCg_param_type::domFloat3
1555 const domCg_float3 &getValue() const { return _value; } function in class:domCg_param_type::domFloat3
1613 domCg_float4 &getValue() { return _value; } function in class:domCg_param_type::domFloat4
1618 const domCg_float4 &getValue() const { return _value; } function in class:domCg_param_type::domFloat4
1676 domCg_float1x1 &getValue() { return _value; } function in class:domCg_param_type::domFloat1x1
1681 const domCg_float1x1 &getValue() const { return _value; } function in class:domCg_param_type::domFloat1x1
1739 domCg_float1x2 &getValue() { return _value; } function in class:domCg_param_type::domFloat1x2
1744 const domCg_float1x2 &getValue() const { return _value; } function in class:domCg_param_type::domFloat1x2
1802 domCg_float1x3 &getValue() { return _value; } function in class:domCg_param_type::domFloat1x3
1807 const domCg_float1x3 &getValue() const { return _value; } function in class:domCg_param_type::domFloat1x3
1865 domCg_float1x4 &getValue() { return _value; } function in class:domCg_param_type::domFloat1x4
1870 const domCg_float1x4 &getValue() const { return _value; } function in class:domCg_param_type::domFloat1x4
1928 domCg_float2x1 &getValue() { return _value; } function in class:domCg_param_type::domFloat2x1
1933 const domCg_float2x1 &getValue() const { return _value; } function in class:domCg_param_type::domFloat2x1
1991 domCg_float2x2 &getValue() { return _value; } function in class:domCg_param_type::domFloat2x2
1996 const domCg_float2x2 &getValue() const { return _value; } function in class:domCg_param_type::domFloat2x2
2054 domCg_float2x3 &getValue() { return _value; } function in class:domCg_param_type::domFloat2x3
2059 const domCg_float2x3 &getValue() const { return _value; } function in class:domCg_param_type::domFloat2x3
2117 domCg_float2x4 &getValue() { return _value; } function in class:domCg_param_type::domFloat2x4
2122 const domCg_float2x4 &getValue() const { return _value; } function in class:domCg_param_type::domFloat2x4
2180 domCg_float3x1 &getValue() { return _value; } function in class:domCg_param_type::domFloat3x1
2185 const domCg_float3x1 &getValue() const { return _value; } function in class:domCg_param_type::domFloat3x1
2243 domCg_float3x2 &getValue() { return _value; } function in class:domCg_param_type::domFloat3x2
2248 const domCg_float3x2 &getValue() const { return _value; } function in class:domCg_param_type::domFloat3x2
2306 domCg_float3x3 &getValue() { return _value; } function in class:domCg_param_type::domFloat3x3
2311 const domCg_float3x3 &getValue() const { return _value; } function in class:domCg_param_type::domFloat3x3
2369 domCg_float3x4 &getValue() { return _value; } function in class:domCg_param_type::domFloat3x4
2374 const domCg_float3x4 &getValue() const { return _value; } function in class:domCg_param_type::domFloat3x4
2432 domCg_float4x1 &getValue() { return _value; } function in class:domCg_param_type::domFloat4x1
2437 const domCg_float4x1 &getValue() const { return _value; } function in class:domCg_param_type::domFloat4x1
2495 domCg_float4x2 &getValue() { return _value; } function in class:domCg_param_type::domFloat4x2
2500 const domCg_float4x2 &getValue() const { return _value; } function in class:domCg_param_type::domFloat4x2
2558 domCg_float4x3 &getValue() { return _value; } function in class:domCg_param_type::domFloat4x3
2563 const domCg_float4x3 &getValue() const { return _value; } function in class:domCg_param_type::domFloat4x3
2621 domCg_float4x4 &getValue() { return _value; } function in class:domCg_param_type::domFloat4x4
2626 const domCg_float4x4 &getValue() const { return _value; } function in class:domCg_param_type::domFloat4x4
2684 domCg_int getValue() const { return _value; } function in class:domCg_param_type::domInt
2742 domCg_int1 getValue() const { return _value; } function in class:domCg_param_type::domInt1
2800 domCg_int2 &getValue() { return _value; } function in class:domCg_param_type::domInt2
2805 const domCg_int2 &getValue() const { return _value; } function in class:domCg_param_type::domInt2
2863 domCg_int3 &getValue() { return _value; } function in class:domCg_param_type::domInt3
2868 const domCg_int3 &getValue() const { return _value; } function in class:domCg_param_type::domInt3
2926 domCg_int4 &getValue() { return _value; } function in class:domCg_param_type::domInt4
2931 const domCg_int4 &getValue() const { return _value; } function in class:domCg_param_type::domInt4
2989 domCg_int1x1 &getValue() { return _value; } function in class:domCg_param_type::domInt1x1
2994 const domCg_int1x1 &getValue() const { return _value; } function in class:domCg_param_type::domInt1x1
3052 domCg_int1x2 &getValue() { return _value; } function in class:domCg_param_type::domInt1x2
3057 const domCg_int1x2 &getValue() const { return _value; } function in class:domCg_param_type::domInt1x2
3115 domCg_int1x3 &getValue() { return _value; } function in class:domCg_param_type::domInt1x3
3120 const domCg_int1x3 &getValue() const { return _value; } function in class:domCg_param_type::domInt1x3
3178 domCg_int1x4 &getValue() { return _value; } function in class:domCg_param_type::domInt1x4
3183 const domCg_int1x4 &getValue() const { return _value; } function in class:domCg_param_type::domInt1x4
3241 domCg_int2x1 &getValue() { return _value; } function in class:domCg_param_type::domInt2x1
3246 const domCg_int2x1 &getValue() const { return _value; } function in class:domCg_param_type::domInt2x1
3304 domCg_int2x2 &getValue() { return _value; } function in class:domCg_param_type::domInt2x2
3309 const domCg_int2x2 &getValue() const { return _value; } function in class:domCg_param_type::domInt2x2
3367 domCg_int2x3 &getValue() { return _value; } function in class:domCg_param_type::domInt2x3
3372 const domCg_int2x3 &getValue() const { return _value; } function in class:domCg_param_type::domInt2x3
3430 domCg_int2x4 &getValue() { return _value; } function in class:domCg_param_type::domInt2x4
3435 const domCg_int2x4 &getValue() const { return _value; } function in class:domCg_param_type::domInt2x4
3493 domCg_int3x1 &getValue() { return _value; } function in class:domCg_param_type::domInt3x1
3498 const domCg_int3x1 &getValue() const { return _value; } function in class:domCg_param_type::domInt3x1
3556 domCg_int3x2 &getValue() { return _value; } function in class:domCg_param_type::domInt3x2
3561 const domCg_int3x2 &getValue() const { return _value; } function in class:domCg_param_type::domInt3x2
3619 domCg_int3x3 &getValue() { return _value; } function in class:domCg_param_type::domInt3x3
3624 const domCg_int3x3 &getValue() const { return _value; } function in class:domCg_param_type::domInt3x3
3682 domCg_int3x4 &getValue() { return _value; } function in class:domCg_param_type::domInt3x4
3687 const domCg_int3x4 &getValue() const { return _value; } function in class:domCg_param_type::domInt3x4
3745 domCg_int4x1 &getValue() { return _value; } function in class:domCg_param_type::domInt4x1
3750 const domCg_int4x1 &getValue() const { return _value; } function in class:domCg_param_type::domInt4x1
3808 domCg_int4x2 &getValue() { return _value; } function in class:domCg_param_type::domInt4x2
3813 const domCg_int4x2 &getValue() const { return _value; } function in class:domCg_param_type::domInt4x2
3871 domCg_int4x3 &getValue() { return _value; } function in class:domCg_param_type::domInt4x3
3876 const domCg_int4x3 &getValue() const { return _value; } function in class:domCg_param_type::domInt4x3
3934 domCg_int4x4 &getValue() { return _value; } function in class:domCg_param_type::domInt4x4
3939 const domCg_int4x4 &getValue() const { return _value; } function in class:domCg_param_type::domInt4x4
3997 domCg_half getValue() const { return _value; } function in class:domCg_param_type::domHalf
4055 domCg_half1 getValue() const { return _value; } function in class:domCg_param_type::domHalf1
4113 domCg_half2 &getValue() { return _value; } function in class:domCg_param_type::domHalf2
4118 const domCg_half2 &getValue() const { return _value; } function in class:domCg_param_type::domHalf2
4176 domCg_half3 &getValue() { return _value; } function in class:domCg_param_type::domHalf3
4181 const domCg_half3 &getValue() const { return _value; } function in class:domCg_param_type::domHalf3
4239 domCg_half4 &getValue() { return _value; } function in class:domCg_param_type::domHalf4
4244 const domCg_half4 &getValue() const { return _value; } function in class:domCg_param_type::domHalf4
4302 domCg_half1x1 &getValue() { return _value; } function in class:domCg_param_type::domHalf1x1
4307 const domCg_half1x1 &getValue() const { return _value; } function in class:domCg_param_type::domHalf1x1
4365 domCg_half1x2 &getValue() { return _value; } function in class:domCg_param_type::domHalf1x2
4370 const domCg_half1x2 &getValue() const { return _value; } function in class:domCg_param_type::domHalf1x2
4428 domCg_half1x3 &getValue() { return _value; } function in class:domCg_param_type::domHalf1x3
4433 const domCg_half1x3 &getValue() const { return _value; } function in class:domCg_param_type::domHalf1x3
4491 domCg_half1x4 &getValue() { return _value; } function in class:domCg_param_type::domHalf1x4
4496 const domCg_half1x4 &getValue() const { return _value; } function in class:domCg_param_type::domHalf1x4
4554 domCg_half2x1 &getValue() { return _value; } function in class:domCg_param_type::domHalf2x1
4559 const domCg_half2x1 &getValue() const { return _value; } function in class:domCg_param_type::domHalf2x1
4617 domCg_half2x2 &getValue() { return _value; } function in class:domCg_param_type::domHalf2x2
4622 const domCg_half2x2 &getValue() const { return _value; } function in class:domCg_param_type::domHalf2x2
4680 domCg_half2x3 &getValue() { return _value; } function in class:domCg_param_type::domHalf2x3
4685 const domCg_half2x3 &getValue() const { return _value; } function in class:domCg_param_type::domHalf2x3
4743 domCg_half2x4 &getValue() { return _value; } function in class:domCg_param_type::domHalf2x4
4748 const domCg_half2x4 &getValue() const { return _value; } function in class:domCg_param_type::domHalf2x4
4806 domCg_half3x1 &getValue() { return _value; } function in class:domCg_param_type::domHalf3x1
4811 const domCg_half3x1 &getValue() const { return _value; } function in class:domCg_param_type::domHalf3x1
4869 domCg_half3x2 &getValue() { return _value; } function in class:domCg_param_type::domHalf3x2
4874 const domCg_half3x2 &getValue() const { return _value; } function in class:domCg_param_type::domHalf3x2
4932 domCg_half3x3 &getValue() { return _value; } function in class:domCg_param_type::domHalf3x3
4937 const domCg_half3x3 &getValue() const { return _value; } function in class:domCg_param_type::domHalf3x3
4995 domCg_half3x4 &getValue() { return _value; } function in class:domCg_param_type::domHalf3x4
5000 const domCg_half3x4 &getValue() const { return _value; } function in class:domCg_param_type::domHalf3x4
5058 domCg_half4x1 &getValue() { return _value; } function in class:domCg_param_type::domHalf4x1
5063 const domCg_half4x1 &getValue() const { return _value; } function in class:domCg_param_type::domHalf4x1
5121 domCg_half4x2 &getValue() { return _value; } function in class:domCg_param_type::domHalf4x2
5126 const domCg_half4x2 &getValue() const { return _value; } function in class:domCg_param_type::domHalf4x2
5184 domCg_half4x3 &getValue() { return _value; } function in class:domCg_param_type::domHalf4x3
5189 const domCg_half4x3 &getValue() const { return _value; } function in class:domCg_param_type::domHalf4x3
5247 domCg_half4x4 &getValue() { return _value; } function in class:domCg_param_type::domHalf4x4
5252 const domCg_half4x4 &getValue() const { return _value; } function in class:domCg_param_type::domHalf4x4
5310 domCg_fixed getValue() const { return _value; } function in class:domCg_param_type::domFixed
5368 domCg_fixed1 getValue() const { return _value; } function in class:domCg_param_type::domFixed1
5426 domCg_fixed2 &getValue() { return _value; } function in class:domCg_param_type::domFixed2
5431 const domCg_fixed2 &getValue() const { return _value; } function in class:domCg_param_type::domFixed2
5489 domCg_fixed3 &getValue() { return _value; } function in class:domCg_param_type::domFixed3
5494 const domCg_fixed3 &getValue() const { return _value; } function in class:domCg_param_type::domFixed3
5552 domCg_fixed4 &getValue() { return _value; } function in class:domCg_param_type::domFixed4
5557 const domCg_fixed4 &getValue() const { return _value; } function in class:domCg_param_type::domFixed4
5615 domCg_fixed1x1 &getValue() { return _value; } function in class:domCg_param_type::domFixed1x1
5620 const domCg_fixed1x1 &getValue() const { return _value; } function in class:domCg_param_type::domFixed1x1
5678 domCg_fixed1x2 &getValue() { return _value; } function in class:domCg_param_type::domFixed1x2
5683 const domCg_fixed1x2 &getValue() const { return _value; } function in class:domCg_param_type::domFixed1x2
5741 domCg_fixed1x3 &getValue() { return _value; } function in class:domCg_param_type::domFixed1x3
5746 const domCg_fixed1x3 &getValue() const { return _value; } function in class:domCg_param_type::domFixed1x3
5804 domCg_fixed1x4 &getValue() { return _value; } function in class:domCg_param_type::domFixed1x4
5809 const domCg_fixed1x4 &getValue() const { return _value; } function in class:domCg_param_type::domFixed1x4
5867 domCg_fixed2x1 &getValue() { return _value; } function in class:domCg_param_type::domFixed2x1
5872 const domCg_fixed2x1 &getValue() const { return _value; } function in class:domCg_param_type::domFixed2x1
5930 domCg_fixed2x2 &getValue() { return _value; } function in class:domCg_param_type::domFixed2x2
5935 const domCg_fixed2x2 &getValue() const { return _value; } function in class:domCg_param_type::domFixed2x2
5993 domCg_fixed2x3 &getValue() { return _value; } function in class:domCg_param_type::domFixed2x3
5998 const domCg_fixed2x3 &getValue() const { return _value; } function in class:domCg_param_type::domFixed2x3
6056 domCg_fixed2x4 &getValue() { return _value; } function in class:domCg_param_type::domFixed2x4
6061 const domCg_fixed2x4 &getValue() const { return _value; } function in class:domCg_param_type::domFixed2x4
6119 domCg_fixed3x1 &getValue() { return _value; } function in class:domCg_param_type::domFixed3x1
6124 const domCg_fixed3x1 &getValue() const { return _value; } function in class:domCg_param_type::domFixed3x1
6182 domCg_fixed3x2 &getValue() { return _value; } function in class:domCg_param_type::domFixed3x2
6187 const domCg_fixed3x2 &getValue() const { return _value; } function in class:domCg_param_type::domFixed3x2
6245 domCg_fixed3x3 &getValue() { return _value; } function in class:domCg_param_type::domFixed3x3
6250 const domCg_fixed3x3 &getValue() const { return _value; } function in class:domCg_param_type::domFixed3x3
6308 domCg_fixed3x4 &getValue() { return _value; } function in class:domCg_param_type::domFixed3x4
6313 const domCg_fixed3x4 &getValue() const { return _value; } function in class:domCg_param_type::domFixed3x4
6371 domCg_fixed4x1 &getValue() { return _value; } function in class:domCg_param_type::domFixed4x1
6376 const domCg_fixed4x1 &getValue() const { return _value; } function in class:domCg_param_type::domFixed4x1
6434 domCg_fixed4x2 &getValue() { return _value; } function in class:domCg_param_type::domFixed4x2
6439 const domCg_fixed4x2 &getValue() const { return _value; } function in class:domCg_param_type::domFixed4x2
6497 domCg_fixed4x3 &getValue() { return _value; } function in class:domCg_param_type::domFixed4x3
6502 const domCg_fixed4x3 &getValue() const { return _value; } function in class:domCg_param_type::domFixed4x3
6560 domCg_fixed4x4 &getValue() { return _value; } function in class:domCg_param_type::domFixed4x4
6565 const domCg_fixed4x4 &getValue() const { return _value; } function in class:domCg_param_type::domFixed4x4
6623 ::xsString getValue() const { return _value; } function in class:domCg_param_type::domString
6681 domGl_enumeration getValue() const { return _value; } function in class:domCg_param_type::domEnum
[all...]
H A DdomP.h42 domListOfUInts &getValue() { return _value; } function in class:domP
47 const domListOfUInts &getValue() const { return _value; } function in class:domP
/external/apache-harmony/support/src/test/java/tests/util/
H A DCallVerificationStack.java212 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() { method in class:CallVerificationStack.BaseTypeWrapper
/external/guava/src/com/google/common/collect/
H A DForwardingMapEntry.java45 public V getValue() { method in class:ForwardingMapEntry
46 return delegate().getValue();

Completed in 513 milliseconds

1234567891011>>