Searched defs:getValue (Results 1 - 25 of 422) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java493 return this.value.compareTo(((XMPNode) xmpNode).getValue());
523 public String getValue() method in class:XMPNode
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPProperty.java26 Object getValue(); method in interface:XMPProperty
H A DXMPPropertyInfo.java38 Object getValue(); method in interface:XMPPropertyInfo
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java184 * @see org.xml.sax.Attributes#getValue(int) method in class:AttributesImpl
186 public String getValue (int index)
290 * @see org.xml.sax.Attributes#getValue(java.lang.String,java.lang.String) method in class:AttributesImpl
292 public String getValue (String uri, String localName)
310 * @see org.xml.sax.Attributes#getValue(java.lang.String) method in class:AttributesImpl
312 public String getValue (String qName)
367 data[i*5+4] = atts.getValue(i);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java222 public String getValue(int i) method in class:SAX1ParserAdapter.AttributesWrapper
224 return attrs.getValue(i);
227 public String getValue(String name) method in class:SAX1ParserAdapter.AttributesWrapper
229 return attrs.getValue(name);
/external/stlport/stlport/stl/
H A D_string_sum.h30 _CharT getValue() const { return _Val; } function in struct:__char_wrapper
/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
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResult.h98 ESR_ReturnCode(*getValue)(const struct SR_RecognizerResult_t* self, const size_t nbest, member in struct:SR_RecognizerResult_t
/external/srec/srec/Semproc/include/
H A DSR_SemanticResult.h59 ESR_ReturnCode(*getValue)(struct SR_SemanticResult_t* self, const LCHAR* key, LCHAR* value, size_t* len); member in struct:SR_SemanticResult_t
/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp128 bool HashMap<T1,T2>::getValue(T1 const & index, T2 *value) function in class:HashMap
/external/skia/src/animator/
H A DSkMemberInfo.cpp138 void SkMemberInfo::getValue(const SkDisplayable* displayable, SkOperand value[], int count) const { function in class:SkMemberInfo
/external/skia/src/effects/
H A DSkDisplacementMapEffect.cpp25 uint32_t getValue(SkColor, const SkUnPreMultiply::Scale*) { function in namespace:__anon30617
30 template<> uint32_t getValue<SkDisplacementMapEffect::kR_ChannelSelectorType>( function in namespace:__anon30617
35 template<> uint32_t getValue<SkDisplacementMapEffect::kG_ChannelSelectorType>( function in namespace:__anon30617
40 template<> uint32_t getValue<SkDisplacementMapEffect::kB_ChannelSelectorType>( function in namespace:__anon30617
45 template<> uint32_t getValue<SkDisplacementMapEffect::kA_ChannelSelectorType>( function in namespace:__anon30617
71 SkIntToScalar(getValue<typeX>(*displPtr, table))) + scaleAdj.fX;
73 SkIntToScalar(getValue<typeY>(*displPtr, table))) + scaleAdj.fY;
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DParsedDirective.java40 String getValue() method in class:ParsedDirective
/external/smack/src/com/kenai/jbosh/
H A DAbstractAttr.java41 * @param aValue encapsulated getValue
52 public final T getValue() { method in class:AbstractAttr
/external/smack/src/com/novell/sasl/client/
H A DParsedDirective.java40 String getValue() method in class:ParsedDirective
/external/smack/src/org/jivesoftware/smack/packet/
H A DDefaultPacketExtension.java40 * In this case, getValue("color") would return "blue", and getValue("food") would
86 String value = getValue(name);
114 public synchronized String getValue(String name) { method in class:DefaultPacketExtension
H A DPrivacyItem.java235 public String getValue() { method in class:PrivacyItem
239 return this.getRule().getValue();
282 if (getValue() != null) {
283 buf.append(" value=\"").append(getValue()).append("\"");
380 public String getValue() { method in class:PrivacyItem.PrivacyRule
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractEmptyIterator.java77 public E getValue() { method in class:AbstractEmptyIterator
H A DAbstractHashedMap.java52 protected static final String GETVALUE_INVALID = "getValue() can only be called after next() and before remove()";
195 return entry.getValue();
250 if (entry.getValue() == null) {
260 if (isEqualValue(value, entry.getValue())) {
284 V oldValue = entry.getValue();
313 put(entry.getKey(), entry.getValue());
330 V oldValue = entry.getValue();
390 * @param value2 the second value extracted from the entry via <code>getValue()</code>
748 public V getValue() { method in class:AbstractHashedMap.HashMapIterator
753 return current.getValue();
1048 public V getValue() { method in class:AbstractHashedMap.HashEntry
[all...]
H A DAbstractKeyValue.java67 public V getValue() { method in class:AbstractKeyValue
77 return new StringBuilder().append(getKey()).append('=').append(getValue()).toString();
H A DAbstractReferenceMap.java205 return (entry.getValue() != null);
234 return entry.getValue();
501 list.add(new DefaultMapEntry<K, V>(e.getKey(), e.getValue()));
559 * If getKey() or getValue() returns null, it means
613 public V getValue() { method in class:AbstractReferenceMap.ReferenceEntry
614 return (parent.valueType > HARD) ? refValue.get() : super.getValue();
624 V old = getValue();
653 Object entryValue = entry.getValue(); // convert to hard reference
659 return parent.isEqualKey(entryKey, getKey()) && parent.isEqualValue(entryValue, getValue());
670 return parent.hashEntry(getKey(), getValue());
895 public V getValue() { method in class:AbstractReferenceMap.ReferenceMapIterator
[all...]

Completed in 2214 milliseconds

1234567891011>>