Searched refs:getValue (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/
H A DNameValuePair.java106 String getValue(); method in interface:NameValuePair
H A DHeader.java60 String getValue(); method in interface:Header
H A DHeaderElement.java49 String getValue(); method in interface:HeaderElement
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderExt.java35 public String getValue(); method in interface:HeaderExt
H A DChallenge.java109 return (String) authParams.getValue(DOMAIN);
117 return (String) authParams.getValue(URI);
125 return (String) authParams.getValue(OPAQUE);
133 return (String) authParams.getValue(QOP);
141 return (String) authParams.getValue(ALGORITHM);
149 return (String) authParams.getValue(STALE);
157 return (String) authParams.getValue(SIGNATURE);
165 return (String) authParams.getValue(SIGNED_BY);
173 return (String) authParams.getValue(RESPONSE);
181 return (String) authParams.getValue(REAL
[all...]
/external/nist-sip/java/javax/sip/header/
H A DExtensionHeader.java6 String getValue(); method in interface:ExtensionHeader
/external/guava/src/com/google/common/collect/
H A DAbstractMapEntry.java37 public abstract V getValue(); method in class:AbstractMapEntry
47 && Objects.equal(this.getValue(), that.getValue());
54 V v = getValue();
62 return getKey() + "=" + getValue();
H A DForwardingMapEntry.java45 public V getValue() { method in class:ForwardingMapEntry
46 return delegate().getValue();
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DX509Extension.java38 public ASN1OctetString getValue() method in class:X509Extension
47 return this.getValue().hashCode();
51 return ~this.getValue().hashCode();
64 return other.getValue().equals(this.getValue())
80 return ASN1Object.fromByteArray(ext.getValue().getOctets());
H A DCRLReason.java94 super(reason.getValue().intValue());
100 int reason = getValue().intValue();
/external/jdiff/src/jdiff/
H A DAPIHandler.java78 String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
95 String className = attributes.getValue("name");
96 String parentName = attributes.getValue("extends");
98 if (attributes.getValue("abstract").compareTo("true") == 0)
102 String interfaceName = attributes.getValue("nam
[all...]
/external/webkit/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-http/src/org/apache/http/cookie/
H A DCookie.java59 String getValue(); method in interface:Cookie
/external/clearsilver/csharp/
H A Dcstest.cs12 Console.WriteLine("foo.2 = {0}", h.getValue("foo.2","def"));
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DPropertyElement.java32 public String getValue () method in class:PropertyElement
/external/nist-sip/java/javax/sip/
H A DDialogState.java21 public int getValue() { method in class:DialogState
/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/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/proguard/src/proguard/classfile/editor/
H A DComparableConstant.java126 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/JavaScriptCore/runtime/
H A DPropertySlot.h56 JSValue getValue(ExecState* exec, const Identifier& propertyName) const function in class:JSC::PropertySlot
65 JSValue getValue(ExecState* exec, unsigned propertyName) const function in class:JSC::PropertySlot
126 void setCustom(JSValue slotBase, GetValueFunc getValue) argument
129 ASSERT(getValue);
130 m_getValue = getValue;
134 void setCustomIndex(JSValue slotBase, unsigned index, GetValueFunc getValue) argument
137 ASSERT(getValue);
138 m_getValue = getValue;
/external/proguard/src/proguard/classfile/constant/
H A DDoubleConstant.java56 public double getValue() method in class:DoubleConstant
H A DFloatConstant.java56 public float getValue() method in class:FloatConstant
H A DIntegerConstant.java56 public int getValue() method in class:IntegerConstant
H A DLongConstant.java56 public long getValue() method in class:LongConstant
/external/srec/srec/Nametag/include/
H A DSR_NametagDefs.h64 ESR_ReturnCode (*getValue)(const struct SR_Nametag_t* self, const char** pvalue, size_t* plen); member in struct:SR_Nametag_t

Completed in 318 milliseconds

1234567891011>>