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

<<11121314151617181920>>

  /external/srec/srec/Nametag/src/
Nametag.c 43 return self->getValue(self, pvalue, plen);
  /external/srec/srec/Semproc/include/
SR_SemanticResult.h 59 ESR_ReturnCode(*getValue)(struct SR_SemanticResult_t* self, const LCHAR* key, LCHAR* value, size_t* len);
  /external/srec/srec/Semproc/src/
SemanticResult.c 55 return self->getValue(self, key, value, len);
  /external/srec/tools/grxmlcompile/
hashmap.h 42 bool getValue( T1 const & index, T2 *value); //returns value
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 222 public String getValue(int i)
224 return attrs.getValue(i);
227 public String getValue(String name)
229 return attrs.getValue(name);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrentityreplacement.java 31 * The "getValue()" method will return the value of the
36 * returned by the "getValue()" method. The value should
78 value = streetAttr.getValue();
elementremoveattributenode.java 74 removedValue = removedAttr.getValue();
elementreplaceexistingattributegevalue.java 77 value = streetAttr.getValue();
hc_attrgetvalue1.java 71 value = titleAttr.getValue();
hc_elementremoveattributenode.java 74 removedValue = removedAttr.getValue();
hc_elementreplaceexistingattributegevalue.java 77 value = streetAttr.getValue();
  /libcore/luni/src/main/java/java/util/
Map.java 62 public V getValue();
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSession.java 169 public Object getValue(String name);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 504 * @see org.xml.sax.AttributeList#getValue(int)
506 public String getValue (int i)
508 return attributes.getValue(i);
528 * @see org.xml.sax.AttributeList#getValue(java.lang.String)
530 public String getValue (String qName)
532 return attributes.getValue(qName);
  /packages/apps/Camera/src/com/android/camera/
RecordLocationPreference.java 44 public String getValue() {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 385 firstName = getValue();
388 lastName = getValue();
391 middleName = getValue();
394 fileAs = getValue();
397 suffix = getValue();
400 companyName = getValue();
403 title = getValue();
408 emails.add(new EmailRow(getValue()));
412 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK));
415 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
    [all...]
MeetingResponseParser.java 42 mService.userLog("Meeting response calendar id: " + getValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
XmlnsAttributeDescriptor.java 60 public String getValue() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
FlagValueCellEditor.java 41 String currentValue = (String)getValue();
ResourceValueCellEditor.java 42 String currentValue = (String)getValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttribute.java 45 public String getValue() {
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
NavigationMethodQualifier.java 39 public Navigation getValue() {
NavigationStateQualifier.java 39 public NavigationState getValue() {
NightModeQualifier.java 39 public NightMode getValue() {
ScreenOrientationQualifier.java 38 public ScreenOrientation getValue() {

Completed in 1715 milliseconds

<<11121314151617181920>>