Home
last modified time | relevance | path

Searched refs:getAttributeValue (Results 1 – 25 of 25) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DElement.java92 public String getAttributeValue(int index) { in getAttributeValue() method in Element
96 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in Element
100 return getAttributeValue(i); in getAttributeValue()
200 parser.getAttributeValue(i)); in parse()
318 getAttributeValue(i)); in write()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java152 String rootAttr = parser.getAttributeValue(enc, ROOT_LABEL); in parseBody()
170 String value = parser.getAttributeValue(counter); in readSerializable()
243 attributeInfo.setValue(parser.getAttributeValue(attributeCount)); in readUnknown()
307 String type = parser.getAttributeValue(enc, ARRAY_TYPE_LABEL); in readVector()
324 int position = getIndex(parser.getAttributeValue(enc, "offset"), 0, 0); in readVector()
327 position = getIndex(parser.getAttributeValue(enc, "position"), 0, position); in readVector()
349 String href = parser.getAttributeValue(null, HREF_LABEL); in read()
368 String nullAttr = parser.getAttributeValue(xsi, NIL_LABEL); in read()
369 String id = parser.getAttributeValue(null, ID_LABEL); in read()
371 nullAttr = parser.getAttributeValue(xsi, NULL_LABEL); in read()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue() method in XLIFF2ICUConverter
825 String resName = getAttributeValue(node, RESNAME); in parseResourceString()
826 String translate = getAttributeValue(node, TRANSLATE); in parseResourceString()
860 String resName = getAttributeValue(node, RESNAME); in parseResourceInt()
861 String translate = getAttributeValue(node, TRANSLATE); in parseResourceInt()
894 String resName = getAttributeValue(node, RESNAME); in parseResourceAlias()
895 String translate = getAttributeValue(node, TRANSLATE); in parseResourceAlias()
946 String crc = getAttributeValue(transUnit, CRC); in parseResourceBinary()
958 currentSource.external = getAttributeValue(transUnit, HREF); in parseResourceBinary()
967 String attrType = getAttributeValue(node, RESTYPE); in parseTransUnit()
[all …]
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp342 DWARFDebugInfoEntryMinimal::getAttributeValue(const DWARFCompileUnit *cu, in getAttributeValue() function in DWARFDebugInfoEntryMinimal
382 if (getAttributeValue(cu, attr, form_value)) { in getAttributeValueAsString()
396 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsUnsigned()
407 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsSigned()
418 if (getAttributeValue(cu, attr, form_value)) in getAttributeValueAsReference()
DDWARFDebugInfoEntry.h109 uint32_t getAttributeValue(const DWARFCompileUnit *cu,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp234 bool DWARFDebugInfoEntryMinimal::getAttributeValue( in getAttributeValue() function in DWARFDebugInfoEntryMinimal
262 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsString()
271 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsAddress()
280 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsUnsignedConstant()
289 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsReference()
298 if (!getAttributeValue(U, Attr, FormValue)) in getAttributeValueAsSectionOffset()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowViewStub.java29 String inflatedId = attributeSet.getAttributeValue("android", "inflatedId"); in applyAttributes()
34 String layoutResId = attributeSet.getAttributeValue("android", "layout"); in applyAttributes()
DShadowView.java793 Object tag = attributeSet.getAttributeValue("android", "tag"); in applyTagAttribute()
800 String visibility = attributeSet.getAttributeValue("android", "visibility"); in applyVisibilityAttribute()
828 String source = attributeSet.getAttributeValue("android", "background"); in applyBackgroundAttribute()
837 final String handlerName = attributeSet.getAttributeValue("android", in applyOnClickAttribute()
877 String contentDescription = attributeSet.getAttributeValue("android", "contentDescription"); in applyContentDescriptionAttribute()
DShadowDialogPreference.java16 return attrs.getAttributeValue(ANDROID_NS,"dialogMessage"); in getDialogMessage()
DShadowTextView.java390 String text = attributeSet.getAttributeValue("android", "text"); in applyTextAttribute()
401 String colorValue = attributeSet.getAttributeValue("android", "textColor"); in applyTextColorAttribute()
414 String hint = attributeSet.getAttributeValue("android", "hint"); in applyHintAttribute()
426 String colorValue = attributeSet.getAttributeValue("android", "hintColor"); in applyHintColorAttribute()
DShadowPreference.java49 key = attributeSet.getAttributeValue("android", "key"); in __constructor__()
DShadowImageView.java156 String source = attributeSet.getAttributeValue("android", "src"); in applyImageAttribute()
/external/replicaisland/src/com/replica/replicaisland/
DLevelTree.java110 if (parser.getAttributeValue(i).equals("true")) { in loadLevelTree()
114 if (parser.getAttributeValue(i).equals("false")) { in loadLevelTree()
118 if (parser.getAttributeValue(i).equals("true")) { in loadLevelTree()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java142 encodingStyle = parser.getAttributeValue(env, "encodingStyle"); in parse()
152 encodingStyle = parser.getAttributeValue(env, "encodingStyle"); in parse()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
DIncludedDependenciesTest.java27 assertEquals("value", xmlPullParser.getAttributeValue(0)); in xppShouldWork()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestAttributeSet.java60 public String getAttributeValue(String namespace, String attribute) { in getAttributeValue() method in TestAttributeSet
86 public String getAttributeValue(int index) { in getAttributeValue() method in TestAttributeSet
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DMenuLoader.java165 0, attributes.getAttributeValue("android", "title")); in addChildrenInGroup()
171 0, attributes.getAttributeValue("android", "title")); in addChildrenInGroup()
DViewLoader.java221 String tag = attributeSet.getAttributeValue("android", "tag"); in constructFragment()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h89 bool getAttributeValue(const DWARFUnit *U, const uint16_t Attr,
/external/vogar/src/vogar/
DXmlReportReader.java130 String attributeValue = parser.getAttributeValue(i); in createAttributeMap()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DTestAttributeSetTest.java119 …assertThat(testAttributeSet.getAttributeValue("com.some.namespace", "isSugary"), equalTo("oh heck … in getAttributeValue_shouldReturnValueFromAttribute()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DConfigurator.java268 params.put(xrp.getAttributeName(i), xrp.getAttributeValue(i)); in configure()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java368 … attrHash.put(attrName.substring(XML_ATTR_PREFIX.length() + 1), attrs.getAttributeValue(i)); in loadAttrs()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java360 setProperty(view, root, attr, xml.getAttributeValue(i)); in buildView()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2150 if (!DIE.getAttributeValue(&OrigUnit, dwarf::DW_AT_high_pc, HighPcValue)) { in shouldKeepSubprogramDIE()